/*=== RESET STYLES ===*/
/* Use YUI to reset */

/*=== Prep Styles ===*/
body {
	font-size: 62.5%;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table{  /*IE fixes in separate sheet*/
	font-size: inherit;
	color: inherit;
}
h1{font-size: 3.6em;}
h2{font-size: 2.1em;}
h3{font-size: 1.8em;}
h4{font-size: 1.6em;}
h5{font-size: 1.4em;}
h6{font-size: 1.3em;}

h1, h2, h3, h4, h5, h6, p, t, ul, ol, table{
	padding-left: 10px;
	padding-right: 5px;
}

h2, h3{
	margin: 1em 0 .5em 0;
	line-height: 1;
}

p, ul, ol, td {
	font-size: 1.2em;
	line-height: 1.5;
	margin: .5em 0 1em 0;
}

/*=== GRID ===*/

.wrapper {
	width: 640px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	background-color: #fff;
	padding-bottom: 5px;
	margin-top: 15px;
	
}



.head h1{
	position: absolute;
	top: -9000px;
}

.head img{
	float:left;
}

.head p{
	color: #65cc33;
	font-weight: bold;
	
}

.head p.first{
	padding-top: .5em;
	padding-left: 150px;
	
	
}

.head .last{
	text-align: right;
	padding-top: 20px;
	padding-bottom: .5em;
	padding-right: 150px;
}

#heading{
	position: absolute;
	left: 560px;
	top: 150px;
}

h2, h3{
	color: #65cc33;
}

.nav{
	clear: both;
	border-bottom: solid 1px #329900;
	padding-top: 15px;
	
	/*text-align: center;	*/
}

.content{
	border-bottom: solid 1px #329900;
}

.foot {
	font-size: .85em;
	padding-left: 10px;
	color: #329900;
}
.foot p{
	margin-left: -20px;
}
.sig{
	text-align: right;
	font-size: .8em;
	background-image: none;
	background-color: transparent;
	border: none;
	width: 500px;
	
}

ul{
	margin-left: 30px;
	margin-right: 20px;
}
/*=================*/
/*=== NAVBAR ===*/
/*==============*/
.nav ul{
	display: block;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.25em;
	background-color: transparent;
	margin: 0;
	position: relative;
	padding-left: 0;
}
.nav li{
	display: inline;
	padding-right: .3em;
	
	zoom: 1 ; /*required by IE7.  Without it, when zooming, menu text
					won't keep with li element, so disappears into
					background*/
}

.nav a:link, .nav a:visited{
	color: #fff;
	background-color: #65cc33;
	text-decoration: none;
	font-variant: small-caps;
	padding: .2em .5em;
	padding: 2px 5px;	
}

.nav li a:hover, .nav li a:active{
	color: #fff;
	background-color: #329900;	
}

/*=== mark current page - menu ===*/
#pg_index #home{background-color: #329900;}
#pg_about #about{background-color: #329900;}
#pg_contracts #contracts{background-color: #329900;}
#pg_eco_homes #eco_homes{background-color: #329900;}
#pg_past_work #past_work{background-color: #329900;}
#pg_buying_land #buying_land{background-color: #329900;}




.collage{
	position: relative;
	width: 486px;
	margin-top: 20px;
	padding: 7px;
	border: solid 1px #80cc5c;
}
.tag_line{
	position: absolute;
	top: 228px;
	left: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #80cc5c;
}

.content{
	width: 486px;
	padding: 7px;
}

.slogan{
	text-align: center;
	font-size: 3em;
	color: #65cc33;
}
.slgn_small{
	font-size: 2em;
}
/* LINKS - see also NAVBAR */

.sig a:link, .sig a:visited, .sig a:hover, .sig a:active{
	color: #329900;
	font-weight: normal;
	color: #999;
}

/*=== SPECIALS ===*/
.splash{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -10px;
	border: none;
}

