@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	background: url(images/body-bg.png) repeat-x #0b1700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0 0 10px 0;
	color: #0b1700;
}

h1, h2, h3, h4 {
	color: #3B5F19;
}

h2, h3, h4 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

p, ul, ol {
	font-size: 10pt;
}

li {
	margin: 0 0 5px 0;
}

li ul {
	margin: 5px 0 0 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #016EC3;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	height: 1px;
	border: none;
	background: #BDD9EF;
	color: #BDD9EF;
	margin: 10px 0;
}

.wrap {
	margin: 20px auto 0 auto;
	width: 960px;
}

.container {
	width: 960px;
	float: left;
}

.header {
	width: 960px;
	height: 101px;
	background: url(images/header-bg.png) no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	left: 17px;
	top: 20px;
}

.nav {
	width: 608px;
	height: 35px;
	position: absolute;
	right: 5px;
	bottom: 0;
}

.nav ul, .nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

	.nav li {
		height: 35px;
		float: left;
		margin-left: 3px;		
	}
	
	.nav a {
		display: block;
	}
	
	.nav a:hover {
		text-decoration: none;
	}

li#solarLink {
	width: 90px;
	margin-left: 0;
	background: url(images/nav-bg.png) no-repeat 0 0;
}

li#solarLink:hover, body#solar li#solarLink {
	background: url(images/nav-bg.png) no-repeat 0 -35px;
}

li#constructionLink {
	width: 136px;
	background: url(images/nav-bg.png) no-repeat -94px 0;
}

li#constructionLink:hover, body#construction li#constructionLink {
	background: url(images/nav-bg.png) no-repeat -94px -35px;
	
}

li#realestateLink {
	width: 78px;
	background: url(images/nav-bg.png) no-repeat -234px 0;
}

li#realestateLink:hover, body#realestate li#realestateLink {
	background: url(images/nav-bg.png) no-repeat -234px -35px;
}

li#otherLink {
	width: 96px;
	background: url(images/nav-bg.png) no-repeat -316px 0;
}

#otherLink:hover, body#other li#otherLink {
	background: url(images/nav-bg.png) no-repeat -316px -35px;
}

li#portfolioLink {
	width: 65px;
	background: url(images/nav-bg.png) no-repeat -416px 0;
}

li#portfolioLink:hover, body#portfolio li#portfolioLink {
	background: url(images/nav-bg.png) no-repeat -416px -35px;
}

li#contactLink {
	width: 76px;
	background: url(images/nav-bg.png) no-repeat -485px 0;
}

li#contactLink:hover, body#contact li#contactLink {
	background: url(images/nav-bg.png) no-repeat -485px -35px;
}

li#indexLink {
	width: 49px;
	background: url(images/nav-bg.png) no-repeat -565px 0;
}

li#indexLink:hover, body#index li#indexLink {
	background: url(images/nav-bg.png) no-repeat -565px -35px;
}

.main {
	width: 960px;
	float: left;
	min-height: 340px;
	padding: 30px 0 8px 0;
	background: #fff;
}

.content {
	width: 900px;
	padding: 0 30px;
}

.buttons {
	width: 900px;
	padding: 0 30px;
	float: left;
	padding-bottom: 60px;
	background: url(images/buttons-bg.png) repeat-x left bottom;
}

	.buttons img {
		margin: 0 0 0 15px;
	}

img#leftButton {
	margin: 0;
}

iframe#map {
	float: right;
	margin-left: 30px;
}

form#mlsForm {
	margin-bottom: 20px;
}

form#contactForm {
	width: 440px;
	margin-top: 20px;
}

	form#contactForm label {
		width: 130px;
		float: left;
		text-align: right;
		margin-right: 5px;
	}
	
	form#contactForm input[type=text], form#contactForm textarea {
		width: 283px;
	}
	
	form#contactForm select {
		width: 295px;
	}
	
input[type=text], textarea, select {
	border: 1px solid #b8d7a1;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input[type=submit] {
	padding: 5px;
	border: none;
	background: #b8d7a1;
	font-weight: bold;
	color: #fff;
}

	input[type=submit]:hover {
		background: #72b043;
	}
	
table {
	font-size: 10pt;
}	

table#logoTable {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

	table#logoTable td {
		width: 14%;
	}
	
.imgFloatRight {
	float: right;
	margin: 15px 0 15px 15px;
}

.imgFloatLeft {
	float: left;
	margin: 15px 15px 15px 0;
}

.textAlignCenter {
	text-align: center;
	margin: 30px 0;
}

.imgColumn {
	float: right;
	width: 250px;
	text-align: center;
}

.footer {
	text-align: center;
	width: 960px;
	height: 30px;
	padding-top: 35px;
	background: url(images/footer-bg.png) no-repeat;
	clear: both;
	margin-bottom: 10px;
}

	.footer p {
		font-size: 9pt;
		color: #969b91;
	}
	
	.footer a {
		color: #969b91;
		font-weight: normal;
	}
	
	.footer a:hover {
		color: #0b1700;
	}
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 26pt;
	margin: 0 0 5px 0;
	display: inline;
}
