/* Normaliizes margin, padding */
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;}

/* Normalizes font-siz for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%}

/* Removes list-style from lists*/
ol, ul, dl {
	list-style: none;}
	
blockquote	{
	font-style: italic;
	}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; 
	font-weight: normal}

/* Collapses borders on tables */
table {
	border-collapse: collapse;
	border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img {
	border: 0;}

/* Left-aligns text in th */
th {
	text-align: left;}

/* Removes quotaton marks from q */
q:before, q:after {
	content :'';}
	
/*Transparent borders for Opera 7 and below */

fieldset	{
	border: solid 0 transparent;
	}

body	{
	font-size: small;
	font-family: trebuchet, Verdana, Helvetica, Arial, sans-serif;
	width: 66em;
	margin: 0 auto 300px auto;
	max-width: 100%;
	
	text-align: left;}
	
#wrapper	{
	width: 66em;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	
	}
	
#body_content	{
	width: 66em;
	margin: 0 auto;
	float: left;
	
	max-width: 100%;
	position: relative;
	background: url(images/gray2.gif) no-repeat;
	}
	
/********** TYPOCGRAPHY *******/

h1	{
	font-size: 180%;
	font-weight:lighter;
	
	}
	
h2	{
	font-size: 140%;
	color: #516429;
	margin-top: 10px;
	}
	
#content h1	{
	padding: 0 0 5px 20px;
	background: url(images/pointer.gif) no-repeat 0 50%;
	}

p	{
	font-size: 120%;
	padding: 5px 0;
	}
	
.green	{
	color: #78943d;
	}
	
a	{
	text-decoration: underline;
	color: #78943d;
	}
	
li	{
	font-size: 120%;
	}


/******* NAVIGATON **********/	
#mainNav	{
	width: 255px;
	max-width: 30%;
	1float: left;
	1background: url(images/gray.gif) repeat-X;
	position: absolute;
	top: 7px;
	left: 0;
	
	}
	
#mainNav ul	{
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
	}
	
#mainNav li	{
	margin-bottom: 7px;
	}
	
#mainNav ul a	{
text-indent: 10px;
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #595b55;
	text-decoration: none;
	font-size: 180%;
	}
	
#mainNav .home a	{
	background: #d2d2d2 url(images/home_off.gif) no-repeat right 50%;
	}

#mainNav .home a:hover	{
	background: #d2d2d2 url(images/home.gif) no-repeat right 50%; /*** kind of like this color #d2c2c2 ***/
	color: #78943d; 
	}

#mainNav .services a	{
	background: #d8d8d8 url(images/services_off.gif) no-repeat right 50%;
	}
	
#mainNav .services a:hover	{
	background: #d8d8d8 url(images/services.gif) no-repeat right 50%;
	color: #78943d;
	}
#mainNav .about a	{
	background: #e1e1e1 url(images/about_off.gif) no-repeat right 50%;
	}
	
#mainNav .about a:hover	{
	background: #e1e1e1 url(images/about.gif) no-repeat right 50%;
	color: #78943d;
	}
	
#mainNav .contact a	{
	background: #eaeaea url(images/contact_off.gif) no-repeat right 50%;
	}
	
#mainNav .contact a:hover	{
	background: #eaeaea url(images/contact.gif) no-repeat right 50%;
	color: #78943d;
	}
	
#gray_box	{
	background: #f2f2f2;
	
	}
	
#home #mainNav .home a	{
	background: #d2d2d2 url(images/home.gif) no-repeat right 50%; /*** kind of like this color #d2c2c2 ***/
	color: #78943d; 
	}
	
#services #mainNav .services a	{
	background: #d8d8d8 url(images/services.gif) no-repeat right 50%;
	color: #78943d;
	}
	
#about #mainNav .about a	{
	background: #e1e1e1 url(images/about.gif) no-repeat right 50%;
	color: #78943d;
	}
	
#contact #mainNav .contact a	{
	background: #eaeaea url(images/contact.gif) no-repeat right 50%;
	color: #78943d;
	}
	
#construction #mainNav .home a	{
	background: #d2d2d2 url(images/home.gif) no-repeat right 50%; /*** kind of like this color #d2c2c2 ***/
	color: #78943d; 
	}
	
.mar_top	{
	margin-top: 300px;
	}	
	
/******** CONTENT **********/
	
#content	{
	width: 45em;
	max-width: 66%;
	float: right;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 10px solid #e1e1e1;
	}


	
#home #main_content	{
	clear: both;
	padding-top: 20px;
	padding-right: 5px;
	}	
	
#main_content img	{
	float: left;
	width: 45%;
	max-width: 262px;
	padding: 0 10px 10px 0;
	}
		
#home #main_content p	{
	float: right;
	width: 100%;
	}
	
.left	{
	width: 20em;
	max-width: 49%;
	float: left;
	}
	
.right	{
	width: 20em;
	max-width: 49%;
	float: right;
	position: relative;
	height: 1%;
	}
	
#home .right	{
	margin-bottom: 20px;
	}
	
.dashed	{
	border-bottom: dashed #666666 1px;
	}
	
.pad_left	{
	padding-left: 5px;
	}
	
.right p	{
	font-size: 95%;
	}

#home #form	{
	background: url(images/login.gif) repeat-x;
	margin-right: 10px;
	}
		
#home fieldset	{
	margin: 5px 15px 5px 0;
	padding: .5em;
	}
	
#home label	{
	float: left;
	}
	
#home input	{
	float: right;
	}

#home #form p	{
	clear: both;
	}
	
input, textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	}
	
input:focus, textarea:focus	{
	background: #ffc;
	}
		
#service_list	{
padding-left: 20px;
	list-style: url(images/bullet.gif);
	line-height: 1.7em;	
	padding-bottom: 20px;
	
	}
	
#services #main_content p	{
	padding-bottom: 20px;
	}
	
#contact fieldset	{
	margin: 1em 0;
	padding: 1em;
	border: solid 1px #ccc;
	background: #f8f8f8;
	}
	
#contact legend	{
	font-weight: bold;
	color: #516429;
	}
		
#contact label	{
	display: block;
	}
	
#contact form input	{
	width: 200px;
	}
	
.required	{
	font-style: italic;
	color: #641a2a;
	font-size: 90%;
	}
	
/******** TABLE **************/

#client	{
	margin: 10px 0 25px 0;
	width: 100%;
	border: solid 1px #666666;
	border-collapse: collapse;
	}
	
#client .cellcolor	{
	background-color: #e2f8c3;
	}
	
.center	{
	text-align: center;
	}
	
#client td, #client th	{
	border: solid 1px #666666;
	padding: 5px;
	}
		
#client th	{
	background: #641a2a;
	color: #ffffff;
	font-size: 120%;
	}
	
/********** HEADER *********/
	
#header	{
	background: url(images/header.gif) no-repeat right top;
	margin-top: 20px;
	height: 144px;
	}
	
#header h1	{
	position: absolute;
	text-indent: -9999px;
	visibility: visible;
	}
	
#header h2	{
	position: absolute;
	text-indent: -9999px;
	visibility: visible;
	}

/************ FOOTER ************/

#footer	{
	clear: both;
	text-align: right;
	margin-bottom: 20px;
	}
	
#footer p	{
	font-size: 90%;
	}
	
