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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body{line-height: 1;} ol, ul{list-style: none;} blockquote, q{quotes: none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';	content: none;}
table{border-collapse: collapse; border-spacing: 0;}
strong{font-weight: bold;}
em{font-style: oblique;}


article{
	min-height: 300px;
}
/** Main **/
body{
	overflow-x: hidden;
	overflow-y: scroll;
}
.mobile-wrap{
	height: 100%;
	position: relative;
}


/** Header **/
header{
	position: relative;
	height: 407px;
	background: url(img/mainheader.jpg) 50% 0 no-repeat;
}
header .mobile-button{
	float: right;
	margin-right: -15px;
}
header .sub-header li{
	float: left;
}
header .second-sub-header li{
	float: left;
}
header .header-container .logo img{
	
	height: auto;
	margin-top: 30px;
}
header .header-container .iframe-login iframe{
	float: right;
	width: 300px;
	height: 85px;
}

header #menu-sub-header{
	margin: 30px 0 15px 0;
	float: right;
}
header #menu-sub-header>li>a,
.iframeNav a{
	font: bold 15px/18px 'Arial', sans-serif;
	color: #000000;
	text-decoration: none !important;
}
header #menu-sub-header>li:first-child>a:before,
.iframeNav ul>li:last-child>a:before{
	content: none;
	padding: 0;
}
header #menu-sub-header>li>a:before,
.iframeNav a:before{
	content: "|";
	padding: 0 10px;
	
}
header .special-menu-container{
	padding: 0;
	margin-left: -15px;
	position: absolute;
	bottom: 0;
}

header .special-menu-container #menu-main-menu>li{
	display: table;
	position: relative;
	float: left;
	width: 14.28571428571429%;
	text-align: center;
}
header .special-menu-container #menu-main-menu>li:first-child>a{
	border-left: 2px solid #ffffff;
}
header .special-menu-container #menu-main-menu>li>a{
	display: block;
	font: 20px/22px 'Arial', sans-serif;
	color: #ffffff;
	padding: 15px 5px;
	border-right: 2px solid #ffffff;
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	text-decoration: none;
}
header #menu-main-menu .sub-menu{
	display: none;
	position: absolute;
	padding: 25px 20px 15px 25px;
	margin-right: -30px;
	top: 100%;
	left: 0;
	z-index: 11;
	background: #86bf3e;
}
header #menu-main-menu .sub-menu li{
	text-align: left;
	float: none;

}
header #menu-main-menu .sub-menu li a{
	display: block;
	color: #ffffff;
	font: 17px/20px 'Arial', sans-serif;
	text-decoration: none;
	margin-bottom: 10px;
	text-indent:-5px;
}
header #menu-main-menu .sub-menu li a:before{
	content:"-"; position:relative; left:-5px;
}
header #menu-main-menu li:hover > a{
	background: #86bf3e;
}
header #menu-main-menu li:hover > .sub-menu{
	display: block;
}
header #searchform{
	border: 1px solid #8ac53e;
	background: #ffffff;
	height: 40px;
	width: auto;
	margin: 3px;
	padding: 1px;
}
header .search-form-area{
	float: right;
	width: 300px;
	margin-top: 70px;
}
header #searchsubmit{
	background: url(img/search.jpg) no-repeat;
	width: 46px;
	height: 37px;
	border: none;/** 1px solid #8ac53e; **/
	border-left: none;
	margin: -1px -1px 0 0;
	float:right;
}
header #searchinput{
	border: none;/** 1px solid #8ac53e; **/
	border-right: none;
	font: 20px/24px 'Arial', sans-serif;
	height: 37px;
	padding: 0;
	float: left;
	margin: -1px 0 0 -1px;
	padding-left: 2px;
	color: #000000;
}
.iframebox{
	float: right;
	width: 300px;
	height: 85px;
	border: 1px solid #b14e69;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.printbuttonhead {
	float: right;
	margin-top: 23px;
	margin-left: 10px;
}

.printsubmenu {
	    font: bold 15px/18px 'Arial', sans-serif;
    color: #000000;
    text-decoration: none !important;
}

a.printbuttontext {
	text-decoration: none;
	color: black;
}


a.printbuttontext:visited {
	text-decoration: none;
	color: black;
}
a.printbuttontext:active {
	text-decoration: none;
	color: black;
}
a.printbuttontext:hover {
	text-decoration: none;
	color: black;
}


/** Footer **/
footer{
	min-height: 190px;
	margin-top: 25px;
	background: #cfd9a3; /* Old browsers */
	background: -moz-linear-gradient(left,  #cfd9a3 20%, #dde2be 50%, #cfd9a3 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%,#cfd9a3), color-stop(50%,#dde2be), color-stop(80%,#cfd9a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cfd9a3 20%,#dde2be 50%,#cfd9a3 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cfd9a3 20%,#dde2be 50%,#cfd9a3 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cfd9a3 20%,#dde2be 50%,#cfd9a3 80%); /* IE10+ */
	background: linear-gradient(to right,  #cfd9a3 20%,#dde2be 50%,#cfd9a3 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd9a3', endColorstr='#cfd9a3',GradientType=1 ); /* IE6-9 */
}
footer .social-footer{
	margin-top: 25px;
	text-align: center;
}
footer .social-footer span{
	line-height: 50px;
}
footer .social-footer ul,
footer .social-footer li,
footer .capabilities-extra ul,
footer .capabilities-extra li{
	display: inline;
}
footer .connect-text{
	font: 20px/24px 'Arial', sans-serif;
	color: #000000;
}
footer .bottom-footer,
footer .copy-footer{
	text-align: center;
}
footer .connect-text{
	text-align: right;
}
footer .capabilities-mobile li{
	float: left;
}
footer .bottom-footer{
	font: bold 14px/18px 'Arial', sans-serif;
	color: #000000;
}
footer .bottom-footer{
	margin-top: 25px;
	margin-bottom: 10px;
}
footer .copy-footer{
	font: 12px/14px 'Arial', sans-serif;
}
footer .footer-box-area{
	width: 300px;
	margin: 0 auto;
	float: none;
}
footer .capabilities-extra{
	display: table;
	text-align: center;
	margin: 10px 0;
}
footer .capabilities-extra li{
	display: table-cell;
}
footer .capabilities-extra li img{
	vertical-align: middle;
}
footer .capabilities-extra li:nth-child(3) img{
	max-width: 55px;

}
footer .capabilities-extra li:nth-child(4){

	height: 100%;

}
footer .capabilities-extra li:nth-child(4) img{

	max-width: 30px;
	height: auto;
}
/** 
footer .capabilities-extra li:nth-child(3) img:hover,
footer .capabilities-extra li:nth-child(4) img:hover{
	position: absolute;
	bottom: 0; 
	max-width: initial;
}
footer .capabilities-extra li:nth-child(3) img:hover{
	margin-left: -185px;
	padding-bottom: 0;
}
footer .capabilities-extra li:nth-child(4) img:hover{
	margin-left: -75px;
}
**/
footer .bottom-footer a{
	color: #000000;
	text-decoration: none;
}
footer .print {
	text-align: center;
	margin-top: 25px;
	font-family: arial;
	font-size: 15px;
}

/** Mobile Sidebar **/
html, body{
    margin: 0;
    padding: 0;
    min-height: 100%;
}
.wrapper{
    min-height: 100%;
    width: 100%;
    background-color: #eee;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 5;
	-webkit-box-shadow: -4px 0px 60px -5px rgba(0,0,0,0.45);
	-moz-box-shadow: -4px 0px 60px -5px rgba(0,0,0,0.45);
	box-shadow: -4px 0px 60px -5px rgba(0,0,0,0.45);
}
.mobile-wrapper{
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    
    color: #ddd;
    background-color: #00372c;
}
#mobile-nav{
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: none;
    height: 100%;
    padding: 0;
    min-width: 300px;
}
#mobile-nav ul{
    list-style: none;
    margin: 0;
	float: right;
	clear: right;
	text-align: left;
	width: 300px;
}
#mobile-nav .sub-menu{
	display: none;
}
#mobile-nav .menuToggle{
	width: 300px;
}
#mobile-nav::-webkit-scrollbar {
  width: 24px;
  height: 9px;
}
#mobile-nav::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#mobile-nav::-webkit-scrollbar-thumb {
  background: #bbb;
}

#mobile-nav::-webkit-scrollbar-corner {
  background: transparent;
}
.content-container{
    color: #222;
    min-height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
}
#mobile-nav iframe{
	width: 300px;
	z-index: -4;
	float: right;
}
.iframe-sidebar{
	width: 100%;
	height: 85px;
	overflow: hidden;
}

#mobile-nav ul:not(.sub-menu)>li{
	border-bottom: 1px solid #335f56;
	padding-left: 0px;
}
#mobile-nav ul:not(.sub-menu)>li>a{
	font: bold 20px/20px 'Arial', sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 20px;
	padding-right: 0px;
	color: #ffffff;
	text-decoration: none;
	background: #00372c;
}
#mobile-nav ul:not(.sub-menu)>li>.sub-menu{
	display: none;
	background: #000000;
	  float: none;
}
#mobile-nav ul:not(.sub-menu)>li>.sub-menu a{
	font: bold 20px/24px 'Arial', sans-serif;
	display: block;
	padding: 10px 0px 10px 20px;
	color: #ffffff;
	text-decoration: none;
background: #000000;
}
#mobile-nav ul:not(.sub-menu) a{
	font: bold 20px/20px 'Arial', sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 20px;
	padding-right: 0px;
	color: #ffffff;
	text-decoration: none;
	background: #00372c;
	border-bottom: 1px solid #335f56;
}
.menuToggle.open{
	display: none;
	padding: 0;
	width: 55px;
	height: 55px;
	position: relative;
	right: 26px;
	top: 8px;
}
.menuToggle{

}







/** Banner Area **/
.banner img{
	width: 100%;
	height: auto;
}
.banner .placeholder,
.placeholder2{
	position: relative;
	opacity: 0;
	margin-bottom: 7px;
	z-index: -1;
}
.banner .image-thumbs{
	position: relative;
}
.banner .image-thumbs li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .image-thumbs img{

	width: 100%; height: auto;
}
.banner .image-thumbs li:first-child{
	display: block;
}



/** Info Widgets **/
.info-widgets{
	margin-left: -20px;
	margin-right: -20px;
}
.info-widgets>div{
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.info-widgets h3{
	background: #86bf3e;
	font: 20px/20px 'Arial', sans-serif;
	color: #ffffff;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}
.info-widgets .link-content{
	background: #eeeeee;
	padding: 15px 15px 40px 15px;
	font: 17px/20px 'Arial', sans-serif;
	color: #000000;
}
.info-widgets .link-content .all-news,
.info-widgets .link-content .all-events{
	position: absolute;
	bottom: 14px; right: 20px;
}
.info-widgets .link-content li{
	margin-bottom: 20px;
}
.info-widgets .link-content a{
	display: block;
	font: bold 17px/20px 'Arial', sans-serif;
	text-decoration: underline;
	color: #99052f;
	margin-bottom: 5px;
}
.info-widgets .link-content a:hover{
	color: #0b493a;
}
.info-widgets .link-content .all-events.rates{
	bottom: 14px;
}
.info-widgets .link-content .all-events.disclosure,
.info-widgets .link-content .all-events.disclosure a{
	font-size: .8em;
	bottom: 0px;
	display: inline;
}
sup{
	font-size: .8em;
}
/** Links **/
.links div{
	background: #eeeeee;
}
.links div img{
	width: 100%;
	height: auto;
}
.links div .on{
	display: none;
}
.links div:hover .on{
	display: block;
}
.links div:hover .off{
	display: none;
}



/** Content Area **/
.content .content-col{
	padding: 0;
}
#rates li div{
	width: 50%;
	margin: 10px 0;
}
#rates .rate_title{
	color: #99052f;
	font-weight: bold;
	float: left;
	clear:left;
}
#rates .rate_rate{
	float: right;
	text-align: right;
}
.ratesNav{
	list-style: none;
}
.tinystuff,
.disclosure{
	font-size: .7em;
}
/** Font Stuff **/
h1{
	font: bold 40px/48px 'Arial', sans-serif;
	color: #86bf3e;
	margin-top: 50px;
	margin-bottom: 15px;
}
h2{
	font: bold 20px/22px 'Arial', sans-serif;
	color: #99052f;
	font-size: 1.2em;
}
h3{
	font: bold 20px/22px 'Arial', sans-serif;
	color: #99052f;
	font-size: .95em;
}
article{
	font: 17px/22px 'Arial', sans-serif;
	color: #000000;
}
article p{
	margin: 13px 0;
}
article a{
	font-weight: bold;
	color: #99052f;
}
article ol,
article ul{
	list-style-type: disc;
	margin: 13px 0 13px 1em;
	padding-left: 1em;
}
article ol{
	margin-left: 1.5em;
	list-style-type: decimal;
}
article a:hover{
	color: #0b493a;
}
article table{
	background: #eeeeee;
}
article table td{
	padding: 20px !important;
	border-top: 2px groove #ffffff !important;
}
article table .row-1{
	//font-weight: none;
}
article table .row-1 td{
	border-top: none !important;
}
article .alignleft{
	float: left;
	margin: 5px 5px 5px 0;
}
article .alignright{
	float: right;
	margin: 5px 0 5px 5px;
}



/** Mobile Menu **/
/*
.mobile-button{
	display: none;
	width: 55px;
	height: 55px;
	background: url(img/mobile-button.png) no-repeat;
	cursor: pointer;
	
}
.mobile-menu{
	display: none;
	position: absolute;
	background: #00372c;
	left: 100%;
	top: 0;
	height: 100%;
	width: 265px;
}


/** Carousel **/
.carousel-area{
	position: relative;
}
.leftarrow{
	position: absolute;
	left: 0; top: 50%;
	display: block;
	width: 25px;
	height: 38px;
	margin-top: -19px;
	background: url(img/arrowsprites.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 10;
}
.rightarrow{
	position: absolute;
	right: -1px; top: 50%;
	display: block;
	width: 25px;
	height: 38px;
	margin-top: -19px;
	background: url(img/arrowsprites.png) -25px 0 no-repeat;
	cursor: pointer;
	z-index: 10;
}









/** New Sidebar **//*
.mobile-open-button{
	display: none;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
}
.mobile-open-button:hover{
	background: none;
}
.mobile-nav button{
	clear: right;
}
.menu-main-menu-container{
	clear: right;
}*/

@media print {
	#mobile-nav {display:none !important;}
	header {display:none !important;}
	.info-widgets {display:none !important;}
	.capabilities-extra {display: none !important;}
	.social-footer {display:none !important;}
}