/* Styles used strictly in the header and footer controls */
.head-container {
	text-align: left;
	min-width: 760px;
	}

.head {
	position: relative;
	text-align: left;
	padding: 0 0 4px 0;
	}
.head h1 {
	color: #336;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 18px 0 0 131px;
	padding: 0;
	}
.head strong {
	font-weight: normal;
	color: #7f7fa6;
	font-size: 10px;
	display: block;
	margin: 0 0 21px 131px;
	padding: 0;
	width: 860px;
	}

.logo {
	position: absolute;
	left: 24px;
	top: 16px;
	}

.nav { 
	padding: 0;
	margin: 0 10px 0 110px;
	height: 22px;
	min-width: 650px;
	}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 490px;
	text-align: right;
	height: 22px;
	overflow: hidden;
	float: left;
	}
.nav ul.secondary-nav {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 22px;
	float: right;
	}
.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 -22px; }
.nav-myloopnet a { width: 71px; background-position: -54px 0 !important; }
.nav-myloopnet a:hover { background-position: -54px -22px !important; }
.nav-search a { width: 103px; background-position: -125px 0 !important; }
.nav-search a:hover { background-position: -125px -22px !important; }
.nav-addproperty a { width: 81px; background-position: -228px 0 !important; }
.nav-addproperty a:hover { background-position: -228px -22px !important; }
.nav-recentsales a { width: 110px; background-position: -309px 0 !important; }
.nav-recentsales a:hover { background-position: -309px -22px !important; }
.nav-findbroker a { width: 71px; background-position: -419px 0 !important; }
.nav-findbroker a:hover { background-position: -419px -22px !important; }
.nav-advertise {  }
.nav-advertise a { width: 60px; background-position: 0 0 !important; }
.nav-advertise a:hover { background-position: 0 -22px !important; }
.nav-help {  }
.nav-help a { width: 35px; background-position: -60px 0 !important; }
.nav-help a:hover { background-position: -60px -22px !important; }
.nav-login {  }
.nav-login a { width: 65px; background-position: -95px 0 !important; }
.nav-login a:hover { background-position: -95px -22px !important; }
.nav-logout {  }
.nav-logout a { width: 65px; background-position: -160px 0 !important; }
.nav-logout a:hover { background-position: -160px -22px !important; }

.maincontent {
	
	}

/* Styles for wide fixed header */
.wideheader .head-container {
	text-align: center !important;
	}
.wideheader .head {
	width: 985px;
	margin: 0 auto;
	}

.foot {
	text-align: center;
	}
.foot ul {
	white-space: nowrap;
	text-align: left;
	list-style: none;
	margin: 0 auto;
	padding: 5px 0;
	width: 575px;
	}
.foot li {
	white-space: nowrap;
	text-align: left;
	font-size: 9px;
	display: inline;
	margin: 0 9px 0 0;
	padding: 0 0 2px 0;
	}
.foot li a { font-size: 9px; text-decoration: none; }
.foot li a:hover { border-bottom: 1px solid #cacedd; }
img.foot li a:hover { border-bottom: none; }

.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 */
