.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
visibility:visible;
}

.chromestyle ul{



width: 100%;
/*background: url(chromebg.gif) center center repeat-x;border: 1px solid #BBB; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

	color: #999999;
	padding: 4px 9px 4px 9px;
	margin: 0;
	text-decoration: none;
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 13px;
	line-height: 13px;
	/*
	display:block;
	float:left;
	letter-spacing: -0.6in;
	*/

}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background-image: url(images/hover.gif);
	background-position: right top;
	background-color: #999999;
	color: #002A5C;
	

	
	/*	
	background-color: #E7E7E9;
	padding-bottom: 8px;
	*/
}

.chromestyle ul li a.first{
	padding-right: 6px;

}

.chromestyle ul li.last a{
	background-image:none;

}

.chromestyle ul li.empty a{


}





.chromestyle ul li.last a:hover, .chromestyle ul li.last a.selected{ 
	background-image: none;
	background-color: #E7E7E9;
	color:#002A5C;
	
	
}



#main_nav .chromestyle ul li.empty a:hover, .chromestyle ul li.empty a.selected{ 
	background-image: url(images/hover-white.gif);
	text-decoration:underline;
	color:#002A5C;
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; */
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #E7E7E9;
/*background-image:url(images/nav-back-trans.png);*/
width: 185px;
visibility: hidden;
margin-top:-135px;
padding:11px;

}

.dropmenudiv p{
color:#B48D54;
margin:10px 0px 0px 0px;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding: 2px 0;
text-decoration: none;
color: #999999;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}



.dropmenudiv a:link {
color: #999999;
	text-decoration: none;
}
.dropmenudiv a:visited {
color: #999999;
	text-decoration: none;
}
.dropmenudiv a:hover {
	color: #333;
	text-decoration: underline;
}
.dropmenudiv a:active {
color: #999999;
	text-decoration:none ;
}





#main_nav{
position:absolute; top:134px; width:100%; z-index:100;}












































/*The Game plan with this css*/
/*The body has a centerd background image*/
/*The #parkheth div holds all content and is centerd over the body */
/*The #content div appears at the top of the code and is positiond RELATIVE inside '#parkheath*/
/*All other divs are layers and appear lower down the page*/



body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#555;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #012B5B;
	text-decoration: underline;
}
a:visited {
	color: #012B5B;
	text-decoration: underline;
}
a:hover {
	color: #012B5B;
	text-decoration: none;
}
a:active {
	color: #012B5B;
	text-decoration: underline;
}
#parkheath{
	width: 880px;
	/*padding:0px 0px 0px 0px;*/
	margin:auto;
	position: relative}

#banner_area{
	background-image:url(images/trim-top.jpg);
	background-repeat: repeat-x;
	padding-top:25px;
	height: 145px;
	position: absolute;
	width: 880px;
	left: 0px;
	top: 0px;
}


#banner_area ul.main_navigation {
	position: absolute;
	left: 0px;
	bottom: 16px;
	margin:0px;
	padding:0px;
	font-size:13px;
	width: 880px;
	display: none;
}

#banner_area ul.main_navigation li {
	display:inline;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B28E54;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*Adjust padding om teh left and right to edit the spacing between the main nav and the border*/
	padding-left: 11px;
	padding-right: 12px;
}

#banner_area ul.main_navigation li.firstLink{
	padding-left:0px;
}

#banner_area ul.main_navigation li.lastLink{
	padding-right:0px;
	border:none;
}

#banner_area ul.main_navigation a {
	text-decoration: none;
	color: #000000;

}

#banner_area ul.main_navigation a:link {
	text-decoration: none;
	color: #777777;
}
#banner_area ul.main_navigation a:visited {
	text-decoration: none;
	color: #666666;
}
#banner_area ul.main_navigation a:hover {
	text-decoration: none;
	color: #000000;
}
#banner_area ul.main_navigation a:active {
	text-decoration: none;
	color: #666666;
}

#cta_bar{
	position:absolute;
	right:0px;
	top:170px;
	width:215px;
	padding: 0px;
}

#cta_bar strong{
	display:block;
	padding-bottom:16px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 11px;
}





#cta_bar a {
	font-weight:bold;
}
#cta_bar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#cta_bar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#cta_bar a:hover {
	text-decoration: underline;
	color: #fff;
}
#cta_bar a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#cta_bar ul{padding:0px; margin:0px
}

#cta_bar li{
	margin:0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#property_search strong{background-image: url(images/divider.jpg);}

#register_with_us strong{background-image: url(images/hr-brown.jpg);}

#valuations strong{background-image: url(images/hr-brown.jpg);}

#quick_search_1 strong, #quick_search_2 strong{
	background-image: url(images/grey_dotts.jpg);
	background-repeat: repeat-x;
}



#property_search, #register_with_us, #valuations, #quick_search_1, #quick_search_2{padding:12px 13px 12px 13px; margin-bottom:15px; color:#FFFFFF;
}

#property_search{
	top:170px;
	background-color:#012B5B;
	height: 201px;
}

#register_with_us{
	top:370px;
	background-color:#B48D54;
	height: 61px;
}

#valuations{top:470px; background-color:#B48D54;}

#quick_search_1{
	top:570px;
	background-color:#BDBEC2;
	padding-right: 0px;
}

#quick_search_2{
	top:670px;
	background-color:#BDBEC2;
}


#banner_area ul.top_nav {
	position: absolute;
	right: 28px;
	top: 33px;
	margin:0px;
	padding:0px;
	font-size:11px;
}
#social {
	width:55px;
	position: absolute;
	right: 150px;
	top: 27px;
	margin:0px;
	padding:0px;
}
.social {
	margin-left:5px;
}


#banner_area ul.top_nav li {
	display:inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B48D54;
}

#banner_area ul.top_nav li.last {
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-right:none
}


#banner_area ul.top_nav a {
	text-decoration: none;
	color: #888;
}

#banner_area ul.top_nav a:link {
	text-decoration: none;
	color: #888;
}
#banner_area ul.top_nav a:visited {
	text-decoration: none;
	color: #888;
}
#banner_area ul.top_nav a:hover {
	text-decoration: none;
	color: #888;
}
#banner_area ul.top_nav a:active {
	text-decoration: none;
	color: #888;
}
#parkheath img.home_page_photo {
	display: block;
	position: absolute;
	left: 0px;
	top: 170px;
}

#parkheath .BigPic {
	display: block;
	position: absolute;
	left: 0px;
	top: 170px;
}


#search select {
	font-size: 11px;
	font-style: normal;
	padding: 0px;
	width: 115px;
	height: 18px;
	float: right;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 1px solid #012B5B;
}
#main_content {
	position: relative;
	width: 650px;
	background-color: #FFFFFF;
	top: 510px;
}


h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #B48D54;
	font-weight: normal;
}

h1 a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #B48D54;
	font-weight: normal;
}

h1 a:link {
	text-decoration: none;
	color: #B48D54;

}
h1 a:visited {
	text-decoration: none;
	color: #B48D54;

}
h1 a:hover {
	text-decoration: underline;
	color: #B48D54;

}
h1 a:active {
	text-decoration: none;
	color: #B48D54;

}




h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #B48D54;
	font-weight: normal;
}

table#offices td {
	vertical-align: top;
}
table#offices li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
}
table#offices ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table#offices strong {
	font-size: 12px;
}
table#offices b {
	font-size: 17px;
	color: #B48D54;
	padding-bottom: 11px;
	display: block;
	font-family: "Times New Roman", Times, serif;
}
table#offices {
	width: 100%;
}



table#offices a {
	font-size:11px;

}
table#offices a:link {
	color: #000000;
	text-decoration: underline;
}
table#offices a:visited {
	text-decoration: underline;
	color: #000000;
}
table#offices a:hover {
	text-decoration: none;
	color: #000000;
}
table#offices a:active {
	text-decoration: underline;
	color: #000000;
}


table#offices a.office_name {
	font-size:13px;

}
table#offices a.office_name:link {
	color: #B48D54;
	text-decoration: underline;
	font-weight: bold;
}
table#offices a.office_name:visited {
	text-decoration: underline;
	color: #B48D54;
}
table#offices a.office_name:hover {
	text-decoration: none;
	color: #000000;
}
table#offices a.office_name:active {
	text-decoration: underline;
	color: #B48D54;
}






#footer{
	position:relative;
	height:33px;
	background-image: url(images/trim-top.jpg);
	background-repeat:repeat-x;
	top: 510px;
	background-position: left top;
	padding-top: 25px;
	font-size: 11px;
	line-height:11px;
	color: #333333;
	margin-top:100px;

}



#footer a {
border-left:1px solid #333333;
padding-left:5px;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}
#footer a:active {
	text-decoration: none;
	color: #333333;
}
p.bottom {
	padding-bottom:37px;
	background-image:url(images/home-page-paragraph-trim.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1.bottom {
	padding-bottom:7px;
	background-image:url(images/home-page-paragraph-trim.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


h2.bottom {
	padding-bottom:17px;
	background-image:url(images/home-page-paragraph-trim.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:570px;
	margin-bottom:20px;

}

table.new-homes {

	background-image:url(images/home-page-paragraph-trim.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}

#cta_bar a.search {
	display:block;
	background-color:#466488;
	margin-top:10px;
	width:95px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
}
#cta_bar a.search:link {
	color: #fff;
	text-decoration: none;
}
#cta_bar a.search:visited {
	text-decoration: none;
	color: #fff;
}
#cta_bar a.search:hover {
	text-decoration: underline;
	color: #fff;
}
#cta_bar a.search:active {
	text-decoration: none;
	color: #fff;
}

#property_search table#search {
}
img.float-right {display:block;
padding:0px 0px 9px 9px;
float:right;

}
.abs{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}

table.property_detail{ vertical-align:top;}


td.thumbnails{padding:0px; vertical-align:top;}
td.thumbnails table{}
td.thumbnails table td img{padding:0px; margin:0px; display:block;}



p.price {margin:0px;}
table.info td.links {vertical-align:top;}
table.info td {vertical-align:top;}
table.info td.links ul { padding:0px; margin:0px}
table.info td.links ul li {padding:0px; margin:0px; list-style:none; font-family:"Times New Roman", Times, serif; font-size:14px; font-weight:bold}
table.info td.links ul li {padding-bottom:10px;}
table.info td.links a {color:white; display:block; width:199px; background-color:#BDBEC2; padding:5px; margin-right:10px}

table.info td.text {padding:0px 5px 5px 5px; vertical-align:top; vertical-align:top;}
table.info td.text td {vertical-align:top;}
table.info td.text h2{margin:0px; padding:0px; margin-bottom:5px; margin-top:0px}
table.info td.text h3{margin:0px; padding:0px; margin-bottom:5px; margin-top:0px}
table.info td.text p{margin:0px; padding:0px; margin-bottom:10px}
table.info td.text img{display:block; margin-right:10px; margin-top:3px; border:1px solid #CCCCCC;}
table.info td.text #dv0 img{display:block; margin-right:10px; margin-top:0px; border:none}


blockquote {color:#B38F55; font-style:italic; font-size:17px; font-family:"Times New Roman", Times, serif; font-weight:bold;margin:0px 0px 20px 0px; padding:0px;
}

blockquote span {font-style: normal; font-size:13px; margin:5px 0px 0px 0px; display:block;
}

blockquote p {margin:0px; padding:0px;
}

.testimonialQuote { /* copy to userStyles.css */
	color:#B38F55;
	font-style:italic;
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.testimonialQuotee { /* copy to userStyles.css */
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size:14px;
	margin:0px 0px 20px 0px;
	padding:0px;
	display:block;
	color:#B38F55;
}
.homeQuotee { /* copy to userStyles.css */
	margin:0px;
	padding:0px;
	display:block;
}
.homePosition { /* copy to userStyles.css */
	font-style:italic;
	margin:0px;
	padding:0px;
	display:block;
}
.homeDate { /* copy to userStyles.css */
	margin:0px 0px 15px 0px;
	padding:0px;
	display:block;
}
.homeIntro { /* copy to userStyles.css */
	padding-bottom:20px;
	background-image:url(images/home-page-paragraph-trim.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


table.info h2 {
}
table.info td.links h2 {
	margin-bottom: 1px;
}


ul.alphabet{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#CCCCCC;


}

ul.alphabet li{
	margin:0px;
	padding:7px 13px 7px 0px;
	list-style-type: none;
	float: left;
}


.alphabet li a:link {

}
.alphabet li a:link {
	color:#B7975E;
	text-decoration: none;
}
.alphabet li a:visited {
	text-decoration: none;
	color:#B7975E;
}
.alphabet li a:hover {
	text-decoration: underline;
	color:#000;
}
.alphabet li a:active {
	text-decoration: none;
	color:#B7975E;
}



td.thumbnails{padding-left:8px}
#thumbimages{border-top:1px solid #eee; width:103px; border-right:1px solid #eee; width:103px; border-bottom:1px solid #ddd; width:103px; border-left:1px solid #ddd; width:103px; height:105px; background-position:center center; background-repeat:no-repeat; margin:0px 2px 2px 0px; background-color:#eee;	}



.Paging{margin-top:0px; position:absolute; background-color:#FFFFFF}

.Paging table td.right{ text-align:right}

#Pagination1 {}
#Pagination2 {visibility:hidden;}
#Pagination3 {visibility:hidden}
#Pagination4 {visibility:hidden}


p.price {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #B48D54;
	font-weight: normal;
}
p.spec {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 10px;
	color: #B48D54;
	font-weight: normal;
}
p.tiny {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
}

p.bolder {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
table.property_detail td{vertical-align:top;}
table.listings td{vertical-align:top;}
table.search_results_header {margin-bottom:10px;}

p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #B48D54;
	font-weight: normal;
	display:block;
}

.tools a {
	color:white;
	display:block;
	width:200px;
	background-color:#BDBEC2;
	padding:5px;
	margin-right:10px;
	float: left;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 50px;
	font-family:"Times New Roman", Times, serif
}

.tools a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.tools a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.tools a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.tools a:active {
	text-decoration: none;
	color: #FFFFFF;
}
td { vertical-align:top}
#energy_efficiency {
	background-image: url(images/charts/energy_efficiency_back.gif);
	background-image: url(images/charts/energy_efficiency_back2.gif);
	height: 270px;
	width: 222px;
	width: 212px;
	border:1px none red;
	position:realtive;
	margin-top:18px;
	top:0px;
	left:0px

}
#energy_efficiency #energy_efficiency_Current{left:126px; top:50px; height:149px; width:42px; position:relative; border:2px none #000000; background-color:none}
#energy_efficiency #energy_efficiency_predict {left:169px; margin-top:-99px; height:149px; width:42px; position:relative; border:1px none #FF00FF; background-color:none}


#environmental {
	background-image: url(images/charts/environmental_back.gif);
	background-image: url(images/charts/environmental_back2.gif);
	height: 250px;
	width: 242px;
	width: 212px;
	margin: 30px 0px 0px 0px;
	
}

#environmental #environmental_Current{left:126px; top:50px; height:149px; width:42px; position:relative; border:2px none #000000; background-color:none}
#environmental #environmental_predict {left:169px; margin-top:-99px; height:149px; width:42px; position:relative; border:1px none #FF00FF; background-color:none}
#prop_results_image .view {border:none;}
#no_border img{border:0px solid #666666}
table.listings td.images {padding-right:10px}
#prop_results_image{margin-right:10px}
table.office li {
	list-style-type: none;
	padding-left:0px;
	margin-left:0px;
}
table.office ul {
	padding-left:0px;
	margin-left:0px;
}
.staff2 {display: block; width:285px; border-top:1px solid #ccc;  border-right:1px solid #333333;  border-bottom:1px solid #333333;  border-left:1px solid #ccc; float:left; height:160px; background-color:#fff; padding:10px; margin:10px 18px 0px 0px;} 
.staff2 img {display: block; border:1px solid #ddd; padding:2px; margin:0px 5px 5px 0px} 

#twitter {
	width:215px;
	height:50px;
	background-color:#5C9FC0;
	margin:0px 0 7px 0;
	padding-top:5px;
}
#twitter img {
	float:left;
}
#twitter a {
	font-weight:normal;

}
.twitterIcon {
	margin:3px 10px 0 10px;
}
.followPH {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	padding-top:10px;
}
.followLocation {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:85%;
	color:#FFFFFF;
	padding:0;
}
.marketUpdates {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#FFFFFF;
	padding:0 0 0 10px;
}
#marketUpdates {
	width:215px;
	height:205px;
	background:url(images/market-updates-background.png) no-repeat left top;
	padding-top:5px;
	margin-top:15px;
}
#marketUpdates img {
	float:left;
	padding:0 10px 0 10px;
}
#marketUpdates p {
	padding-left:10px;
	color:#FFF;
}
#marketUpdates ul {
	margin:0;
	padding:0;
	list-style:none;
}
#marketUpdate li {
	list-style-image:underline;
}
#marketUpdate  ul a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	text-indent:11px;
	line-height:120%;
	color:#FFF;
	display:block;
	text-decoration:none;
}
.archive {
	display:block;
	line-height:130%;
	padding-bottom:7px;
}
.archiveHeader {
	font-size:14px;
	font-weight:bold;
	padding-bottom:30px;
}
.gold {
	color: #B48D54;
}
. blue {
	color: #002A5C;
}

#homeOfficeNav {
	width:500px;
}
#homeOfficeNav ul { 
	margin: 0;   
	padding: 0;
	list-style: none;
	width: 720px;
} 
#homeOfficeNav ul li{
	float: left;
	padding:0 20px 0 0;
	color: #B48D54;
	font-size:14px;
}
#homeOfficeNav ul a:link, #homeOfficeNav ul a:visited {
	color: #B48D54;
/*	background: url(images/bar.gif) no-repeat; */
	text-decoration:underline;
	font-size:13px;
}
#homeOfficeNav ul a:hover {
	color: #002A5C;
	text-decoration:none;
}







/*#homeOfficeNav ul { 
	margin: 0;   
	padding: 0;
	list-style: none;
	width: 720px;
	float: left;
} 
#homeOfficeNav ul a {
	display: block;
	float: left;
	padding: 0 2;
    background-image: url (images/divider.gif) repeat-y left top;
	text-decoration: none;
	color: #000;
}
#homeOfficeNav ul .first a {
	background: none;	
}
#homeOfficeNav ul a :hoover {
	color: #333;
	text-decoration:underline;
} 
*/






