@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container {
	width: 1015px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/main_red_bg.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header.jpg);
	height: 127px;
	background-repeat: no-repeat;
	margin-left: 7px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 370px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px;
	background-image: url(../images/left_index_bg.jpg);
	background-repeat: no-repeat;
	height: 380px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	padding: 15px 50px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 460px;
	margin-top: 20px;
	margin-left: 20px;
	height: 550px;
	margin-bottom: 20px;
} 
.twoColFixLtHdr #footer {
	color: white;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	background-image: url(../images/main_red_bottom.jpg);
} 
.twoColFixLtHdr #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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000099;
	margin-top: 10px;
}
.twoColFixLtHdr #container #sidebar2 {
	float: left;
	clear: both;
	width: 370px;
	background-image: url(../images/left_lower_bg.jpg);
	background-repeat: no-repeat;
	margin: 5px 0 0 40px;
	padding: 15px 20px 15px 20px;
	height: 120px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.3em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #800F0F;
	text-transform: capitalize;
}
#mainText {

}
#floater {
	float: left;
}
.borderImage {
	padding: 3px;
	border: 2px solid #790100;
}
#nav_bar {
	height: 52px;
	width: 1000px;
	margin-left: 11px;
}
.twoColFixLtHdr #container #servicesContent {
	background-image: url(../images/services_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 25px;
	width: 450px;
	padding-right: 40px;
	height: 500px;
	padding-top: 20px;
}
#badge {
	position: relative;
	top: -200px;
	left: 750px;
}
.twoColFixLtHdr #container #largeContent {
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #largeContent #leftSide #form1 .style4 {
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr #container #largeContent #form1 #securityQuote td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr #container #largeContent p {
	margin-left: 20px;
}
.twoColFixLtHdr #container #largeContent #form1 {
	padding-left: 15px;
}
.twoColFixLtHdr #container #floater #sidebar1 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
.servicePic {
	padding: 2px;
	border: 3px solid #790100;
	float: left;
	margin-right: 10px;
}
.icon {
	margin-left: 20px;
	margin-right: 10px;
}
.serviceBox {
	margin: 0px;
	font-weight: bold;
	display: block;
	height: 52px;
	padding: 0px;
	font: arial;
	font-size: 14px;
}
