/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*********************************************************************************************/

/*****************************************************************************/
/****************** font face ************************************************/
@font-face {
 font-family:"Bebas";
 src: url(../fonts/bebas.eot); /* internet explorer font */
}
@font-face {
 font-family:"Bebas";
 src: url(../fonts/bebas.ttf);
}
/******************************************************************************/
/******************************************************************************/
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#ffffff;
	background:#00031c;
}
h1 , h2 , h3 , h4 , h5 , h6{
	font-family:"Bebas";
	margin:8px 0px;
}
h1{
	font-size:30px;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
}
h4{
	font-size:14px;
}
p{
	margin:7px 0px;
	line-height:18px;
}
img{
	border:0px;
}
a{
	color:#fdde9f;
}
.website{
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:100%;
	min-width:1120px;
	height:100%;
	z-index:10;
}
.inner{
	width:960px;
	margin:0px auto;
	height:1%;
}
.wrapper-blue-header{
	width:50%;
	height:400px;
	background:url(../images/frontend/wrapperblueheader.jpg) top repeat-x;
	position:absolute;
	top:0px;
	left:0px;
}
.wrapper-red-header{
	width:50%;
	height:400px;
	background:url(../images/frontend/wrapperredheader.jpg) top repeat-x;
	position:absolute;
	top:0px;
	right:0px;
}
.lights-blue-wrapper{
	float:left;
	width:100%;
	background:url(../images/frontend/bgmainnew.jpg) center top no-repeat;
}
.header-wrapper{
	float:left;
	width:100%;
	background:url(../images/frontend/wrapperheadernew.png) center top no-repeat;
}
.header{
	position:relative;
	float:left;
	width:100%;
	height:245px;
}
.assistance-header-content{
	position:absolute;
	top:0px;
	left:0px;
	width:290px;
	padding:4px;
}
.header-menu-left{
	position:absolute;
	bottom:80px;
	left:-12px;
	font-family:"Bebas";
}
.contact-header-content{
	position:absolute;
	top:0px;
	right:0px;
	width:290px;
	padding:4px;
}
.assistance-header-content h2 , .contact-header-content h2{
	font-family:"Bebas";
	color:#fdde9f;
	font-size:24px;
	text-transform:uppercase;
	text-align:center;
	margin:7px 0px;
}
.assistance-header-content p , .contact-header-content p{
	text-align:center;
}
.header-menu-right{
	position:absolute;
	bottom:80px;
	right:0px;
	font-family:"Bebas";
}
.logo{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-170px;
	text-decoration:none;
}
.slider-wrapper{
	float:left;
	width:100%;
}
.inner-slider{
	width:1120px;
	height:1%;
	margin:0px auto;
}
.slider-content{
	position:relative;
	float:left;
	width:100%;
	height:352px;
}
.slider{
	margin:0px auto;
	width:960px;
	height:352px;
	overflow:hidden;
}
.prev-button{
	position:absolute;
	display:block;
	top:50%;
	left:0px;
	margin-top:-51px;
	width:32px;
	height:102px;
	background:url(../images/frontend/prevbutton.png) no-repeat;
}
.next-button{
	position:absolute;
	display:block;
	top:50%;
	right:0px;
	margin-top:-51px;
	width:32px;
	height:102px;
	background:url(../images/frontend/nextbutton.png) no-repeat;
}
.center-wrapper{
	float:left;
	width:100%;
	margin-top:10px;
	background: url(../images/frontend/center-detail-bottom-bubbles.png) center bottom no-repeat;
}
.center{
	float:left;
	width:98%;
	padding:1%;
	min-height:900px;
	background:#00031b url(../images/frontend/center-detail-bottom-bubbles.png) center bottom no-repeat;
}
.sidebar{
	float:left;
	width:290px;
}
.right-main-content{
	float:right;
	width:635px;
}
.footer-wrapper{
	float:left;
	width:100%;
}
.footer-menu-wrapper{
	background:#fff;
	float:left;
	width:100%;
}
.footer-menu-content{
	float:left;
	width:100%;
	padding:11px 0px;
}
.footer-menu a{
	color:#00031c;
	font-family:"Bebas";
	font-size:20px;
	text-decoration:none;
}
.footer-menu a:hover{
	text-decoration:underline;
}
.footer-submenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer-submenu li{
	padding:6px 0px;
}
.footer-submenu li a{
	color:#ffffff;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
}
.footer-submenu-wrapper{
	float:left;
	width:100%;
	background:#0c187d;
}
.footer-submenu-content{
	float:left;
	width:100%;
	padding:7px 0px;
}
.footer-logos-wrapper{
	float:left;
	width:100%;
	background:#0a0568;
}
.footer-logos-content{
	float:left;
	width:100%;
	padding:8px 0px;
}
.footer-description-wrapper{
	float:left;
	width:100%;
	background:#00031c;
}
.footer-description-content{
	float:left;
	width:98%;
	padding:15px 1%;
}
.text-copyright{
	text-align:center;
	font-size:14px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
}
.tdnone{
	text-decoration:none;
}
.sidebar-menu-content{
	float:left;
	width:280px;
	padding:0px;
	border:1px solid #001aff;
	background:url(../images/frontend/sidebarmenubg.png) repeat;
}
.sidebar-menu li a{
	color:#ffffff;
	font-size:20px;
	font-family:"Bebas";
	text-decoration:none;
	display:block;
	padding:9px 10px;
	padding-right:40px;
}
.sidebar-menu li a:hover , .sidebar-menu li a.selected{
	background:#15239a url(../images/frontend/selectedcursor.png) right no-repeat;
}
.bull-span{
	padding-right:15px;
}
.field-status-content{
	float:left;
	width:280px;
	margin-top:10px;
}
.field-status-content li{
	padding:7px 0px;
	padding-left:20px;
}
.blue-transparent{
	background:url(../images/frontend/blue-transparent.png) repeat;
	border:1px solid #001aff;
	padding-left:34px;
	padding-top:8px;
	padding-bottom:8px;
}
.field-status{
	color:#ffffff;
	font-size:30px;
	font-family:"Bebas";
	width:60px;/*total 67px*/
	padding:4px 0px 4px 8px;
	margin-left:8px;
}
.st-ok{ background:#001aff; }
.st-off{ background:#bf061d; }
.sidebar-links{
	float:left;
	margin:20px 0px;
	text-decoration:none;
}
#datepicker-sidebar{
	float:left;
	margin:10px 0px;
}
.news-home-ctn{
	float:left;
	width:100%;
}
.hredraster{
	background:url(../images/frontend/hbgredraster.png) no-repeat;
	height:37px;
	padding-top:2px;
	padding-left:20px;
	margin-top:0px;
}
.new-content-home-item{
	float:left;
	width:100%;
	padding:28px 0px;
	border-bottom:1px solid #fff;
}
.new-content-home-item .title-new{
	color:#fff;
	text-decoration:none;
}
.f18px{
	font-size:18px;
}
.newimghome{
	border:1px solid #fff;
	margin:0px 10px 10px 0px;
}
.more-link{
	font-size:30px;
	color:#fff;
	padding:4px 7px;
	background:#bf061d;
	text-decoration:none;
	float:right;
	margin-top:20px;
}
.gallery-home-ctn{
	float:left;
	width:100%;
	padding:28px 0px;
}
#slideshow-wrapper{
	float:left;
	width:100%;
	background:#3F9;
}
.wrapp-control{
	float:left;
	width:100%;
	margin-top:7px;
	position:relative;
}
#prev-button-gallery{
	position:absolute;
	margin-top:-25px;
	top:50%;
	left:0px;
	width:18px;
	height:51px;
	display:block;
	z-index:10;
	background:url(../images/frontend/prevgallerybutton.png) no-repeat;
}
#next-button-gallery{
	position:absolute;
	margin-top:-25px;
	top:50%;
	right:0px;
	width:18px;
	height:51px;
	display:block;
	z-index:10;
	background:url(../images/frontend/nextgallerybutton.png) no-repeat;
}
#slide-pager_prev , #slide-pager_next{
	display:none;
}
#slide-pager{
	margin:0px auto;
}
#slide-pager li{
	border:1px solid #fff;
	margin:0px 10px;
	width:98px;
	height:59px;
}
#slide-pager li a , #slide-pager li img{
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
}
#slide-pager li.activeSlide{
	border:1px solid #f00;
}
#slideshow{
	float:left;
	margin-top:14px;
	width:100%;
	border:2px solid #fff;
}
.gallery-item-description{
	width:98%;
	padding:6px 1%;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/frontend/gallbgdescription.png) repeat;
}
.tahoma{
	font-family:Tahoma, Geneva, sans-serif;
}
.bold{
	font-weight:bold;
}
.gallery-item-description p{
	font-size:12px;
	line-height:13px;
}
.more-gallery-link{
	color:#ff0020;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}
/******************************** datepicker *****************************************************/
/*************************************************************************************************/
.ui-datepicker.ui-widget-content{
    background:none !important;
    border:0px !important;
}
.ui-datepicker .ui-datepicker-calendar th{
	border:1px solid #323766 !important;
	background:#02072d !important;
	color:#bf061d !important;
}
.ui-datepicker .ui-datepicker-calendar td{
	border:1px solid #323766 !important;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active , .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight{
	background:none !important;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-highlight{
	background:url(../images/frontend/dateselected.png) center no-repeat !important;
}
.ui-datepicker td a{
    padding:10px 6px !important;
	font-family:Tahoma, Geneva, sans-serif !important;
	font-size:18px !important;
	color:#e3cacd !important;
}
.ui-datepicker a{
	border:0px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background:none !important;
}
.ui-datepicker-header.ui-widget-header{
	background:none !important;
	border:0px !important;
}
.ui-datepicker-prev , .ui-datepicker-next{
	cursor:pointer;
}
.ui-datepicker-title{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:30px !important;
}
/*************************************************************************************************/
/*************************************************************************************************/
.staff-container{
	float:left;
	width:100%;
	padding:10px 0px;
}
.staff-item{
	float:left;
	width:46%;
	padding-right:4%;
	padding-bottom:40px;
}
.staff-item img{
	border:2px solid #ffffff;
}
.staff-item h1 , .staff-item h2 , .staff-item h3 , .staff-item h4 , .staff-item h5 , .staff-item h6{
	font-family:Tahoma, Geneva, sans-serif;
}
.staff-division{
	float:left;
	width:100%;
}
.bio-info-link{
	font-family:"Bebas";
	font-size:30px;
	color:#fff;
	background:#bf061d;
	text-decoration:none;
	padding:4px 10px;
	float:left;
}
.picture-bioinfo{
	margin:0px 0px 10px 10px;
	border:2px solid #fff;
}
.back-link{
	float:right;
	background:#bf061d url(../images/frontend/backico.png) left no-repeat;
	text-decoration:none;
	font-family:"Bebas";
	font-size:30px;
	color:#fff;
	margin-top:20px;
	padding:4px 10px;
	padding-left:28px;
}

#pagination{
	float:left;
	width:100%;
	text-align:center;
	margin:30px 0px;
	font-family:"Bebas";
}

#pagination a{
	color: #ffffff;
    font-size:18px;
    text-decoration: none;
	background:#bf061d;
	padding:2px 12px;
	margin:0px 2px;
}
#pagination strong{
	font-size:18px;
	background:#ffffff;
	color:#bf061d;
	padding:2px 12px;
	margin:0px 2px;
}
.link-title-gallery{
	color:#fff;
	text-decoration:none;
}
.item-gallery{
	float:left;
	width:100%;
	margin:8px 0px;
}
.item-gallery-ctn{
	position:relative;
	float:left;
	width:98%;
	border:2px solid #fff;
}
.picture-item{
	float:left;
	width:50%;
	background:#930;
}
.picture-item-ctn{
	float:left;
	margin-right:7px;
	margin-bottom:10px;
	width:200px;
	height:200px;
	border:2px solid #fff;
	overflow:hidden;
}
.contact_table td{
	padding:5px 0px;
}
.contact-content{
	float:left;
	width:329px;
}
#contact-form label{
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
}
#contact-form input[type="text"]{
	width:260px;
	height:23px;
	border:1px solid #a8acad;
	margin-left:20px;
}
#contact-form textarea{
	width:260px;
	height:130px;
	border:1px solid #a8acad;
	margin-left:20px;
	resize:none;
}
.submit-button{
	font-family:"Bebas";
	font-size:30px;
	color:#fff;
	padding:0px 8px;
	background:#bf061d;
	border:0px;
	cursor:pointer;
}
.contact-info-right{
	float:right;
	width:300px;
}
.wrapper-website-box{
	float:left;
	width:100%;
	position: relative;
}
.wrapper-top-box{
	float:left;
	width:100%;
	padding: 10px 0px;
	background: #00031c;
}
.schedule-link{
	float: right;
	font-family: "Bebas";
    font-size: 20px;
    color: #fff;
    padding: 10px 15px 5px 15px;
    background: #bf061d;
    border: 0px;
    border-radius: 2px;
    text-decoration: none !important;
}