@charset "utf-8";
/* CSS Document */

/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* Basic CSS */

body {
	 background: #303030 url(../images/page_bg.gif) top repeat-x;
	 font: 100% "Cambria", Georgia, "Times New Roman", Times, serif;
	 color: #fff; 
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0b9444;
	padding: 0.2em 0.5em;
}

p {
	font-size: 0.8em;
	padding: 0.5em 1em;

}

a {
	color: #39B54A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b,strong {font-weight:bold;}


/* Layout Divs */

#container {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background: #000;
}

	#header {
		position: relative;
	}
	
		#header img.logo {
			padding: 2em;
		}
		
		#flashBanner {
			width: 530px;
			float: right;
		}
	
	#content {
		background: #000 url(../images/content_bg.gif) top repeat-x;
		padding: 1em;
		overflow: hidden;
	}
	
		ul#services {
			list-style: none;
			color: #39b54a;
			padding: 0.2em 1em;
			font-size: 0.9em;
		}
		
			ul#services li {
				float: left;
				display: block;
				width: 12em;
				padding: 0.2em 0;
			}
		
		p.phone {
			clear: left;
			font-size: 1.6em;
			padding: 0.3em 0.4em;
		}
	
	#contactContainer {
		background: #39B54A url(../images/contact_bg.gif) bottom no-repeat;
		min-height: 278px;
		padding: 1em;	
	}
	
		#contactContainer h2 {
			color: #fff;
			font-size: 1.1em;
		}
	
	/*	Form Stylin'	*/
			
			#contact_form {	
				width: 36%;			
				font-size: 0.75em;
				color: #056839;	
					
			}
			
						
			#contact_form fieldset {
				margin: 0.5em 1em;
				padding: 1em;
				border: 1px solid #ccc;
				margin-bottom: 0.5em;
			}
			
			#contact_form fieldset legend {
				padding: 0 0.5em;
				font-size: 1.2em;
				color: #FFF;
			}
			
			#contact_form fieldset label {
				display: block;
				width: 100%;
				float: left;
				clear: left;
			}
			
			#contact_form fieldset input {
				float: left;
				margin: 0 0 0.5em 0;
				font: 1em "Cambria", Georgia, "Times New Roman", Times, serif;
				color: #333;
			}
			
			#contact_form fieldset textarea {
				font: 1em "Cambria", Georgia, "Times New Roman", Times, serif;	
				color: #333;		
			}
			
			#contact_form input.formBtn {
				font-size: 1.2em;
				color: #000;
				margin-left:1em;
			}



#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.1em;
		
}