@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*- Link Styles----------------------- */

a:link {
	font-weight: bold;
	color: #74171f;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #74171f;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #74171f;
}

/*- Footer Link Styles----------------------- */

.class1 a {
	color: #FFFFFF;
}
.class1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.class1 a:visited {
	text-decoration: none;
	color: #EAF2F4;
	font-weight: bold;
}
.class1 a:hover {
	text-decoration: underline;
	color: #FFF;
}
.class1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#navbar_container {
	height: 33px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/navbar_bkgd.jpg);
}

/*- Link Styles----------------------- */

.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #mainContent {
	background-image: url(../images/bkgd_contentarea.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	float: left;
	margin-top: 0px;
}
.oneColLiqCtrHdr #headerINDEX {
	margin: 0px;
	height: 439px;
	background-color: #DDDDDD;
	background-image: url(../images/index_bkgd_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColLiqCtrHdr #headerSITE {
	margin: 0px;
	height: 177px;
	background-color: #DDDDDD;
	background-image: url(../images/site_bkgd_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColLiqCtrHdr #footer {
	height: 102px;
	width: 100%;
	float: left;
	background-image: url(../images/bkgd_footer.jpg);
	background-repeat: repeat-x;
	color: #CCC;
	text-align: right;
} 
#headerINDEXcontainer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 440px;
	clear: right;
}


#headerLOGOBOXtop {
	height: 95px;
	width: 100%;
	text-align: left;
	padding-top: 15px;
}
#footerContent {
	height: 87px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
}
#index_banner {
	background-image: url(../images/index_banner01.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 268px;
	width: 926px;
	padding-top: 26px;
	padding-right: 44px;
	color: #CCC;
}

#mainContentCONTAINER {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#mainContentSIDEBAR {
	float: left;
	width: 195px;
	text-align: right;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#mainContentBODYCOPY {
	float: right;
	width: 730px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 196px;
	background-image: url(../images/sidebar_menu_standard.jpg);
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	color: #407BB7;
	display: block;
	margin: 0;
	text-decoration: none;
	background-image: url(../images/sidebar_menu_standard.jpg);
	height: 21px;
	width: 181px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	padding-right: 15px;
}
#menu a:hover {
	color: #980E10;
	background-image: url(../images/sidebar_menu_selected.jpg);
	height: 21px;
	width: 181px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#menu2 {
	list-style: none;
	padding: 0;
	width: 196px;
	background-image: url(../images/sidebar_menu_standard.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#menu2 li {
	margin: 0;
	padding: 0;
}
#menu2 a {
	color: #3079A6;
	display: block;
	text-decoration: none;
	background-image: url(../images/sidebar_menu_standard2.jpg);
	height: 22px;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	padding-right: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}


#menu2 a:hover {
	color: #980E10;
	background-image: url(../images/sidebar_menu_selected2.jpg);
	height: 22px;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	padding-right: 15px;
}
.menu2Selected {
	color: #980E10;
	background-image: url(../images/sidebar_menu_selected2.jpg);
	height: 22px;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	padding-right: 15px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
}
.menuSelected {
	color: #980E10;
	background-image: url(../images/sidebar_menu_selected.jpg);
	height: 22px;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
}
.txt_content_heading {
	font-size: 16px;
	color: #3079A6;
	font-weight: bold;
}
.txt_disclaimer {
	font-size: 10px;
	color: #333;
}
.txt_White {
	color: #FFF;
}
.txt_Red {
	color: #980E10;
}
.txt_Blue {
	color: #4c87c1;
}
.txt_18pt {
	font-size: 18px;
}
.txt_16pt {
	font-size: 16px;
}
.txt_Red18BOLD {
	color: #980E10;
	font-size: 18px;
	font-weight: bold;
}



.img_float_LEFT {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.img_float_RIGHT {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}

.horizontal_rule {
	color: #dcdddf;
	height: 1px;
}
.horizontal_ruleMAIN {
	color: #dcdddf;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contactForm_SUCCESS {
	font-size: 14px;
	font-weight: bold;
	background-color: #EAF2F4;
	width: 708px;
	border: 1px dashed #999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
#contactForm_ERROR {
	font-size: 14px;
	font-weight: bold;
	background-color: #980E10;
	width: 708px;
	border: 1px dashed #999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
}

