/*=============================================================
====== TABLE OF CONTENTS ======================================
====== UNIVERSAL ===================================[ZYB01]====
====== HEADER ======================================[ZYB02]====
====== FOOTER ======================================[ZYB03]====
====== HOME ========================================[ZYB04]====
====== INNER =======================================[ZYB05]====
====== CUSTOM ======================================[ZYB06]====
====== MOBILE ======================================[ZYB07]====
=============================================================*/

/*=============================================================
===== UNIVERSAL ====================================[ZYB01]====
=============================================================*/

html{ min-height:100%; width:100%; background: #111111; }
body{ background:url(../images/pattern.jpg); color:#d4d4d4; }
.tWrap article, .tWrap aside, .tWrap audio, .tWrap canvas, .tWrap command, .tWrap datalist, .tWrap details, .tWrap embed, .tWrap figcaption, .tWrap figure, .tWrap footer, .tWrap header, .tWrap hgroup, .tWrap keygen, .tWrap meter, .tWrap nav, .tWrap output, .tWrap progress, .tWrap section, .tWrap source, .tWrap video{display:block}
.tWrap mark, .tWrap rp, .tWrap rt, .tWrap ruby, .tWrap summary, .tWrap time { display:inline; }
.tWrap .boxShadow{ -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1); }
.tWrap .clear, .tWrap .spacer{ clear:both; }
.tWrap .floatLeft{ float:left; }
.tWrap .floatRight{ float:right; }
.tWrap .mainBoxWrapper{ margin-bottom:0.938em; }
.tWrap .sideBoxWrapper{ margin-bottom:0.938em; }
.tWrap .swp-breadcrumbs{ margin:1.3em 0; font-size: 11px; }
.tWrap .swp-breadcrumbs a { color: #d9d9d9; }

.tWrap hr { border: none; border-top: 1px solid #0a0a0a; border-bottom: solid 1px #1B1B1B; }

.tWrap .formBlockSurveyRow{overflow:visible;}
.tWrap .formBlockSurveyCell.question{ width:20%; padding:0px; }
.tWrap .formBlockSurveyCell.answer{ width:80%; }
.tWrap .extendedFormSurveyView input[type="text"], .tWrap .guestBook-formBlock input[type="text"],
.tWrap .extendedFormSurveyView input[type="email"], .tWrap .guestBook-formBlock input[type="email"],
.tWrap .extendedFormSurveyView input[type="tel"], .tWrap .guestBook-formBlock input[type="tel"],
.tWrap .extendedFormSurveyView input[type="url"], .tWrap .guestBook-formBlock input[type="url"],
.tWrap .extendedFormSurveyView select, .tWrap .guestBook-formBlock select,
.tWrap .extendedFormSurveyView textarea, .tWrap .guestBook-formBlock textarea{
	border: 1px solid #c3c3c3; box-sizing:content-box; -ms-box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	width:98%; padding:1%;	display:block; }
.tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"]{
	padding:0.438em 1.563em; background: #e9e9e9; font-family: Verdana, sans-serif; font-size:12px; color: #1565f6; text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1); border:none; cursor:pointer; text-transform:uppercase; font-size: 14px; -webkit-border-radius: 0px;
	-moz-border-radius: 0px; border-radius: 0px; }
.tWrap .extendedFormSurveyView input[type="submit"]:hover,
.tWrap .guestBook-formBlock input[type="submit"]:hover{
	padding:0.438em 1.563em; background: #1565f6; color: #ffffff; text-shadow: 1px 1px 0px #0d51cc; filter: dropshadow(color=#0d51cc, offx=1, offy=1); 
	border:none; cursor:pointer; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.tWrap .extendedFormSurveyView #msg { background: #9fd9f1; color: #404b4f; padding: 1.250em; border:none; margin: 0.5em 0; }

/*=============================================================
===== HEADER =======================================[ZYB02]====
=============================================================*/

.tWrap header { }
.tWrap header .logo { margin:20px 0; display:block; width:265px; }

.tWrap header .headerTop{ padding-bottom: 17px; padding-top: 3px; }
.tWrap header .headerTop p{ padding:0; }
.tWrap header .headerBottom{ }

.tWrap header .headerContent { padding-top: 36px; }

.tWrap header .headerNav { background: #141414; }
.tWrap header .nav{ margin:0; z-index:10; }
.tWrap header .nav > li{float:left; position:relative; list-style:none; margin:0; padding:0; z-index:10; background: url('../images/nav-sep.png') right center no-repeat;  }
.tWrap header .nav > li:hover,
.tWrap header .nav > li.nav-hover,
.tWrap header .nav > li.nav-path-selected{}
.tWrap header .nav > li > a { padding: 0.95em 1.2em; line-height:1.250em; display:block;font-size:14px;color:#fff;text-align:center;position:relative; text-transform: uppercase; font-weight: 900; }
.tWrap header .nav > li:hover,
.tWrap header .nav > li.nav-hover,
.tWrap header .nav > li.nav-path-selected{ background:#0745b6; }

.tWrap header .nav > li > ul{ position:absolute; left:0; display:none; padding:0; margin:0; z-index:12; }
.tWrap header .nav > li > ul > li{ background:#455467; min-width:300px; list-style:none; padding:0; margin:0; border-bottom:1px solid #2e3d50; border-top:1px solid #5c6b7e; }
.tWrap header .nav > li > ul > li:first-child{ border-top:none; }
.tWrap header .nav > li > ul > li > a{ display:block; padding: 0.571em 1.071em; color:#fff; }
.tWrap header .nav > li > ul > li:hover{ background:#4c5b6f; }

/*=============================================================
===== FOOTER =======================================[ZYB03]====
=============================================================*/

.tWrap footer{ background:#111111; padding:1.5em 0 0.5em 0; color:#a7a7a7; font-size:11px; }
.tWrap footer p{ font-size:11px; padding:3px 0px; }
.tWrap footer a{  }
.tWrap footer a:hover{  }

.tWrap .footerInner{ min-height:30px; }
.tWrap #icons {width:184px;float:right}
.tWrap #icons li {float:left;padding-right:10px}
.tWrap #icons .first {float:none;font-size:23px;color:#fff;font-weight:400;line-height:1.2em;margin-top:-1.071em;letter-spacing:-1px;padding-bottom:9px}

.tWrap .zCopyrightWrapper{ padding:5px 0; }
.tWrap .zCopyrightWrapper img{ vertical-align:middle; }

/*=============================================================
===== HOME =========================================[ZYB04]====
=============================================================*/

.tWrap .homeImage { margin-top: 135px; }
.tWrap .slideshow{ margin-bottom:11px; margin-top: -135px; }
.tWrap .tileBoxWrapper { border: 3px solid #e9e9e9; background: #111111; padding: 6px 7px 10px 7px ; }
.tWrap .tileBoxWrapper h2 { padding-top: 0px; line-height: 1; }
.tWrap .tileBoxWrapper p { padding: 0.5em 0; }
.tWrap .rightContent { padding-top: 4px; }
.tWrap .rightContent li { margin-bottom: 10px; }

/*=============================================================
===== INNER ========================================[ZYB05]====
=============================================================*/
.tWrap .contentHolder { background: #111111 url('../images/contentTop.png') top center repeat-x; }
.tWrap .content{ padding: 0 0 20px 0; }
.tWrap .sidebar h3{ color:#677c97; font-weight:normal; border-bottom:1px solid #dfdfdf; }
.tWrap .sidebar .nav{}
.tWrap .sidebar .nav > li{ list-style:none; padding:0px; border-top:1px solid #fff; border-bottom:1px solid #dddddd;}
.tWrap .sidebar .nav > li > a{ color:#703839; display:block; padding:7px 9px; }
.tWrap .sidebar .nav > li > a:hover,
.tWrap .sidebar .nav > li > a.nav-path-selected{ color:#fff; background:#455467; }
.tWrap .sidebar .nav > li > ul{ border-top:1px solid #fff; border-bottom:1px solid #dddddd; margin:0px; padding:0px; background:#dadada; }
.tWrap .sidebar .nav > li > ul li{ padding:6px 14px; font-size:13px; color:#fff; }
.tWrap .sidebar .nav > li > ul li a{ color:#703839; }
.tWrap .sidebar .nav > li > ul li a:hover,
.tWrap .sidebar .nav > li > ul li a.nav-path-selected{ color:#455467; }
.tWrap .breadcrumbs{ font-size:12px; color: #1565f6; }
.tWrap .breadcrumbs strong { font-weight: normal !important; }
.tWrap .pageTitle{  }

.tWrap .lowerContent{ min-height:132px; padding:30px 0px; background: url('../images/pattern.jpg'); }
.tWrap .lowerContent h2{ font-weight:normal; }
.tWrap .lowerContent p{}

/*=============================================================
===== MOBILE =======================================[ZYB06]====
=============================================================*/

.tWrap .hasDrop{ padding-right:15px !important; }
.tWrap .mobileDropdown{ position:absolute !important; right:-11px;top:-0px; width:30px; height:43px; padding:0 !important; z-index:10; background: url(../images/mobilenavarrow.png) no-repeat top right !important;}

/*=============================================================
===== CUSTOM =======================================[ZYB07]====
=============================================================*/