/* CSS Document */
html {
	height:100%;
	}

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d9c7b9;
	margin:0px;
	padding:0px;
	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;
	font-size:12px;
	height:100%;
	}
	
h1 {
	margin:0px;
	padding:0px;
	font-size:14px;
	}
	
h2 {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
	}

h3 {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
	}
	
h1.header { font-size:22px !important; color:#a70054 !important; }
h2.header { font-size:17px !important; color:#a70054 !important; }
h3.header { font-size:14px !important; color:#a70054 !important; }
	
.content-pages #footer {
	background-image:url(http://www.forhomebuyers.com/images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#c0d609;
	width:1000px;
	float:left;
	}
	
.footer-padding {
	padding:5px;
	}

.content-pages #container { 
	width: 1000px;
	min-height:100%;
	overflow: hidden;
	color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bg-stretch.jpg);
	background-repeat:repeat-y;
	} 
	
.content-pages #banner { 
	background-image:url(images/banner.jpg);
	width:1000px;
	height:289px;
	}
	
.content-pages #banner-test { 
	background-image:url(images/banner-test.jpg);
	width:1000px;
	height:284px;
	}	
	
.content-pages #mainbody {
	width:574px;
	float:left;
	min-height:100%;
	overflow:hidden;
	}

.mainbody-padding {
	padding:8px 15px 8px 15px;
	}

	
.content-pages #left-nav {
	width:224px;
	float:left;
	min-height:100%;
	}
	
.left-nav-padding {
	padding:8px;
	}
	
.left-nav-padding2 {
	padding:8px 15px 8px 15px;
	}
	
.content-pages #right-nav {
	width:199px;
	float:right;
	text-align:center;
	min-height:100%;
	}
	
.right-nav-padding {
	padding:8px;
	text-align:center;
	}
	
.phone-box-right {
	background-color:#ffffff;
	width:183px;
	color:#a70054;
	font-size:14px;
	}
	
.clbo {
	clear:both;
	}
	
.crumb { font-size:11px; color:#999999;}
a.crumbnav { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#999999; text-decoration:none; }
a.crumbnav:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; text-decoration:underline; }

.cft-communities {list-style-image: url(house_bullet.gif); font-size:14px; padding-left:5px; font-weight:bold;}

div#aboutparainfo {display: none}

div#aboutlinks {display: none}

div#aboutlinks a {font-size:11px; color:#551a8b;background-color:transparent;}
div#aboutlinks a:hover {color:#a70054;background-color:transparent;}

.lmo {text-decoration: none;}

.lmo:hover {text-decoration: none;}

a.expand-text { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:underline; }
a.expand-text:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:underline; }

a.leftnav { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-decoration:none; }
a.leftnav:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#660000; text-decoration:underline; }

a.bodynav { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#551a8b; text-decoration:underline; }
a.bodynav:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#a70054; text-decoration:underline; }

a.whitelinks { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; text-decoration:underline; }
a.whitelinks:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#00FFFF; text-decoration:underline; }

a.footernav { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#551a8b; text-decoration:underline; }
a.footernav:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#a70054; text-decoration:underline; }

a.blognav { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#551a8b; text-decoration:none; }
a.blognav:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#a70054; text-decoration:none; }

a.rightnav { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#551a8b; text-decoration:none; }
a.rightnav:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#a70054; text-decoration:underline; }

a.teamlinks { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#a70054; text-decoration:none; }
a.teamlinks:hover { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#a70054; text-decoration:underline; }

a.agency-nav { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#551a8b; text-decoration:none; }
a.agency-nav:hover { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#a70054; text-decoration:underline; }

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0px;
padding: 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0px;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
display: block;
width: 200px;
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
width:200px;
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 205px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url(images/bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 195px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #87114d;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #d65496;
color: white;
}

div#cities {width: 540px; font-size: 14px; clear:both; padding: 0px 0px 0px 15px}
div#cities ul.citems {width: 180px; padding: 3px; margin: 3px 1px 3px 0px; float: left}
div#cities ul.citems li {padding: 3px; text-align: left; list-style-image: url(house_bullet.gif)}
div#cities ul.no-b{width: 180px; padding: 3px; margin: 3px 1px 3px 0px; float: left; list-style-type: none}
div#cities ul.no-b li {padding: 3px; font-size:9pt; text-align:center; list-style-type: none}