body{
	background-color: #f1eedc;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Times, serif;
	line-height: 140%;
	font-size: 12px;
}

a{
	color: #333333;
}

h1{
	font-size: 22px;
	line-height: 24px;
}

#header{
	height: 97px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menu{
	background: #3F3429 url(images/menubg.jpg);
	height: 35px; 
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

#menu ul{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#menu ul li{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li a{
	display: block;
	width: 155px;
	height: 35px;
	background: #3F3429 url(images/menubg.jpg);
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}


#menu li ul { /* second-level lists */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: absolute;
	background: #120900;
	background-repeat: repeat-x;	
	left: -999em; 
	padding: 5px 0 5px 0;
	margin: 0;
	width: 160px;
}

#menu li ul a{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-image: none;
	background: #120900;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	width: 150px;
	margin: 0 5px;
}

#menu li ul a:hover{
	text-decoration: none;
	background: #3F3429;
}


#menu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}

#menu li:hover, #menu li.hover {  
     position: static;  
} 

#callout{
	height: 200px;
	background: #000033 url(images/results.gif);
}

#callout-team{
	height: 400px;
	background: #000033 url(images/results.gif);

}

#content{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px 0;
}

#footer{
	border-top: 5px solid #3F3429;
	height: 150px;
	background: #000033 url(images/results.gif);
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 20px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

/* iHomeFinder stuff */

#idxbox{
	width: 323px;
	height: 243px;
	background: url(images/featuredbg.gif);
	float: right;
	background-repeat: no-repeat;
	margin: 0 0 10px 10px;
	padding: 40px 0 40px 0;
	
}

#idxbox a{
	color: #222222;
	text-decoration: none;
	font-size: 11px;
}

#agentblurb{
	float: left;
	width: 150px;
}

#idxboxes{
	width: 500px;
	float: right;
}

#ihfAgentBio_Name{
	display: none;
}

#agentbox{
	background: url(images/agent-box.gif);
	background-repeat: no-repeat;
	height: 373px;
	width: 323px;
	float: right;
	margin: 0;	
	padding: 0;
}

#agentbox h2{
	margin: 0;
	padding: 0;
}

#agentbox h2 a{
	display: block;
	width: 151px;
	font-size: 12px;
	height: 50px;
	background: #E6E5DC;
	float: left;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 3px 0 35px 4px;
	line-height: 50px;
	text-decoration: none;
	color: #73736E;
}



#agentbox h2 a.active{
	color: #3F3429;
	background: none;
}

#agentbox ul{
	margin: 0;
	padding: 0;
}

#agentbox li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#ihfAgentBio10_AgentName{
	display: none;
}

.ihfBoxListContainer{
	background: none;
	border: 0;
}


#SLIDESTEXT a{
	text-decoration: none;
}

.ihfboxlist ul li.subitem, .ihfboxlist ul li.head{
	border: 0;
	background: none;
}

#ihfAgentBio10_CompanyName, #ihfAgentBio10_CompanyAddress, #ihfAgentBio10_PhoneNumber, #ihfAgentBio10_Fax, #ihfAgentBio10_HomePhoneFax, #ihfAgentBio10_Pager, #ihfAgentBio10_CellPhone, #ihfAgentBio10_Email, #ihfAgentBio10_AgentWebsiteURL, #ihfAgentBio10_AgentEmailUpdates, #ihfAgentBio10_ProfileTitle, .ihfboxlist ul li.head{
	display: none;


#ihfAgentBio10_Listings{
	clear:both;
}

.floatLeft{
	float: left;
	margin: 0 10px 10px 0;
}


