@charset "utf-8";
/* CSS Document */

body{
	background: url(images/backgroundrep.jpg) repeat-x #0055a5;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0px;
	padding:0px;
}

h1{
	display:inline;
	margin:0px;
	font-size: 1.5em;
	color:#0055a5;
	padding:0px;
}

h2{
	display:inline;
	margin:0px;
	font-size: 1em;
	color:#004382;
	padding:0px;
}

.subscript{
	font-size: .75em;
	text-align:center;
	font-weight:600;
}

#totalwrap{
	width: 800px;
	min-height:600px;
	_height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header{
	width:790px;
	height:200px;
	float:left;
	clear:left;
	background: url(images/header.jpg) no-repeat top left;
	border-left: 5px solid #004382;
	border-right: 5px solid #004382;
}


#headerprod{
	width:790px;
	height:150px;
	float:left;
	clear:left;
	background: url(images/headerprod.jpg) no-repeat top left;
	border-left: 5px solid #004382;
	border-right: 5px solid #004382;
}

#headerserv{
	width:790px;
	height:150px;
	float:left;
	clear:left;
	background: url(images/headerserv.jpg) no-repeat top left;
	border-left: 5px solid #004382;
	border-right: 5px solid #004382;
}

#headerabou{
	width:790px;
	height:150px;
	float:left;
	clear:left;
	background: url(images/headerabou.jpg) no-repeat top left;
	border-left: 5px solid #004382;
	border-right: 5px solid #004382;
}

#headertest{
	width:790px;
	height:150px;
	float:left;
	clear:left;
	background: url(images/headertest.jpg) no-repeat top left;
	border-left: 5px solid #004382;
	border-right: 5px solid #004382;
}

#headercont{
	width:790px;
	height:150px;
	float:left;
	clear:left;
	background: url(images/headercont.jpg) no-repeat top left;
	border-left: 5px solid #004382;
	border-right: 5px solid #004382;
}

#navcont{
	width:775px;
	background: url(images/navbg.jpg) repeat-y #0055a5;
	padding: 15px 10px 11px 10px;
	color:#fff;
	float:left;
	font-size:.8em;
	border-bottom: 5px solid #004382;
	border-left: 5px solid #004382;
}

#nav{ 
	float:left;
	list-style:none;
	margin:0px; 
	padding:0px;  
	font-size:.9em;
}
	
#nav li{
	float:left;
	display:inline;
	margin-left:2px;
	margin-right:2px;
}

#nav a {
	color:#c5c5c5;
	text-decoration:none;
	display:block;
	float:left;
	padding: .4em 1em .4em 1em;
}

  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #nav a {float:none;}
  /* End IE5-Mac hack */
 
  
#nav a:hover{
	display:block;
	color:#fff;
	border-bottom: .4em solid #004382;
    padding: .4em 1em 0em 1em;
}

#contactinfo{
	    text-align:center;
		float:right;
		padding-right:5px;
		margin-top: -7px;
		margin-bottom: -15px;
		font-size:.9em;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contactinfo #phonenum{
	margin:0px;
	padding:0px;
	font-size:1.6em;
	font-weight:800;
	background-color:#004382;
}

#headerclose{
	width:800px;
	height:55px;
	background: url(images/borderbg.jpg) #004382;
	float:left;
	clear:left;
	border-top:  5px solid #004382;
}
	
#content{
	width:770px;
	min-height:400px;
	_height:400px;
	padding:5px 15px 15px 15px;
	background-color:#fff;
	float:left;
}


#footer{
	width:800px;
	height:48px;
	background: url(images/footerbg.jpg) #004382;
	float:left;
	clear:left;
	border-bottom: 5px solid #004382;
}

#footerinfobar{
	text-align:center;
	font-size:.8em;
	color:#fff;
	width:790px;
	padding-top:5px;
	height:45px;
	background: url(images/footerbg2.jpg) #004382;
	float:left;
	clear:left;
	border-left: 5px solid #004382;
	border-right: 5px solid #004382;
}

#infotable{
	font-size:.8em;
}

#formtable{
	font-size:.8em;
	margin:0px;
	padding:0px;
}

#formtable .formtext{
	text-align:right;
	padding:0px 6px 0px 6px;
	background-color:#77b3cb;
	color:#fff;
}

#formtable .inputs{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #77b3cb;
	padding: 5px;
	background: url(images/inputbg.jpg) top left repeat-x;
	color: #0055a5;
	font-size: 1em;
	margin:0px;
	width:175px;	
}

#formtable .submitbut{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #77b3cb;
	padding: 2px;
	background: url(images/inputbg.jpg) top left repeat-x;
	color: #0055a5;
	margin:0px;
}

#formtable .submitbut:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #77b3cb;
	padding: 2px;
	background:#77b3cb;
	color: #fff;
	margin:0px;
}

.testimonialwrap{
	margin-top:10px;
	width:705px;
	float:left;
	margin-left:2px;
	font-size:.9em;
	padding:30px;
	background: url('images/testimonialbg.jpg') no-repeat top left;
	text-align:center;
}
