#printBrochure{
	display: none;
}
body{
	background: #d7e9f7 url(../../../assets/images/backTile.jpg) repeat-x;
	margin: 0 auto;
	font-family: verdana;
	font-size: 11px;
	color: #000060;
	text-align: center;
}
a:link, a:active, a:visited{
	text-decoration: none;
	color: #000060; 
}
a:hover{
	text-decoration: none;
	color: #000060;
}
img{
	border: none;
}
#wrapper{
	width: 750px;
	height: auto;
	border: 14px solid #fff;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}
#header{
	width: 751px;
	height: 104px;
}
#headerLeft{
	background: url(../../../assets/images/logoBox2.jpg) no-repeat;
	width: 175px;
	*width: 180px;
	height: 104px;
	float: left;
	border-right: 5px solid #fff;
}
#headerRight{
	/*background: url(../../../assets/images/header.jpg) no-repeat;*/
	width: 570px;
	height: 104px;
	float: left;
}
#content{
	width: 750px;
	height: auto;
	background: url(../../../assets/images/contentBack.jpg) repeat-y;
	float: left;
}

#leftCol{
	width: 175px;
	height: 583px;
	background: #c3e2f7;
	float: left;
	border-right: 6px solid #fff;
}
#midCol{
	width: 350px;
	height: auto;
	background: #fff;
	float: left;
	border-right: 6px solid #fff;
	border-bottom: 5px solid #fff;
}
#rightCol{
	width: 213px;
	height: auto;
	/*background: #c3e2f7;*/
	float: left;
	margin: 0 0 0 0;
	border-top: 10px solid #fff;
}
#rightColProp{
	width: 213px;
	height: auto;
	background: #c3e2f7;
	float: left;

}
/*----------------leftNav-------------------*/
.menu {
	width:170px; 
	height:auto; 
	position:relative;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000060; 
	width:173px; 
	height:20px; 
	*height: 25px;
	text-align:center; 
	padding: 0 5px 0 0;
	background: url(../../../assets/images/navBack.jpg) no-repeat;
	padding: 5px 0 0 0;
}
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}
.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
}
.menu ul li ul {
	display: none;
}

.menu ul li a:hover {
	color:#000060; 
	background: url(../../../assets/images/navBackHover.jpg) no-repeat;
}
.menu ul li:hover ul, .menu ul li.over ul {
	display:block; 
	z-index: 10000;
	text-align: left;
	position:absolute; 
	top:0; 
	left:173px; 
	border-left: 2px #e0e2f0 solid;
	width:175px;
}
.menu ul li:hover ul li a.hide,.menu ul li.over ul li a.hide {
	background:#c9d0e3; 
	color:#000060;
}
/* questionable */
.menu ul li:hover ul li:hover a.hide,.menu ul li.over ul li:hover a.hide {
	width:150px;
	padding: 0 5px 0 5px;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a,.menu ul li.over ul li a  {
	display:block; 
	background:#ccd1e5; 
	color:#000060; 
	width:150px;
	border-top:1px solid #fff;
	border-bottom: 1px solid #a3a5d5;
}
.menu ul li:hover ul li a:hover,.menu ul li.over ul li a:hover {
	background:#dbe4eb; 
	color:#000060;
}
#navTop{
	width: 175px;
	height: 12px;
	background: url(../../../assets/images/navTop.jpg) top no-repeat;
}
#icBox{
	width: 109px;
	height: 190px;
	background: #fff;
	margin: 35px 0 0 35px;
}
#icText{
	text-align: center;
	font-size: 10px;
	padding: 3px 0 0 0;
}
#icLink{
	text-align: center;
	padding: 60px 0px 0px 0px;
	margin:0 0 0 9px;
	background: #c3e2f7 url(../../../assets/images/icLogoNew.jpg);
	width: 155px;
	height: 115px;
}
#leftNav > #icLink{
	text-align:center;
	padding: 60px 0px 0px 0px;
	margin:0 auto;
	background: #c3e2f7 url(../../../assets/images/icLogoNew.jpg);
	width: 155px;
	height: 55px;
}
#language{
	clear: both;
	width: 155px;
	height: 41px;
	background: #c3e2f7;
	text-align: right;
	padding: 10px;
}
.boxTitleLanguage{
	font-weight: bold;
	font-size: 10px;
	width: 160px;
	height: 16px;
	padding: 5px 5px 0 8px;
	*padding: 5px 5px 3px 8px;
	background: url(../../../assets/images/lineRight.jpg) bottom right no-repeat;
	margin: 0 0 5px 0;
}
.selectLanguage{
	margin: 0 5px 0 0;
	*margin: -10px 0 0 0;
	*padding: 0 5px 0 0;
}
#contactUs{
	width: 165px;
	height: 61px;
	background: #c3e2f7;
	border-bottom: 5px solid #fff;
	text-align: right;
	padding: 5px 5px 10px 5px;
}
#companyInfo{
	padding: 0 0 0 8px;
	margin-top: 15px;
	
}
#contactUs a:hover{
	text-decoration: underline;
}
            
#leftNav .brochure a {
	background: url(../../../assets/images/navRedOff.jpg) no-repeat;
	display: block;
	width: 170px;
	height: 24px;
	*height: 18px;
	color: #fff;
	font-weight: bold;
	margin: -5px 0 0 0;
	padding: 5px 5px 0 0;
	*padding: 5px 5px 0 0;
	*margin: -5px -5px -5px 0;
	*width: 175px;
	*height: 28px;

}
#leftNav .brochure a:hover {
	display: block;
	height: 24px;
	background: url(../../../assets/images/navRedOn.jpg) no-repeat;
	width: 170px;
	margin: -5px 0 0 0;
	padding: 5px 5px 0 0;
	*padding: 5px 5px 0 0;
	*margin: -5px -5px -5px 0;
	*width: 175px;
	*height: 28px;
}
/*-----------------links----------------------*/
#links{
	width: auto;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.links a:link, .links a:active, .links a:visited  {
	list-style: none;
	display: block;
	height: 20px;
	background: url(../../../assets/images/buttonBack.jpg) no-repeat;
	width: 128px;
	text-align: center;
	padding: 5px 12px 0 0;
	float: left;
}
#links a:hover {
	display: block;
	height: 20px;
	background: url(../../../assets/images/buttonBackHover.jpg) no-repeat;
	width: 128px;
}
#mainContent{
	float: left;
	width: 569px;
}
/*----------------midCol-------------------*/
h1{
	width: 313px;
	height: 30px;
	background: url(../../../assets/images/eraLogo.jpg) no-repeat;
	margin: 8px 0 0 0;
	padding: 5px 0 0 35px;
	font-weight: bold;
	font-size: 12px;
}
#welcome{
	width: 313px;
	height: 30px;
	background: url(../../../assets/images/eraLogo.jpg) no-repeat;
	margin: 8px 0 0 0;
	padding: 5px 0 0 35px;
	font-weight: bold;
	font-size: 12px;
}
.welcomeImage{
	margin-top: -25px;
}
h3{
	width: 313px;
	height: 30px;
	background: url(../../../assets/images/eraLogo.jpg) no-repeat;
	margin: 10px 0 0 0;
	padding: 5px 0 0 35px;
	font-weight: bold;
	font-size: 12px;
}
#facts{
	width: 350px;
	height: 293px;
}
.factBox{
	width: 350px;
	height: 83px;
	border-bottom: 12px solid #c3e2f7;
	margin: 0 0 5px 0;
}
.factImage{
	float: left;
}
.factText{
	float: left;
	width: 229px;
	height: 62px;
	border-top: 1px solid #c3e2f7;
	border-right: 1px solid #c3e2f7;
	padding: 10px;
	line-height: 16px;
	*width: 250px;
}
.factText a:hover{
	text-decoration: underline;
}
.factSheetTitle{
	width: 565px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.factSheetImage{
	float: left;
	padding: 0 10px 5px 0;
}
.factSheetText{
	line-height: 18px;
}
/*----------------featured Properties---------*/
#featuredListings{
	width: 340px;
	height: 220px;
	margin: 12px 0 0 0;
	*margin: 1px 0 0 0;
	
}
.featuredBox{
	width: 110px;
	height: 210px;
	border: 1px solid #c3e2f7;
	float: left;
	margin: 0 0 0 0;
	border-bottom: 5px solid #fff;
}
.featuredCity{
	height: 16px;
	background: url(../../../assets/images/smButtonHoverTile.jpg) repeat-x;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0 0 5px;
}
.featuredImage{
	width: 100px;
	height: 75px;
	padding: 5px 0 0 5px;
	overflow: hidden;
}
.featuredText{
	font-size: 10px;
	padding: 3px;
	height: 70px;
}
.featuredPrice{
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
	margin: 0 0 7px 0;
	height: 10px;
}
.featuredButton{
	text-align: center;
	font-size: 9px;
	margin: 2px 0 0 3px;
	*margin: 2px 0 0 0;
}
.featuredButton a, .featuredButton a:link, .featuredButton a:active, .featuredButton a:visited{
	display: block;
	width: auto;
	height: auto;
	background: url(../../../assets/images/smButtonBack.jpg) repeat;
	border-bottom: 1px solid #94a7cf;
	border-right: 1px solid #94a7cf;
	border-top: 1px solid #dae2ed;
	border-left: 1px solid #dae2ed;
	padding: 2px 10px 0 10px; 
	font-size: 9px;
	font-weight: bold;
}
.featuredButton a:hover{
	display: block;
	width: auto;
	height: auto;
	background: url(../../../assets/images/smButtonHoverTile.jpg) repeat;
}
.contactButton{
	text-align: center;
	font-size: 10px;
}
/*----------------rightCol-------------------*/
#pageText{
	line-height: 16px;
}
.boxTitle{
	font-weight: bold;
	font-size: 10px;
	width: 205px;
	height: 16px;
	padding: 5px 0 0 8px;
	*padding: 5px 0 5px 8px;
	background: url(../../../assets/images/line.jpg) bottom left no-repeat;
	margin: 0 0 8px 0;

}
.searchLine{
	font-weight: bold;
	font-size: 10px;
	width: 205px;
	height: 16px;
	padding: 5px 0 0 0;
	background: url(../../../assets/images/line.jpg) bottom left no-repeat;
	margin: 0 0 8px -8px;
}
.select{
	margin: 0 0 0 8px;
}
.dropdown{
	margin: 0 0 5px 0;
}
#quickSearch{
	/*height: 215px;*/
	width: 213px;
	background: #c3e2f7;
	border-bottom: 10px solid #fff;
	*border-bottom: 8px solid #fff;
	height: 295px;
	margin: 0 0 0 0;
	*margin: 0 0 0 0;
	*height: 309px;

}
/*#officeSearch{
	height: 195px;
	width: 213px;
	background: #c3e2f7;
	border-bottom: 5px solid #fff;
	*margin: -19px 0 0 0;
}*/
#news{
	/*height: 150px;*/
	width: 203px;
	*width: 213px;
	background: #c3e2f7;
	padding: 8px 0 0 10px;
	*padding: 0 0 0 0;
	/**height: 158px;*/
	height: auto;
	*height: auto;
	*margin: -12px 0 0 0;
}
#newsBox{
	width: 176px;
	*width: 190px;
	height: 175px;
	background: #fff;
	margin: 0 0 0 0;
	*margin: 8px 0 0 10px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
	line-height: 16px;
}
.news a:hover{
	text-decoration: underline;
}
#newsTab{
	width: 172px;
	height: 12px;
	background: #fff url(../../../assets/images/newsTab.jpg) right no-repeat;
	margin: 0 0 0 0;
	text-align: right;
	padding: 3px 20px 0 0;
	font-weight: bold;
	font-size: 10px;
	*margin: 0 0 0 10px;

}
.button{
	padding: 0;
}
.email a{
	display: block;
	background: url(../../../assets/images/smButtonBack.jpg) repeat;
	border: none;
	width: 60px;
	height: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #153552;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px 0 16px;
	*padding: 2px 8px 0 8px;
}
.email a:hover{
	display: block;
	background: url(../../../assets/images/smButtonHoverTile.jpg) repeat;
	border: none;
	width: 60px;
	height: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px 0 16px;
	*padding: 2px 8px 0 8px;
}
.butsmUp{
	background: url(../../../assets/images/smButtonBack.jpg) repeat;
	border: none;
	width: auto;

	*padding: 0 0 0 0;
	height: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #153552;
	font-weight: bold;
	cursor: pointer;


}
.butsmOver{
	background: url(../../../assets/images/smButtonHoverTile.jpg) repeat-x;
	border: none;
	width: auto;

	*padding: 0 0 0 0;
	height: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #153552;
	font-weight: bold;
	cursor: pointer;


}
.butsmDown{
	background: url(../../../assets/images/buttonBackonClick.jpg) repeat-x;
	border: none;
	width: auto;

	*padding: 0 0 0 0;
	height: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #153552;
	font-weight: bold;
	cursor: pointer;


}
.detatiled {

	margin: 5px 0 0 0;
}
.detatiled a:link, .detatiled a:active, .detatiled a:visited{
	text-decoration: underline;
}
.detatiled a:hover{
	font-weight: bold;
}
.plus{
	width: 193px;
	height: auto;
	background: #fff;
	margin: 6px 0 5px 0;
	padding: 2px 0 2px 0;
}
.plus a{
	display: block;
	background: url(../../../assets/images/plus.jpg) no-repeat;
	width: 175px;
	height: auto;
	margin: 2px 0 0 5px;
	padding: 0 0 0 15px;
	*margin: 3px 0 0 3px;
	*padding: 0px 0 0 15px;
}
.plus a:hover{
	text-decoration: underline;
}
/*--------------------searchResults---------------*/
#searchBar{
	width: 567px;
}
.backSearch{
	text-align: center;
	font-size: 9px;
	margin: 2px 0 0 3px;
	*margin: 2px 0 0 0;
}
.backSearch a, .backSearch a:link, .backSearch a:active, .backSearch a:visited{
	display: block;
	width: 104px;
	height: 15px;
	background: url(../../../assets/images/backButton.jpg) no-repeat;
	padding: 2px 0 0 0;
	font-size: 9px;
	font-weight: bold;
	float: left;
}
.backSearch a:hover{
	display: block;
	width: 104px;
	height: 15px;
	background: url(../../../assets/images/backButtonHover.jpg) no-repeat;
}
#dropDown{
	float: left;
	margin: 0 0 0 5px;
}
.sort{
	font-size: 9px;
}
#pageCount{
	font-size: 9px; 
	font-weight: bold;
	padding: 0 15px 0 0;
	float: left;
	height: 10px;
	text-align: right;
}
#pageNumbers{
	float: right;
	width: 115px;
	text-align: right;
	padding: 0 0 0 15px;
	border-left: 1px solid #ccc;
}
.backArrow{
	float: left;
}
#numbers{
	float: left;
}
.nextArrow{
	float: left;
}
#left{
	float: left;
	width: 250px;
}
#right{
	float: right;
	width: 265px;
	padding: 5px 0 0 0;
}
#allProp{
	margin: 10px 0 0 0;
	float: left;
	width: 565px;
	height: auto;
	border: 1px solid #c3e2f7;
}
#allProp .featuredButton{
	float: right;
	margin: -8px 10px 0 0;
	margin: -15px 10px 0 0;
}
.allPropTop{
	height: auto;
}
.allPropImage{
	width: 100px;
	float: left;
	height: auto;
}
.allPropText{
	width: 447px;
	height: auto;
	float: left;
	padding: 2px 0 0 8px;
	line-height: 15px;
}
.allPropBtm{
	width: 565px;
	height: 25px;
	background: #c3e2f7;
	clear: both;
}
.allPropPrice{
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 5px;
	*margin: 5px 0 0 10px;
	width: 250px;
	padding: 5px 0 0 0;
	*padding: 0 0 0 0;
}
.allPropContact{}
.allPropInfo{}
/*--------------------showOne---------------*/

#searchBarOne{
	width: 567px;
	background: url(../../../assets/images/smButtonBack.jpg) repeat;
	height: 18px;
	float: left;
	text-align: center;
	font-size:9px;
	font-weight: bold;
}
.allButton a, .allButton a:link, .allButton a:active, .allButton a:visited{
	display: block;
	height: 15px;
	padding-top: 3px;
	border-bottom: 1px solid #8cbcec;
	border-right: 1px solid #8cbcec;
	border-top: 1px solid #e4f4ff;
	border-left: 1px solid #e4f4ff;
}
.allButton a:hover{
	display: block;
	height: 15px;
	padding-top: 3px;
	background: url(../../../assets/images/smButtonHoverTile.jpg) repeat-x;
	border-bottom: 1px solid #8cbcec;
	border-right: 1px solid #8cbcec;
	border-top: 1px solid #e4f4ff;
	border-left: 1px solid #e4f4ff;
}
#propAddress{
	float: left;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}
#propertySpecs{
	clear: both;
	width: 567px;
	padding: 10px 0 0 0;
	*padding: 0 0 0 0;
	margin: 0 0 0 0;
	*margin: 10px 0 0 0;
}
#photoFlash{
	float: left;
	width: 346px;
	margin: 0 5px 0 4px;
}
#specs{
	float: left;
	font-size: 12px;
	line-height: 18px;
}
#propParagraph{
	clear: both;
	width: 567px;
	margin: 0 0 0 2px;
}
.bold{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
#text{
	line-height: 18px;
}
/*---------------------footer--------------------*/
#footer{
	clear: both;
	width: 750px;
	height: 58px;
}
#footerTop{
	width: 750px;
	height: 40px;
	background: #c3e2f7;
}
#footerLinks{
	float: right;
	margin: 5px 2px 0 0;
}
#footerBottom{
	background: url(../../../assets/images/footerBar.jpg) no-repeat;
	width: 750px;
	height: 20px;
	border-top: 5px solid #fff;
}
#hide{
	display: none;
}
.bottomLinks{
	font-size: 9px;
	text-align: center;
	padding: 5px 0 0 0;
	letter-spacing: -.30px;
	*letter-spacing: 0;
}
#copyRight{
	font-size: 9px;
	text-align: center;
	padding: 5px 0 0 0;
}
search{
	background: #c4e3f8;
}
contactPrint{
	display: none;
}
.aboutUsBox{
	width: 100%;
	float: left;
	clear: both;
	background: url(../../../assets/images/gradBG.jpg) repeat-x;
	border: 1px solid #e0e2f6;
	margin-bottom: 15px;
}
.aboutUsPhoto{
	width: 120px;
	height: 161px;
	float: left;
}
.aboutUsName{
	width: 400px;
	float: left;
	padding-top: 5px;
	margin-left: 15px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #a3a6d1;
}
.aboutUsTitle{
	width: 400px;
	margin-left: 15px;
	margin-top: 3px;
	float: left;
	font-weight: bold;
	font-size: 13px;
}
.aboutUsContact{
	width: auto;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
}