@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;}
a:hover {color: #872723;}
strong {font-weight:bold;}

/* ------------ Navigation Skip -------------------------- */
a#skip, a#skip:hover, a#skip:visited {
	position: absolute;
	top: -100px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: x-small;
}
a#skip:active, a#skip:focus {
	position: static;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0 auto
}

/*-------------- Text Classes ------------------*/
.center {text-align: center;}
.small {font-size: .8em;}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 1em 5px;
	font-weight: bold;
}
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: bold;
	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;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
fieldset.main {width: 100%;}
}
@media screen and (max-width: 520px) {
}

/* ------------ Utility Bar ------------ */
#header {
	height: auto;
	width: auto;
	align: center;
	background-color: #333;
	border-bottom: solid medium #2C559A;
}
#header_inner_container {
	height: 40px;
	width: 1028px;
	margin: 0px auto;
	overflow: hidden;
}
#header_welcome {
	width: 528px;
	float: left;
}
#header_welcome p {
	line-height: 1em;
	padding: 1.6em 0 .5em 0;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
	text-indent: .3em;
}
#header_social {
	float: left;
	margin: 0px;
}
#header_social img {padding-top: .8em;}
#search {
	height: 24px;
	width: 220px;
	background-color: #fff;
	border: solid 1px #DDD;
	border-radius: 4px;
	margin: 12px 5px 0px 0px;
	float: right;
}
#search input.searchinput {
	height: 18px;
	width: 190px;
	padding: 6px 0px 0px 4px;
	border: none;
	font-weight: bold;
	color: #872723;
	float: left;
}
#search input.searchbutton {
	height: 22px;
	width: 22px;
	position: relative;
	border: none;
	float: right;
}
@media screen and (max-width: 1040px) {
#header_inner_container {width: 99%;}
#header_welcome {width: 51.7%;}
#header_social {margin-left: 5px;}
}
@media screen and (max-width: 768px) {
#header_welcome {width: 15%;}
#header_social {
	display: none;
 visibility: none;
}
.hiddenSmall {
	display: none;
 visibility: none;
}
}
@media screen and (max-width: 520px) {
#header_inner_container {width: 480px;}
#header_welcome, #header_welcome p {
	display: none;
 visibility: none;
}
#search {
	float: none;
	margin: 12px auto 0 auto;
}
}
@media screen and (max-width: 460px) {
#header_inner_container {width: 320px;}
}

/* ------------ Middle of the Page Stuff --------------- */
#center_pagecontent, #table_center_PageContent {
	height: auto;
	width: 1040px;
	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;
}
@media screen and (max-width: 1040px) {
#center_pagecontent, #table_center_PageContent {width: 99%;}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 520px) {
#center_pagecontent, #table_center_PageContent {width: 480px;}
}
@media screen and (max-width: 460px) {
#center_pagecontent, #table_center_PageContent {width: 320px;}
}

/* --------- 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 {
	float: right;
	margin: 5px;
}
 @media screen and (max-width: 1040px) {
#logoNav {
	width: 100%;
	margin: 0 5px;
}
#logoNav p {
	float: right;
	margin: 5px 10px;
}
}
@media screen and (max-width: 768px) {
#logoNav p {
	float: none;
	clear: both;
	text-align: center;
	margin-top: -1px;
}
#logoNav {
	width: 240px;
	height: auto;
	margin: 0px auto;
}
#logoNav a img {float: none;}
}
@media screen and (max-width: 520px) {
}

/* ------- Homepage Specific ----------------------- */
#center_column_homepage {
	height: auto;
	margin: 0 auto;
	width: 800px;
	float: left;
}
#center_feature_homepage {
	height: 300px;
	width: 800px;
}
@media screen and (max-width: 1040px) {
#center_column_homepage {
	width: 77%;
	height: auto;
}
#center_feature_homepage {
	height: auto;
	width: auto;
}
}
@media screen and (max-width: 768px) {
#center_column_homepage {
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 520px) {
}

/* --------------- Single Column Design ---------------------- */
#center_column_onecol {
	height: auto;
	margin: 0 auto 25px auto;
	width: 1040px;
}
#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;
}
@media screen and (max-width: 1040px) {
#center_column_onecol {width: 100%;}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 520px) {
#center_column_onecol {width: 480px;}
#center_column_onecol #twocol_left, #center_column_onecol #twocol_right, #center_column_onecol #threecol_left, #center_column_onecol #threecol_right, #center_column_onecol #threecol_center {
	width: 480px;
	border-bottom: 1px solid #DDD;
	float: none;
}
}
@media screen and (max-width: 460px) {
#center_column_onecol {width: 320px;}
#center_column_onecol #twocol_left, #center_column_onecol #twocol_right, #center_column_onecol #threecol_left, #center_column_onecol #threecol_right, #center_column_onecol #threecol_center {width: 320px;}
}

/* ------------- Two Column Design  ----------------- */
#center_column_twocol {
	height: auto;
	width: 820px;
	margin: 0 auto 25px auto;
	float: right;
}
#center_column_twocol #twocol_left, #center_column_twocol #twocol_right {
	height: auto;
	width: 50%;
	float: left;
}
@media screen and (max-width: 1040px) {
#center_column_twocol {
	width: 70%;
	margin: 0 auto 0 1.7em;
	float: left;
}
}
@media screen and (max-width: 768px) {
#center_column_twocol {
	width: 100%;
	float: none;
	clear: both;
	margin: 0 auto;
}
#center_column_twocol #twocol_left, #center_column_twocol #twocol_right {
	height: auto;
	width: 50%;
	float: left;
}
}
@media screen and (max-width: 520px) {
#center_column_twocol {width: 480px;}
#center_column_twocol #twocol_left, #center_column_twocol #twocol_right {
	width: 480px;
	border-bottom: 1px solid #DDD;
	float: none;
}
}
@media screen and (max-width: 460px) {
#center_column_twocol {width: 320px;}
#center_column_twocol #twocol_left, #center_column_twocol #twocol_right {width: 320px;}
}

/* ----------------- Three Column Design -------------------- */
#center_column_threecol {
	width: 580px;
	margin: 0 auto 25px 1.7em;
	float: left;
}
@media screen and (max-width: 1040px) {
#center_column_threecol {width: 50%;}
}
@media screen and (max-width: 768px) {
#center_column_threecol {
	width: 100%;
	float: none;
	margin: 0 auto;
}
}
@media screen and (max-width: 520px) {
#center_column_threecol {width: 480px;}
}
@media screen and (max-width: 460px) {
#center_column_threecol {width: 320px;}
}

/* ---------------- Right Rail ------------------------------ */
#right_rail_homepage, #right_rail_homepage_bottom {
	height: auto;
	width: 220px;
	float: right;
	margin-bottom: 1em;
	clear: right;
	padding: 0 .4em;
}
#right_rail, #right_rail_bottom {
	width: 220px;
	float: right;
	margin-top: 1.925em;
	padding: 0 .4em;
}
#right_rail_homepage img, #right_rail_homepage_bottom img, #right_rail img, #right_rail_bottom img {
	width: 100%;
	height: auto;
}
#right_rail_homepage ul li, #right_rail ul li, #right_rail_homepage_bottom ul li, #right_rail_bottom ul li {
	list-style: none;
	margin-left: 0px;
}
#right_rail_homepage h3, #right_rail h3, #right_rail_homepage_bottom h3, #right_rail_bottom h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #872723;
	text-indent: .4em;
	margin: -.4em 0 -.4em 0;
	padding: 3px 0px;
	width: 100%;
	border-bottom: 1px solid #872723;
}
#right_rail_homepage ul.howdoi, #right_rail ul.related, #right_rail_homepage_bottom ul.howdoi, #right_rail_bottom ul.related {
	margin: 0px;
	padding: .8em;
	line-height: 1.5em;
	font-style: italic;
}
#right_rail_homepage ul.howdoi li a:hover, #right_rail ul.related li a:hover, #right_rail_homepage_bottom ul.howdoi li a:hover, #right_rail_bottom ul.related li a:hover {
	color: #872723;
	text-decoration: none;
}
#right_rail_homepage ul.howdoi a:visited, #right_rail ul.related a:visited, #right_rail_homepage ul.howdoi a:link, #right_rail ul.related a:link, #right_rail_homepage_bottom ul.howdoi a:visited, #right_rail_bottom ul.related a:visited, #right_rail_homepage_bottom ul.howdoi a:link, #right_rail_bottom ul.related a:link {
	color: #2C559A;
	text-decoration: none;
}
@media screen and (max-width: 1040px) {
#right_rail_homepage, #right_rail, #right_rail_homepage_bottom, #right_rail_bottom {width: 21%;}
}
@media screen and (max-width: 768px) {
#right_rail_homepage, #right_rail, #right_rail_homepage_bottom, #right_rail_bottom {
	width: 99%;
	float: none;
	margin: 1em auto;
	clear: both;
}
#right_rail_homepage img, #right_rail img, #right_rail_homepage_bottom img, #right_rail_bottom img {width: auto;}
}
@media screen and (max-width: 520px) {
#right_rail_homepage, #right_rail, #right_rail_homepage_bottom, #right_rail_bottom {
	width: 400px;
	float: none;
	margin: 15px auto;
}
}
@media screen and (max-width: 460px) {
#right_rail_homepage, #right_rail, #right_rail_homepage_bottom, #right_rail_bottom {width: 300px;}
}

/* ------------------- Left-Nav  ---------------------- */
#left_nav_col {
	height: auto;
	margin: 0 auto;
	float: left;
	width: 200px;
	text-align: right;
	overflow: hidden;
}
#left_nav_col ul {
	padding: 0px 5px;
	margin: 0px;
	float: right;
	clear: left;
}
#left_nav_col ul li {
	list-style: none;
	margin-left: 10px;
}
#left_nav_col ul li a:link, #left_nav_col ul li a:visited {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #2C559A;
	text-decoration: none;
}
#left_nav_col ul li a:hover {color: #872723;}
#left_nav_col h3 {
	color: #872723;
	font-size: 1.5em;
	margin: .7em 0;
	float: none;
	clear: none;
	padding: 5px;
	text-align: right;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
#left_nav_col {
	float: none;
	clear: both;
	width: 100%;
}
#left_nav_col ul {
	float: none;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 5px;
}
#left_nav_col ul li {
	display: inline;
	margin: 0;
	padding-right: 5px;
	border-right: 2px dotted #DDD;
}
#left_nav_col ul li a:link, #left_nav_col ul li a:visited {
	font-size: 1em;
	font-weight: bold;
}
#left_nav_col h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
	text-align: left;
}
}
@media screen and (max-width: 520px) {
#left_nav_col {width: 480px;}
}
@media screen and (max-width: 460px) {
#left_nav_col {width: 320px;}
}

/* ---------------- 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: 1028px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.footer_leftColumn {
	height: 180px;
	width: 175px;
	margin: 0px;
	float: left;
	text-align: left;
}
.footer_centerColumn {
	height: 180px;
	width: 165px;
	align: center;
	float: left;
	margin: 0px 0px 10px 10px;
}
.footer_rightColumn {
	height: 180px;
	width: 137px;
	align: left;
	margin: 0px 0px 10px 10px;
	float: left;
}
#footer p {line-height: 1.1em;}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #BBE6FF;
	text-decoration: none;
}
.footer_blue_head {
	color: #BBE6FF;
	margin: 10px 0px 15px 0px;
}
@media screen and (max-width: 1040px) {
#footer {height: auto;}
#footer_content {width: 100%;}
.footer_leftColumn, .footer_centerColumn, .footer_rightColumn {width: 32%;}
.footer_leftColumn {margin-left: 10px;}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 520px) {
#footer_content {width: 480px;}
.footer_leftColumn, .footer_rightColumn {width: 220px;}
.footer_centerColumn {
	display: none;
	visibility: none;
}
.footer_rightColumn {
	float: right;
	text-align: right;
	margin: 0 10px 0 0;
}
.footer_blue_head {
	margin: 10px 10px 15px 10px;
}
}
@media screen and (max-width: 460px) {
#footer_content {width: 320px;}
.footer_leftColumn, .footer_rightColumn {width: 150px;}
.footer_blue_head {margin: 10px 5px 15px 5px;}
}

/* -------------- 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 {
	width: 100%;
	margin: .3em auto .4em auto;
	height: 2.5em;
	position: relative;
	z-index: 9999;
}
.menu {
	border: 0px solid #FFFFFF;
	background: #872723;
	 /*background: #EDEDED;
	background: -moz-linear-gradient(top, #ffffff 56%, #DDD 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #ffffff), color-stop(99%, #DDD));
	background: -webkit-linear-gradient(top, #ffffff 56%, #DDD 99%);
	background: -o-linear-gradient(top, #ffffff 56%, #DDD 99%);
	background: -ms-linear-gradient(top, #ffffff 56%, #DDD 99%);
	background: linear-gradient(top, #ffffff 56%, #DDD 99%);*/
}
ul.menu_whole_width {
	width: 100%;
	margin: 0 auto;
	height: 2.1em;
}
.menu li.fullwidth, .menu li.right {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.7em;
	text-align: left;
	list-style: none;
	float: left;
	margin: -0.2em auto;
	position: relative;
	border: none;
}
.menu .fullwidth {position: static !important;}
.menu li.fullwidth a.drop, .menu li.fullwidth a.drop:hover, .menu li.fullwidth a.drop:visited {
	font-weight: bold;
	color: #FFF;
	padding: 0em 1em 0.3em 1em;
	text-decoration: none;
	display: block;
}
.menu li.fullwidth a.drop:hover, .menu li.right a:hover {color: #efe392;}
/* Right aligned menu item */
.menu li.right {float: right;}

/* ----------------- MEGA MENU DROP DOWN ------------------------*/
/* Left & right aligned common styles */
.dropdown_fullwidth {
	width: 1018px;
	margin: 0.2em auto;
	left: -999em;
	position: absolute;
	padding: 0 10px 10px 10px;
	text-align: left;
	background: #FFF;
	border: 1px solid #666666;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
li:hover .dropdown_fullwidth, li.right:hover .dropdown_fullwidth {
	left: 0px;
	top: 20px;
	display: block;
}
/* Columns Sizes */
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6 {
	float: left;
	margin-left: .8em;
}
.col_1 {width: 16%;}
.col_2 {width: 32%;}
.col_3 {width: 48%;}
.col_4 {width: 64%;}
.col_5 {width: 80%;}
.col_6 {width: 96%;}
.menu .firstcolumn {
	margin-left: 0;
	clear: left;
}

/* ----------------- MEGA MENU CONTENT STYLING ------------------------*/
/* Text and Headers */
.dropdown_fullwidth p, .dropdown_fullwidth h2, .dropdown_fullwidth h3 {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: left;
}
.dropdown_fullwidth h2, .dropdown_fullwidth h3 {
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: .2em;
	padding-bottom: .2em;
	color: #06C;
}
.dropdown_fullwidth h2 {
	font-size: 1.2em;
	float: left;
	clear: both;
}
.dropdown_fullwidth h3 {font-size: 1.1em;}
/* Links */
.dropdown_fullwidth ul li a, .dropdown_fullwidth ul li a:visited {
	color: #000;
	text-decoration: none;
}
.dropdown_fullwidth ul li a:hover, li.right .dropdown_fullwidth ul li a:hover {color: #872723;}
/* Images styles */
.dropdown_fullwidth .col_2 img {
	width: 75%;
	height: auto;
	float: none;
	clear: both;
	margin: .7em 0 0 .9em;
	border: 1px solid #999;
}
/* Standard lists styles */
.dropdown_fullwidth ul {
	margin: 0;
	padding: 0;
}
.dropdown_fullwidth ul li {
	list-style: none;
	float: left;
	clear: both;
	margin: 0 0 0 .5em;
}

/* ----------------- MEGA MENU MOBILE DEVICES ------------------------*/
@media only screen and (max-width: 1040px) {
.dropdown_fullwidth {
	width: 97.8%;
	padding: 0 1% 1% 1%;
}
/* Columns Sizes */
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6 {margin-left: .4em;}
}
 @media screen and (max-width: 768px) {
.menu li.fullwidth, .menu li.right {font-size: .9em;}
.menu li.fullwidth a.drop, .menu li.fullwidth a.drop:hover, .menu li.fullwidth a.drop:visited {padding: 0em .5em .4em .5em;}
.dropdown_fullwidth p, .dropdown_fullwidth h2, .dropdown_fullwidth h3 {
	font-size: 1em;
	line-height: 1.4em;
}
li:hover .dropdown_fullwidth, li.right:hover .dropdown_fullwidth {top: 19px;}
}
 @media screen and (max-width: 520px) {
.hidemobile {
	display: none;
	visibility: hidden;
}
.widemobile {width: 24%;}
}
@media screen and (max-width: 460px) {
.hidemobile_smallest {
	display: none;
	visibility: hidden;
}
.widemobile {
	width: 23%;
	overflow: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=#66000000,endColorstr=#66000000); 
    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;}
@media only screen and (max-width: 1040px) {
/*Links*/
#cha_home_left_nav {width: 100%;}
#cha_home_left_nav-left {
	width: 30%;
	height: auto;
}
/*Picture*/
#cha_home_left_nav-right {
	width: 70%;
	height: auto;
}
#cha_home_left_nav-right img.sliderimage {width: auto;}
#slideshow_caption {
	width: 70%;
	position: absolute;
	top: 225px;
	right: 1px;
}
.slideshow_caption_text {font-size: 2.5em;}
}
@media screen and (max-width: 570px) {
 #cha_home_left_nav-right img.sliderimage {width: 480px;}
}
@media screen and (max-width: 520px) {
#cha_home_left_nav-right img.sliderimage {width: 400px; height: 218px;}
/*Links*/
#cha_home_left_nav-left {
	display: none;
	visibility: hidden;
}
/*Picture*/
#cha_home_left_nav-right {
	width: 400px;
	margin: 0 39px 0px 39px;
}
#slideshow_caption {
	width: 400px;
	position: absolute;
	top: 150px;
	right: 41px;
}
}
@media screen and (max-width: 460px) {
#cha_home_left_nav-right img.sliderimage {width: 300px; height: 164px;}
/*Links*/
/*Picture*/
#cha_home_left_nav-right {
	width: 300px;
	margin: 0 9px 0px 9px;
}
#slideshow_caption {
	width: 300px;
	top: 110px;
	right: 11px;
}
.slideshow_caption_text {font-size: 2em;}
}

/*--------------- Extra Styles -------------*/
ul.tabList {margin: 13px 0 0 -15px;}
ul.tabList li {
	list-style: none;
	padding: 0px 0px 13px 0px;
	line-height: 1.2em;
}
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%; }