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

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: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
width: 998px; /* 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: right; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
background-image: url(../images/header_background.gif);
background-repeat: repeat-x;
background-position: center top;
height: 114px;
padding-top: 0;
padding-right: 10px;
padding-bottom: 0;
padding-left: 20px;
}
.oneColFixCtrHdr #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 */
}
.header-img {
	background-image: url(../images/logo_background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: 51px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 31px;
	padding-bottom: 32px;
}
.logobckgrnd {
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu {
float: left;
width: 200px;
margin-top: 35px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #006c8c;
margin-left: 40px;
}
#submenu span {
	padding-right: 15px;
	background-image: url(../images/submenu-bullet.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
	margin-right: 10px;
}

#submenu a {
color: #006c8c;
font-size: 0.8em;


text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	background-color: #561929;
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
	height: 220px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bf7d4d;
	border-bottom-color: #bf7d4d;
}
.oneColFixCtrHdr #mainContent_template {
	margin: 0px;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 70px;
	clear: both;
}
.bodyTxt h3 {
	color: #006C8C;
	font-size: 130%;
}
.bodyTxt a {
	color: #561929;
	text-decoration: underline;
	font-weight: bold;
}
.bodyTxt a:hover {
	text-decoration: none;
}
#mainContentImage {
	background-image: url(../images/hp-image2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 220px;
	width: 392px;
	float: right;
}
.bodyTxt {
	font-size: 90%;
	padding-top: 15px;
	line-height: 140%;
	padding-bottom: 25px;
}

#mainContent .introTxt {
	float: left;
	width: 471px;
	margin-left: 30px;
	text-align: justify;
	font-size: 90%;
	color: #FFF;
	padding-top: 15px;
}
.introTxt p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer-bckground.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
}
.footerTXT {
	font-size: 10px;
	margin-right: 10px;
	padding-top: 2px;
}
#footer-wrap {
	padding-right: 150px;
	padding-top: 40px;
}
#threeBoxes {
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 140px;
}
.BlockHeight {
	height: 77px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.greenblock {
	width: 186px;
	margin-left: 15px;
}
.blueblock {
	width: 200px;
	background-color: #039;
}
.greenblock-TOP {
	background-image: url(../images/greenblock-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 186px;
	color: #FFF;
}
.greenblock-TOP h3 , .blueblock-TOP h3{
	font-size: 14px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.greenblock-middle {
	width: 186px;
	background-image: url(../images/green-block-background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.greenblock-bottom {
	background-image: url(../images/greenblock-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 186px;
}
.bckgreen {
	background-image: url(../images/greenblockline.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.blueblock-TOP {
	background-image: url(../images/blue-block-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 186px;
	color: #FFF;
}
.blueblock-middle {
	width: 186px;
	background-image: url(../images/blue-block-background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.blueblock-bottom {
	background-image: url(../images/blueblock-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 186px;
}
.bckblue {
	background-image: url(../images/blueblockline.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.BlockHeight a {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.BlockHeight a:hover {
	text-decoration: underline;
}
#thirdblock {
	background-image: url(../images/thirdbox-bckground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 135px;
	width: 454px;
	padding-top: 10px;
	padding-right: 10px;
}
#thirdblock div {
	padding-top: 3px;
	padding-bottom: 3px;
		background-image: url(../images/561929_BULLET.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
#thirdblock a {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
#thirdblock a:hover {
	text-decoration: underline;
}
.BlueBold {
	color: #006C8C;
	font-size: 120%;
}
