/*=============================================================
===== UNIVERSAL ===============================================
=============================================================*/

html{ min-height:100%; width:100%; background:#dddddd; }
.tWrap .floatLeft{ float:left; }
.tWrap .floatRight{ float:right; }
.tWrap .clear{ clear:both; }
.tWrap .mainBoxWrapper{ margin-bottom:1em; }
.tWrap .sideBoxWrapper{ margin-bottom:1em;}
.tWrap .sidebarTitle{display:none;}
/* Form */
.tWrap .formBlockSurveyRow:before, .tWrap .formBlockSurveyRow:after{ content:'.'; display:block; overflow:hidden; visibility:hidden; font-size:0; line-height:0; width:0; height:0; }
.tWrap .formBlockSurveyRow:after{ clear:both; }
.tWrap .formBlockSurveyRow{ overflow:visible; width:100%; padding:0; }
.tWrap .formBlockSurveyCell.question{ width:30%; padding:0; }
.tWrap .formBlockSurveyCell.answer{ width:70%; padding:0 0 5px 0; }
.tWrap .formBlockSurveyCell.question label{ margin-top:8px; display:block; }
.tWrap .extendedFormSurveyView  textarea{ height:100px; box-sizing:content-box; -ms-box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; }
.tWrap .extendedFormSurveyView  input:focus, .tWrap .extendedFormSurveyView  textarea:focus, .tWrap .extendedFormSurveyView  select:focus{ outline:none; }
.tWrap .extendedFormSurveyView  textarea, .tWrap .extendedFormSurveyView  select, .tWrap .extendedFormSurveyView  input[type=text], .tWrap .extendedFormSurveyView  input[type=tel], .tWrap .extendedFormSurveyView  input[type=email], .tWrap .extendedFormSurveyView  input[type=url]{
	color:#666; border:1px solid #d9d9d9; padding:10px 2%; width:95%;
	/*-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;*/
}
.tWrap .extendedFormSurveyView  textarea:focus, .tWrap .extendedFormSurveyView  select:focus, .tWrap .extendedFormSurveyView  input[type=text]:focus, .tWrap .extendedFormSurveyView  input[type=tel]:focus, .tWrap .extendedFormSurveyView  input[type=email]:focus, .tWrap .extendedFormSurveyView  input[type=url]:focus{
	color:#222; border:1px solid #b1b1b1;
}
.tWrap .extendedFormSurveyView input[type="submit"]{ float:right; }
.tWrap .extendedFormSurveyView #msg { background:#e06a6a; color:#fff; text-shadow: 1px 1px 0 #7b1717; padding:1em; border:none; margin:5px 0; }
.tWrap .extendedFormSurveyView #msg .error{ color:#fff; }
.tWrap .extendedFormSurveyView #msg.formSuccess{ background:#9fd9f1; color:#33363a; text-shadow: 1px 1px 0 #d4dff6; }

/* Breadcrumbs */
.tWrap #breadcrumbsContainer {text-transform:uppercase; }
.tWrap .breadcrumbsCont{ color:#00283f; margin-top:217px; size:0.643em; font-family: 'Open Sans', sans-serif;  }
.tWrap .breadcrumbsCont a{ color:#00283f;}
.tWrap .breadcrumbsCont a:hover{ color:#00283f; }
.tWrap .breadcrumbsCont strong{ font-weight:normal; }
.tWrap .breadcrumbsCont .delim{ padding:0 3px; }

/*=============================================================
===== HEADER ==================================================
=============================================================*/

.tWrap header{ width:100%; position:absolute; z-index:3; }
.tWrap #headerTop{ width:100%; }
.tWrap #headerBottom{ width:100%;  background:url("../images/menubg.png") center top  repeat-y;}
.tWrap #headerNavContainer{ width:100%; }
.tWrap #headerContentContainer{}

/* Argon/Default Navigation */
.tWrap header .nav{ float:left; margin:0; padding: 0; width:100%; font-family: 'Roboto Condensed', sans-serif;font-weight:normal; size:1.071em;}
.tWrap header .nav > li{ float:left; list-style:none; position:relative; }
.tWrap header .nav > li > a{ font-size:1.071em; line-height:15px; padding:22px 20px; color:#ddd; text-transform:uppercase; display:block; text-decoration:none; }
.tWrap header .nav > li > a:hover, .tWrap header .nav > li.nav-hover > a, .tWrap header .nav > li.nav-path-selected > a{
	background:#00283f; color:#fff; text-decoration:none;
}
.tWrap header .nav > li ul{ position:absolute; display:none; margin:0; padding:0; z-index:4;  margin-top:5px;  }
.tWrap header .nav > li ul li{ list-style:none; position:relative; }
.tWrap header .nav > li ul li a{ font-size:1.071em; line-height:1.071em; padding:16px 20px;background:#dddddd; color:#00283f; min-width:250px; text-align:left; display:block; text-decoration:none; }
.tWrap header .nav > li ul li a:hover, .tWrap header .nav > li ul li.nav-hover > a, .tWrap header .nav > li ul li.nav-path-selected > a{
	background:#00283f; color:#fff; text-decoration:none;
}
.tWrap header .nav > li > ul ul{ left:100%; top:0; }

/* Antimony Navigation*/
.tWrap header .nav{ float:right; }
.tWrap header .nav > li > ul ul{ right:100%; left:auto; } 
.tWrap #logo{margin:2px 0 20px; display:block; max-width:492px;}

/* Cobalt Navigation
.tWrap header #logo{ display:none; margin:10px auto; }
.tWrap header .nav{ text-align:center; width:100%; }
.tWrap header .nav > li{ display:inline-block; float:none; margin:0 10px; }
.tWrap header .nav > .nav-item-3 > a{ width:315px; height:90px; padding:50px 0 0 0; background:url(../images/logo.png) no-repeat top left; text-indent:-9999em; }
.tWrap header .nav > .nav-item-3 > a:hover, .tWrap header .nav > .nav-item-3.nav-hover > a, .tWrap header .nav > .nav-item-3.nav-path-selected > a{
	background:url(../images/logo.png) no-repeat top left;
}*/

/*=============================================================
===== FOOTER ==================================================
=============================================================*/
.tWrap footer{ width:100%; font-family: 'Roboto Condensed', sans-serif;font-weight:normal; }
.tWrap #footerTop{ width:100%; }
.tWrap #footerBottom{ width:100%; background:url(../images/footerbg.png) repeat-y top center;}

.tWrap footer p{ padding:0; color:#7c7c7c; font-family: 'Roboto Condensed', sans-serif;font-weight:normal;}
.tWrap #footer-copy{color:#7c7c7c; }
.tWrap footer a{font-family: 'Roboto Condensed', sans-serif;font-weight:normal;}
.tWrap hr{border-bottom:#3c3c3c 1px solid; }
.tWrap footer #zCopyrightWrapper{ float:right; }
.tWrap footer #zCopyrightLogo{ vertical-align:middle; }
.tWrap footer #footer-right-text{padding-top:40px;}
.tWrap footer .nav{ float:left; margin:0; padding: 0; width:100%;  }
.tWrap footer .nav > li{ float:left; list-style:none; position:relative; }
.tWrap footer .nav > li:first-child a{ padding-left:00px;}
.tWrap footer .nav > li > a{ font-size:1em; line-height:15px; padding:45px 20px 20px 30px; color:#5b8297; text-transform:uppercase; display:block; text-decoration:none;font-family: 'Roboto Condensed', sans-serif;font-weight:normal; }
.tWrap footer .nav > li > a:hover, .tWrap footer .nav > li.nav-hover > a, .tWrap footer .nav > li.nav-path-selected > a{
	color:#ddd; text-decoration:none; }
/*=============================================================
===== HOME ====================================================
=============================================================*/

.tWrap #slideshowContainer{ width:100%; position:relative; padding-top:129px;}
.tWrap .slideshowInner{ width:1314px; margin:0 auto;  }
.tWrap #homeContentContainer{ width:100%; background:url(../images/homebody.png) repeat-y center top; padding-top:40px; }
.tWrap #homeContentContainerSub{width:100%; background:url(../images/homebodyblue.png) repeat-y center top; padding:20px 0 30px 0;}
.tWrap #tilesContainer{ width:100%; }

.tWrap #slideshowContainer .flex-direction-nav { display:none; }
.tWrap #slideshowContainer .flex-direction-nav .flex-next{ display:none;}
/*.tWrap #slideshowContainer .flex-direction-nav .flex-prev{ width:40px; height:40px; left:20px; background:url(../images/arrows2.png) no-repeat top left; opacity:1; z-index:3; }
.tWrap #slideshowContainer .flex-direction-nav .flex-next{ width:40px; height:40px; right:20px; background:url(../images/arrows2.png) no-repeat top right; opacity:1; z-index:3; }*/
/*.tWrap #slideshowContainer .flex-direction-nav .flex-prev{ width:48px; height:48px; left:20px; background:url(../images/arrows3.png) no-repeat top left; opacity:1; z-index:3; }
.tWrap #slideshowContainer .flex-direction-nav .flex-next{ width:48px; height:48px; right:20px; background:url(../images/arrows3.png) no-repeat top right; opacity:1; z-index:3; }*/

.tWrap #slideshowContainer .flexslider{ margin:0; }
.tWrap .flex-control-nav { text-align: right; right: 10px; bottom: 10px; overflow: hidden; }
/*.tWrap #slideshowContainer .flex-control-nav a{ background:url(../images/dots1.png) top left no-repeat; width:12px; height:12px; box-shadow: none;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;border-radius:0px; }*/
.tWrap #slideshowContainer .flex-control-nav a{ background:url(../images/dots2.png) top left no-repeat; width:18px; height:18px; box-shadow: none;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;border-radius:0px; text-indent: 10000px; }
/*.tWrap #slideshowContainer .flex-control-nav a{ background:url(../images/dots3.png) top left no-repeat; width:13px; height:13px; box-shadow: none;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;border-radius:0px;}*/
.tWrap #slideshowContainer .flex-control-nav a.flex-active{ background-position:right top; }
/*=============================================================
===== INNER ===================================================
=============================================================*/
.tWrap .innerContentContainer {background:url(../images/homebody.png) top center repeat-y; margin-top:-57px; padding-top:65px; }
.tWrap .innerContentContainer .nav{ padding:0; margin:0; font-family: 'Roboto Condensed', sans-serif; font-weight:bold; size:1.071em;}
.tWrap .innerContentContainer .nav > li{ padding:0; margin:0; list-style:none; }
.tWrap .innerContentContainer .nav > li > a{ color:#00283f; background:#d8d8d8; padding:16px 30px; font-size:1.071em; line-height:1.071em;display:block; text-decoration:none; }
.tWrap .innerContentContainer .nav > li > a:hover, .tWrap .innerContentContainer .nav > li.nav-hover > a, .tWrap .innerContentContainer .nav > li.nav-path-selected > a{
	background:#00283f; color:#fff; text-decoration:none;
}
.tWrap .innerContentContainer .nav > li ul{ padding:0 0 0 0px; margin:0; }
.tWrap .innerContentContainer .nav > li ul li{ list-style:none; }
.tWrap .innerContentContainer .nav > li ul li a{ color:#00283f; background:#d8d8d8; padding:16px 30px; font-size:1em; line-height:1em; display:block; text-decoration:none; }
.tWrap .innerContentContainer .nav > li ul li a:hover, .tWrap .innerContentContainer .nav > li ul li.nav-hover > a, .tWrap .innerContentContainer .nav > li ul li.nav-path-selected > a{
	background:#00283f; color:#fff; text-decoration:none;
}

.tWrap .pageTitle { }

/*=============================================================
===== CUSTOM ==================================================
=============================================================*/
.tWrap #leftContentContainer{ padding-top:62px;}