/*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: #58585A;
}
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:#04728C;font-weight:bold; }	
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;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#58585A url(../images/body-bg.jpg) repeat-y top center;
	font:13px arial,sans-serif;
	line-height:1.3;
	color:#cbcbcb;
	}
	
.container {
	margin:0 auto;
	position:relative;
	width:900px;
	}
	
#header {
background:url(../images/header_bg.jpg);
height: 165px;
	float:left;
	width:900px;
	padding-top:10px;
	}
	
#header h1 {
	float:left;
	width:400px;
	color:#67B235;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
#header h1 strong {
	color:#004e80;
	font:36px impact, arial, sans-serif;
	text-transform:none;
	}
	
#header h2 {
	float:right;
	width:210px;
	padding-left:120px;
	background:url(../images/callus.gif) 0 20px no-repeat;
	color:#67B235;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
#header h2 strong {
	color:#004e80;
	font:30px impact, arial, sans-serif;
	}
	
#nav {
	float:left;
	width:900px;
	background:url(../images/navbg.gif) repeat-x;
	margin-top:1px;

	}
	
#nav a {
	color:#fff;
	font-size:16px;
	padding:6px 15px;
	float:left;
	text-decoration:none;
	font-weight:normal;

	}
	
#nav a:hover, #nav ul.nav a.one, #nav ul.nav2 a.two, #nav ul.nav3 a.three, #nav ul.nav4 a.four, #nav ul.nav5 a.five, #nav ul.nav6 a.six, #nav ul.nav7 a.seven {
	background:url(../images/navhover.gif) repeat-x;

	}

#nav li {
	float:left;
	}	
	
#middle {
	float:left;
	width:900px;
	margin-top:10px;
	}
	
#middle #services {
	float:left;
	width:215px;
height:314px;
	}
	
#middle #services ul {
	float:left;
	width:195px;
	padding: 9px 10px;
	border:1px solid #ddd;
	margin-top:-3px;
	background:#fefefe url(../images/gradbg.gif) left bottom repeat-x;

	}
	
#middle #services a {
	color:#336699;
	text-decoration:none;
	font-size:12px;
	}

#middle img.main {
	float:left;
	padding:4px;
	border:1px solid #ddd;
	margin-left:5px;
	}
	
#middle #contact {
	float:left;
	margin-left:3px;
	width:175px;
	}
	
#middle #contact form {
	background:#fefefe url(../images/gradbg.gif) left bottom repeat-x;
	padding:6px 10px;
	border:1px solid #ddd;
	width:155px;
	margin-top:-3px;
	}
	
#middle #contact form input, #middle #contact form textarea {
	width:155px;
	background:#4487af;
	border:none;
	color:#fff;
	font:bold 10px 'trebuchet ms', sans-serif;
	}
	
#middle #contact form label {
	color:#336699;
	}
	
#middle #contact form input.submit {
	width:133px;
	height:32px;
	}
	
#content {
	float:left;
	width:900px;
	margin-top:10px;
	}
	
#left {
	float:left;
	width:715px;
	color:#7e7e7e;
	}
	
#left h2 {
	color:#67B235;
	font:24px impact, sans-serif;
	background:url(../images/contentbg.gif) left 28px repeat-x;
	padding-bottom:10px;
	text-transform:uppercase;
	}
	
#left ul{
	
	color:#7e7e7e;
padding-left:20px;
list-style:disc;


	}

#right {
	float:right;
	width:155px;
	margin-left:5px;
	background:url(../images/promobg.gif) no-repeat;
	color:#67B235;
	font:bold 16px arial, impact, sans-serif;
	padding:0 10px 10px 10px;
	height:165px;
	margin-top:30px;
	}	
	
#right p {
	margin-top:0;}
	
#right strong {
	color:#01416f;
	font:bold 20px 'trebuchet ms','century gothic', sans-serif;
	text-transform:uppercase;
	}

#footer {
	float:left;
clear:both;
width:900px;
font-size:11px;
color:#444;
text-align:center;
}
	
img.float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
img.float-right {
	float:right;
	margin:0 0 5px 5px;
	padding:4px;
	border:1px solid #ddd;
	}	
	
.jsvalidation{
	float:left;
	clear:both;
	font: 11px arial, sans-serif; 
	margin-left: 0px; 
	color: #000;
	font-weight:bold;	
	background:transparent; 
	text-align: left; 
}


