body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img, div { behavior: url(iepngfix.php) }
#container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0; 
	margin: 10px 40px;
}
#mainContentLeft {
	padding: 0;
	margin: 10px 0px 10px 40px;
	float: left;
	width: 413px;
}
#mainContentRight {
	padding: 0;
	margin: 10px 40px 10px 0px;
	float: right;
	width: 262px;
}
#header {
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 766px;
	position: relative;
}
#theDinsmoreTeam {
	height: 68px;
	width: 288px;
	position: absolute;
	left: 146px;
	top: 7px;
}
#topPhone {
	font-size: 28px;
	color: #CC0000;
	font-weight: bold;
	position: absolute;
	left: 477px;
	top: 14px;
}
#remaxLogo {
	float: right;
	height: 87px;
	width: 64px;
	margin-top: 7px;
	margin-right: 7px;
}
#navigation {
	height: 36px;
	position: absolute;
	left: 148px;
	top: 82px;
	width: 560px;
}
#menuh {
	width:100%;
	float:left;
}
		
#menuh a {
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0 2px 0 0;
	padding: 0;
	background-image: url(images/tab-off.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 36px;
	color: #ffffff;
	font-size: 10px;
	line-height: 36px;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active {
	text-decoration:none;
}
	
#menuh a:hover {
	text-decoration:none;
	background-image: url(images/tab-over.png);
	background-repeat: no-repeat;
}

#menuh a.selected {
	background-image: url(images/tab-over.png);
	background-repeat: no-repeat;
	text-decoration:none;
}	

#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menuh li
	{
	position:relative;
	min-height: 1px;		
	vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
#menuh ul ul li {
	margin-top: -1px;
}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}
#menuh ul ul ul li {
	margin-top: -1px;
	margin-left: 5px;
}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul {
	display:block;
}
#menuh a.sub {
	text-align: left;
	white-space:nowrap;
	margin:0;
	padding: 5px;
	height: 20px;
	color: #ffffff;
	font-size: 10px;
	line-height: 20px;
	background: #000000;
	width: 100%;
}
	
#menuh a.sub:link, #menuh a.sub:visited, #menuh a.sub:active {
	text-decoration:none;
	background: #004c99;
}
	
#menuh a.sub:hover {
	text-decoration:none;
	background: #1e87d1;
}
#homeCallout {
	background-image: url(images/gray-background.jpg);
	height: 288px;
	width: 766px;
	position: relative;
}
#leftCallOut {
	height: 197px;
	width: 277px;
	position: absolute;
	left: 60px;
	top: 45px;
}
#rightCallOut {
	height: 197px;
	width: 277px;
	position: absolute;
	left: 412px;
	top: 45px;
}
p {
	margin-top: 0px;
}
#btmNav {
	height: 64px;
	margin-top: 7px;
	margin-left: 40px;
}
.btmNavBtn {
	float: left;
	height: 64px;
	width: 169px;
	margin-right: 5px;
}
#clhmsBox {
	background-image: url(images/clhmsBox/background.jpg);
	color: #021D46;
}
#clhmsBox h1 {
	font-size: 24px;
	font-weight: bold;
	color: #021D46;
	padding: 0px 15px 0px 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.red {
	color: #CC0000;
}
a:link {
	color: #004C99;
	text-decoration: none;
}
a:visited {
	color: #004C99;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #004C99;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer-BG.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 686px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
}h1 {
	margin-top: 0px;
}
.testimonial {
	background-color: #D4E5F7;
	padding: 15px;
	margin-bottom: 15px;
}
