body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
margin-top:20px;
	background: #fff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
float:left;
width:180px;
margin: 0;
padding: 10px 0; 
}
.oneColFixCtrHdr #header h2 {
margin:0;
float:right;
}
.logo{
width:900px;
height:90px;
float:left;
}
.menu{
margin-top:10px;
width:900px;
float:right;
}

.oneColFixCtrHdr #hero{
margin-left:18px;
margin-right:18px;
margin-top:8px;
width:894px;
height:352px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#first-row{
margin:0;
padding:0;
width:930px;}
#second-row{
margin:0;
padding:0;
width:930px;}
#third-row{
margin:0;
padding:0;
width:930px;}
#fourth-row{
margin:0;
padding:0;
width:930px;}
#fifth-row{
margin:0;
padding:0;
width:930px;}

.first-colum{
text-align:left;
width:300px;
margin-top:30px;
float:left;
border-right:#e9e9e9 solid 1px;}
.first-colum h1{
font-size:14px;
font-weight:bold;
color:#0d67b2;
}
.first-colum p{
font-size:11px;
color:#4c4c4c;
margin-right:8px;
}
.second-colum ul{
margin:0;
padding:0;
list-style:none;
padding-left:5px;
}
.second-colum li{
margin:0;
padding:0;
list-style:none;
font-size:11px;
padding-left:5px;
}

.second-colum{
text-align:left;
/*margin-left:12px;*/
margin-top:30px;
float:left;
width:310px;
border-right:#e9e9e9 solid 1px;}
.second-colum h1{
font-size:14px;
font-weight:bold;
color:#0d67b2;
padding-left:5px;
}
.second-colum p{

font-size:11px;
color:#4c4c4c;
line-height:15px;
padding-left:10px;
padding-right:10px;

}
.third-colum{
text-align:left;
margin-top:30px;
float:left;
width:275px;
margin-left:5px;
}
.third-colum h1{
font-size:14px;
font-weight:bold;
color:#0d67b2;

}
.third-colum p{
font-size:11px;
color:#4c4c4c;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clr{
clear:both;}
a{
font-size:11px;
color:#0d67b2;
text-decoration:none;}
a:hover{
font-size:11px;
color:#4c4c4c;
text-decoration:none;}
.line{border-bottom:#e9e9e9 solid 1px;
width:875px;}

p{
font-size:11px;}
.left{
width:300px;
float:left;
font-size:11px;
color:#0d67b2;}
.right{
text-align:right;
margin-top:10px;
width:500px;
float:right;
font-size:11px;
color:#0d67b2;}

/*get a quote form---------------------------------------------------------------------------*/
.cssform p{
width: 150px;
clear: left;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 100px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -90px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 80px;
height:12px;

}
.box{
width:80px;
height:12px;}

.cssform textarea{
margin-top:20px;
margin-left:-100px;
width: 200px;
height:80px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/* TESTIMONIALS CSS STARTS */
#dropcontentsubject {
	width: 241px;
	font-weight: bold;
	display: none;
}
.dropcontent1 {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 2px;
	line-height: 16px;
	height: 193px;
	overflow: hidden;
}
/* TESTIMONIALS CSS ENDS */
.td_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.btn-submit{
background-color:#0666b3;
color:#FFFFFF;
border:#FFFFFF solid 1px;
}