/* Site framework */
body {font-family: 'texgyreadventor', Arial, Helvetica, sans-serif; font-size: 14px; background: #fff;}


.contentDiv { min-height: 600px;}

.admin_panel+.header_wrap {margin-top: 31px;}

/* Header */

.header_wrap {}
.logo {margin: 20px 0 10px 0; display: block;}
.address, .mail {  display:inline-block; font-size:14px; color:#858686; line-height:30px; padding-left:20px; margin:10px 0 0 20px; float:right;}
.address {  background:url(../images/icon_loc.png) left 7px no-repeat;}
.mail {  background:url(../images/icon_mail.png) left 11px no-repeat;}
.header_contact .head_address, .header_contact .head_email { display:inline-block; padding-left:20px; margin-left:10px; color:#858686; font-size:14px; margin-bottom:15px; font-weight:normal;}
.header_contact .head_address { background:url(../images/icon_address.png) left center no-repeat;} 
.header_contact .head_email { background:url(../images/icon_mail_header.png) left center no-repeat;} 
.header_right {text-align: right; font-size: 24px; color:#00abc8; line-height: 40px; margin: 10px 0 0 0;  }
.header_right span { font-weight:bold; color:#858686;}
.header_wrap .fb_link { background:url(../images/icon_fb.png) center center no-repeat; display:block; height:40px; width:50px; float:right; border-left:1px solid #ebebeb; margin-left:10px;}
	
/* Menus */
.menu_wrap { border-bottom:1px solid #01a4be;  border-top:1px solid #01a4be; background: rgba(0,173,200,1); margin-bottom:10px;
background: -moz-linear-gradient(left, rgba(0,173,200,1) 0%, rgba(0,173,200,1) 64%, rgba(110,42,142,1) 71%, rgba(110,42,142,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,173,200,1)), color-stop(64%, rgba(0,173,200,1)), color-stop(71%, rgba(110,42,142,1)), color-stop(100%, rgba(110,42,142,1)));
background: -webkit-linear-gradient(left, rgba(0,173,200,1) 0%, rgba(0,173,200,1) 64%, rgba(110,42,142,1) 71%, rgba(110,42,142,1) 100%);
background: -o-linear-gradient(left, rgba(0,173,200,1) 0%, rgba(0,173,200,1) 64%, rgba(110,42,142,1) 71%, rgba(110,42,142,1) 100%);
background: -ms-linear-gradient(left, rgba(0,173,200,1) 0%, rgba(0,173,200,1) 64%, rgba(110,42,142,1) 71%, rgba(110,42,142,1) 100%);
background: linear-gradient(to right, rgba(0,173,200,1) 0%, rgba(0,173,200,1) 64%, rgba(110,42,142,1) 71%, rgba(110,42,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc8', endColorstr='#6e2a8e', GradientType=1 );}

.topmenu, .toprightmenu {z-index:3000; margin: 0 auto; height: 50px; padding: 0; position: relative; text-transform:uppercase; list-style: none; float:left; background:#00acc8;}	
.topmenu li, .toprightmenu li  {	float: left; list-style: none; text-align:left; margin:0; padding:0; position: relative; display: block; line-height: 50px;}

.topmenu li a, .toprightmenu li a{display: block; text-align:center; padding: 0 15px; margin:0; font-size:13px;  color: #fff; font-weight:bold;}
.topmenu li a:hover, .topmenu li.current a, .topmenu li.active a{background: #722183;}
.topmenu li ul, .toprightmenu li ul {position: absolute; display:none; z-index:1000; margin: 0; padding:0; top: 50px; left: 0;  clear:both;}
.topmenu li ul li, .toprightmenu li ul li{	position: relative; display: block; margin: 0;  padding:0; float: none}
.topmenu li ul li a, .toprightmenu li ul li a{ text-align:left; color: #fff; font-size: 13px; padding: 0 15px; background: #00acc8; z-index:100; width: 150px; word-wrap: break-word; line-height: 30px;}
.topmenu li ul li ul, .toprightmenu li ul li ul{position:absolute; right:-190px; top:0; left:auto; display:none;}
.toprightmenu li:last-child ul li ul{right:auto; left:-190px;}

.toprightmenu { float:right; background:url(../images/menuangle.png) left top no-repeat #6f2a8e; padding-left:30px;}
.toprightmenu li a:hover, .toprightmenu li.current a, .toprightmenu li.active a{ text-decoration:underline;}

.footermenu { margin: 0; padding: 0; list-style: none;}	
.footermenu li  {margin:0; padding:0; display: block; line-height: 30px;}
.footermenu li a{display: block; margin:0; font-size:14px;  color: #fff;}
.footermenu li a:hover {text-decoration:underline;}


/* Footer */
.footer_wrap {border-top: 3px solid #00acc8; background:#702080; margin-top: 20px; padding: 10px 0 20px 0; line-height: 30px; color:#fff;}
.footer_wrap a {color: #fff;}
.footer_wrap span {color: #fff; display: block; line-height: 30px;  text-transform:uppercase; font-weight:bold;}
a.connect {color:#fff; display:block;}
a.phone {display: block; color: #3a3a38; padding-left: 25px; background: url(../images/phone.jpg) no-repeat left center;}
.footer_wrap .grid_4:nth-child(4) {text-align: right;}
.footer_wrap .grid_4:nth-child(4) img {padding-left: 20px;}


/* Byline */
.byline_wrap {background:#d2d2d2; text-align: right; color: #828282; font-size: 12px; line-height:14px;  padding:10px 0;}
.byline_wrap a {color:#828282;}

.sitedocmenu { margin:0; padding:0; float:left}
.sitedocmenu li { margin:0; padding:0; float:left; list-style:none;}
.sitedocmenu li a { dislay:block; color:#626161; font-size:14px; padding:0 5px; line-height:14px; border-right:1px solid #626161;}
.sitedocmenu li:last-child a { border:0;}


/* Contact Forms */
.customform { font:12px arial; color:#333;}
.customform  .fullwrap {float:left; width:100%; margin-bottom:10px;}
.customform  .linewrap {float:left; width:100%; margin-bottom:10px;}
.customform  .linewrap .leftwrap {float:left; width:30%; height:30px;}
.customform  .linewrap .leftwrap label{display:block; text-align:right; padding-right:10px;}

.customform .linewrap  .rightwrap {float:left; width:70%;}

.customform .linewrap .textareawrap textarea {width:95%; height:120px; font:13px Trebuchet MS; color:#000;}
.customform .linewrap .textinputwrap input {width:95%; font:13px Trebuchet MS; color:#000;}
.customform .linewrap .dropdownwrap select {width:100%; font:13px Trebuchet MS; color:#000;}
.customform  .infowrap { margin:10px 0; font-weight:bold;}

/* Fonts */

a {text-decoration :none; color: #00acc8;}

html {overflow-y: scroll;}

h1 {display:block; font-size: 30px; color:#702080; margin:0 0; padding:0; line-height:40px; font-weight: normal;}
h2 {display:block; font-size: 24px; color:#00acc8; margin:0 0; padding:0; line-height:30px; font-weight: normal;}
h3 {display:block; font-size: 21px; color:#702080; margin:0 0; padding:0; line-height:30px; font-weight: normal; }
h4 {display:block; font-size: 16px; color:#00acc8; margin:0 0; padding:0; line-height:20px; font-weight: normal; }
h5 {display:block; font-size: 30px; color:#fff; margin:0 0 20px 0; padding:0 10px; line-height:42px; height:50px; background:#00acc8;}
h6 {display:block; font-size: 30px; color:#fff; margin:0 0 20px 0; padding:0 10px; line-height:42px; height:50px; background:#6f2a8e;}
h5 a, h6 a { color:inherit; display:block; }

p {padding: 5px 0 20px 0; font-size:16px; color:#272626; line-height:24px; }

ul {list-style-position: outside; padding: 5px 0 20px 20px; font-size:16px; color:#272626; list-style-type:disc; line-height:24px; }
ul li {padding:0 0 15px 0; line-height:20px;}

ol {list-style-position: outside; padding: 5px 0 20px 20px; font-size:16px; color:#272626; list-style-type:circle; line-height:24px; }
ol li {padding:0 0 5px 0;}

hr {color:#dadbdc; background:#dadbdc; height:1px; border:0; margin-bottom:20px;}

.hidden {display: none;}

/* Contact Forms */
.cf_line {clear: both; line-height: 30px;}
.cf_label {float:left; width: 48%; margin: 0 1%;}
.cf_field {float: left; width: 48%; margin: 0 1%;}
.cf_field textarea, .cf_field select, .cf_field input[type=text] {width: 98%;}
.cf_field textarea {height: 60px; resize: none;}
.cf_submit, .ff_submit {text-align: center; margin: 10px 0;}
.cf_submit a, .ff_submit a {font-size: 1.2em; color: #fff; background: #394cc1; border-radius: 5px; line-height: 30px; margin: 0 auto; display: inline-block; padding: 0 20px; text-decoration:none;
background: #3344af; /* Old browsers */
background: -moz-linear-gradient(top,  #3344af 0%, #505fb6 50%, #6973b5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3344af), color-stop(50%,#505fb6), color-stop(100%,#6973b5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3344af 0%,#505fb6 50%,#6973b5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3344af 0%,#505fb6 50%,#6973b5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3344af 0%,#505fb6 50%,#6973b5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3344af 0%,#505fb6 50%,#6973b5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3344af', endColorstr='#6973b5',GradientType=0 ); /* IE6-9 */

}

/*Fading Gallery*/
.caroufredsel_wrapper { padding-bottom:20px;}
div[type=fading_gallery] a{position:relative;}
div[type=fading_gallery] .banner, div.fg_gallery .banner{position:absolute; bottom:0; padding:0px 5px; width:100%; background:rgba(0, 105, 0, 0.9);}

/*Full Screen Gallery*/
div.fullscreenwrap {  margin:0 auto 10px !important; top:0px !important;} 
div.fullscreenfade { margin:0 auto; display:block;}
div.fullscreenfade div.slide {float:left; position:relative;}
div.fullscreenfade div.slide .banner{background:rgba(255,255,255, 0.6); padding:20px 0; position:absolute; bottom:0; width:100%; }
div.fullscreenfade div.slide .frame{ margin:0 auto; width:940px;}

.orange-hover {position:relative; display: block;}
.orange-hover:hover:after {position:absolute; display: block; width: 220px; height: 150px; top: 5px; left: 0; background: rgba(241, 89, 42, 0.5); content: ' ';}

/*Custom Classes*/
.fade { opacity:1; transition:opacity 0.3s ease-in-out 0s;}
.fade:hover { opacity:0.8;}