/*=============================================================
====== 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%; }
body{ background:url(../images/bg.png) #666; }
.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 .tileBoxWrapper { margin-bottom: 3em; }
.tWrap .mainBoxWrapper{ margin-bottom:0.938em; }
.tWrap .sideBoxWrapper{ margin-bottom:2.5em; }
.tWrap .swp-breadcrumbs{ margin:0.625em 0; }

.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{
	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%; border:none; padding:1%;	display:block; }
.tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"]{
	color: #ffffff; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	background: #db1515; cursor:pointer; font: 1em/100% 'Droid Sans', Verdana, sans-serif;
	padding: .5em 2em .55em; text-transform:uppercase; opacity:0.8; filter:alpha(opacity=80); }
.tWrap .extendedFormSurveyView input[type="submit"]:hover,
.tWrap .guestBook-formBlock input[type="submit"]:hover{
	color: #ffffff; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	background: #ef9f00; cursor:pointer; font: 1em/100% 'Droid Sans', Verdana, sans-serif;
	padding: .5em 2em .55em; text-transform:uppercase; opacity:0.8; filter:alpha(opacity=80); }
.tWrap .extendedFormSurveyView #msg { background: #9fd9f1; color: #404b4f; padding: 1.250em; border:none; margin: 0.5em 0; }

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

.tWrap header { position: relative; z-index: 3; }
.tWrap header .logo { margin:35px 0 10px; display:block; width: 337px; }

.tWrap header .headerTop{ border-top: 4px solid #db1515; }
.tWrap header .headerTop p{ padding:0; }
.tWrap header .headerRight { padding-top: 3em; }
.tWrap header .headerBottom{ background:url(../images/navbg.png) repeat-x; border-bottom:1px solid #101010; border-top:1px solid #101010; position: relative; z-index: 3; }

.tWrap header .headerNav{ margin:0; position: relative; z-index: 3;  }
.tWrap header .nav{ margin:0; position: relative; z-index: 3;  }
.tWrap header .nav > li{float:left; position:relative; list-style:none; margin:0; padding:0; border-right:1px solid #101010; z-index:10;  }
.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.900em 0.938em; line-height:1.250em; display:block;font-size:1.3em;color:#fff;text-align:center;position:relative; text-transform: uppercase; font-family: 'Droid Sans', Verdana , sans-serif; }
.tWrap header .nav > li > a:hover,
.tWrap header .nav > li.nav-hover > a,
.tWrap header .nav > li.nav-path-selected > a { background: #df0b25; /* Old browsers */
	background: -moz-linear-gradient(top,  #df0b25 0%, #c00d23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df0b25), color-stop(100%,#c00d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df0b25 0%,#c00d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df0b25 0%,#c00d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df0b25 0%,#c00d23 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #df0b25 0%,#c00d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0b25', endColorstr='#c00d23',GradientType=0 ); /* IE6-9 */ }

.tWrap header .nav > li > ul{ position:absolute; display:none; margin:0; padding: 5px 0 0 0; left:0; z-index:20;  }
.tWrap header .nav > li > ul > li{ background:#0c0c0c; list-style:none; padding:0; margin:0; min-width:12em; border-top:1px solid #1c1c1c; font-size:1.2em; position: relative; z-index: 3; }
.tWrap header .nav > li > ul > li:first-child{ border-top:none; }
.tWrap header .nav > li > ul > li > a{ display:block; padding: 0.950em 0.938em; color:#818181; text-transform: uppercase;  }
.tWrap header .nav > li > ul > li > a:hover { color: #ffffff; }
.tWrap header .nav > li > ul > li:hover{ background: #df0b25; /* Old browsers */
	background: -moz-linear-gradient(top,  #df0b25 0%, #c00d23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df0b25), color-stop(100%,#c00d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df0b25 0%,#c00d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df0b25 0%,#c00d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df0b25 0%,#c00d23 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #df0b25 0%,#c00d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0b25', endColorstr='#c00d23',GradientType=0 ); /* IE6-9 */ }

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

.tWrap footer{ padding:1.071em 0;  }
.tWrap footer p{ font-size:11px; padding:3px 0px;  }
.tWrap footer a{ color:#ef9f00; }
.tWrap footer a:hover{ text-decoration:underline; }

.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 .slideshow{ margin-bottom:2em; padding:3em 0; background:url(../images/slideshowbg.jpg) no-repeat bottom center; }
.tWrap .flexslider { margin: 0; }

/*=============================================================
===== INNER ========================================[ZYB05]====
=============================================================*/

.tWrap .content{ padding: 20px 0 20px 0; }
.tWrap .sidebar .sidebarTitle { font-size:1.8em; padding:0.65em; margin: 0.2em 0; line-height:1; font-weight:inherit; text-transform: uppercase; background: url(../images/headerbg.png); color: #c50d23; font-family: 'Droid Sans', Verdana , sans-serif; font-weight: bold; font-style: italic; }
.tWrap .sidebar .nav{ margin-top: -2.2em; }
.tWrap .sidebar .nav > li{ list-style:none; padding:0px 0 1px 0; }
.tWrap .sidebar .nav > li > a{ color:#fff; display:block; padding:7px 9px; background: #0b0b0b; text-transform: uppercase; font-size: 1.2em; }
.tWrap .sidebar .nav > li > a:hover,
.tWrap .sidebar .nav > li > a.nav-path-selected{ color:#fff; background:#d60c24; }
.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{ background: url('../images/lowerbg.png'); padding: 1em 0; font-size:0.85em; text-transform: uppercase; position: relative; }
.tWrap .breadcrumbs strong { font-weight: normal !important; }
.tWrap .breadcrumbs a { color: #a8a8a8; }
.tWrap .pageTitle{ color: #c50d23; }

.tWrap .lowerContent{ color:#575757; padding:0.5em 0px; background: url('../images/lowerbg.png'); }
.tWrap .lowerContent h2{ color:#677c97; font-weight:normal; border-bottom:1px solid #dfdfdf; }
.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]====
=============================================================*/

.tWrap .ccm-search-block-form > h3 { display: none; }
.tWrap header .ccm-search-block-form { float: right; padding-bottom: 5px; }
