@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: 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;
}
@media screen and (max-width: 992px) {
}
@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: #0B2941;*/
	/*border-bottom: solid medium #2C559A;*/
background-image:url(/uploads/public/images/newsitedesign/oxcyonsite_background2.png);
background-repeat:repeat-x;
height:75px;
}
#header_inner_container {
	height: 40px;
	width: 980px;
	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: 992px) {
#header { width:992px;}
#header_inner_container {width: 99%;}
#header_welcome {width: 51.7%;}
#header_social {margin-left: 5px;}
}
@media screen and (max-width: 768px) {
#header { width:992px; }
#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;}
#header { height:130px; width:320px; }

a.loginlink:link {
color: #3594C2;
}

a.loginlink:visited {
color: #3594C2;
}

a.loginlink:hover {
color: #3594C2;
}

a.loginlink:active {
color: #3594C2;
}
}

/* ------------ Middle of the Page Stuff --------------- */
#center_pagecontent, #table_center_PageContent {
	height: auto;
	width: 992px;
	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: 992px) {
#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: 65px;
	width: 980px;
	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: 992px) {
#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: 100%;
	height: auto;
	margin: 0px auto;
}
#logoNav a img {float: none;}
}
@media screen and (max-width: 520px) {
}

@media screen and (max-width: 460px) {
#logoNav {
	height: 150px !important;
width:320px;
}
}

/* ------- 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: 992px) {
#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: 992px;
/*background-color: #fff;*/
}
#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: 992px) {
#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: 767px;
	/*margin: 0 auto 25px auto;*/
padding-left: 25px;
	float: right;
/*background-color:#fff;*/

}
#center_column_twocol #twocol_left, #center_column_twocol #twocol_right {
	height: auto;
	width: 70%;
	float: left;
}
@media screen and (max-width: 992px) {
#center_column_twocol {
	width: 65%;
	margin: 0 auto 0 1.7em;
	float: left;
}
}
@media screen and (max-width: 768px) {
#center_column_twocol {
	width: 65%;
	float: left;
	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: 316px;}
#center_column_twocol #twocol_left, #center_column_twocol #twocol_right {width: 316px;}
}

/* ----------------- Three Column Design -------------------- */
#center_column_threecol {
	width: 580px;
	margin: 0 auto 25px 1.7em;
	float: left;
}
@media screen and (max-width: 992px) {
#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: 992px) {
#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;}
}


/* ---------------- Footer -------------------- */
#footer {
	height: auto;
	width: auto;
	background-color: #001C47;
background-image:url(/Uploads/Public/Images/NewSiteDesign/bottomfooternew2.jpg);
background-position: 0% 0;
background-repeat: no-repeat;
background-color: #155480;
	padding: 10px 0px 0px 0px;
	border-top: 0px solid medium #fc9900;
	font-size: .9em;
	color: #FFF;
	line-height: .7em;
	clear: both;
}
#footer_content {
	height: auto;
	width: 980px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.footer_leftColumn {
	height: auto;
	width: 160px;
	margin: 0px;
	float: left;
	text-align: left;
}
.footer_centerColumn {
	height: auto;
	width: 125px;
	align: center;
	float: left;
	margin: 0px 0px 10px 7px;
}
.footer_rightColumn {
	height: auto;
	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;
font-family: Segoe UI, Verdana, Sans-serif;
font-size:1.31em;
font-weight:normal;
}
@media screen and (max-width: 992px) {
#footer {height: auto; width:992px;}
#footer_content {width: 100%;}
.footer_leftColumn, .footer_centerColumn, .footer_rightColumn {width: 32%;}
.footer_leftColumn {margin-left: 10px;}
}
@media screen and (max-width: 768px) {
#footer_content {width: auto;}
}
@media screen and (max-width: 520px) {
#footer_content {width: auto;}
.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 { width:100%; }
#footer_content {width: 320px;}
.footer_leftColumn, .footer_rightColumn {width: 150px;}
.footer_blue_head {margin: 10px 5px 15px 5px;}
}


/* ----------------- MEGA MENU BAR ------------------------*/
.wrapper_menu_full {
	width:992px;
	margin: -.5em auto .4em auto;
	height: 44px;
	position: relative;
	z-index: 9999;
background: none;
}
@media screen and (max-width: 460px) {
.wrapper_menu_full {
	width: 100%;
	margin: .3em auto .4em auto;
	height: auto;
	position: relative;
	z-index: 9999;
}
}
.menu {
	border: 0px solid #000;
	background: none;
background-image:url(/uploads/public/images/newsitedesign/OxcyonNavigationBGbar.jpg);
background-repeat: repeat-x;
background-position: 0 0;
height:44px;

}

ul.menu_whole_width {
	width: 100%;
margin: auto;
	height: 44px;
}

@media screen and (max-width: 460px) {
.menu {
	border: 0px solid #FFFFFF;
	background-color: #666;
/*background-image:url(/uploads/public/images/newsitedesign/navbackground.jpg);
background-repeat: repeat-x;*/
background-position: 0 0;
}

ul.menu_whole_width {
	width: 100%;
	margin: auto;
	height: 44px;
}

.menu li.static, .menu li.right {
color: #0985B9 !important;
}


}

.menu li.static, .menu li.static:hover {
	font-size: 1.31em;
	font-family: Segoe UI, Verdana, sans-serif;
	line-height: 1.7em;
	text-align: left;
	list-style: none;
	float: left;
	margin: 0em auto;
	position: relative;
	border: none;
font-weight:normal !important;
color:#0985B9;
}

#DynamicNavigation1 a.static:link {
text-decoration: none;
color:#0985B9;
}

#DynamicNavigation1 a.static:visited {
text-decoration: none;
color:#0985B9;
}

#DynamicNavigation1 a.static:hover {
text-decoration: underline;
color:#0985B9;
}

#DynamicNavigation1 a.static:active {
text-decoration: underline;
color:#0985B9;
}

target="_self" tabindex="-1">About Us</a>
.menu .fullwidth {position: relative !important;}
.menu li.static a.drop, .menu li.static a.drop:hover, .menu li.static a.drop:visited {
	color: #0985B9;
	padding: 0em 30px 0.3em 30px;
	text-decoration: none;
	display: block;
}

@media screen and (max-width: 992px) {
.menu li.static a.drop, .menu li.static a.drop:hover, .menu li.static a.drop:visited {
	color: #0985B9;
	padding: 0em 23px 0.3em 23px;
	text-decoration: none;
	display: block;
}
ul.menu_whole_width {
	margin: auto;
	height: 44px;
}
.wrapper_menu_full {
margin: -.5em auto .4em -.35em;
}
}

.menu li.static a.drop:hover, .menu li.right a:hover {color: #0985B9; background-color: #F1FAFE;}
/* Right aligned menu item */


@media screen and (max-width: 460px) {

.menu li.static, .menu li.right {
font-size: 1em;
	font-family: Segoe UI, Verdana, sans-serif;
	line-height: 1.7em;
	text-align: left;
	list-style: none;
	display:block;
        width:100%;
	margin: -0.2em auto;
	position: relative;
	border: none;
        clear:both;
background-color: #666;
}


}

/* ----------------- DROP DOWN ------------------------*/
/* Left & right aligned common styles */
.dropdown_fullwidth {
	width: 250px;
	margin: .5em auto 0 auto;
	/*left: -999em;*/
	position: absolute;
        display:none;
	padding: 0 10px 10px 10px;
	text-align: left;
	background: #F1FAFE;
	/*border-bottom: 1px solid #0B2941;
border-left: 1px solid #0B2941;*/
border-right: 1px solid #F1FAFE;
}

/* Showing Drop Down on Mouse Hover - Left aligned */
li:hover .dropdown_fullwidth, li.right:hover .dropdown_fullwidth {
	left: 0px;
	top: 25px;
	display: block;
        z-index:9999;
}
/* Columns Sizes */
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6 {
	float: left;
	margin-left: .8em;
}
.col_1 {width: 90%;}
.menu .firstcolumn {
	margin-left: 0;
	clear: left;
}

/* ----------------- DROP DOWN MENU CONTENT ------------------------*/
/* 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: 600;
	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;
font-size:.9em;
}
.dropdown_fullwidth ul li a:hover, li.right .dropdown_fullwidth ul li a:hover {color: #06C;}
/* 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;
}

/* ----------------- DROP-DOWN MENU MOBILE ------------------------*/
@media only screen and (max-width: 992px) {
.dropdown_fullwidth {
	width: 100%;
	padding: 0 1% 1% 1%;
}
/* Columns Sizes */
.col_1 {margin-left: .4em;}
}
/* @media screen and (max-width: 768px) {
.menu li.static, .menu li.right {font-size: .9em;}
.menu li.static a.drop, .menu li.static a.drop:hover, .menu li.static 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: 97.6%;}
}
@media screen and (max-width: 460px) {
.hidemobile_smallest {
	display: none;
	visibility: hidden;
}
.widemobile {
	width: 97.6%;
	overflow:hidden;}
.dropdown_fullwidth {
	width: 97.6%;
	padding: 0 1% 1% 1%;
overflow:hidden;
top: auto !important;
display:none !important;
}
}

/*--------------- Extra Styles -------------*/
ul.tabList {margin: 13px 0 0 -15px;}
ul.tabList li {
	list-style: none;
	padding: 0px 0px 13px 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;}

#cpsty_Container {
margin: 0px auto;
}

#logindiv {
padding-top:23px;
padding-left:130px;
border: 1px solid transparent;
}

#logindiv a img {
float: none !important;
padding-top: none !important;
}

#ctl00_ctl00_cphBody_divLeft {
margin: 0 auto;
float:left;
width:200px;
text-align:right;
overflow: hidden;
background-color: #fff !important;
}

.cpsty_Left {
background-color: #fff;
}

.cpsty_Navigation {
width:200px;
}
.homecolumn {
float: left;
width:31%;
padding:1%;

}
.homefour {
width:980px;
margin-top:12px;
text-align:center;
/*margin-left: 2em;*/
}

.cpsty_Right{display:none;}  
.cpsty_Center{padding-left:20px;}

@media screen and (max-width: 520px) {
#ctl00_ctl00_cphBody_divLeft {width: 480px !important;}
.cpsty_Navigation {
width:480px;
}
.cpsty_NavigationContent {
width:480px !important;
}
}
@media screen and (max-width: 460px) {
#ctl00_ctl00_cphBody_divLeft {width: 320px !important;}
.cpsty_Navigation {
width:320px;
}
.cpsty_NavigationContent {
width:320px !important;
}
.cpsty_Center{
padding-left:4px !important;
}
.ad-gallery { display:none;
}
#Bodycopy img {
width:280px;
}
.homecolumn {
float: left;
width:100%;
}
.homefour {
width:100%;
margin-top:12px;
}
}
#table_center_PageContent {
background-image:url(/uploads/public/images/newsitedesign/topdownfade.jpg) !important;
background-position: 0 0;
background-repeat: repeat-x;
}

#ctl00_ctl00_divPerimeterTop {
/*background-image: url(/uploads/public/images/newsitedesign/topdownfade.jpg) !important;
background-position: 0 135px;
background-repeat: repeat-x;*/
}

#ctl00_ctl00_cphBody_divHeader {
background: none;
}

#ctl00_ctl00_cphBody_cnNavigation {
background-color: #fff;
}

@media screen and (max-width: 460px) {
.ad-gallery { display:none;
}
#logindiv {
padding-top:23px;
padding-left:0px;
height:auto;
}
}

a.loginlink:link {
color: #fff;
font-size:.85em;
}

a.loginlink:visited {
color: #fff;
font-size:.85em;
}

a.loginlink:hover {
text-decoration:underline;
}

a.loginlink:active {
text-decoration:underline;
}
