@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------- Sitewide Styles ----*/
/* ----------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------- Sitewide General Styles ----*/

a, img {outline:none; border:none;}

body {
	background:#4e4742;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.bg-main {
	background:#D7CFC2 url(http://elements6.superlativestudio.com/templates51/3682/images/bg-new.jpg) repeat-x top center;
	width:100%;
	float:left;
	clear:both;
}

img {
	border: none;
}

div {
	margin: 0px;
	padding: 0px;
}

.float-left {
	float:left
}

.float-right {
	float:right
}

.clear {
	clear:both;
}

br.clear {
	clear:both;
	display:block;
	height:1px;
	line-height: 0px;
	margin:-1px 0 0;
}

.over { 
	/*text-indent: -10000px;
	overflow: hidden;
	display: block;*/
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.over span {
	display: none;
}
 
.over:hover {
	background-position: bottom left;
}

.navlist {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.navlist li {
	display: inline;
}

ul.navlist li ul {
    position: absolute;
    left: -999%;
    width: 8em;
    text-align: left;
}

ul.navlist li:hover ul {
    left: auto;
    margin: 39px 0 0 42px;
}

ul.navlist li.last {
    float: none;
    clear: left;
}

/* ------------------------------------------------------------------------------------ Navigation ----*/

#nav-container{ 
	float: left; 
	margin-top: 11px; 
	width: 757px;
	height: auto;
	}

#nav-property {
	float: left;
	width: 150px;
	height: 51px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/nav01_property.jpg);
}

#nav-property over:hover {
	background-position: bottom left;
}
	
#nav-buy {
	float: left;
	width: 78px;
	height: 51px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/nav02_buy.jpg);
}

#nav-sell {
	float: left;
	width: 77px;
	height: 51px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/nav03_sell.jpg);
}

#nav-offices {
	float: left;
	width: 101px;
	height: 51px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/nav04_offices.jpg);
}

#nav-agents {
	float: left;
	width: 104px;
	height: 51px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/nav05_agents.jpg);
}

#nav-careers {
	float: left;
	width: 107px;
	height: 51px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/nav06_careers.jpg);
}

#nav-more {
	float: left;
	width: 140px;
	height: 51px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/nav07_more.jpg);
}

.pageSub {
	float: left;
	width: 600px;
	margin: 0px;
}
.pageContainer {
	margin: 0px 0px 20px 15px;
}
.pageContainer li {
	list-style: url(http://elements6.superlativestudio.com/templates51/3682/images/bullet-green.gif);
	margin: 10px 0 0 0;
	padding: 0px;
	font: 11px/1.3em Arial, Helvetica, sans-serif;
}
.pageContainer ul {
	margin: 0px 0px 25px 30px;
	padding: 0px;
}
.middleContainerLeftBody h2 {
	color: #343537;
	font: 14px/1.3em Arial, Helvetica, sans-serif;
	padding: 5px 0px 4px;
}
.middleContainerLeftBody a {
	color: #1a893b;
}
.two-accross-left {
	width: 270px;
	float: left;
	border-right: 1px solid #666666;
	padding: 0px 40px 0px 0px;
	margin: 10px 50px 0px 0px;
}
.two-accross-right {
	width: 270px;
	float: left;
	margin: 10px 0px 0px;
}
.two-accross {
	width: 270px;
	float: left;
	margin: 10px 25px 0px 0px;
}
.two-accross-r {
	width: 270px;
	float: left;
	margin: 25px 25px 0px 0px;
}
.two-accross-subtext {
	font-size:11px;
	line-height:18px;
	margin:10px 0 0 0;
}
.two-accross-header {
	color: #1a893b;
	margin: 0px;
	padding: 0px;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.two-accross-header a {
	text-decoration: none;
}
.two-accross-header a:hover {
	text-decoration: underline;
}
.two-accross-header img{
	position:relative; 
	margin: 2px 0 0 0;
}

/* -------------------------------------------------------------------------- Drop-Down Navigation ----*/

ul.menu {
	list-style:none;
	margin:0px;
	padding:0;
	z-index:998;
}

ul.menu * {
	margin:0; 
	padding:0;
	position:relative;
	z-index:998;
}

ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
	z-index:998
}

ul.menu li {
	position:relative;
	float:left;
	z-index:998
}

ul.menu ul {
	position:absolute;
	width: 140px;
	top:51px;
	left:0;
	background:#38748C;
	display:none;
	opacity:0;
	list-style:none;
	z-index:998;
	box-shadow:0px 5px 10px #000;
}

ul.menu ul li {
	position:relative;
	border:1px solid #38748C;
	border-top:none;
	width:138px;
	margin:0;
	z-index:998;
}

ul.menu ul li a {
	display:block;
	padding:6px 6px 6px 10px;
	background-color:#024560;
	z-index:99;
	font-size:12px;
	color:#FFFFFF;
	z-index:998;
	text-shadow:0px 1px 1px #05202B;
	font-family:Arial, Helvetica, sans-serif;
}

ul.menu ul li a:hover {
	/* fallback */ background-color:#299A4C;
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(100% 100% 90deg, #45C068, #178239); 
	/* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#178239), to(#45C068)); 
	/* Safari 5.1+, Chrome 10+ */ 
	background: -webkit-linear-gradient(#178239, #45C068); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(#178239, #45C068);
	z-index:998;
}

ul.menu ul ul {
	left:148px;
	top:-1px;
	z-index:998;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/header_over.gif);
	z-index:998;
}

ul.menu .sub {
	background:#d1d1d1 url(http://elements6.superlativestudio.com/templates51/3682/images/arrow.gif) 136px 8px no-repeat;
	z-index:998;
}

ul.menu .topline {
	border-top:1px solid #aaa;
	z-index:998;
}

ul.menu .menulink01{border:none; padding:0px; display: inline-block;  font-weight:bold; width:150px; height:51px;}
ul.menu .menulink02{border:none; padding:0px; display: inline-block;  font-weight:bold; width:78px; height:51px}
ul.menu .menulink03{border:none; padding:0px; display: inline-block;  font-weight:bold; width:77px; height:51px}
ul.menu .menulink04{border:none; padding:0px; display: inline-block;  font-weight:bold; width:101px; height:51px}
ul.menu .menulink05{border:none; padding:0px; display: inline-block;  font-weight:bold; width:104px; height:51px}
ul.menu .menulink06{border:none; padding:0px; display: inline-block;  font-weight:bold; width:107px; height:51px}
ul.menu .menulink07{border:none; padding:0px; display: inline-block;  font-weight:bold; width:140px; height:51px}

/* -------------------------------------------------------------------------------- Sub-Navigation ----*/

/* General Links */

#subnav  p{
	padding:0px;
	margin:0px;
}

#subnav .title{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	width:230px;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	text-shadow:0px 1px 3px #000;
}

#subnav .title a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	width:230px;
	display:block;
	text-decoration:none;
	border-bottom:#CCCCCC 1px solid;
}

#subnav .title a:hover {
	text-decoration:none;
	border-bottom:#096 1px solid;
}

#subnav .title2{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	width:230px;
	text-decoration:none;
	font-size:14px;
	padding:10px 0px 10px 0px;
	text-shadow:0px 1px 3px #000;
}

#subnav {
	float:left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

#subnav ul {
    width: 230px;
	list-style: none;
	margin: 0;
	padding: 0;
}
			
#subnav li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	width: 230px;
	text-decoration: none;
}	
	
#subnav li a:link, #subnav li a:visited {
	height: 25px;
	width: 230px;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_over.jpg);
	border-bottom:1px #082946 solid;
	border-top:1px #2d517e solid;
}
	
#subnav li a:hover {
	width: 230px;
	height:25px;
	color: #FFF;
	vertical-align:middle;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_over.jpg) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top:1px #2d517e solid;

}

/* Top Link */

#subnav li.top a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 230px;
	text-decoration: none;
}	
	
#subnav li.top a:link, #subnav li.top a:visited {
	width: 230px;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png);
	border-bottom:1px #082946 solid;
	border-top:none;
}
	
#subnav li.top a:hover {
	width: 230px;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top:none;
}

/*
#subnav li.hilighted-top a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top: none;
}

#subnav li.hilighted-top a:link, #subnav li.hilighted-top a:visited {
	height: 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top: none;
}

#subnav li.hilighted-top a:hover {
	height: 25px;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top: none;
}
*/

/* Bottom Link */

#subnav li.bottom a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	width: 230px;
	text-decoration: none;
}	
	
#subnav li.bottom a:link, #subnav li.bottom a:visited {
	height: 25px;
	width: 230px;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png);
	border-bottom:none;
	border-top: 1px #2d517e solid;
}
	
#subnav li.bottom a:hover {
	height: 25px;
	width: 230px;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png) 0 -33px;
	border-bottom: none;
	border-top: 1px #2d517e solid;
}

/*
#subnav li.bottom a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png);
	border-top:1px #2d517e solid;
	border-bottom: none;
}

#subnav li.bottom a:link, #menu1 li.bottom a:visited {
	height: 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png);
	border-top:1px #2d517e solid;
	border-bottom: none;
}

#subnav li.bottom a:hover {
	height: 25px;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png) 0 -33px;
	border-top:1px #2d517e solid;
	border-bottom: none;
}
*/

/* Highlighted Top Link */

#subnav li.hilighted-top a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	width: 230px;
	text-decoration: none;
	border-bottom: 1px #082946 solid;
	border-top: none;
}	
	
#subnav li.hilighted-top a:link, #subnav li.hilighted-top a:visited {
	height: 25px;
	width: 230px;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom: 1px #082946 solid;
	border-top: none;
}
	
#subnav li.hilighted-top a:hover {
	height:25px;
	width: 230px;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom: 1px #082946 solid;
	border-top: none;
}

/*
#subnav li.hilighted-top a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top: none;
}

#subnav li.hilighted-top a:link, #subnav li.hilighted-top a:visited {
	height: 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top: none;
}

#subnav li.hilighted-top a:hover {
	height: 25px;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-top.png) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top: none;
}
*/

/* Highlighted General Link */

#subnav li.hilighted a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	border-bottom:1px #082946 solid;
	border-top:1px #2d517e solid;
	text-decoration: none;
}	
	
#subnav li.hilighted a:link, #subnav li.hilighted a:visited {
	height: 25px;
	color: #FFF;
	font-weight: bold;
	display: block;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_over.jpg) 0 -33px;
}
	
#subnav li.hilighted a:hover {
	height: 25px;
	color: #FFF;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_over.jpg) 0 -33px;
	border-bottom:1px #082946 solid;
	border-top:1px #2d517e solid;
}

/* Highlighted Bottom Link */

#subnav li.hilighted-bottom a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	width: 230px;
	text-decoration: none;
	border-bottom:none;
	border-top: 1px #2d517e solid;
}	
	
#subnav li.hilighted-bottom a:link, #subnav li.hilighted-bottom a:visited {
	height: 25px;
	width: 230px;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png) 0 -33px;
	border-bottom:none;
	border-top: 1px #2d517e solid;
}
	
#subnav li.hilighted-bottom a:hover {
	height: 25px;
	width: 230px;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 0 0px;
	text-indent: 10px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png) 0 -33px;
	border-bottom: none;
	border-top: 1px #2d517e solid;
}

/*
#subnav li.hilighted-bottom a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png) 0 -33px;
	border-top:1px #2d517e solid;
	border-bottom: none;
}

#subnav li.hilighted-bottom a:link, #menu1 li.hilighted-bottom a:visited {
	height: 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png) 0 -33px;
	border-top:1px #2d517e solid;
	border-bottom: none;
}

#subnav li.hilighted-bottom a:hover {
	height: 25px;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg-bottom.png) 0 -33px;
	border-top:1px #2d517e solid;
	border-bottom: none;
}
*/

/* Expanded Sub-Menu */

/* Expanded Sub-Menu General */

#subnav li.expanded a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	text-decoration: none;
}	
	
#subnav li.expanded a:link, #subnav li.expanded a:visited {
	height: 25px;
	color: #FFF;
	font-weight: bold;
	display: block;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded.jpg);
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}
	
#subnav li.expanded a:hover {
	height: 25px;
	color: #FFF;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}

/* Expanded Sub-Menu Top */

#subnav li.expanded-top a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
	text-decoration: none;
}	
	
#subnav li.expanded-top a:link, #subnav li.expanded-top a:visited {
	height: 25px;
	color: #FFF;
	font-weight: bold;
	display: block;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded_top.jpg);
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}
	
#subnav li.expanded-top a:hover {
	height: 25px;
	color: #FFF;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded_top.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}

/* Expanded Sub-Menu Bottom */

#subnav li.expanded-bottom a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
	text-decoration: none;
}	
	
#subnav li.expanded-bottom a:link, #subnav li.expanded-bottom a:visited {
	color: #FFF;
	font-weight: bold;
	display: block;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded_bottom.jpg);
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}
	
#subnav li.expanded-bottom a:hover { 
	color: #FFF;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded_bottom.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}

/* Expanded Sub-Menu General Highlighted */

#subnav li.expanded-hilighted a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
	text-decoration: none;
}	
	
#subnav li.expanded-hilighted a:link, #subnav li.expanded-hilighted a:visited {
	color: #FFF;
	font-weight: bold;
	display: block;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}
	
#subnav li.expanded-hilighted a:hover {
	color: #FFF;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}

/* Expanded Sub-Menu Top */

#subnav li.expanded-top-hilighted a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	border-bottom:1px #08213d solid;
	border-top:1px 244363 solid;
	text-decoration: none;
}	
	
#subnav li.expanded-top-hilighted a:link, #subnav li.expanded-top-hilighted a:visited {
	color: #FFF;
	font-weight: bold;
	display: block;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded_top.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px 244363 solid;
}
	
#subnav li.expanded-top-hilighted a:hover {
	color: #FFF;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded_top.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px 244363 solid;
}

/* Expanded Sub-Menu Bottom */

#subnav li.expanded-bottom-hilighted a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
	text-decoration: none;
}	
	
#subnav li.expanded-bottom-hilighted a:link, #subnav li.expanded-bottom-hilighted a:visited {
	color: #FFF;
	font-weight: bold;
	display: block;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded_bottom.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}
	
#subnav li.expanded-bottom-hilighted a:hover { 
	color: #FFF;
	background:  url(http://elements6.superlativestudio.com/templates51/3682/images/subnav-bg_expanded_bottom.jpg) 0 -33px;
	border-bottom:1px #08213d solid;
	border-top:1px #244363 solid;
}

/* -------------------------------------------------------------------------------- Subnav Modules ----*/

.module {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/module_bg_repeat.png) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.module .light{
	padding:5px 5px 5px 5px;
	/*background: url(http://elements6.superlativestudio.com/templates51/3682/images/module_hilight.png) repeat;*/
}

.module .light2{
	width: 230px;
	/*background: url(http://elements6.superlativestudio.com/templates51/3682/images/module_hilight.png) repeat;*/
}

.module a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #164a82;
}

.module a:link {
	text-decoration: none;
}

.module a:visited {
	text-decoration: none;
	color: #164a82;
}

.module a:hover {
	text-decoration: underline;
	color: #164a82;
}

.module a:active {
	text-decoration: none;
	color: #164a82;
}

.module-footer {height:21px; width: 230px;}
.module-top {height:7px; width: 230px;}

.expanded-container{
	padding:0px 10px 0 10px;
	}

.listing-box {
	margin:0 0 0 5px;
	float:left;
	width:135px;
}

.listing-title{
	font-size:11px;
	font-weight:bold;
	clear:both;
	padding:0 0 3px 0;
}

.listing-description{
	font-size:11px;
	padding:0 0 5px 0;
	font-weight: normal;
	line-height: normal;
	}

.listing-container{
	padding:5px 0 7px 0;
	display:inline;
}

.listing-thumb{
	float:left;
	margin:0 0 5px 0;
	}

.listing-thumb img{
	width: 50px;
	height: 50px;
	border: 1px #FFFFFF solid;
}

.saved-search-title {
	font-weight:bold; clear:both; padding:0 0 7px 0;
}

.saved-search-title .divider-line {
	 border-bottom:1px solid #FFFFFF
}

.signup-module input{
	border: 1px solid #728f90;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/formBack1.gif) repeat-x top left;
	margin: 3px 4px 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width:100%;
}

.savesearch {
	padding:5px 15px 5px 15px;
	margin: 0 auto;
	color:#FFFFFF;
	display:inline-block;
}

.savesearch p{
	margin:0;
	padding:0;
}

.savesearch a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #3AD064;
}

.savesearch a:link {
	text-decoration: none;
}

.savesearch a:visited {
	text-decoration: none;
	color: #3AD064;
}

.savesearch a:hover {
	text-decoration: underline;
	color: #3AD064;
}

.savesearch a:active {
	text-decoration: none;
	color: #3AD064;
} 


#savesearch-button {
	float: left;
	width: 110px;
	height: 33px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/module_btn_save_search.png);
	position: relative;
	cursor: pointer;
	margin: 10px 0 0 45px;
}

/*
#signin-button {
	float: left;
	width: 79px;
	height: 33px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/module_btn_signin.png);
	position: relative;
	cursor: pointer;
}
*/

#signin-button {
	float: left;
	width: 79px;
	height: 33px;
	cursor: pointer;
}



.checkbox1 {
	font-size:11px;
	font-weight: bold;
	width:105px;
	float:left;
	margin:0 15px 0 0
}


ul.module-list {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height:21px;
	color:#333333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.module-list li {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/bullet-listing.png) no-repeat;
	padding-left: 15px;
	background-position: 0 5px;
}

.module-list a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

.module-list a:link {
	text-decoration: none;
	color: #333333;
}

.module-list a:visited {
	text-decoration: none;
	color: #333333;
}

.module-list a:hover {
	text-decoration: underline;
	color: #000000;
}

.module-list a:active {
	text-decoration: none;
	color: #333333;
} 




/* ------------------------------------------------------------------------------- Header & Search ----*/

.search-button {
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	float: left;
	width: 110px;
	height: 26px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/button_search.jpg);
	position: relative;
	cursor: pointer;
	border: 0px;
	}

#login-area {
	height:15px;
	padding:7px 0px 0px 10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0px 1px 0px #000;
}

#login-area  a{
	height:15px;
	padding:7px 0px 0px 10px;
	color:#FFFFFF
}

#search-bottom{
	width:341px;
	height:31px;
	font-size:11px
}

#search-bottom  a {
	color: #FFFFFF;
}

#search-bottom  a:link {
	text-decoration: none;
}

#search-bottom  a:visited {
	text-decoration: none;
}

#search-bottom  a:hover {
	text-decoration: underline;
}

#search-bottom  a:active {
	text-decoration: none;
} 

#search-options {
	width:90px;
	height: 15px;
	padding:7px 20px 0px 0px;
	text-align:right;
	color:#FFFFFF;
	float:right;
}

#search-options span {
	color:#3ad064;
	font-weight: bold;
}

#phone-numbers {
	width:355px;
	margin:20px 5px 0px 0px;
	vertical-align:top;
	color:#FFFFFF;
	font-size:13px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0px 1px 0px #000;
}

#phone-numbers img{
	width:33px;
	height:33px;
	margin:2px 0px 0px 5px;	
	display:inline-block;
}

#phone-numbers span {
	color:#3ad064;
	font-weight: bold;
}

#phone-numbers #text {
	padding-left:7px;
	float:left;
	display:inline-block;
	margin-right:7px;
}

/* ---------------------------------------------------------------------------------------- Footer ----*/

.line-horiz{
	height:1px;
	width:971px;
	border-bottom:1px #ADAEAF solid;
	margin:0px 0px 20px 10px;
	clear:both;
}

#seo-links {
		width:555px; 
		margin: 0px 0px 15px 10px; 
		font-size:11px; 
		float:left;
		display: inline-block;
}

#seo-links h1 {
	color:#1e5296;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 5px 0px\
}

#seo-links ul {
	margin:0px;
	padding:0px
}

#seo-links li {
	margin:0px;
	padding:0px 0px 0px 10px;
	line-height:18px;
	list-style-type:none
}

#seo-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#seo-links a:link {
	text-decoration: none;
}

#seo-links a:visited {
	text-decoration: none;
	color: #000000;
}

#seo-links a:hover {
	text-decoration: underline;
	color: #000000;
}

#seo-links a:active {
	text-decoration: none;
	color: #000000;
} 

#articles {
	font-size:11px;
	float:left;
	width:390px;
	line-height:18px;
	border-left:1px solid #adaeaf;
	padding-left:25px;
	margin-bottom:15px
}

#articles h1{
	font-family:Georgia, "Times New Roman",
	Times, serif;
	font-size:18px;
	color:#000000;
	font-weight: normal;
	margin:7px 0px 0px 0px;
	padding:0px
}

#articles h2{
	color:#7f7f7f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px
}

#articles ul{
	margin:0px;
	padding:0px 0px 0px 10px
}

#articles li{
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/bullet-black.gif) no-repeat;
	padding-left: 15px;
	margin:3px 0px 0px 0px;
	background-position: 0 5px;
	list-style-type:none;
}

#articles  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1e5296;
}

#articles  a:link {
	text-decoration: none;
}

#articles  a:visited {
	text-decoration: none;
}

#articles  a:hover {
	text-decoration: underline;
}

#articles  a:active {
	text-decoration: none;
} 

#agent-area{
	height:50px;
	width:971px;
	background:#cfd0d1;
	margin:0px 0px 15px 10px;
	clear:both
}

#agent-button {
	float: left;
	width: 100px;
	height: 33px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/button-agent_login.jpg);
	position: relative;
	top:10px;
	left:10px;
	cursor: pointer;
}

#explore-links {
	font-size:11px;
	margin:10px 0px 10px 25px;
	float:left;
	width:700px;
	text-align:center;
}

#explore-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#explore-links a:link {
	text-decoration: none;
}

#explore-links a:visited {
	text-decoration: none;
	color: #000000;
}

#explore-links a:hover {
	text-decoration: underline;
	color: #000000;
}

#explore-links a:active {
	text-decoration: none;
	color: #000000;
}

#realtor-icons{
	margin:10px 15px 0px 0px;
	float:right
}

#sitemap {
	font-size:10px;
	color:#666666;
	line-height:18px;
	min-height:100px;
	clear: both;
	display: inline-block;
}

#sitemap img{
	border: 0px;
}

#sitemap #text{
	float:left;
	width:880px; 
	padding-left: 10px;
}

#sitemap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#sitemap a:link {
	text-decoration: none;
}

#sitemap a:visited {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap a:active {
	text-decoration: none;
}
	
.facebook {
	float: left;
	display: block;
	}
	
.ussa {
	float: right;
	display: block;
	margin-bottom: 20px;
	}

#disclaimer{
	font-size:9px;
	padding: 0px 0px 0px 10px;
	color:#666666;
}

.footerwrap{
	margin: 10px 0 0 0;
	color:#999999;
}

.footerwrap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.footerwrap a:link {
	text-decoration: none;
}

.footerwrap a:visited {
	text-decoration: none;
}

.footerwrap a:hover {
	text-decoration: underline;
}

.footerwrap a:active {
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------- Home Page ----*/
/* ----------------------------------------------------------------------------------------------------*/

#publications {
}

#publications h1 {
	margin:0px 0px 5px 0px;
	font-size:12px;
	padding:0px;
}

#publications-text1 {
	width:135px;
	height:135px;
	overflow:hidden;
	margin:5px 0px 0px 14px;
	padding:0px;
	font-size:9px;
	float:left;
	line-height:14px;
	border-right: 1px solid #889fa0;
}

#publications-text2 {
	width:140px;
	height:135px;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	font-size:9px;
	float:left;
	line-height:14px;
	border-left: 1px solid #c6d8d9;
}

#publications-text2 img{
	margin:10px 0px 0px 0px;
}

#publications-text1 img{
	margin:0px 0px 0px 15px;
}

#home-bottom-margin {
	margin-left:12px /*this compensates for the flower image on the home page*/
}

.home-bottom-box-1 {
	width:327px;
	height:175px;
	float:left;
	margin:0px 0px 0px 5px;
	display:inline-block;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/box-bg1.png) top left no-repeat;
}

.home-bottom-box-2 {
	width:327px;
	height:175px;
	float:left;
	display:inline-block;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/box-bg2.png) top left no-repeat;
}

.home-bottom-box-3 {
	width:327px;
	height:175px;
	float:left;
	display:inline-block;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/box-bg3.png) top left no-repeat;
}

.home-bottom-box-2:hover {
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/box-bg2.png) bottom left no-repeat;
}

.home-bottom-box-3:hover {
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/box-bg3.png) bottom left no-repeat;
}

/*temporary ad*/

#home-box-bottom-ad {
	width:315px;
	height:214px;
	background-image:url(http://elements6.superlativestudio.com/templates51/3682/images/waikiki_open_ad.jpg);
	float:left;
}

/* the following class is for an ie6 fix */
 
.home-bottom-box-left {
	width:315px;
	height:214px;
	margin-left:12px;
	float:left
}

.home-title-container {
	width:100%;
	height:38px;
}

.home-bottom-title {
	width:100%;
	height:38px;
	float:left
}

.home-bottom-bg a {
	color:#0e3963;
	text-decoration: underline;
	}
	
.home-bottom-bg a:hover {
	color:#000000;
	text-decoration: none;
	}

.home-bottom-content{
	padding:0px
}

.home-bottom-content h1 {
	padding:15px 0px 15px 0px;
	margin:0px;
	display:block;
}

.home-bottom-content p {
	margin:0px;
	padding:0px 0px 0px 15px;
}

#non-member {
	float:left;
	width:150px;
	padding:113px 0px 0px 15px;
}

#member {
	float:left;
	width:130px;
	padding:0px 0px 5px 10px;
	margin:38px 0px 0px 0px;
}

#member h2{
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#0e3963;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-shadow:0px -1px 0px #FFF;
}

.home-bottom-content-field input{
	border: 1px solid #728f90;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/formBack2.gif) repeat-x top left;
	margin: 3px 4px 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width:125px;
}

.home-bottom-content-fields input{
	border: 1px solid #728f90;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/formBack1.gif) repeat-x top left;
	margin: 3px 4px 3px 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width:138px;
}

.home-bottom-content-img {
	float:right;
	margin:0;
	padding:0
}

.home-bottom-content p {
	margin:0;
	padding:0px 0px 0px 0px
}

.home-bottom-content span {
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}

.home-bottom-content #text {
	float:left;
	margin-left:15px;
	font-size:11px;
	width:140px;
}

.home-bottom-content h1 {
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#0e3963;
	margin:0px;
	padding:0px;
}

.home-bottom-content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	margin:5px 5px 0px 0px;
	color:#000000;
	text-shadow:0px -1px 0px #FFF;
}

.home-bottom-content a {
	color:#0e3963;
	text-decoration:none;
	text-shadow:0px -1px 0px #FFF;
	}
	
.home-bottom-content a:hover {
	color:#178239;
	text-decoration: underline;
	text-shadow:0px -1px 0px #FFF;
	}

.home-bottom-shadow{width:315px; height: 17px; background: url(http://elements6.superlativestudio.com/templates51/3682/images/homebottom_boxshadow.jpg) no-repeat top left;}

#quicksearch-container{float:left; width:316px; height:310px; margin-top:11px; position:relative}

#signup-button {
	float: left;
	width: 114px;
	height: 47px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/homebottom-button_signup.jpg);
	position: relative;
	cursor: pointer;
}

#subscribe-button {
	float: left;
	width: 114px;
	height: 47px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/homebottom-button_subscribe.jpg);
	position: relative;
	cursor: pointer;
}

#viewmore-button {
	float: left;
	width: 114px;
	height: 47px;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/homebottom-button_viewmore.jpg);
	position: relative;
	cursor: pointer;
}

/*misty styles*/

/* ----------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------- Structure ----*/
/* ----------------------------------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	width: 990px;
	text-align: left;
}
.topContainer {
	width: 983px;
	height: 132px;
	display: block;
	clear: both;
	z-index: 2000;
}
.logoContainer {
	width: 226px;
	height: 132px;
	float: left;
	display:inline-block;
}
.topRightContainer {
	width: 757px;
	height: 132px;
	display: inline-block;
	float: left;
}
	.topRightContainer .top{
		width: 757px;
		height: 70px;
		display: block;
		float: left;
	}
		.topRightContainer .top .left {
			width: 416px;
			height: 70px;
			display: inline-block;
			float: left;
		}
		.topRightContainer .top .right {
			width: 341px;
			height: 70px;
			display: inline-block;
			float: left;
		}
			.topRightContainer .top .right .container {
				background: url(http://elements6.superlativestudio.com/templates51/3682/images/seach_background.jpg) no-repeat;
				width: 341px;
				height: 70px;
				display: inline-block;
				float: left;
				padding-top: 10px;
				
			}
			.topRightContainer .top .right .container .left {
				width: 41px;
				height: 28px;
				display: block;
				float: left;
				background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/search_magGlass.jpg);
				background-repeat: no-repeat;
			}
			.topRightContainer .top .right .container .searchMiddle {
				width: 174px;
				height: 26px;
				display: block;
				float: left;
				margin-top: 1px;
				z-index: 1000;
				}
			.topRightContainer .top .right .container .searchMiddle .field_search {
				background: url(http://elements6.superlativestudio.com/templates51/3682/images/search_fieldbg.jpg);
				margin: 0px;
				padding: 0px;
				width: 174px;
				height: 23px;
				display: block;
				float: left;
				border: 0px;
				padding-top: 3px;
				text-indent: 3px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#999;
				text-shadow:0px 1px 0px #FFF;
				z-index: 999;
				}
				
			.topRightContainer .top .right .container .searchMiddle .field_search:focus {
				color:#000;
				}
					

.ac_results {
	z-index: 999;
}

.searchBottom {
	width: 330px;
	height: 31px;
	font-size:11px;
	margin-top: 30px;
	*margin-top: 0px;
	margin-left: 10px;
}

.searchBottom a {
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0px -1px 0px #000;
}
.searchBottom a:hover {
	color: #40C371;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
}

				
				/*.topRightContainer .top .right .container .searchMiddle .left {
					width: 40px;
					height: 26px;
					display: block;
					float: left;
				}
				.topRightContainer .top .right .container .searchMiddle .middle{
					width: 174px;
					height: 26px;
					display: block;
					float: left;
				}
				.topRightContainer .top .right .container .searchMiddle .button{
					width: 17px;
					height: 26px;
					display: block;
					float: left;
				}
				.topRightContainer .top .right .container .searchMiddle .right{
					background: url(images/search_rightside.jpg);
					width: 17px;
					height: 26px;
					display: block;
					float: left;
				}*/
	.topRightContainer .bottom{
		width: 757px;
		height: 51px;
		display: block;
		float: left;
	}
	
.mainContentContainer {
	width: 983px;
	display: block;
}

.middleContainerLeft .bottom {
    background: url("http://elements6.superlativestudio.com/templates51/3682/images/content-bg-repeat.png") repeat scroll 0 0 transparent;
}

.logoContainer {
	width: 226px;
	height: 132px;
	float: left;
	display: inline-block;
}

.middleContainer {
	width: 983px;
	height: 100%;
	display: block;
}

.middleContainerLeft {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/content-bg-repeat.png) repeat-y top center;
	width: 750px;	
	min-height: 450px;
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-bottom:10px;	
	}
	.middleContainerLeft .top {
		background: url(http://elements6.superlativestudio.com/templates51/3682/images/content-bg-top-new.jpg) no-repeat top center;
		width: 750px;	
		}
	
	.middleContainerLeft .top2 {
		background: url(http://elements6.superlativestudio.com/templates51/3682/images/content-bg-top2-new.jpg) no-repeat top center;
		width: 750px;	
		}
	.middleContainerLeft .top3 {
		background: url(http://elements6.superlativestudio.com/templates51/3682/images/content-bg-top3-new.jpg) no-repeat top center;
		width: 750px;
		padding-top: 28px;	
		}
	
	.middleContainerLeftBody{
		width: 680px;
		margin-left: 25px;
		padding: 10px;
		display: block;
		min-height: 600px;
		}
	
	.middleContainerLeftBody h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #000000;
		padding-top: 5px;
		font-weight: normal;
		}
	
	.middleContainerLeftBody h3{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #000000;
		padding-top: 0px;
		font-weight: normal;
		margin:0px;
		}
	
	.middleContainerLeftBody p{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #343537;
		line-height: 18px;
		}

.middleContainerRight {
	margin: 0px;
	width: 230px;	
	display: inline-block;
	float: left;
	margin: 0px auto;
	margin-top: 15px;
	}
	
.bottomContainer {
	width: 983px;
	display: block;
	margin-left: 20px;
	}	
	
.line-horiz2 {
	height:1px; 
	width:971px; 
	border-bottom:1px #ADAEAF solid; 
	margin:0px 0px 15px 10px;
	clear:both
	}
	
.line-horiz3 {
	height:1px; 
	width:630px; 
	border-bottom:1px #d0d3d4 solid; 
	margin:15px 0px 15px 10px; 
	}
	
.line-horiz4 {
	height:1px; 
	width:635px; 
	border-bottom:1px #999999 solid; 
	margin:15px 0px 15px 10px; 
	}
	
.seo-links2 {
	width:555px; 
	margin: 15px 0px 15px 0px; 
	font-size:11px; 
	float:left;
	}
	
.seo-linksBox {
	width: 172px;
	height: 100% auto;
	display: inline-block;
	float: left;
	}

/* ----------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------  Misty Buyers ----*/
/* ----------------------------------------------------------------------------------------------------*/

.buyerSteps {
	width: 673px;
	height: 130px;
	display: block;
	float: left;
	margin-left: 15px
}

.buyerStepsNumbers {
	width: 25px;
	height: 124px;
	display: inline-block;
	float: left;
}

/* ----------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------- Sub-Page General Styles ----*/
/* ----------------------------------------------------------------------------------------------------*/

.three-accross {
	width:200px;
	float:left;
	margin:10px 25px 0px 0
}

.three-accross-r {
	width:200px;
	float:left;
	margin:10px 0px 0px 0
}

.three-accross-subtext {
	font-size:11px;
	line-height:18px;
	margin:10px 0 0 0
}

.three-accross-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#1a893b;
	margin:0px;
	padding:0px;
}

.three-accross-header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#1a893b;
}

.three-accross-header a:link {
	text-decoration: none;
}

.three-accross-header a:visited {
	text-decoration: none;
}

.three-accross-header a:hover {
	text-decoration: underline;
}

.three-accross-header a:active {
	text-decoration: none;
}

.three-accross-header img{
	position:relative;
	margin: 0 0 0 1px
}

.three-accross-header-numbered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	margin:0px;
	padding:0px;
}
.three-accross-header-numbered a:link {
	text-decoration: none;
	color:#000000;
}

.three-accross-header-numbered a:visited {
	text-decoration: none;
	color:#000000;
}

.three-accross-header-numbered a:hover {
	text-decoration: underline;
	color:#1a893b;
}

.three-accross-header-numbered a:active {
	text-decoration: none;
	color:#000000;
}

.three-accross-header img{
	position:relative;
	margin: 0 0 0 1px
}
.three-accross-header-numbered img{
	float:left;
	margin:-2px 5px 0 0
}

.three-accross-subtext-numbered {
	font-size:11px;
	line-height:18px;
	margin:10px 0 0 28px
}

.three-accross-subtext-numbered a {
	font-size: 11px;
	font-weight:bold;
	color:#1a893b;
}

.three-accross-subtext-numbered a:link {
	text-decoration: none;
}

.three-accross-subtext-numbered a:visited {
	text-decoration: none;
}

.three-accross-subtext-numbered a:hover {
	text-decoration: underline;
}

.three-accross-subtext-numbered a:active {
	text-decoration: none;
}
.three-accross-subtext li {
	list-style: url(http://elements6.superlativestudio.com/templates51/3682/images/bullet-green.gif);
	margin: 10px 0 0 0;
	padding: 0px;
	font: 11px/1.3em Arial, Helvetica, sans-serif;
}
.three-accross-subtext ul {
	margin: 0px 0px 25px 30px;
	padding: 0px;
}
/* ----------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------- Sub-Page Specific Styles ----*/
/* ----------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------- Agent Search ----*/

.agent-search-box {
	width:225px;
	height:165px;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/agent-search-bg.png) top center no-repeat;
	float:left;
}

.agent-search-box h2{
	margin: 20px 0 0 20px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

.agent-search-box p {
	font-size:11px;
	font: Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 10px 0px 0px 20px;
}

.agent-search-box-lang {
	width:225px;
	height:165px;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/agent-search-bg.png) top center no-repeat;
	float:left;
	margin-left: 225px;
}

.agent-search-box-lang h2{
	margin: 20px 0 0 20px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

.agent-search-box-lang p {
	font-size:11px;
	font: Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 10px 0px 0px 20px;
}

.agent-search-button {
	float: right;
	width: 88px;
	height: 33px;
	position: relative;
	margin: 10px 15px 0px 0px;
	cursor: pointer;
}

.agent-search-az-bar {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/agent-search-alphabeticalbar-bg.jpg) top center no-repeat;
	width:683px;
	height:53px;
}
.agent-search-az-bar #text{
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	padding:15px 0px 0px 15px;
	color:#666666;
}
.agent-search-az-bar #text a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#666666;
}

.agent-search-az-bar #text a:link {
	text-decoration: none;
}

.agent-search-az-bar #text a:visited {
	text-decoration: none;
}

.agent-search-az-bar #text a:hover {
	text-decoration: underline;
}

.agent-search-az-bar #text a:active {
	text-decoration: none;
}
.agent-search-az-bar #text span {
	font-weight:bold;
	color:#000000;
}

.canwehelpyou {
	float:left
}

.canwehelpyou  a {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#1a893b;
}

.canwehelpyou a:link {
	text-decoration: none;
}

.canwehelpyou a:visited {
	text-decoration: none;
}

.canwehelpyou a:hover {
	text-decoration: underline;
}

.canwehelpyou a:active {
	text-decoration: none;
}

.agent-field {
	width:181px;
	height:20px ;
	padding: 10px 0 0 20px;
}
.agent-field select{
	border: 1px solid #728f90;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/formBack1.gif) repeat-x top left;
	margin: 3px 4px 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width:181px;
}
.agent-field input{
	border: 1px solid #728f90;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/formBack1.gif) repeat-x top left;
	margin: 3px 4px 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width:181px;
}
/* --------------------------------------------------------------------------------------- Careers ----*/

.contactbox {
	width:180px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/bottomContainer2.gif) repeat-x;
	border: 1px solid #146e7b;
}
.contactbox .three-accross-header-numbered{
	padding: 10px 0px 0px 10px;
	width:95px;
}
.contactbox .three-accross-subtext{
	padding: 0px 0px 10px 10px;
	width:95px;
}

/* ---------------------------------------------------------------------------------------- Offices ----*/

#office-list {
	float:left;
	margin:0 0 0 15px;
}

#office-list h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#office-list p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0 0 20px 0;
	padding: 8px 0 0 0;
}

/* ----------------------------------------------------------------------------- Broker Form Styles ----*/

.brokerContainerReg {
	float: left;
	width: 170px;
	height: 265px;
	padding: 25px 30px 15px 30px;
	margin: 10px 0px 0px 0px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/form-three-Back.png) no-repeat;
}
.brokerContainerReg h2 {
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif !important;
}
.brokerContainerReg p {
	margin: 8px 0px 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif !important;
	color: #595959 !important;
}
.brokerContainerSignIn {
	float: left;
	width: 170px;
	height: 265px;
	padding: 25px 30px 15px 30px;
	margin: 10px 0px 0px 0px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/form-three-Back.png) no-repeat;
}
.brokerContainerSignIn h2 {
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif !important;
}
.brokerContainerSignIn p {
	margin: 8px 0px 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif !important;
	color: #595959 !important;
}
.brokerContainerSignIn strong {
	font-size: 11px;
}
.brokerContainerSignIn table {
	border: none;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.brokerContainerSignIn td {
	border: none;
	padding: 10px 0px 0px;
}
.brokerContainerSignIn input {
	border: 1px solid #728f90;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/formBack.gif) repeat-x;
	margin: 2px 3px 0px 0px;
}
.brokerContainerSignIn input[type="checkbox"] {
	margin: 5px 3px 0px 0px;
	vertical-align: bottom;
}
.brokerContainerSignIn input[type="image"] {
	border: none;
}


/* -------------------------------------------------------------------------------------------- REO ----*/

.reoContainer {
	width: 663px;
	float: left;
	margin: 10px 0px 20px;
}
.reoContainerClient {
	width: 198px;
	float: left;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/bottomContainer1.gif) repeat-x;
	padding: 0px 0px 0px 20px;
	margin: 0px 2px 0px 0px;
}
.reoContainerClient h2 {
	font: bold 14px/1.3em Arial, Helvetica, sans-serif !important;
}
.reoContainerContact {
	width: 406px;
	float: left;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/bottomContainer2.gif) repeat-x;
	padding: 0px 0px 0px 20px;
}
.reoContainerContact h2 {
	font: bold 14px/1.3em Arial, Helvetica, sans-serif !important;
}
.reoContainerContact p {
	font: 11px/1.7em Arial, Helvetica, sans-serif !important;
	width: 390px;
	margin: 15px 0px 0px;
	padding: 0px;
	clear: left;
}
.reoContainerContact2 {
	float: left;
	width: 300px;
	margin: 0px 0px 20px;
	background: #e5efed;
}
.reoContainerContact2Info {
	font: 11px/2em Arial, Helvetica, sans-serif;
	float: left;
	margin: 25px 0px 0px 15px;
}
.reoContainerContact2Info h2 {
	font: bold 14px/1.7em Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px;
	padding: 0px;
}

/* -----------------------------------------------------------------------  Oahu Neighborhoods -----------------------------*/
.neighborhoodContainer p {
	margin: 0 0 10px 0;
	font-weight: bold;
}

/* -----------------------------------------------------------------------  Buyer Steps -----------------------------*/
.buyerSteps {
	width: 673px;
	height: 130px;
	display: block;
	float: left;
	margin-left: 15px
}
.buyerStepsNumbers {
	width: 25px;
	height: 124px;
	display: inline-block;
	float: left;
}	
.buyerStepsText {
	width:170px;
	height: 126px;
	display: inline-block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #343537;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 0px;
}
.buyerStepsText h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: -5px 0px 10px 0px;

}
.buyerStepsText h1 a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: -5px 0px 10px 0px;
	text-decoration: none;
}
.buyerStepsText h1 a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3f995a;
	margin: -5px 0px 10px 0px;
	text-decoration: none;
}
.buyerStepsText h1 a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: -5px 0px 10px 0px;
	text-decoration: none;

}
.buyerStepsText h1 a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: -5px 0px 10px 0px;
	text-decoration: none;
}
.BuyerHomeSeekers{
	width: 661px;
	height: 92px;
	display: block;
	float: left;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/buyers/home_seekers_house.jpg) no-repeat;
	margin-left: 5px;
	margin-bottom: 10px;
}
.BuyerHomeSeekersText {
	width: 571px;
	height: 81px;
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	padding-left: 100px;
}
.BuyerHomeSeekersText h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 20px;
}
.BuyerHomeSeekersText  a:link{
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	text-decoration: underline;
}
.BuyerHomeSeekersText a:hover{
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #409b5b;
	text-decoration: underline;
}
.BuyerHomeSeekersText a:active{
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	text-decoration: underline;
}
.BuyerHomeSeekersText a:visited{
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	text-decoration: underline;
}
.BuyersThreeinARowContainer{
	width: 682px;
	min-height: 300px;
	display: block;
	float: left;
	margin-left: 10px;
}
.BuyersThreeinARow {
	width: 200px;
	min-height: 160px;
	display: inline-block;
	float: left;
}
.BuyersThreeinARow {
	width: 200px;
	min-height: 160px;
	display: inline-block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	margin-left: 15px;
}
.BuyersThreeinARowHeading{
	width: 100% auto;
	height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #1a893b;
	font-weight: bold;
	display: inline;
	float: left;

}
.BuyersThreeinARowHeading a:link{

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #1a893b;
	font-weight: bold;
	text-decoration: none;

}
.BuyersThreeinARowHeading a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003d5c;
	font-weight: bold;
	text-decoration: none;
}
.BuyersThreeinARowHeading a:active{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #1a893b;
	font-weight: bold;
		text-decoration: none;
}
.BuyersThreeinARowHeading a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #1a893b;
	font-weight: bold;
		text-decoration: none;

}
.BuyersThreeinARowArrow{
	width: 15px;
	height: 15px;
	display: inline;
	float: left;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/arrow.png);
	margin-left: 10px;
}
.BuyersThreeinARow p{
	width: 100% auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	display: block;
	float: left; 
}
.BuyerWaystoBuyAHome {
	width: 657px;
	hight: 70px;
	display: block;
	float: left;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/buyers/stepsBg.png) no-repeat;
	margin-bottom: 20px;
}
.BuyerWaystoBuyAHome h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
.BuyerWaystoBuyAHome p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}
.BuyerWaystoBuyAHome p a:link{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #409b5b;
	text-decoration: none;
	font-weight: bold;
}
.BuyerWaystoBuyAHome p a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003d5c;
	text-decoration: none;
		font-weight: bold;
}
.BuyerWaystoBuyAHome p a:active{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #409b5b;
	text-decoration: none;
		font-weight: bold;
}
.BuyerWaystoBuyAHome p a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #409b5b;
	text-decoration: none;
	font-weight: bold;
}
.BuyersNewProjectsLogo {
	width: 151px;
	min-height: 178px;
	display: inline-block;
	float: left;
	}
.BuyersNewProjectsText {
	width: 467px;
	min-height: 180px;
	display: inline-block;
	float: left;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	line-height: 18px;
	}
.BuyersNewProjectsText h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000; 
	margin: -8px 0px 8px 0px;
}
.BuyHomeSeekerForm {
	width: 671px;
	height: 277px;
	float: left;
	padding: 0px 0px 0px 25px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/buyers/home_seekers_bg.png) no-repeat;
	}
.BuyHomeSeekerForm2 {
	width: 671px;
	height: auto;
	display: block;
	float: left;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/buyers/form_bg.png) no-repeat;
	}
.BuyHomeSeekerForm h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #3f9a5a;
	padding: 15px 0 10px 30px;
	}
.BuyHomeSeekerFormContainer {
	width: 598px;
	height: auto;
	display: inline-block;
	float: left;
	padding: 0 0 0 30px;
	}

.BuyHomeSeekerFormField{
	float: left;
}

.BuyHomeSeekerFormField2{
	width: 250px;
	height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	border: 1px solid #999;
	background: none;
	margin: 0px 10px 10px 3px;
}
.BuyHomeSeekerFormField3{
	width: 263px;
	height: auto;
	display: inline-block;
	float: left;
	border: 0px;
	margin-bottom: 10px;
}
.BuyHomeSeekerFormField4{
	float: left;
	clear: both;
	margin: 0px 0px 0px 35px;
}
.BuyHomeSeekerFormField5{
	width: 15px;
	height: 15px;
	display: inline-block;
	float: left;
	border: 0px;
}
.BuyHomeSeekerFormField6{
	width: 100px;
	height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	padding: 4px 0 0 0;
	display: inline-block;
	float: left;
}
.BuyHomeSeekerFormField7{
	width: 500px;
	height: 32px;
	display: block;
	float: left;
	margin-top: 10px;
}
.BuyHomeSeekerFormField7 p{
	padding-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	display: block;
	float: left;
	margin: 0px;
}
.BuyHomeSeekerFormField7 a:link{
	padding-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #228d42;
	text-decoration: none;
}
.BuyHomeSeekerFormField7 a:hover{
	padding-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003e5c;
	text-decoration: none;
}
.BuyHomeSeekerFormField7 a:active{
	padding-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #228d42;
	text-decoration: none;
}
.BuyHomeSeekerFormField7 a:visited{
	padding-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #228d42;
	text-decoration: none;
}
.BuyHomeSeekerFormField8{
	height: 46px;
	float: left;
	margin: 0px 0px 0px 20px;
}
.BuyHomeSeekerFormField9{
	width: 263px;
	height: 22px;
	display: inline-block;
	float: left;
	border: 0px;
	margin-bottom: 10px;
}
.BuyHomeSeekerFormField10{
	width: 263px;
	height: 22px;
	display: inline-block;
	float: left;
	border: 0px;
	margin-bottom: 10px;
}
.BuyHomeSeekerFormField11{
	width: 263px;
	height: 22px;
	display: inline-block;
	float: left;
	border: 0px;
	margin-bottom: 10px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/buyers/formfield.jpg) no-repeat;
}
.BuyHomeSeekerFormField12{
	width: 562px;
	height: 100% auto;
	display: inline-block;
	float: left;
	border: 0px;
	margin-bottom: 10px;
}
.BuyHomeSeekerFormField12 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #343537;
	margin: 0px;
	padding: 0px;
}
.BuyHomeSeekerFormField13{
	width: 570px;
	height: 50px;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
}
.BuyHomeSeekerFormField14{
	width: 562px;
	height: 100% auto;
	display: inline-block;
	float: left;
	border: 1px;
	margin-bottom: 10px;
}
.BuyHomeSeekerFormField15{
	width: 263px;
	height: 22px;
	display: inline-block;
	float: left;
	border: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.BuyHomeSeekerFormField16{
	width: 110px;
	height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #343537;
	padding: 4px 0 0 0;
	display: inline-block;
	float: left;
}
.BuyerHomeSeekerAdvantagesContainer {
	width: 592px;
	height: 80px;
	display: block;
	float: left;
	margin-left: 40px;
}
.BuyerHomeSeekerAdvantagesContainer2 {
	width: 193px;
	height: 32px;
	display: block;
	float: left;
	margin-left: 50px;
}
.BuyerHomeSeekerAdvantagesContainerPoint {
	width: 27px;
	height: 33px;
	display: inline-block;
	float: left;
}
.BuyerHomeSeekerAdvantagesContainerText {
	height: 33px;
	display: inline-block;
	float: left;
}

/*----------calculator styles----------*/
.calculator {
	float: left;
	width: 420px;
	height: 200px;
	margin: 5px 0px 0px 0px;
	padding: 15px 0px 15px 30px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/calcBack.png) no-repeat;
}
.calculatorBox {
	float: left;
	width: 200px;
}

/*----------prequalify styles----------*/
.prequalify {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/prequalifyBack.png) no-repeat;
	float: left;
	width: 646px;
	height: 630px;
	margin: 0px;
	padding: 30px 0px 0px 35px;
}

/*----------contact styles----------*/
.contactForm {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/contactBack.png) no-repeat;
	float: left;
	height: 395px;
	width: 320px;
	margin: 0px 0px 0px -38px;
	padding: 25px 0px 0px 20px;
}
/*----------relocation form styles----------*/
.relocationForm {
	padding:0px 0px 0px 25px;
	margin:5px 0 0 0;
	background:#CCCCCC;
	float: left;
	height: 340px;
	width: 500px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border:1px solid #666;
}	

/*----------feedback styles----------*/
.feedback {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/feedbackBack.png) no-repeat;
	float: left;
	height: 580px;
	width: 646px;
	margin: 0px;
	padding: 30px 0px 0px 35px;
}


/* ----------------------------------------------------------------------- Form Styles -----------------------------*/
.formStyle{
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
.formStyle table {
	border: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.formStyle td {
	border: none;
	padding: 3px 0px 0px 0px;
	margin: 0px;
}
.formStyle h2 {
	margin: 15px 0px 3px 0px;
	padding: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.formStyle h3 {
	margin: 3px 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
.formStyle p {
	margin: 18px 0px 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #595959;
}
.formStyle label {
	display: block;
	margin: 2px 25px 0px 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
.formStyle input[type="text"] {
	border: 1px solid #728f90;
	background: #FFFFFF url(http://elements6.superlativestudio.com/templates51/3682/images/formBack1.gif) repeat-x;
	margin: 2px 3px 8px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.formStyle input[type="password"] {
	border: 1px solid #728f90;
	background: #FFFFFF url(http://elements6.superlativestudio.com/templates51/3682/images/formBack1.gif) repeat-x;
	margin: 2px 3px 8px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.formStyle input[type="checkbox"] {
	margin: 5px 2px 8px 0px;
	vertical-align: middle;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.formStyle input[type="radio"] {
	margin: 3px 3px 8px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.formStyle textarea {
	margin: 2px 3px 8px 0px;
	border: 1px solid #728f90;
	background: #FFFFFF url(http://elements6.superlativestudio.com/templates51/3682/images/formBack2.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.formStyle select {
	border: 1px solid #728f90;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/formBack1.gif) repeat-x;
	margin: 3px 4px 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.formStyle input[name^="non"] {
	border: 2px solid #728f90;
	background: #FFFFFF;
	margin: 3px 3px 8px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.radioCopy {
	margin: 0px 10px 0px 0px;
	vertical-align: 2px;
}
.radioCopy2 {
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	vertical-align: 2px;
}
.radioCopy3 {
	margin: 0px 10px 0px 0px;
	vertical-align: 4px;
}
td.symbolOne {
	margin: 5px 3px 0px 0px;
	display: block
}
td.symbolTwo {
	margin: 19px 3px 0px 0px;
	display: block
}
.BuyHomeSeekerForm2 {
	width: 650px;
	height: 650px;
	float: left;
	padding: 35px 0px 15px 35px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/buyers/form_bg.png) no-repeat;
}
.homeSeekerFormContainer {
	width: 350px;
	height: 270px;
	margin: 0px 0px 0px 145px;
	padding: 25px 0px 0px 35px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/homeSeekerBackground.png) no-repeat;
	float: left;
	display: inline;
}
.homeSeekerFormContainer h1 {
	color: #3f9a5a;
	margin: 0px 0px 10px 0px;
	font: 18px Helvetica, Arial, sans-serif;
}

/* ----------------------------------------------------------------------- Form Styles 2 ------------------------*/

#search-tab-form-left {
	color:#FFFFFF;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:13px 5px 5px 15px;
	width:150px;
	display: inline;
}
#search-tab-form-right {
	color:#FFFFFF;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:13px 0 5px 7px;
	width:138px;
	display: inline;
}
.formStyle2 #pricemin {
	width:75px;
}
.formStyle2 #pricemax {
	width:50px;
}
.formStyle2 .container1 {
	float:left;
	margin: 8px 0 0 0;
	width:150px;
}
.formStyle2 .container2 {
	float:left;
	margin:3px 0 0 0;
	max-width:150px;
}
.formStyle2 .container3 {
	float:left;
	margin:10px 0 0 0;
	width:125px;
}
.formStyle2 .container4 {
	float:left;
	margin:0;
	width:125px;
}

.formStyle2 .container1 .float-left{
	float:left;
	width:150px;
}

.formStyle2 .container2 .float-left{
	float:left;
	width:150px;
}

.formStyle2 {
	color:#333333;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-shadow:0px -1px 0px #000;
	background:none;
	margin:7px 0px 0px 0px;
	width:100%;
}

.formStyle2 input[type="text"] {
	background:#FFF;
	border:none;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	border-radius:3px;
	padding:2px;	
	box-shadow:inset 1px 1px 3px #999;
}

.formStyle2 textarea {
	background:#FFFFFF;
	border:1px solid #728F90;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	box-shadow:inset 1px 1px 3px #999;
}

.formStyle2 select {
	background:#FFFFFF;
	border:none;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-radius:5px;
	padding:2px;
	box-shadow:inset 1px 1px 3px #999;
}
.more {
	width:150px;
}
.more a {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 5px;
	display: inline-block;
	}
.more a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	padding-top: 8px;
	padding-left: 5px;
	display: inline-block;
	color:#40C371;
	}
.more span {
	color:#40C371;
	font-size:14px;
	font-weight:bold;
}


/*----------freePublications styles----------*/
.freePublications {
	margin: 10px 0px 0px 0px;
}
.freePublications h2 {
	margin: 0px 0px 0px 0px;
	display: inline;
}
.freePublications p {
	margin: 0px;
	width: 350px;
}
.freePublications img {
	float: right;
	margin: 0px 0px 10px 15px;
	display: inline;
}
.freePublicationsDesc {
	margin: 10px 0px 0px 0px;
	width: 500px;
	clear: both;
}
.freePublicationsForm {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/brochureBack.png) no-repeat;
	float: left;
	width: 658px;
	height: 306px;
	margin: 0px 0px 0px -6px;
	padding: 30px 0px 0px 30px;
	display: inline;
}


/* Dynamic SubPage */

.middleContainer2 {
	width: 993px;
	height: 100%;
	display: block;
}

.middleContainerMain {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/dsp-bg_repeat_new.jpg) repeat-y top center;
	width: 993px;	
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
}

.middleContainerMainTop {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/dsp-bg_top_new.jpg) no-repeat top center;
	width: 993px;	
	min-height: 550px;
	display: block;
	float: left;
	padding: 25px 0 0 0;
	text-align: center;
}

.middleContainerMainTop-radius {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/dsp-bg_top_new2.jpg) no-repeat top center;
	width: 993px;	
	min-height: 550px;
	display: block;
	float: left;
	padding: 8px 0 0 0;
	text-align: center;
}

.middleContainerMainTop_inside {
	width: 800px;
	margin:0 40px 0 40px;
	text-align: center;
	}
	.middleContainerMainTop_inside h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #000000;
		padding-top: 5px;
		font-weight: normal;
		}
	.middleContainerMainTop_inside h2 {
		color: #343537;
		font: 14px/1.3em Arial, Helvetica, sans-serif;
		padding: 5px 0px 4px;
		}
	.middleContainerMainTop_inside h3{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #000000;
		padding-top: 0px;
		font-weight: normal;
		margin:0px;
		}
	.middleContainerMainTop_inside p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #343537;
		line-height: 18px;
		}
	.middleContainerMainTop_inside a {
		color: #1a893b;
		}
	.middleContainerMainTop_inside a:hover {
		color: #1a893b;
		text-decoration: none;
		}

.middleContainerMainTop2 {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/dsp-bg_top_new.jpg) no-repeat top center;
	width: 993px;	
	min-height: 550px;
	display: block;
	float: left;
	padding: 0px 0 0 0;
}
.middleContainerMainHeader {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/dsp-header_bg_new.jpg) no-repeat top center;
	width: 993px;
	height: 57px;
	display: block;
	float: left;
}

.middleContainerMainHeader2 {
	width: 993px;
	height: 119px;
	display: block;
	float: left;
}

.middleContainerMainHeader h1{
	padding:29px 0 0 35px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
}

/* Dynamic Subpage (700px Content Width) */

.middleContainerLeftBody2{
	width: 700px;
	margin: 0 0 0 25px;
	padding:0 0 0 0;
	display: block;
	min-height: 600px;
}

ul.featured {
	margin: 0px;
	padding: 20px 0px 0px 80px;
}
ul.featured li {
	list-style: url(http://elements6.superlativestudio.com/templates51/3682/images/arrow.png);
}
ul.featured a {
	font: bold 14px/3em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}
ul.featured a:hover {
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------------- */
/* --------------------------------------------------------------- Tabbed Search Form */
/* ---------------------------------------------------------------------------------- */

.listprice1 {
	width: 68px;
}
.listprice2 {
	width: 68px;
}
.mlsname {
	width: 143px;
}
.region {
	width: 143px;
	height: 48px;
}
.neighborhood {
	width: 143px;
	height: 48px;
}
.mlsnum {
	width: 58px;
}
.beds {
	width: 60px;
}
.baths {
	width: 60px;
}
.homesinlast {
	width: 102px;
}
.sqft1 {
	width: 62px;
}
.sqft2 {
	width: 62px;
}
.proptype {
	width: 127px;
}

/* CSS Document */

/* --------------------------------------------------------------------------------------------------- */
/******************************************************************************************************** 
	Company: Superlative, Inc
	Product: CB Search
	Authors: David Wheeler
	Date: 11/18/09
	
	Created @ Superlative, Inc. 2008 (Superlative IDX)
	Use of this content is by contractual agreement only.
	Superlative, Inc. claims no liability for content provided &/or uploaded by its clients.
	
********************************************************************************************************/
/* --------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------- */ 
/* ----------------------------------------------------------------------- Search 01 - General Styles */
/* -------------------------------------------------------------------------------------------------- */

.S_1 {
	background: #FFFFFF;
	margin: 0px auto;
	width: 668px;
	height: 100% auto;
	text-align: center;
	display: table;
	}
	
.S_1 .s1_main_container {
	background: #FFFFFF;
	margin: 0px auto;
	width: 658px;
	height: auto;
	display: block;
	}	

.S_1 .s1_title {
	margin: 0px auto;
	width: 648px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	}

.S_1 .s1_sub_title {
	margin: 0px auto;
	width: 648px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #1d426b;
	text-align: left;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	}

.S_1 .s1_description {
	margin: 0px auto;
	width: 648px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414141;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 10px;
	}

/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* -------------------------------------------------------- Search 01 - Property Type */
/* ---------------------------------------------------------------------------------- */

.S_1 .property_type_container {
	margin: 0px auto;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/bg-property-type.jpg) no-repeat;
	width: 646px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 10px;
	}
	
.S_1 .property_type {
	width: 300px;
	margin: 0px auto;
	margin-top: 2px;
	padding-left: 20px;
	display: inline-block;
	float: left;
	}

.S_1 .property_type_text {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: inline;
	}

.S_1 .property_type_dropdown {
	width: 170px;
	border: 1px #b1b1b1 solid;
	height: 22px;
	display: inline;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	}

.S_1 .property_status {
	width: 300px;
	margin: 0px auto;
	margin-top: 2px;
	padding-right: 20px;
	display: inline-block;
	float: right;
	}

/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- Search 01 - Form Titles */
/* ---------------------------------------------------------------------------------- */

.S_1 .s1_form_title {
	background: #E0E8EF;
	margin: 0px auto;
	width: 648px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px #CCCCCC solid;
	text-align: left;
	display: inline-block;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 5px;
	float: left;
	clear: both;
	}

/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------- Search 01 - Form */
/* ---------------------------------------------------------------------------------- */

.S_1 .s1_form_container {
	/*background: url(images/bg-form.jpg) #FFFFFF repeat-x;*/
	background: #FFFFFF;
	margin: 0px auto;
	width: 648px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	display: inline-block;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
	}

.S_1 .form_left {
	width: 319px;
	height: auto;
	float: left;
	display: inline-block;
	}

.S_1 .form_right {
	width: 319px;
	height: auto;
	float: right;
	display: inline-block;
	}

.S_1 .form_row {
	width: 319px;
	height: auto;
	float: left;
	display: inline-block;
	margin-bottom: 7px;
	}

.S_1 .form_text_left {
	width: 86px;
	float: left;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	padding-top: 4px;
	margin-right: 10px;
	text-align: right;
	}

.S_1 .form_text_right {
	width: 50px;
	float: left;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	margin-right: 10px;
	padding-top: 4px;
	text-align: right;
	}

.S_1 .form_feilds_right {	
	width: 202px;
	float: left;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	font-weight: normal;
	}

.S_1 .form_feilds_right2 {	
	width: 257px;
	float: left;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	}

.S_1 .form_feilds_right3 {	
	width: 180px;
	float: left;
	display: inline-block;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	}

.S_1 .form_small {
	margin: 0px;	
	width: 90px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	float: left;
	}

.S_1 .s1_form_dropdown {
	border: 1px #b1b1b1 solid;
	width: 212px;
	height: 22px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	}

.S_1 .s1_form_dropdown_short {
	border: 1px #b1b1b1 solid;
	width: 90px;
	height: 22px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	}

.S_1 .s1_form_listbox {
	border: 1px #b1b1b1 solid;
	width: 212px;
	height: 80px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.S_1 .s1_form_field {	
	margin: 0px auto;
	border: 1px #b1b1b1 solid;
	width: 206px;
	height: 18px;
	display: inline;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	text-align: left;
	}

.S_1 .s1_form_field2 {
	margin: 0px auto;
	border: 1px #b1b1b1 solid;
	width: 224px;
	height: 18px;
	display: inline;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	text-align: left;
	}

.S_1 .inside_text {
	margin: 0px;	
	width: 45px;
	height: auto;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	float: left;
	}

.S_1 .inside_text2 {
	margin: 0px;	
	width: auto;
	height: auto;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414141;
	float: left;
	}

.S_1 .form_checkbox {	
	width: 15px;
	float: left;
	display: inline-block;
	margin-right: 5px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ Search 01 - 3 Columns */
/* ---------------------------------------------------------------------------------- */

.S_1 .col_1 {
	margin: 0px auto;
	width: 200px;
	display: inline-block;
	float: left;
	margin-left: 10px
	}

.S_1 .col_2 {
	margin: 0px auto;
	width: 200px;
	display: inline-block;
	float: left;
	margin-left: 10px
	}

.S_1 .col_3 {
	margin: 0px auto;
	width: 200px;
	display: inline-block;
	float: left;
	margin-left: 10px
	}
	
/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* -------------------------------------------------------- Search 01 - Submit Button */
/* ---------------------------------------------------------------------------------- */

.S_1 .buttons_container {
	margin: 0px auto;
	width: 448px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	display: inline-block;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px #CCCCCC solid;
	}

.S_1 .green_submit {
	margin: 0px auto;
	padding: 0px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/s1_submit.jpg) no-repeat;
	width: 128px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	}
/*
.S_1 .green_submit:hover {
	margin: 0px auto;
	padding: 0px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/s1_submit_over.jpg) no-repeat;
	width: 128px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	}*/
	
/* ----------------------- End Search */

/* ---------------------------------------------------------------------------------- */
/* ----------------------------------------------------- Search 01 - Expanding Button */
/* ---------------------------------------------------------------------------------- */

.S_1 .more_criteria_container_expanded {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414141;
	display: inline-block;
	width: 658px;
	height: auto;
	}

.S_1 .more_criteria_container_contracted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414141;
	display: inline-block;
	width: 658px;
	height: 25px;
	}

.S_1 .more_criteria_button {
	margin: 0px;
	width: 680px;
	height: 25px;
	text-align: left;
	display: inline-block;
	float: left;
	padding-right: 10px;
	}
	.S_1 .more_criteria_button a {
			margin: 0px auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #0860a8;
			text-decoration: none;
			} 
	.S_1 .more_criteria_button a:hover {
			margin: 0px auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #83afd3;
			text-decoration: underline;
			}	
	
.S_1 .more_criteria_button_minus {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/featured_minus.gif) no-repeat left;
	margin: 0px auto;
	width: 165px;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-left: 30px;
	display: inline-block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	}

.S_1 .more_criteria_button_plus {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/featured_plus.gif) no-repeat left;
	margin: 0px auto;
	width: 165px;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-left: 30px;
	display: inline-block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	}

/*-------------- End */

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ Paging Nav Side Shell */
/* ---------------------------------------------------------------------------------- */

/* ----------------------- Paging Nav */

.side_paging_nav_container {
	background: #FFFFFF;
	margin: 0px auto;
	width: 190px;
	height: 15px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	border-bottom: 1px #e2e2e2 solid;
	border-top: 1px #e2e2e2 solid;
	padding: 2px 5px 0px 5px;
	text-align: center;
	margin-bottom: 5px;
	}
	.side_paging_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.side_paging_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}
	
.side_nav_left_container {
	width: 75px;
	text-align: left;
	float: left;
	display: inline-block;
	}

.side_nav_right_container {
	width: 75px;
	text-align: right;
	float: right;
	display: inline-block;
	}

/*-------------- End */

/* ---------------------------------------------------------------------------------- */
/* ----------------------------------------------------- CBP Only Append Agent Roster */
/* ---------------------------------------------------------------------------------- */

.AD01 .agent_area_left {
	height:662px;
	width: 180px;
	}

.AD01 .agent_nav_container {
	margin:5px 0 0 5px;
	}

.AD01 .agent_detail_image_container {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/lg_shadow_frame.gif) no-repeat center;
	display: inline-block;
	height: 230px;
	width: 180px;
	}
	.AD01 .agent_detail_image_container img {
		height: 220px;
		width: 170px;
		}

.AD01 .agent_row_image_container {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/bg_agent_frame.jpg) no-repeat center;
	display: inline-block;
	width: 98px;	
	height: 124px;
	}
	.AD01 .agent_row_image_container img {
		height: 114px;
		width: 88px;
		}



/* CSS Document */

/* --------------------------------------------------------------------------------------------------- */
/******************************************************************************************************** 
	Company: Superlative, Inc
	Product: Agent Roster Coldwell Banker Exclusive
	Authors: David Wheeler
	Date: 12/21/09
	
	Created @ Superlative, Inc. 2008 (Superlative IDX)
	Use of this content is by contractual agreement only.
	Superlative, Inc. claims no liability for content provided &/or uploaded by its clients.
	
********************************************************************************************************/
/* --------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------- */ 
/* --------------------------------------------------------------------------- Agent Detail Layout 01 */
/* -------------------------------------------------------------------------------------------------- */

.AD01Preview {
	margin: 0px auto;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/bg-previews.jpg) #072a64 no-repeat;
	width: 700px;
	height: 100%;
	text-align: center;
	display: block;
	}	

/* -------------------------------------------------------------------------------------------------- */ 
/* -------------------------------------------------------- Agent Detail Layout 01 - Agent Search Bar */
/* -------------------------------------------------------------------------------------------------- */

.AD01Preview .agent_search_container {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/bg_search_container.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 698px;
	height: auto;
	padding: 12px 0px 12px 0px;
	text-align: center;	
	margin: 17px 0px 10px 0px;
	border: 1px #e4e4e4 solid;
	color: #414141;
	display: block;
	}
	.AD01Preview .agent_search_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.AD01Preview .agent_search_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}
		
.AD01Preview .agent_search_form {
	width: 125px;
	*width: 130px;
	display: inline;
	margin-right: 5px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* --------------------------------------------------------- Agent Detail Layout 01 - Agent Alpha Bar */
/* -------------------------------------------------------------------------------------------------- */

.AD01Preview .agent_alpha_container {
	margin: 0px auto;
	width: 700px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px #E2E2E2 solid;
	font-size: 12px;
	color: #414141;
	}
	.AD01Preview .agent_alpha_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.AD01Preview .agent_alpha_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}
		
.AD01Preview .agent_alpha_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	}	

/* -------------------------------------------------------------------------------------------------- */ 
/* --------------------------------------------------- Agent Detail Layout 01 - Breadcrumb/Paging Nav */
/* -------------------------------------------------------------------------------------------------- */

.AD01Preview .paging_nav_container {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/bg_paging_nav.jpg);
	margin: 0px auto;
	width: 698px;
	height: 33px;
	display: table;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #e4e4e4 solid;
	font-size: 12px;
	color: #414141;
	}
	.AD01Preview .paging_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.AD01Preview .paging_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}	

.AD01Preview .paging_nav_left {
	width: 335px;
	float: left;
	text-align: left;
	padding: 8px 0px 0px 10px;
	}
	
.AD01Preview .paging_nav_right {
	width: 340px;
	float: right;
	text-align: right;
	padding: 8px 10px 0px 0px;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------ Agent Detail Layout 01 - Agent Detail Information */
/* -------------------------------------------------------------------------------------------------- */

.AD01Preview .agent_detail_container {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/bg-previews-all-down.jpg) repeat-y;
	margin: 0px auto;
	width: 700px;
	height: 100%;
	display: inline-block;
	text-align: center;
	}
	
.AD01Preview .agent_detail_image_container {
		background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/lg_shadow_frame.gif) no-repeat center;
		border: 0px;
		height:230px;
		width:180px;
		padding-top: 7px;
		*padding-top: 9px;
		padding-left: 0px;
		height: 100% auto;
		display: inline-block;		
		}
		.AD01Preview .agent_detail_image_container img {
			border: 1px #FFFFFF solid;
			width: 170px;
			height: 220px;
			}

.AD01Preview .agent_area_left {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/bg_photo_nav.jpg) repeat-x #FFFFFF;
	border-left: 1px #c4c4c4 solid;
	border-right: 1px #c4c4c4 solid;
	border-top: 1px #c4c4c4 solid;
	width: 178px;
	min-height: 664px;
	height: 100%;
	margin: 0px auto;
	float: left;
	display: inline-block;
	text-align: center;
	}

.AD01Preview .agent_area_right {
	width: 100% auto;
	height: auto;
	margin: 0px auto;
	float: left;
	text-align: center;
	display: inline-block;
	}

/* ---------------------------------------------- Agent Info */
	
.AD01Preview .agent_info_container {
	margin: 0px;
	width: 475px;
	height: 100%;
	padding: 10px 10px 10px 20px;
	margin-left: 7px;
	border-bottom: 1px #5a9bc5 solid;
	display: inline-block;
	*float: left;
	text-align: left;
	}

.AD01Preview .agent_info {
	margin: 0px auto;
	width: 360px;
	height: auto;
	padding-bottom: 10px;
	display: inline-block;
	float: right;	
	}

.AD01Preview .preview_logo {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/previews-logo.jpg) no-repeat;	
	margin: 0px auto;
	width: 90px;
	height: 100px;
	padding-bottom: 10px;
	display: inline-block;
	float: left;	
	}

.AD01Preview .agent_name {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #dfc862;
	text-align: left;
	height: auto;
	margin-bottom: 5px;
	}
	
.AD01Preview .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 5px;
	}
	.AD01Preview .address a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #5a9bc5;
		}
	.AD01Preview .address a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		}
	
.AD01Preview .phone_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	}

.AD01Preview .select_agent_bar {
	background: #040c4d;
	margin: 0px auto;
	width: 100% auto;
	height: 20px;
	padding: 7px 5px 5px 5px;
	display: inline-block;
	border: 1px #000637 solid;
	clear: both;
	}
	.AD01Preview .select_agent_bar a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
		}
	.AD01Preview .select_agent_bar a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		}

.AD01Preview .select_agent_button1 {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/select_me_arrow.gif) no-repeat left;
	background-position: 6px 3px;
	margin: 0px auto;
	width: 200px;
	height: 21px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	}


/* ---------------------------------------------- Agent Bio */

.AD01Preview .agent_bio_container { !important
	margin: 0px auto;
	width: 475px;
	height: 100% auto;
	padding: 20px 10px 0px 20px;
	display: block;
	*float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

.AD01Preview .agent_bio_content { !important
	margin: 0px auto;
	width: 100% auto;
	height: 100% auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;	
	}
	.AD01Preview .agent_bio_content a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0860a8;
		font-weight: bold;
		text-decoration: underline;
		}
	.AD01Preview .agent_bio_content a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #83afd3;
		font-weight: bold;
		text-decoration: none;
		}

.AD01Preview p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

/* ---------------------------------------------- Agent Navigation */

.AD01Preview .agent_nav_container {
	width: 170px;
	display: inline-block;
	float: left;
	margin: 5px 0px 0px 3px;
	*margin: 5px 0px 0px 4px;
	height: 100% auto;
	padding: 0px;
	text-align: center;
	}
	.AD01Preview .agent_nav_container ul {
		list-style-position: inherit;
		list-style: none;
		padding-left: 0px;
		margin: 0px auto;
		}
	.AD01Preview .agent_nav_container li {
		height: 32px
		}
	.AD01Preview .agent_nav_container li:hover {
		height: 32px
		}
	.AD01Preview .agent_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: none;
		}
	.AD01Preview .agent_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}

.AD01Preview .detail_button1 {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/detail_button1.gif) no-repeat #FFFFFF left;
	background-position: 8px 3px;
	margin: 0px auto;
	width: 122px;
	height: 21px;
	padding-top: 7px;
	margin-bottom: 5px;
	padding-left: 35px;
	border: 1px #C4C4C4 solid;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.AD01Preview .detail_button2 {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/detail_button2.gif) no-repeat #FFFFFF left;
	background-position: 8px 3px;
	margin: 0px auto;
	width: 122px;
	height: 21px;
	padding-top: 7px;
	margin-bottom: 5px;
	padding-left: 35px;
	border: 1px #C4C4C4 solid;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.AD01Preview .detail_button3 {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/detail_button3.gif) no-repeat #FFFFFF left;
	background-position: 8px 3px;
	margin: 0px auto;
	width: 122px;
	height: 21px;
	padding-top: 7px;
	margin-bottom: 5px;
	padding-left: 35px;
	border: 1px #C4C4C4 solid;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}
	
.AD01Preview .detail_button4 {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/detail_button4.gif) no-repeat #FFFFFF left;
	background-position: 8px 3px;
	margin: 0px auto;
	width: 122px;
	height: 21px;
	padding-top: 7px;
	margin-bottom: 5px;
	padding-left: 35px;
	border: 1px #C4C4C4 solid;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.AD01Preview .detail_button5 {
	background: url(http://elements6.superlativestudio.com/templates51/3682/CSSImages/detail_button5.gif) no-repeat #FFFFFF left;
	background-position: 8px 3px;
	margin: 0px auto;
	width: 122px;
	height: 21px;
	padding-top: 7px;
	margin-bottom: 5px;
	padding-left: 35px;
	border: 1px #C4C4C4 solid;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

/* ---------------------------------------------------------------------------------- */ 
/* ----------------------------------------------- IDX Detail Layout 04 - Contact Bar */
/* ---------------------------------------------------------------------------------- */

.IDX_4 .contact_bar_container {
	background: #e1eaee url(images/bg_contact_bar.jpg) repeat-x;
	margin: 0px auto;
	width: 690px;
	height: 100px;
	display: inline-block;
	padding-top: 2px;
	padding-left: 10px;
	float: left;
	}

.IDX_4 .contact_1 {
	margin: 0px auto;
	width: 340px;
	float: left;
	display: inline-block;
	}

.IDX_4 .contact_2 {
	margin: 0px auto;
	width: 340px;
	float: right;
	display: inline-block;
	}

.IDX_4 .contact_name {
	width: 250px;
	text-align: left;
	padding-top: 10px;
	display: inline-block;
	}
	.IDX_4 .contact_name a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #0860a8;
		text-align: left;
		cursor: pointer;
		}
	.IDX_4 .contact_name a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #83afd3;
		text-align: left;
		cursor: pointer;
		}

.IDX_4 .contact_name_bold {
	width: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	}

.IDX_1 .contact_phone_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	width: 100%;
	padding-top: 5px;
	text-align: left;
	display: inline-block;
	}
		
.IDX_1 .contact_agent_image_container {
	width: 64px;
	height: 84px;
	float: left;
	border: 0px;
	padding-top: 2px;
	margin-right: 10px; 
	display: inline-block;
		}
		.IDX_1 .contact_agent_image_container img {
			border: 1px #FFFFFF solid;
			text-align: center;
			width: 60px;
			height: 80px;
			}
	
	
/*-------------- End */

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------------------------------------------ The End */
/* -------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------- */ 
/* ---------------------------------------------------------------------------------- Special Feature */
/* -------------------------------------------------------------------------------------------------- */
.special {
	width:315px;
	height:150px;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/specialBottom.jpg) no-repeat top left;
}
.special a {
	color:#0e3963;
	text-decoration: underline;
}
.special a:hover {
	color:#000000;
	text-decoration: none;
}
.special #text {
	float:left;
	margin: 100px 15px 0 5px;
	font-size:12px;
	width:165px;
	text-align: center;
}

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------------------- Social Media Agent Roster Styles */
/* ---------------------------------------------------------------------------------- */

.AD01 .agent_bio_content .agent-sm-icons {
	margin: 0px auto;
	display: inline;
	float: left;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	height: 30px;
	}
	.AD01 .agent_bio_content .agent-sm-icons a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		margin-right: 10px;
		}
	.AD01 .agent_bio_content .agent-sm-icons a:hover { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		margin-right: 10px;
		}
	.AD01 .agent_bio_content .agent-sm-icons img {
		margin: 0px;
		border: 0px;
		padding: 0px;
		padding-right: 5px;
		text-decoration: none;
		vertical-align: bottom;
		}

/* Modifications to Mortgage Calculator */

.IDX_D1 .calculator h1  {
	padding-top: 2px !important;
	}

.IDX_D1 .calculator h2  {
	padding: 0px !important;
	}
	
/* New Styles */

.tab-container {
	position:relative;
	float: left;
    width: 316px;
	display:block;
}

.actual-tab-container {
	position:absolute;
    width: 316px;
	top:0px;
	left:0px;
	z-index:1;	
}

.tab-link1{
	postition:absolute;
    height: 28px;
    width: 82px;
	margin-right:64px;
	margin-top:11px;
	z-index:99;
	overflow:hidden;
	display:link;
	float:right;
	display:block;
	background: url("http://elements6.superlativestudio.com/templates51/3682/images/tabs.gif") no-repeat scroll 0 -30px transparent;
}

.tab-link1 a{
	height:28px;
	width:82px;
	padding-top:7px;
	text-align: center;
	color:#FFFFFF;
	text-decoration: none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	cursor:pointer;
}

.centered {
	text-align:center;
}

a.bottom-box-btn-geek{
	width:137px;
	margin:63px auto 0px auto;	
}

a.bottom-box-btn-social {
	width:199px;
	margin:63px auto 0px auto;
}

a.bottom-box-btn-signup {
	width:111px;
	float:left;
	margin:8px 0px 0px 0px;
}

.bottom-box-btn-signup {
	width:111px;
	height:37px;
	float:left;
	border:none;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/btn-signup.png) top left no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

.bottom-box-btn-signup:hover{
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/btn-signup.png) bottom left no-repeat;
}

.bottom-box-btn-signin {
	width:111px;
	height:37px;
	float:left;
	border:none;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/btn-signin.png) top left no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}

.bottom-box-btn-signin:hover{
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/btn-signin.png) bottom left no-repeat;
}

.btn-agent-login {
	margin:15px 0px 0px 0px;
	width:104px;
	height:37px;
	float:left;
	border:none;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/btn-agent.png) top left no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

.btn-agent-login:hover{
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/btn-agent.png) bottom left no-repeat;
}

#member input.username, #member input.password{
	float:left;
	margin:0px 0px 5px 0px;
	border:1px solid #728f90;
	box-shadow:0px 1px 0px #FFF;
	border-radius:3px;
	width:90px;
	display:inline-block;
}

#member .row {
	clear:both;
	float:left;
	width:130px;
	display:block;
	height:27px;
}

#member .un-icon{
	float:left;
	margin:0px 7px 5px 2px;
	width:11px;
	height:21px;
	display:inline-block;
}

#member .pw-icon{
	float:left;
	margin:0px 5px 5px 0px;
	width:15px;
	height:21px;
	display:inline-block;
}

#member .forgot-pw {
	font-size:11px;
	font-weight:bold;
	margin:2px 0px 5px 0px;
	display:block;
	width:130px;
	float:left;
	text-align:left;
}

.content-row {
	width:988px;
	display:block;
	clear:both;
	float:left;
}

.content-row2 {
	width:983px;
	display:block;
	clear:both;
	float:left;
}

.know-it-all{
	margin:5px 0px 0px 10px;
	float:left;
}

.know-it-all .section{
	width:165px;
	padding:0px 15px 0px 0px;
	border-right: 1px solid #a9a7a4;
	float:left;
	margin:0px 15px 0px 0px;
}

.know-it-all .section-last{
	width:185px;
	padding:0px 0px 0px 0px;
	float:left;
	border:none;
	margin:0px 2px 0px 0px;
}

.know-it-all h1{
	color: #0E3963;
    text-decoration: none;
    text-shadow: 0 -1px 0 #FFFFFF;
	font-size:15px;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	width:100%;
}

.know-it-all h1 span{
	font-weight:normal;
}

.know-it-all h2{
	min-width:130px;
	padding:0px;
	margin:0px 0px 5px 0px;
}

.know-it-all h2 a{
	min-width:130px;
	color: #0E3963;
    text-decoration: none;
	font-weight:normal;
    text-shadow: 0 -1px 0 #FFFFFF;
	font-size:13px;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/link-arrow.png);
	background-position: 0px 1px;
	text-indent:17px;
	background-repeat:no-repeat;
	display:block;
}

.know-it-all h2 a:hover{
	color:#178239;
	text-decoration:underline;
}

.know-it-all p{
    text-shadow: 0 -1px 0 #FFFFFF;
	font-size:11px;
	color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	padding:0px;
	margin:10px 0px;	
	line-height:16px;
}

.featured-property {
	float:left;
	text-shadow:0 -1px 0 #FFFFFF;
	width:309px;
}

.featured-property img{
	float:left;
	margin:10px 5px 0px 0px;
}

.featured-property h2{
	float:left;
	padding:0px;
	margin:15px 0px 5px 0px;
}

.featured-property h2 a{
	color: #0E3963;
    text-decoration: none;
	font-weight:normal;
    text-shadow: 0 -1px 0 #FFFFFF;
	font-size:13px;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	background-image: url(http://elements6.superlativestudio.com/templates51/3682/images/link-arrow.png);
	background-position: 0px 1px;
	text-indent:17px;
	background-repeat:no-repeat;
	display:block;
}

.featured-property h2 a:hover{
	color:#178239;
	text-decoration:underline;
}

.featured-property .fp-price {
	font-size:16px;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-top:7px;
}

.featured-property .fp-address {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
	color:#000000;
}

.featured-property .fp-mls {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
	color:#000000;
}

/* New Footer Styles */

.new-footer {
	width:100%;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/footer-bg.jpg) repeat-x top #4e4742;
	display:block;
	color:#FFFFFF;
	text-shadow:0px 1px 0px #000;
	z-index:999;
	float:left;
	clear:both;
	padding:15px 0px 0px 0px;
}

.new-footer hr{
	clear:both;
	width:983px;
	margin:0 auto;
	display:block;
	border-top:1px solid #3a3531;
	border-bottom:1px solid #68625e;
	border-right:0px;
	border-left:0px;
	border-radius:1px;
	padding:0px;
}

.row1 {
	width:983px;
	margin:10px auto 0 auto;
	display:block;
}

.agent-login {
	width:110px;
	min-height:137px;
	float:left;
	display:inline-block;
}

.agent-login img{
	float:left;
	clear:left;
	display:block;
	margin:10px 0px 0px 8px;
}

.nf-links {
	background: url("http://elements6.superlativestudio.com/templates51/3682/images/bg-divider.png") top left no-repeat;
	min-height:127px;
	float:left;
	display:inline-block;
	width:490px;
	padding:15px 15px 0px 15px;
}

.nf-links h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	margin:0px;
	padding:0px;
}

.nf-links p{
	margin:5px 0px 10px 0px;
	padding:0px;
	font-size:10px;
	color: #999999;
}

.nf-links a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
}

	.nf-links a:hover{
		text-decoration:underline;
	}

.nf-connect {
	background: url("http://elements6.superlativestudio.com/templates51/3682/images/bg-divider.png") top left no-repeat;
	min-height:127px;
	float:left;
	display:inline-block;
	padding:15px 0px 0px 15px;
	width:310px;
}
	
.nf-connect h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	margin:0px;
	padding:0px;
	display:block;
	clear:both; 
}

.nf-connect p{
	margin:5px 0px 10px 0px;
	padding:0px;
	font-size:10px;
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

.nf-connect-icons {
	width:150px;
	display:inline-block;
	float:left;
}

.nf-connect-usaa {
	float:left;
	display:block;
	box-shadow:0px 2px 3px #36322e;
	margin:0px 0px 0px 10px;
	}
	
.row2 {
	width:983px;
	margin:15px auto;
	display:block;
	font-size:9px;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.row3 {
	width:983px;
	margin:10px auto 10px auto;
	display:block;
	font-size:9px;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

/* New Home Search Styles */

.form-container h2{
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	text-shadow:0px -1px 0px #000;
	font-weight:bold;
	font-size:16px;
	margin:0px;
	padding:7px 0px 0px 15px;
	width:70px;
	float:left;
}

.form-container {
	color:#FFFFFF;
	float:left;
	width:323px;
	height:315px;
	margin:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/search-bg.png) top left no-repeat;
	z-index:999;
	margin-left:-5px;
}

.search-top-links {
	float:right;
	text-align:right;
	margin:12px 15px 0px 0px;
	font-size:11px;
	color:#6389B7;
	font-family:Arial, Helvetica, sans-serif;
}

.search-top-links a{
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:0px -1px 0px #000;
	font-weight:bold;
}

.search-top-links a:hover{
	color:#40C371;
	text-decoration:underline;
	text-shadow:0px -1px 0px #000;
}

.quick-search-btn{
	float:left;
	border:none;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	margin:0px 65px 0px 0px;
	margin-top:0px;
}

/*.quick-search-btn{
	width:96px;
	height:42px;
	float:left;
	border:none;
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/btn-submit.png) top left no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	margin:0px 55px 0px 0px;
	margin-top:-5px;
	margin-left:-20px;
}

.quick-search-btn:hover{
	background:url(http://elements6.superlativestudio.com/templates51/3682/images/btn-submit.png) bottom left no-repeat;
}*/

.search-radius-grid{
	margin:0px 33px;
	text-align:left;
	padding:15px 20px 10px 20px;
}

.search-radius-grid h1{
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#0e3963;
	margin:0px;
	padding:0px;
	text-shadow:0px -1px 0px #FFF;
	font-weight:normal;
}

.search-radius-grid ul{
	padding:0px;
	margin:13px 0px 0px 0px;
	width:160px;
	float:left;
	display:inline-block;
}

.search-radius-grid li{
	list-style-type:none;
	padding:0px;
	margin:0px 0px 5px 0px;
	float:left;
	display:inline-block;
	width:170px;
}

.search-radius-grid a{
	min-width:130px;
	color:#333;
    text-decoration: none;
	font-weight:normal;
    text-shadow: 0 -1px 0 #FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	display:block;
}


.search-radius-grid a:hover{
	color:#178239;
	text-decoration:underline;
}

.search-radius-grid-row {
	float:left;
	width:100%;
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #CCC; 
}

.search-radius-grid-item {
	width:440px;
	float:left;
	display:inline-block;
	clear:inherit;
}

.search-radius-grid-item img{
	float:left;
	border:1px solid #FFFFFF;
	padding:4px;
	background:#e1e2dd;
	border-radius:3px;
	box-shadow:0px 2px 5px #598d93;
	margin:10px 15px 5px 0px;
}


/* ----------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------- Language Tag Styles ----*/
/* ----------------------------------------------------------------------------------------------------*/


.language {
	position:relative;
	display: inline-block;
	left:0px;
	float:left;

}


.language-container {
	position:fixed;
	top: 35%;
	left: 0;
	z-index: 999;
	
}
