body{
	margin: 0;
	background: #fff url(images/bg.gif) repeat-x;
	font-family: arial, verdana, sans-serif;
}
a:link, a:visited{
	color: #071C38;
}
a:hover{
	color: #009AFF;
}
p, ul, ol{
	font-size: 12px;
}
input, textarea, select{
	border: 1px solid #A1A0A0;
	font-size: 11px;
	color: #666464;
	font-family: arial;
}
#container{
	margin: 0 auto;
	padding: 0;
	width: 769px;
	position: relative;
}
#header{
	width: 769px;
	padding: 0;
	margin: 0 auto;
	height: 105px;
	position: relative;
	background: url(images/header.gif) top left no-repeat;
}
#hero{
	width: 769px;
	padding: 0;
	margin: 0 auto;
	height: 162px;
	position: relative;
	background: url(images/hero.jpg) top left no-repeat;
}
#left p{
	margin: 5px 10px 5px 45px;
}

#right p{
	margin: 5px 45px 10px 10px;
	text-align: justify;
	line-height: 18px;
}
#content{
	width: 769px;
	position: relative;
	margin: 0 auto;
	padding-top: 67px;
	background: url(images/content_bg.gif) repeat-y;
}
#main{
	background: url(images/bottom_bg.jpg) bottom right no-repeat;
}
#footer{
	background: url(images/footer.gif) no-repeat;
	width: 769px;
	height: 57px;
	margin: 0 auto;
}
#footer p{
	padding-top: 60px;
	padding-bottom: 20px;
	color: #1558A5;
	font-size: 12px;
	text-align: center;
	margin: 0;
}
#footer a{
	color: #fff;
}
ul.products{
	margin: 0 0 10px 5px;
	padding: 0;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	list-style-type: none;
}
ul.products li{
	margin: 0 0 0 5px;
	padding: 0;
}
ul.products li a{
	color: #0042FF;
}
ul.services{
	margin: 0 0 10px 5px;
	padding: 0;
	list-style-type: none;
}
ul.services li{
	margin: 0 0 0 5px;
	padding: 0;
}
/****************Navigation***********************/

#navigation {
	position: absolute;
	width: 769px;
	height: 67px;
	top: 267px;
	left: 0px;
	z-index: 1000;
	}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 15px;
	font-family: arial;
	font-size: 12px;
}
#nav a {
	display: block;
	text-decoration: none;
}
#nav li { /* all list items */
	float: left;
}
a#navTop1 {height: 67px; width: 91px;   font-size: 10px;}
a#navTop2 {height: 67px; width: 105px;	 font-size: 10px;}
a#navTop3 {height: 67px; width: 102px;	 font-size: 10px;}
a#navTop4 {height: 67px; width: 105px;	 font-size: 10px;}
a#navTop5 {height: 67px; width: 88px;	 font-size: 10px;}
a#navTop6 {height: 67px; width: 99px;   font-size: 10px;}
a#navTop7 {height: 67px; width: 104px;   font-size: 10px;}

a#navTop1:link,#navTop1:visited {background: url(images/home_off.gif) no-repeat; text-indent:-9999px;}
a#navTop2:link,#navTop2:visited {background: url(images/products_off.gif) no-repeat; text-indent:-9999px;}
a#navTop3:link,#navTop3:visited {background: url(images/services_off.gif) no-repeat; text-indent:-9999px;}
a#navTop4:link,#navTop4:visited {background: url(images/about_off.gif) no-repeat; text-indent:-9999px;}
a#navTop5:link,#navTop5:visited {background: url(images/quote_off.gif) no-repeat; text-indent:-9999px;}
a#navTop6:link,#navTop6:visited {background: url(images/contact_off.gif) no-repeat; text-indent:-9999px;}
a#navTop7:link,#navTop7:visited {background: url(images/espanol_off.gif) no-repeat; text-indent:-9999px;}

a#navTop1:hover {background: url(images/home_on.gif) no-repeat;}
a#navTop2:hover {background: url(images/products_on.gif) no-repeat;}
a#navTop3:hover {background: url(images/services_on.gif) no-repeat;}
a#navTop4:hover {background: url(images/about_on.gif) no-repeat;}
a#navTop5:hover {background: url(images/quote_on.gif) no-repeat;}
a#navTop6:hover {background: url(images/contact_on.gif) no-repeat;}
a#navTop7:hover {background: url(images/espanol_on.gif) no-repeat;}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #0B4792;
	width: 170px;
	left: -999em;
	text-indent: 0;
	margin-top: 0;
	border: 2px solid #0B4792;
}
#nav li ul a {display:block;}
#nav li ul a:link, #nav li ul a:visited {
	 width: 170px;
	 color: #fff;
	 padding-left: 2px;
}
#nav li ul a:hover {background: #fff; color: #042A4A;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




form {
	margin:0;
	padding:0;
        width:220px;
border: 0pt solid Red;
	}
input, select {
	font-size: 11px;
	width: 160px; 
        margin:0;
        padding:0;
        margin: 0 0 0 45px;
	}
/* you have to specify font for text area again... */
textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	width: 160px; 
	height: 75px;
        margin: 0 0 0 45px;
	}

.contactquestion {
	width: 200px;
	margin: 0;
	padding: 0;
	margin-left: -15px; 
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 0pt solid Red;
	}
.contactquestion p {
	margin: 0;
	padding: 0;
	width: 180px; 
	font-size: 11px;
	line-height: 115%;
border: 0pt solid Orange;
	}
#contactrequired p {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 115%;
	}
#contactbottom {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 115%;

	}
#contactbottom input {
	width: 45px; 
	}
#disclaimer {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 110%;
	padding-bottom: 5px;
	margin-top: -15px;


	}	
#badge {
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 75px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
padd {
	font-size: 11px;
	}
#captchaT { 
	width:55px;
        margin:0;
        padding:0;
	}
.contactquestion .checkbox{
	font-size: 11px;
	margin-left:0px;
	width:10px;
	text-align:left;
	border: 0pt solid Orange;
	}
.contactquestion .radio{
	font-size: 11px;
	margin-left:0px;
	width:10px;
	text-align:left;
	}
