/*==========     Reset     ==========*/

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

ul, ol { list-style: none; }
abbr:hover, acronym:hover { cursor: help; }

a:link,
a:visited { color: #096bb3; text-decoration: none; }
a:hover { color: #419fe5; cursor: pointer; }
a:active,
a:focus { color: #0093ff; text-decoration: underline; }


/*==========     Basics     ==========*/

body {
	color: #666;
	background: #ececec;
	font: normal normal normal 81%/1.9em Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.2em;
	padding: 0 0 30px;
}

h2 {
	font-size: 2em;
	padding: 0 0 20px;
}
	
h3, h4, h5, h6 {
	font-size: 1.8em;
	padding: 0 0 10px;
}

/*==========     Misc     ==========*/


.section { clear: both; }
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}


/*==========     Layout     ==========*/

#wrapper {
	background: url(images/bg-wrapper.png) repeat-y;
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#container {
	padding: 0 10px;
	width: 960px;
}

#header {
	background: white;
	height: 100px;
	position: relative;
}

#content-container { padding: 50px; }

#content {
	float: left;
	width: 500px;
}

#sidebar {
	float: right;
	width: 250px;
}

#footer {
}



/*==========     Header     ==========*/

#header-contact-image {
	height: 200px;
	background: #36454f;
}

#logo {
	left: 50px;
	bottom: 0;
	position: absolute;
}

#main-nav {
	bottom: 0;
	margin: 0 30px 0 0;
	right: 0;
	position: absolute;
}

	#main-nav li {
		float: left;
		margin: 0 20px 0 0;
	}
	
		#main-nav li a:link,
		#main-nav li a:visited {
			color: #36454f;
			font: normal normal bold 14px Verdana, Arial, Helvetica, sans-serif;
			display: block;
			padding: 10px 12px;
		}
		#main-nav li a:hover { background: #eef8e1; color: #556e7f; }
		#main-nav li a:focus { text-decoration: underline; }
		#main-nav li a:active { color: #227ebb; }
		
		#main-nav li.current_page_item a {
			color: white;
			background: #85bc3e;
		}
		

/*-----     Preamble     -----*/

.page-contact {
	border-top: 1px solid #ddd;
}

#preamble {
	color: #f8f8f8;
	background: #85bc3e;
	height: 180px;
	padding: 20px 20px 40px;
	position: relative;
}

	#preamble h1 {
		background: #85bc3e;
		font-size: 2.8em;
		letter-spacing: 1px;
		line-height: 1em;
		padding: 0 0 15px;
	}
	
	#preamble h2 {
		font-weight: normal;
		font-size: 2em;
		letter-spacing: 1px;
		line-height: 1.2em;
	}
	
	#preamble a {
		background: url(images/button-contactus.png) no-repeat;
		position: absolute;
		height: 52px;
		width: 268px;
		bottom: 20px;
		right: 50px;
	}
		#preamble a:hover,
		#preamble a:active,
		#preamble a:focus {
			background: url(images/button-contactus.png) no-repeat 0 -52px;
		}
		
		#preamble a span { display: none; }


/*-----     Testimonials     -----*/

#testimonials {
	background: url(images/bg-testimonials.png) repeat-x;
	height: 60px;
	overflow: hidden;
	padding: 10px 30px 20px 50px;
}

	#testimonials blockquote {
		color: #e2e2e2;
		font-size: 1.3em;
		line-height: 1.1em;
		padding: 0 30px;
		height: 78px;
		overflow: hidden;
		background: url(images/blockquote.png) no-repeat;
	}
		#testimonials blockquote ul li {
			padding: 0 40px 0px 0;
			background: url(images/blockquote-end.png) no-repeat right bottom;
		}
			#testimonials blockquote ul li span {
				padding: 4px 0 0;
				display: block;
				text-align: right;
				font-size: .8em;
			}	



/*==========     Content     ==========*/

#content p { text-align: justify; }

	#content h2 { padding-top: 16px; }
	
	#content p,
	#content ul { padding: 0 0 20px; }
	
	#content ul.bullet-check li {
		background: url(images/bullet-check.png) no-repeat 0px 5px;
		padding: 0 0 4px 25px;
	}
	
	
	
/*==========     Sidebar     ==========*/

#sidebar ol {
	padding: 0 0 0 20px;
}

#sidebar ol li {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	list-style: decimal;
}
#sidebar ul li {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
}

#sidebar ul li span {
	display: block;
}


/*==========     Footer     ==========*/

#footer {
	color: #464646;
	background: url(images/footer.png) no-repeat;
	font: normal normal bold .85em/1.6em Verdana, Arial, Helvetica, sans-serif;
	height: 170px;
	padding: 60px 0 0 46px;
	position: relative;
}
	#footer a { font-size: 1.2em; }
		#footer a:link,
		#footer a:visited { color: white; }
		#footer a:hover { color: #2a7605; }
		#footer a:active { color: #104c00; }
		#footer a:focus { text-decoration: underline; }
		
	#footer ul { float: left; }
		#footer ul li { padding-bottom: 8px; }
	
	#footer ul.site-links { width: 190px; }

	#footer ul.get-in-touch { width: 224px;	}
		#footer ul.get-in-touch p { padding: 0px 80px 0 0}
		
	#footer ul.real-estate-links { width: 240px; }
	
	#footer ul.copyright { width: 205px;}







