/*Reset Styles!*/

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, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
a {color:#403f3b; }	
a:hover {color:#333;}

h1, h2 ,h3 {
	
	}
	
h1 {font-size:280%;}
h2 {font-size:175%;}
h3{font-size:130%;}

em {
	font-style:oblique;
	font-weight:bold;
	}
	
strong {
	font-weight:bold;
	color:#403f3b;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#403F3B;
	color:black;
	font:12px arial, sans-serif;
	line-height:1.3;
	}
	
.container {
	margin:0 auto;
	position:relative;
	width:801px;
	}
	
#wrap {
	float:left;
	width:801px;
	background:url(../images/wrapbg.gif) repeat-y;
	padding:0 10px 0 11px;
	}
	
ul#nav {
	/*margin-right:10px;*/
	width:780px;
	background:#fff;
	float:left;
	padding:5px 0;
	}
	
ul#nav li {
	float:right;
	}
	
ul#nav li a {
	color:#3f9098;
	text-decoration:none;
	padding:0 10px;
	border-right:1px solid #3f9098;
	}
	
ul#nav li a.none {
	border-right:none;
	}
	
#header {
	float:left;
	width:780px;
	background:url(../images/headerbg.gif) repeat-x;
	padding-bottom:10px;
	}
	
#header h1 {
	float:left;
	width:345px;
	color:#403f3b;
	font-size:11px;
	padding-top:10px;
	margin-left:10px;
	}
	
#header h1 strong {
	font:oblique 24px georgia, serif;
	}

#header h1 {
        font-size:14px; font-weight:bold;
}	
#header h1 a {
	color:#403f3b;
	text-decoration:none;
	}
	
#header h1 img {
	vertical-align:middle;

	}
	
#header h2 {
	color:#403f3b;
	font-size:14px;
        font-weight:bold;
	float:right;
	line-height:20px;
	padding-top:60px;
	text-align:right;
	margin-right:10px;
	width:350px;
	}
	
#header h2 strong {
	color:#484848;
	font-size:30px;
	}

#main {
	background:url(../images/main.jpg) top center no-repeat;
        width:562px;
        height:232px; 
}


#home #main {
	background:url(../images/main.jpg) top center no-repeat;
        width:562px;
        height:232px; 
}

#about #main {
	background:url(../images/main2.jpg) top center no-repeat;
        width:562px;
        height:232px; 
}

#services #main {
	background:url(../images/main3.jpg) top center no-repeat;
        width:562px;
        height:232px; 
}

#contactUs #main {
	background:url(../images/main4.jpg) top center no-repeat;
        width:562px;
        height:232px; 
}



	
#left {
	float:left;
	width:200px;
	margin-top:15px;
	margin-left:8px;
	color:#fff;
	}
	
#left p {
	margin-bottom:15px;
	margin-top:0;
	}
	
#left h3, .content form h3 {
	background:url(../images/left-title.gif) repeat-x;
	color:#403f3b;
	font:bold 16px georgia, serif;
	padding:2px 0 2px 25px;
	}
	
.content form h3 {
	font-size:12px!important;
	font-weight:bold!important;
	border-bottom:none!important;
	padding:4px 0 4px 25px!important;
	margin-bottom:5px!important;
	}
	
#left ul {
	margin-bottom:15px;
	}
	
#left ul li a {
	color:#223d01;
	text-decoration:none;
	}
	
#left ul li a:hover {
	color:#484848;
	}
	
#left ul li {
	border-bottom:1px solid #8abe9a;
	padding:3px 15px;
	font-size:13px;
	}
	
#left p.phone strong {
	font-size:30px;
	color:#fff;
	}
	
#right {
	width:580px;
	float:left;
	margin-left:10px;
	}
	
#right .content {
	padding:10px 15px;
	width:530px;
	}
	
#right h1, #right h2, #right h3 {
	color:#8ea504;
	font:oblique 18px georgia, serif;
	border-bottom:3px solid #e3e3e3;
	}
	
#right ul {
	margin:10px;
	}
	
#right ul li {
	list-style-type:disc;
	margin-left:15px;
	}
	
.content form {
	float:right;
	width:203px;
	padding:10px 0px;
        background:#69c788;
	font-size:11px;

	}
	
.content form label {
	float:left;
	width:80px;
	margin-bottom:2px;
margin-left:5px;
	}

.content form input, .content form textarea {
	float:left;
	width:110px;
	font-size:12px;
	margin-bottom:2px;
	}
	
.content form input.submit {
	width:auto;
	float:right;
	margin-right:8px;
	}
	
.content p.cta {
	background:#feffff url(../images/ctabg.gif) repeat-x;
	padding:15px;
	color:#403f3b;
	font-size:16px;
	font-weight:bold;
	width:498px;
	clear:both;
	margin-top:15px;
	border:1px solid #e3e3e3;
	}
	
#footer {
	float:left;
	width:780px;
	background:#bec2a2;
	color:#000;
	text-align:center;
	font-size:10px;
	}

#footer a {
	color:#000;
	}
	
img.float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
img.float-right {
	float:right;
	margin:10px 0 5px 5px;
	}	
	
.jsvalidation{
	float:left;
	clear:both;
	width:180px;
	font: 11px arial, sans-serif; 
	margin-left: 0px; 
	color: red;
	font-weight:bold;	
	background:transparent; 
	text-align: left; 
}


