/* ------------------------ hello, i am css code -------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img, a img, :link img, :visited img {border:0px none;}
address, caption, cite, code, dfn, th, var {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {}

/* ------------------------ universal ----------------------------- */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#dde7d6 url('../images/bg-body.jpg') repeat-x top;
	text-align:center; 
	color:#000; font-style:normal; font-variant:normal; font-weight:normal; line-height:18px; font-size:12px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#465A37; font-weight: normal; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span, h2 span, h3 span	{ display:none; }

a:link, a:visited	{ color:#E57324; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url('../images/bullet-back-to-top.jpg') no-repeat right;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#DDE7D6 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #435434;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

#submit { 
	width: 200px;
	margin: 85px 50px 5px 250px;
	}


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url('../images/bg-wrap.gif') repeat-y;
	width:875px;
	margin:0 auto;
	text-align:left
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url('../images/masthead.jpg');
	height:109px
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:29px;
	width:200px;
	top:4px;
	height:100px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column {
	width:875px;
	float:left;
	overflow: hidden;
	}

	#column p, #column h2, #column h3, #column ul, #column dl {
		margin:0px 35px 15px 35px;
		}
		
	#column h1 {
		margin:0px 35px 15px 45px;
		}		

	/* single column list */
	#column ul { padding-left:5px; }
		#column ul li { 
			background:url('../images/bullet.jpg') no-repeat 0px 6px; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px
			}
			
#header { 
	background:url('../images/header-index.jpg'); 
	height: 434px; 
	width: 832px;
	margin-left: 21px;
	}			
	
#quote {
	background: url('../images/img-quote-about.jpg') no-repeat;
	width: 620px;
	height: 131px;
	margin: 0 0 10px 205px;
	}
	
#quote span { display: none; }		
	
#quote-services {
	background: url('../images/img-quote-services.jpg') no-repeat;
	width: 620px;
	height: 79px;
	margin: 0 0 10px 105px;
	}	
	
#quote-testimonials {
	background: url('../images/img-quote-testimonials.jpg') no-repeat;
	width: 620px;
	height: 79px;
	margin: 0 0 10px 105px;
	}	
	
#quote-contact {
	background: url('../images/img-quote-contact.jpg') no-repeat;
	width: 620px;
	height: 114px;
	margin: 0 0 10px 105px;
	}		

#column #services-left {
	width: 250px;
	float: left;
	}
	
#column #services-right {
	width: 570px;
	float: left;
	}	
	
	#services-right p, #services-right h2, #services-right ul {
		margin:0px 35px 15px 15px;
		}	
	
#column #p-services-left {
	width: 250px;
	float: left;
	}
	
#column #p-services-right {
	width: 570px;
	float: left;
	}		

	#p-services-right p, #p-services-right h2, #p-services-right ul {
		margin:0px 35px 15px 15px;
		}
		
		
#column #contact-col-l {
	width: 200px;
	float: left;
	}
	
#column #contact-col-r {
	width: 600px;
	float: left;
	}			
/* ------------------------ subhead framework ------------------------ */
#subhead { height:61px; } /* sets height for all subheads */
	body#about #subhead { background:url('../images/subhead-about.jpg'); }
	body#services #subhead { background:url('../images/subhead-services.jpg'); }
	body#testimonials #subhead { background:url('../images/subhead-testimonials.jpg'); }
	body#contact #subhead { background:url('../images/subhead-contact.jpg'); }
	body#thankyou #subhead { background:url('../images/subhead-thankyou.jpg'); }
	body#sitemap #subhead { background:url('../images/subhead-sitemap.jpg'); }

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url('../images/bottom-wrap.jpg');
	width:100%; /* fix for Safar */
	height:40px;
	clear:both
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#62923f;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#62923f; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #009900;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:975px; 
	height:25px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index: 1;
	}

#nav span { display: none; }

#nav li, #nav a { height:25px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 70px; margin-left: 121px;}
#nav-02 { width: 120px;}
#nav-03 { width: 168px;}
#nav-04 { width: 153px;}
#nav-05 { width: 128px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif")  -121px -25px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -191px -25px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -311px -25px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -479px -25px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -632px -25px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.gif")  -121px -25px no-repeat; }
body#about #nav-02 { background:url("../images/nav.gif") -191px -25px no-repeat; }
body#services #nav-03 { background:url("../images/nav.gif") -311px -25px no-repeat; }
body#testimonials #nav-04 { background:url("../images/nav.gif") -479px -25px no-repeat; }
body#contact #nav-05 { background:url("../images/nav.gif") -632px -25px no-repeat; }
