@import url("headers.css");
@import url("colorbox.css");


/*----------------------------- Normalizes Styles ---------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, *
{margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6 {font-size: 100%;}

ul, ol {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

fieldset, img {border: 0;}

a {outline: none;}
/*------------------------------ End Normalize -------------------------------*/


html {
	position: relative;
	background: url(../images/header_bkgrnd.jpg) #2d2420 top center repeat-x;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #806754;
	line-height: 1.5em;
	position: relative;
}

h2 {
	padding: 15px 0 10px 0;
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
}

h3 {
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #ae9b64;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

h4 {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #a47d40;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

p {
	padding: 8px 0 8px 0;	
}

a:link, a:visited {
	color: #a47d40;
	text-decoration: underline;
}

a:hover, a:active {
	color: #a47d40;
	text-decoration: none;
}

ul.list {
	list-style: disc;
	margin: 10px 0;
}

ul.list li {
	margin-left: 2.5em;
	padding-left: 0;
	padding-bottom: .5em;
}

/*------------------------------ Branding -------------------------------*/

#branding {
	background: url(../images/header.jpg) top center no-repeat;
	position: relative;
	z-index: 3000;
}

#branding_content {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#branding_content h1 a {
	width: 285px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	position: absolute;
}

#branding_content h2 a {
	width: 170px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background: url(../images/phone.jpg) top right no-repeat;
	position: absolute;
	right: 0;
	top:0;
}

ul#nav_main {
	height: 50px;
	width: 590px;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1000;
}

ul#nav_main ul {
	padding-top: 6px;
	position: absolute;
	width: 160px;
	display: none;
	z-index: 200;
}
 

ul#nav_main li {
	float: left;
	position: relative;
}

ul#nav_main li a {
	margin: auto 0px;
	height: 50px;
	z-index: 8;
	display: block;
	text-indent: -9999px;
}

li a#home {
	width: 65px;
	background: url(../images/nav_main.jpg) 0px 0px no-repeat;	
}

li a#home:hover, li a#home:active {
	width: 65px;
	background: url(../images/nav_main.jpg) 0px -50px no-repeat;	
}

li a#about_us {
	width: 90px;
	background: url(../images/nav_main.jpg) -65px 0px no-repeat;	
}

li a#about_us:hover {
	width: 90px;
	background: url(../images/nav_main.jpg) -65px -50px no-repeat;	
}

li a#properties {
	width: 100px;
	background: url(../images/nav_main.jpg) -156px 0px no-repeat;	
}

li a#properties:hover {
	width: 100px;
	background: url(../images/nav_main.jpg) -156px -50px no-repeat;	
}

li a#buyers {
	width: 70px;
	background: url(../images/nav_main.jpg) -258px 0px no-repeat;	
}

li a#buyers:hover {
	width: 70px;
	background: url(../images/nav_main.jpg) -258px -50px no-repeat;	
}

li a#sellers {
	width: 75px;
	background: url(../images/nav_main.jpg) -327px 0px no-repeat;	
}

li a#sellers:hover {
	width: 75px;
	background: url(../images/nav_main.jpg) -327px -50px no-repeat;	
}

li a#resources {
	width: 100px;
	background: url(../images/nav_main.jpg) -401px 0px no-repeat;	
}

li a#resources:hover {
	width: 100px;
	background: url(../images/nav_main.jpg) -401px -50px no-repeat;	
}

li a#contact {
	width: 90px;
	background: url(../images/nav_main.jpg) -500px 0px no-repeat;	
}

li a#contact:hover {
	width: 90px;
	background: url(../images/nav_main.jpg) -500px -50px no-repeat;	
}

ul#nav_main li.back {
	height: 25px;
	background: url(../images/nav_main_slider.gif) top center no-repeat;
	position: absolute;
	z-index: 10;
}


ul#nav_main li.submenu:hover ul.level2 {
	display: block;
	z-index: 200;
}

ul.level1 li.submenu:hover ul.level2 li  {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #847d6a;
	border-bottom: 1px solid #000;
	display: block;
	z-index: 200;
}

ul#nav_main li.submenu ul.level2 li a:link, ul#nav_main li.submenu ul.level2 li a:visited {
	width: 160px;
	height: auto;
	padding: 8px 5px 8px 10px;
	text-indent: 0;
	text-align: left;
	font-size: 14px;
	background-color: #595447;
	color: #fefefe;
	text-decoration: none;
	text-shadow: #000 0.1em 0.1em 0.2em;
	z-index: 200;
}

ul#nav_main li.submenu ul.level2 li a:hover, ul#nav_main li.submenu ul.level2 li a:active {
	background: #999;
	color: #000;
	text-shadow: #ccc 0.1em 0.1em 0.2em;
}





/*------------------------------ Page Header -------------------------------*/

#page_header {
	width: 900px;
	height: 244px;
	margin: 0 auto 60px auto;
	z-index: 1;
}

#page_header.index {
	height: 370px;
	background: none;
}


#page_header img {
	border: solid 3px #fefefe;
	z-index: 1;
}

#page_header ul li {
	position: absolute;
	z-index: 1;
	
}



/*------------------------------ Container -------------------------------*/

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/*------------------------------ Content Main -------------------------------*/

#content_main {
	width: 580px;
	margin-left: 40px;
	float: left;
}


p.consultation_btn a:link, p.consultation_btn a:visited {
	width: 300px;
	height: 60px;
	margin: 15px auto;
	display: block;
	text-indent: -9999px;
	background: url(../images/consultation_button.jpg) 0px 0px no-repeat;
}

p.consultation_btn a:hover {
	background: url(../images/consultation_button.jpg) 0px -60px no-repeat;	
}

p.consultation_btn a:active {
	background: url(../images/consultation_button.jpg) 0px -120px no-repeat;	
}

p.link {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size; 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}



/*------ Testimonials Page -------*/
p.testimonial {
	padding: 30px 0 10px 0;
	font-size: 1.1em;
	font-style: italic;
	color: #ae9b64;
	background: url(../images/testimonials_divider.jpg) top center no-repeat;
}

p.testimonial a {
	font-style: italic;
	font-size: .8em;
}



/*------ Coverage Area Page -------*/
img.coverage_map {
	margin: 10px 0;
	border: 5px solid #ae9b64;	
}



/*------ Featured Listings Page -------*/

ul#featured_listings {
	margin: 20px 0;	
}

ul#featured_listings p {
	margin: 0;
	padding: 0;
}

ul#featured_listings li {
	padding: 20px 0 0 0;
	border-top: 1px dashed #a47d40;
	position: relative;
}

div.col_left {
	width: 270px;
	float: left;
}

div.col_right {
	width: 307px;
	float: left;
}

div.description {
	padding: 10px 0;
	clear: both;	
}

p.address {
	color: #a47d40;
}

ul#featured_listings h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #ae9b64;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

ul#featured_listings img {
	border: 2px solid #fff;	
}




/*------ Site Map Page -------*/


ul.sitemap {
	list-style: square;
	margin: 2px 0;
	font-size: 16px;
	color: #a47d40;
	text-transform: uppercase;
	font-weight: bold;
}

ul.sitemap li {
	margin-left: 2.5em;
	padding-left: 0;
	padding-bottom: .5em;
}

ul.sitemap ul.sitemap {
	list-style: disc;
	text-transform: none;
	font-weight: normal;
}

ul.sitemap li ul.sitemap li {
	margin-left: 1em;
	padding-left: 0;
	padding-bottom: .2em;
}

ul.sitemap a:link, ul.sitemap a:visited {
	text-decoration: none;
}

ul.sitemap a:hover, ul.sitemap a:active {
	text-decoration: underline;
}

div.sitemap_col {
	padding: 10px 0;
	width: 285px;
	float: left;
}

div.clear {
	clear: both;	
}



/*------------------------------ Content Sub -------------------------------*/

#content_sub {
	width: 280px;
	float: left;
}

#content_sub h2 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 0;
}


/*------ Sub Navigation Index Page -------*/
ul#subnav_index {
	text-align: center;
	margin-top: 10px;
}

ul#subnav_index li {
	width: 280px;
	padding-top: 35px;
	margin-bottom: 20px;
	display: block;
}

ul#subnav_index li.subnav_featured {
	background: url(../images/subnav_featured.jpg) top center no-repeat;
	margin-bottom: 10px;
}

ul#subnav_index li.subnav_search {
	background: url(../images/subnav_search.jpg) top center no-repeat;	
}

ul#subnav_index li.subnav_newsltr {
	background: url(../images/subnav_newsltr.jpg) top center no-repeat;	
}

ul#subnav_index li.subnav_pricelock {
	background: url(../images/subnav_pricelock.jpg) top center no-repeat;	
}

ul#subnav_index li a:link, ul#subnav_index li a:visited {
	width: 280px;
	padding: 8px 0px;
	display: block;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.4em;
	color: #ae9b64;
	letter-spacing: .1em;
	text-decoration: none;
	background-color: #221b18;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

ul#subnav_index li a:hover, ul#subnav_index li a:active {
	color: #ae9b64;
	text-decoration: none;
	background-color: #000;
}

ul#subnav_index li a.subnav_polaroid:link, ul#subnav_index li a.subnav_polaroid:visited {
	padding: 0;
	margin: 0 auto;
	height: 125px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/subnav_polaroid.jpg) 0px 0px no-repeat;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

ul#subnav_index li a.subnav_polaroid:hover, ul#subnav_index li a.subnav_polaroid:active {
	background: url(../images/subnav_polaroid.jpg) 0px -125px no-repeat;
}



/*------ Sub Navigation -------*/

ul#subnav {
	text-align: center;
	margin-top: 10px;
	padding-top: 40px;
	background: url(../images/subnav_quicklinks.jpg) top center no-repeat;
}

ul#subnav li {
	width: 280px;
	display: block;
	background-color: #221b18;
	
}

ul#subnav li.subnav_pricelock {
	background: url(../images/subnav_pricelock.jpg) top center no-repeat;
	padding-top: 40px;
	margin-top: 30px;
}

ul#subnav li.subnav_newsltr {
	background: url(../images/subnav_newsltr.jpg) top center no-repeat;
	padding-top: 40px;
	margin-top: 30px;
}

ul#subnav li a:link, ul#subnav li a:visited {
	width: 280px;
	padding: 8px 0px;
	display: block;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.4em;
	color: #ae9b64;
	background-color: #221b18;
	letter-spacing: .1em;
	text-decoration: none;
	text-shadow: #000 0.1em 0.1em 0.2em;
	border-top: #40332D dashed 1px;
	border-bottom: #000 dashed 1px;
}

ul#subnav li a:hover, ul#subnav li a:active {
	color: #ae9b64;
	text-decoration: none;
	background-color: #000;
}

ul#subnav li a:link.on {
	color: #a47d40;
	background-color: #000;
}


/*------------------------------ Site Info -------------------------------*/

#site_info {
	clear: both;
	min-height: 165px;
	display: block;
	background: url(../images/skyline.gif) #221b18 top center repeat-x;
}

#site_info p {
	width: 900px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
	color: #6f5a4a;
	line-height: 2em;
}

#site_info a:link, #site_info a:visited {
	color: #6f5a4a;
	text-decoration: none;
}

#site_info a:hover, #site_info a:active {
	color: #6f5a4a;
	text-decoration: underline;
}

/*------------------------------ Footer -------------------------------*/

#footer {
	background-color: #000;
}

#footer p {
	width: 900px;
	margin: 0 auto;
	padding: 8px 0 3px 0;
	font-size: 12px;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #999;
	text-decoration: none;
}


span.toggle {
	cursor: pointer;
	color: #F90;
}


/*---------------------------------- Contact Form -----------------------------------*/



p.office {
	padding-left: 160px;
	background: url(../images/email.jpg) 30px center no-repeat;
}

form {
	background-color: #2d2420;
}

fieldset {
	margin: 20px 20px;
	padding: 20px 40px 20px 40px;
	background-color: #221b18;
	color: #ae9b64;
}

legend {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #a47d40;
}

label {
	float: left;
	width: 10em;
}

label.checkbox {
	float: none;
	width: auto;
}

input {
	width: 300px;
	padding: 3px;
	font-size: 14px;
}

input.checkbox, input.submit, input.clear {
	width: auto;
	margin-right: 1em;
}

textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	font-size: 14px;
}

h3.redirect {
	font-size: 24px;
	padding: 60px 30px 10px 30px;
	margin: 0;
}

p.redirect {
	font-size: 18px;
	line-height: 1.5em;
	padding: 0 30px 0 30px;
}













