/* Styles used strictly in the header and footer controls */

.head-container {
	text-align: center;
	}

.head {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 4px 0;
	width: 760px;
	}
.homepage .head {
	padding-bottom: 0;
	background: none;
	}
.mapsearch .head-container .head {
	width: 100%;
	margin-bottom: 0;
	}
.head h1, .h1Replacement {
	color: #336;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 18px 0 0 131px;
	padding: 0;
	}
.head h2 {
	color: #7F7FA6;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0 0 21px 131px;
	padding: 0;
	}
.head strong {
	font-weight: normal;
	color: #7f7fa6;
	font-size: 11px;
	display: block;
	margin: 0 0 21px 131px;
	padding: 0;
	}
.head.ecompage .nav {
	visibility: hidden;
	}
.head.ecompage h1 {
	margin-top: 10px;
	}
.head.ecompage strong {
	margin-bottom: 32px;
	}

.logo {
	position: absolute;
	left: 24px;
	top: 16px;
	}

.nav { text-align: right; }
.mapsearch .head-container .nav { text-align: left; }
.nav ul {
	list-style: none;
	margin: 0 0 0 110px;
	padding: 0;
	text-align: right;
	height: 22px;
	width: 650px;
	overflow: hidden;
	}
.nav ul li { display: inline; }
.nav ul li a {
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px;
	}
/* Opera Hack to fix nav not being clickable */
@media all and (min-width: 0px){
	.nav ul li a {
		height: 22px !important;
		}
	}

.nav-home a { width: 54px; background-position: 0 0; }
.nav-home a:hover { background-position: 0 -27px; }
.nav-myloopnet a { width: 71px; background-position: -54px 0 !important; }
.nav-myloopnet a:hover { background-position: -54px -27px !important; }
.nav-search a { width: 103px; background-position: -125px 0 !important; }
.nav-search a:hover { background-position: -125px -27px !important; }
.nav-addproperty a { width: 81px; background-position: -228px 0 !important; }
.nav-addproperty a:hover { background-position: -228px -27px !important; }
.nav-recentsales a { width: 110px; background-position: -309px 0 !important; }
.nav-recentsales a:hover { background-position: -309px -27px !important; }
.nav-findbroker a { width: 71px; background-position: -419px 0 !important; }
.nav-findbroker a:hover { background-position: -419px -27px !important; }
.nav-advertise a { width: 60px; background-position: -490px 0 !important; }
.nav-advertise a:hover { background-position: -490px -27px !important; }
.nav-help a { width: 35px; background-position: -550px 0 !important; }
.nav-help a:hover { background-position: -550px -27px !important; }
.nav-login a { width: 65px; background-position: -585px 0 !important; }
.nav-login a:hover { background-position: -585px -27px !important; }
.nav-logout a { width: 65px; background-position: -655px 0 !important; }
.nav-logout a:hover { background-position: -655px -27px !important; }

/* Search dropdown */
ul.searchDropdown {
	background: #e5f1ff;
	border-right: 1px solid #606092;
	border-bottom: 1px solid #606092;
	border-left: 1px solid #9e9ec5;

	list-style: none;
	margin: 0;
	padding: 3px 0;
	
	width: 140px;
	}
ul.searchDropdown li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.searchDropdown li a {
	display: block;
	height: 1%;
	padding: 3px 5px;
	text-decoration: none;
	}
ul.searchDropdown li a:hover {
	background: #cce4ff;
	color: #3765B7;
	text-decoration: underline;
	}
ul.searchDropdown li.searchDropdownRS {
	/* display: none; */
	}
ul.searchDropdown.sub {
	position: absolute;
	border-top: 1px solid #9e9ec5;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	width: 200px;
	left: 140px;
	top: -4px;
	}
.head .globalDropdownContainer ul.searchDropdown.sub {
	left: 140px;
	top: -4px;
	}
ul.searchDropdown span.moreOptions {
	border-color: transparent  transparent transparent #3765B7;
    border-style: dashed dashed dashed solid;
    border-width: 4px;
    cursor: pointer;
    height: 0; height: 8; /* 2nd value for quirks mode */
    margin: 0 3px 0 3px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 6px;
    width: 0; width: 8; /* 2nd value for quirks mode */
    z-index: 5;
    }

.maincontent {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	}
.mapsearch .maincontent {
	width: 100%;
	margin: 0;
	}

.foot {
	text-align: left;
	width: 760px;
	padding: 12px 0 24px 0;
	margin: 22px auto 0 auto;
	border-top: 1px solid #e8ebf1;
	}
.homepage .foot {
	border-top: none;
	margin-top: 15px;
	}
.ruledpage.homepage .foot { 
	border-top: 1px solid #e8ebf1; 
	}
.foot ul {
	list-style: none;
	margin: 0;
	padding: 1px 0 0 0;
	}
.foot li {
	font-size: 9px;
	float: left;
	margin: 0 8px 0 0;
	padding: 0 0 2px 0;
	}
.foot li a {
	font-size: 9px;
	text-decoration: none;
	}
.foot li a:hover { border-bottom: 1px solid #84a0d3; }
img.foot li a:hover { border-bottom: none; }
.foot dl {
	position: relative;
	top: -2px;
	float: right;
	margin: -2px 0 0 0;
	padding: 0;
	}
.foot dt {
	font-size: 9px;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	}
.foot dd {
	float: left;
	margin: -2px 0 0 6px;
	padding: 5px 0 0 6px;
	}
.foot-copyright {
	display: block;
	clear: both;
	text-align: center;
	position: relative;
	top: 15px;
	}
.foot-copyright a {
	text-decoration: none;
	font-size: 9px;
	}
.foot-copyright a:hover { border-bottom: 1px solid #cacedd; }
	
.foot-partners {
	width: 212px;
	float: right;
	margin: -2px 0 0 0;
	padding: 0;
	}
.foot-partner1 {
	display: block;
	float: left;
	border-right: 1px solid #e5e5e5;
	padding-right: 5px;
	}
.foot-partner2 {
	display: block;
	float: left;
	border-right: 1px solid #e5e5e5;
	padding-right: 5px;
	padding-left: 5px;
	}
.foot-partner3 {
	display: block;
	float: left;
	padding-left: 5px;
	}
.foot-partner-label {
	float: left;
	margin: 5px 0 0 60px;
	}

.topnav-adsystem {
	height: 60px;
	margin: 5px 20px 5px 0;
	text-align: right;
	}
.topnav-adsystem2 {
	height: 60px;
	margin: 5px 200px 5px 0;
	text-align: right;
	}

/* Fix for clearing floated elements */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearBoth {
	clear: both;
	}

/* Turn off border that shows up on iframe in FF */
#AsyncFrame {
	border: none;
	display:none;
	visibility:hidden;
}

