@charset "utf-8";
body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #3C60A7;
	height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 5px;
}

/* CSS Document */

.bannerImage1 {
	float: left;
	margin-left: 22px;
}
.bannerImage2 {
	float: right;
	margin-right: 22px;
}
.oneColFixCtrHdr #header h1 {
	text-align: center;
	color: #FFF;
	position: relative;
	font-size: 38px;
	float: left;
	width: 530px;
	padding-left: 22px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}
.menubar {
	float: left;
	width: 533px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-left: 22px;
}
.mainContent  {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.quoteButton {
	background-color: #8C0E03;
	height: 20px;
	width: 200px;
	position: relative;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

.mainContent h1  {
	background-image: url(../Images/DesignElements/ARSBlocksBlueonWhiteWidth30px.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C60A7;
	font-size: 24px;
	padding-top: 0px;
}
.mainContent h2 {
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.mainContent h3 {
	font-size: 20px;
	font-weight: bold;
	background-image: url(../Images/DesignElements/ARSBlocksBlueonWhiteHeight20px.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C60A7;
}




.oneColFixCtrHdr #footer {
	color: #3C60A7;
	background-color: #FFF;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C60A7;
}
.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 */
	font-size: 10px;
}

