@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {
	list-style: none;
	margin-bottom: 10px;
}
blockquote, q {quotes: none;}
blockquote {margin-left: 25px;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/*------- General Tag Redefinitions ---------*/
body {
	height: auto;
	width: auto;
	align: center;
	background-color: #FFF;
	margin: -.6em 0 0 0;
	font: 75% Verdana, Geneva, sans-serif;
}
a:link, a:visited {color: #2C559A;}
strong {font-weight:bold;}

/* ------------ Navigation Skip -------------------------- */
a#skip, a#skip:hover, a#skip:visited {
	display:none;
	visibility:hidden;
}
a#skip:active, a#skip:focus {
	display:none;
	visibility:hidden;
}

/*-------------- Text Classes ------------------*/
.center {text-align: center;}
.small {font-size: .8em;}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 1em 5px;
	font-weight: 600;
}
h1 {font-size: 1.5em;}
h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #DDD;
}
h3 {font-size: 1.3em;}
h4 {
	font-size: 1.3em;
	border-bottom: 1px solid #DDD;
}
h5 {font-size: 1.1em;}
h6 {
	font-size: 1.1em;
	border-bottom: 1px solid #DDD;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1em;
}
#twocol_left p, #twocol_right p, #threecol_left p, #threecol_center p, #three_colright p {margin-right: 2em;}
.bold_any_copy {font-weight: bold;}

/*--------------- Image Classes ----------------*/
img.twentyfive. img.thirtythree, img.fifty, img.seventyfive, img.hundred {height: auto;}
img.twentyfive {width: 25%;}
img.thirtythree {width: 33%;}
img.fifty {width: 50%;}
img.seventyfive {width: 75%;}
img.hundred {width: 99%;}
.fltrt {
	float: right;
	margin-left: .6em;
	margin-bottom: .5em;
	clear: none;
	border: 1px solid #333;
}
.fltlft {
	float: left;
	margin-right: .6em;
	margin-bottom: .5em;
	border: 1px solid #333;
}
.fltrt_nb {
	float: right;
	margin-left: .6em;
	margin-bottom: .5em;
	clear: none;
}
.fltlft_nb {
	float: left;
	margin-right: .6em;
	margin-bottom: .5em;
}
.noborder {border: 0px solid #FFF;}

/* ---------------- Tables and Cells----------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding: 5px;
	margin: 0 0 1px 0;
}
table.table_horizontal, table.table_vertical, table.table_data {
	margin: 5px;
	width: 99%;
}
table.table_horizontal th, table.table_vertical th, table.table_data th {
	background-color: #333;
	font-weight: 600;
	color: #FFF;
	text-align: left;
	padding: 5px;
	margin: 0 0 1px 0;
}
td.altrows, td.altcols, td.altdata {background-color: #DDD;}

/* ------------------ Lists  ----------------------- */
ul li, ul li ul li, ul li ul li ul li, ol li, ol li ol li, ol li ol li ol li {
	padding: 5px 0 0 0;
	vertical-align: middle;
}
ul li {
	margin-left: 40px;
	list-style: outside disc;
	line-height: 1.5em;
}
ul li ul li {
	margin-left: 60px;
	list-style: circle outside;
	line-height: 1.5em;
}
ul li ul li ul li {
	margin-left: 80px;
	list-style: square outside;
	line-height: 1.5em;
}
ol li {
	margin-left: 40px;
	list-style: decimal outside;
	line-height: 1.5em;
}
ol li ol li {
	margin-left: 60px;
	list-style: upper-alpha outside;
	line-height: 1.5em;
}
ol li ol li ol li {
	margin-left: 80px;
	list-style: lower-roman outside;
	line-height: 1.5em;
}
ol li.less{
    padding: 0px;
    margin: 0px 0px 0px -20px;
}

/* ------------------- Form Elements  ------------------- */
fieldset.main {
	margin: 1.5em 0 0 0;
	padding: 1em 0 0 0;
	width: 570px;
}
fieldset.main legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}
fieldset.nested {
	margin: 0 0 1em 1em;
	padding-bottom: 1em;
	width: 95%;
	border: 1px solid #DDD;
	background: #B0C4DE;
	overflow: hidden;
}
fieldset.nested legend {
	margin-left: 1em;
	font-weight: normal;
	color: black;
	background-color: white;
	padding: 0 1em 0 1em;
	border: 1px solid black;
}
fieldset.nested ol li {
	padding-bottom: .5em;
	list-style: none;
	clear: both;
}
fieldset.nested ol li label {
	float: left;
	width: 10em;
	margin: .5em 1em 0 -40px;
	text-align: right;
}
fieldset.nested ol li input {float: left;}
input.button {
	/* border-style: none; */
	width: 6em;
	height: 2em;
}
.buttonsContainer {
	float: right;
	margin-right: 2em;
}

/* ------------ Utility Bar ------------ */
#header {
	display:none;
	visibility:hidden;
}

/* ------------ Middle of the Page Stuff --------------- */
#center_pagecontent, #table_center_PageContent {
	height: auto;
	width: auto;
	margin: 0px auto 0px auto;
}
#center_content {
	height: auto;
	width: auto;
}
#center_clr_bar_red {
	height: 32px;
	width: auto;
	background-color: #872723;
}
#center_clr_bar_blue {
	height: 32px;
	width: auto;
	background-color: #0080C0;
}
#center_clr_bar_green {
	height: 32px;
	width: auto;
	background-color: #008000;
}
#center_clr_bar_yellow {
	height: 32px;
	width: auto;
	background-color: #efe392;
}

/* --------- Logo and Breadcrumbs --------------------- */
#logoNav {
	height: 45px;
	width: 1030px;
	margin: 0px auto;
}
#logoNav a img {
	float: left;
	text-decoration: none;
	border: 0;
	padding-top: .5em;
}
#logoNav p {
	display:none;
	visibility:hidden;
}

/* ------- Homepage Specific ----------------------- */
#center_column_homepage {
	height: auto;
	margin: 0 auto;
	width: 800px;
	float: left;
}
#center_feature_homepage {
	height: 300px;
	width: 800px;
}

/* --------------- Single Column Design ---------------------- */
#center_column_onecol {
	height: auto;
	margin: 0 auto 25px auto;
	width: auto;
}
#center_column_onecol #twocol_left, #center_column_onecol #twocol_right {
	height: auto;
	width: 50%;
	float: left;
}
#center_column_onecol #threecol_left, #center_column_onecol #threecol_right {
	height: auto;
	width: 33%;
	float: left;
}
#center_column_onecol #threecol_center {
	height: auto;
	width: 34%;
	float: left;
}

/* ------------- Two Column Design  ----------------- */
#center_column_twocol {
	height: auto;
	width: auto;
	margin: 0 auto 0 auto;
	float: left;
}
#center_column_twocol #twocol_left, #center_column_twocol #twocol_right {
	height: auto;
	width: 50%;
	float: left;
}

/* ----------------- Three Column Design -------------------- */
#center_column_threecol {
	width: auto;
	margin: 0 auto;
	float: left;
}

/* ---------------- Right Rail ------------------------------ */
#right_rail_homepage, #right_rail_homepage_bottom {
	display:none;
	visibility:hidden;
}
#right_rail, #right_rail_bottom {
	display:none;
	visibility:hidden;
}

/* ------------------- Left-Nav  ---------------------- */
#left_nav_col {
	display:none;
	visibility:hidden;
}

/* ---------------- Footer -------------------- */
#footer {
	height: auto;
	width: auto;
	background-color: #333;
	padding: 10px 0px 0px 0px;
	border-top: solid medium #872723;
	font-size: .9em;
	color: #FFF;
	line-height: .7em;
	clear: both;
}
#footer_content {
	height: auto;
	width: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.footer_leftColumn {
	height: auto;
	width: 175px;
	margin: 0px;
	float: left;
	text-align: left;
}
.footer_centerColumn {
	display:none;
	visibility:hidden;
}
.footer_rightColumn {
	display:none;
	visibility:hidden;
}
#footer p {line-height: 1.1em;}

/* -------------- Colors ------------------------ */
.blue_header_bar {
	height: 21px;
	width: auto;
	margin: 0 0 0 0;
	padding: 4px 0 0 20px;
	background-color: #0951A2; /* header */
	font-weight: bold;
	color: #FFFFFF;
}
.red_header_bar {
	height: 21px;
	width: auto;
	margin: 0 0 0 0;
	padding: 4px 0 0 20px;
	background-color: #872723; /* header */
	font-weight: bold;
	color: #FFFFFF;
}
.green_header_bar {
	height: 21px;
	width: auto;
	margin: 0 0 0 0;
	padding: 4px 0 0 20px;
	background-color: #008000; /* header */
	font-weight: bold;
	color: #FFFFFF;
}
.yellow_header_bar {
	height: 21px;
	width: auto;
	margin: 0 0 0 0;
	padding: 4px 0 0 20px;
	background-color: #efe392; /* header */
	font-weight: bold;
	color: #000;
}
.blue_font {
	color: #0951A2;
}
.red_font {
	color: #872723;
}
.green_font {
	color: #008000;
}
.yellow_font {
	color: #efe392;
}
.blue_rule {
	border-top: solid 1px #0951A2;
}
.red_trule {
	border-top: solid 1px #872723;
}
.green_rule {
	border-top: solid 1px #008000;
}
.yellow_rule {
	border-top: solid 1px #efe392;
}

/* ----------------- MEGA MENU BAR ------------------------*/
.wrapper_menu_full {
	display:none;
	visibility:hidden;
}
.menu {
	display:none;
	visibility:hidden;
}

/* --------------- HomeSlider ------------- */
#cha_home_left_nav {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -.02em;
	word-spacing: -.1em;
	color: #fff;
	width: 800px;
}
/*Link*/
.sliderheadline {
	font-size: 1.35em !important;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -.02em;
	word-spacing: -.1em;
	font-weight: bold;
}
#cha_home_left_nav-left {
	width: 250px;
	float: left;
	background-color: #336699;
}
#cha_home_left_nav-left ul {
	list-style-type: none !important;
	margin: 0px;
	padding: 0px;
}
#cha_home_left_nav-left ul li {
	position: relative;
	height: 55px;
	padding: 10px;
	border-bottom: 0px solid #fff;
	list-style-type: none !important;
	margin: 0px;
}
#cha_home_left_nav-left ul li a {
	display: block;
	padding: 0px;
	color: #fff;
	font-size: 1.1em;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	max-height: 40px;
}
#cha_home_left_nav-left-caption a.active {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	max-height: 30px;
	display: none;
}
#cha_home_left_nav-left ul li.active {
	background-color: #c8e1f9;
	color: #336699;
	height: 55px;
}
#cha_home_left_nav-left-caption {
	display: block;
	padding: 5px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -.02em;
	word-spacing: -.1em;
	font-weight: normal;
	text-decoration: none;
	max-height: 55px;
}
#cha_home_left_nav #cha_home_left_nav-left ul li.active a {color: #0D3354;}
/*Picture*/
#cha_home_left_nav-right {
	max-width: 550px;
	max-height: 300px;
	overflow: hidden;
	float: right;
	background-color: #eeeeee;
	border: 0px solid #666;
	color: #000;
}
.sliderimage {
	width: 550px;
	height: 300px;
	padding: 0px;
	margin: 0px;
}
#cha_home_left_nav-right a:hover {color: #931B32;}
#cha_home_left_nav-right > div {display: none;}
#cha_home_left_nav-right .active {display: block;}
.clear {clear: both;}
#slideshow_caption {
	position: absolute;
	top: 210px;
	right: 0px;
	width: 550px;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99999999,endColorstr=#99999999); 
    zoom: 1;
	background-color: rgba(0, 0, 0, 0.4);
}
.slideshow_caption_text {
	text-align: right;
	font-size: 3.0em;
	line-height: .95em;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -.02em;
	word-spacing: -.1em;
	color: #FFF;
	font-weight: bold;
	text-shadow: -3px 3px 3px #333;
	padding: .2em .3em .5em .1em;
}
#slideshow_caption .black {color: #000;}

/*--------------- Extra Styles -------------*/
ul.tabList {margin: 15px 0 0 -15px;}
ul.tabList li {
	list-style: none;
	padding: 0px 0px 15px 0px;
	line-height: 1.3em;
}
ul.tabList li a, ul.tabList li a:link, ul.tabList li a:visited {
	font-size: 1.1em;
	font-weight: bold;
	color: #2C559A;
}
ul.tabList li a:hover {color: #872723;}

#center_column_threecol a:link, #center_column_threecol a:hover, #center_column_threecol a:visited, #center_column_twocol a:link, #center_column_twocol a:hover, #center_column_twocol a:visited, #center_column_onecol a:link, #center_column_onecol a:hover, #center_column_onecol a:visited {text-decoration: underline;}

/*--- New Slideshow ---*/
.fadein { position:relative; width:100%; }
.fadein img { position:absolute; left:0; top:0; width:100%; }