body {
	margin: 0; 
	padding: 0;
	color: #004F37;
	font-family: Helvetica, Arial, sans-serif;
	background: #F8F9EA url(../images/bodyBackground.jpg) 50% 0% repeat-y;
	behavior: url(includes/csshover2.htc); /* WinIE behaviour call */
	}
	
p, h1, h2, h3, h4, li, label, textarea, dd, dt {font-size: 9pt;}

h1.home {
	font-size: 14pt;
	color: #B2BB1C;
	font-weight: normal;
	margin-bottom: 2em;
	}
	
h3 {
	font-size: 11pt;
	margin: .5em auto;
	padding: 3px 1em;
	background: #e8eaba;
	text-align:left;
	height: 15px;
	}
h3 span {
	font-weight: normal;
	font-size: 9pt;
	}

a:link, a:visited {color: #B2BB1C;}
a:hover, a:active {color: #004F37;}

#text ul {
	padding-left: 3em;
	}
#text li {
	line-height: 2em;
	color: #B2BB1C;
	font-size: 10px;
	}
#text li span {
	color: #004F37;
	font-size: 9pt;
	}

/* overall box */
#mainContainer {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	}

/* Header section */
#header {
	background: url(../images/angleBackground.gif) no-repeat;
	padding: 57px 0 0 0;
	margin: 0;
	border-bottom: 1px solid #C5CC55;
	}

#dropdown {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background: #E8EABA;
	vertical-align: middle;
	}
#dropdown p {
	margin: 0; padding: 0;
	display: inline;}

/* main body */
#content {
	background: url(../images/contentBackground.gif) repeat-y;
	margin: 0; 
	padding: 0;
	float: none;
	overflow: inherit;
	}
#content #text p, #content #text h2 {
	margin-right: 40px;
	line-height: 1.5em;
	}
#content em, label em, dt {
	font-style: normal;
	color: #B2BB1C;
	font-size: 11pt;
	}
dd {
	margin-left: 1em;
	margin-bottom: 1.5em;
	}

label {
	display: block;
	color: #B2BB1C;
	float: left;
	width: 120px;
	margin-bottom: 12px;
	}
#contactForm textarea {
	margin-bottom: 12px;
	font-family: Helvetica, Arial, sans-serif;
	}
#contactForm br {
	clear: left;
	}
#contactForm #Image1 {
	margin: 12px 0 0 122px;
	}
	
#content h2.geoslab {font-size: 14px;
	letter-spacing: 2px;
	margin: 0; padding: 0;}

#images {
	width: 240px;
	text-align: right;
	float: left;
	height: 100%;
	display: block;
	}	
#images img {border-top: 2px solid white;}	
#images img.headImg {background: white;}

#text {
	float: right; 
	width: 490px;
	padding-left: 68px;
	padding-top: 54px;
	}
#text p {font-size: 9pt;}
#text a {padding: 2px;}	
#text p a:hover, #text p a:active {background: #EEF0CD;}
	
/* Footer section */
#footer {
	width: 100%;
	clear: both;
	height: 39px;
	text-align: right;
	background: #E8EABA url(../images/limeGradient.gif) 50% 0% repeat-x;
	border-top: 2px solid white;
	padding-top: 20px;
	}	
#footer p {
	margin: 0; 
	padding: 0 15px;
	letter-spacing: .1em;
	font-size: 8pt;
	}
#footer a {color: #004F37;}

/* navigation styles */	
#mainNav, #textNav {
	padding-left: 0;
	}	
	
#mainNav li, #textNav li {
	list-style-type: none;
	display: inline;
	}

/* this is for the dropdown menu */
#menuBox {
	display: inline;
	position: absolute;
	top: 100px;
	margin: 0 0 0 66px;
	padding: 0;
	}

#mainNav {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	display: inline;
	}
	
#mainNav li {
	position: relative;
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0 24px 0 0;
	display: inline;
	height: 26px;
	}
	
/* #mainNav li:hover {
	background: #ebb;
	}
	
#mainNav li.submenu {
	background: yellow;
	}	
#mainNav li.submenu:hover {
	background-color: blue;
	} */
	
#mainNav li a {
	display: inline;
	padding: 0;
	margin: 0;
	}
/*#mainNav>a {width: auto;}*/
	
#mainNav ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 16px 0 0 0;
	padding: 21px 0 0 0 !important;
	padding: 25px 0 0 0;
	display: none;
	}
#mainNav ul.level2 li {
	padding: 0 .25em;
	margin: 0;
	}
	
#mainNav.level1 li.submenu:hover ul.level2 {
	display: block;
	background: url(images/spacer.gif);
	}
	
#mainNav ul#mCompany {width: 180px; z-index:100;}
#mainNav ul#mHomes {width: 390px; z-index:101;}
#mainNav ul#mService {width: 300px; z-index:102;}
/* End dropdown style */

#textNav li {
	margin: 0 3px;
	font-size: 9pt;
	}
	
#logo {margin-left: 90px;}

.footerText {color: #B2BB1C;}

#textNav, .footerText {text-align: center;
	margin: 0;}
#textNav {
	margin-top: 2em; 
	margin-right: 40px;
	}
	
.fRightTop {
	float: right;
	margin-right: 25px;
	margin-left: 6px;
	margin-top: -1em;
	}
.fRight {
	margin-right: 25px;
	margin-left: 6px;
	}
.fLeft {
	margin-left: -25px;
	margin-right: 8px;
	margin-top: 1em;
	}

#contactForm {
	margin: 2em auto;
	padding: 1em;
	border: 1px solid #c5cc55;
	float: left;
	}
	
#content #text p.homeText {line-height: 3em;}	

.colorinput {
	border: 1px solid #c5cc55;
	background: #f8f9ea;
	color: #004F37;
	}
	
/* Floorplans page */	
.homeBox {
	margin-left: auto; 
	margin-right: 40px; 
	/* border-bottom: 1px solid #9eab05; */
	padding: 5px 0;	
	display: block;
	}
.fpBox, .rendBox {
	width: 150px; 
	float: left;
	text-align:center;
	}
#content #text .homeBox p {
	margin: 0;
	padding: 2px 0;
	width: inherit;
	width: 100%;
	}	
/* Flash Header Styles */
/* 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;}


/* 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.wee {
	visibility: hidden;}

.sIFR-hasFlash h2.geoslab {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 35px;}

.sIFR-hasFlash h3.wee {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;}