@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg03.png) #95caf4;
}

/*/////////////////////
HEADER
/////////////////////*/
#header {
	width: 100%;
}

#headerContainer {
	padding: 5px 10px;
    max-height: 100px;
	border: solid thick #FFF;
	border-top: none;
	background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #d4d4d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d4d4d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#d4d4d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#d4d4d4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#d4d4d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;  
    border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 8px 24px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 8px 24px rgba(50, 50, 50, 0.75);
box-shadow:         0px 8px 24px rgba(50, 50, 50, 0.75);
}

.logo {
	width: 20%;
	max-width: 175px;
	min-width: 80px;
	vertical-align: middle;
	/*-webkit-filter: drop-shadow(1px 1px 20px #6b6b6b);
	filter: drop-shadow(1px 1px 20px #6b6b6b);*/
	display: inline-block;
}

.woodpecker {
    max-width: 200px;
	min-width: 80px;
	vertical-align: middle;
	/*-webkit-filter: drop-shadow(1px 1px 20px #6b6b6b);
	filter: drop-shadow(1px 1px 20px #6b6b6b);*/
	display: inline-block;
}

#navMap {
	display: inline;
	vertical-align: middle;
	text-align: right;
	width: 88%;
}
#navMap ul {
	margin-top: -65px;
	margin-bottom: 50px;
}
#navMap ul li {
	vertical-align: middle;
	display: inline-block;
}

#navMap ul li a, #navMap ul li a:visited {
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00416b;
	font-weight: bold;
	text-decoration: none;
}
#navMap ul li a:hover {
	color: #CB0E0C;
}

.currentPage {
	border-bottom: solid 5px #CB0E0C;
}

/*/////////////////////
CONTENT
/////////////////////*/
#flexContainer {
	-webkit-box-shadow: 0px 8px 24px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 8px 24px rgba(50, 50, 50, 0.75);
box-shadow:         0px 8px 24px rgba(50, 50, 50, 0.75);
}
#contentContainer {
	margin: 0 6%;
}
#contentText {
	padding: 2px 0px 2px 15px;
}
#contentContainer h1 {
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #00416b;
}
#contentContainer p, #contentContainer ul {
	margin: 0 0 10px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 160%;
}
#contentContainer ul {
	margin-left: -10px;
}
.red, .red:visited {
	margin: 0 0 10px 0;
	color: #990000;
	font-size: 14px;
	line-height: 160%;
	font-family: Arial,Helvetica,sans-serif;
}
.border {
	border: thick solid #00416b;
}
#contact-area {
	padding: 10%;
	margin-bottom: 50px;
	margin-top: -5%;
}
/*#contentContainer img {
	display: inline-block;
	position: relative;
	width: 60%;
	max-width: 420px;
	height: auto;
	vertical-align: top;
}*/
/*#content {
	width: 100%;
	min-height: 400px;
	text-align: center;
	padding-top: 2%;
	padding-left: 15%;
	padding-right: 15%;
}

.flexslider {
	max-width: 644px;
	width: 70%;
}*/


/*/////////////////////
FLEXSLIDER
/////////////////////*/

.flex-caption {
	background-color: #000;
	color: #fff;
	font-size: small;
	margin-top: -15px;
	padding: 5px 10px;
}

/*#imgnav {
	margin-top: -64px;
	min-height: 40px;
	padding: 0;
}

#imgnav ul {
	
}

#imgnav li {
	max-width: 120px;
	min-width: 74px;
	background-color: #0FF;
	margin: 0 20px;
}

#imgnav ul li img {
	max-width: 120px;
	min-width: 74px;
	min-height: 40px;
}*/
#imgnavPanel {
	width: 100%;
	text-align: center;
	margin-top: -62px;
	overflow: hidden;
	background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; zoom: 1;
}
#imgnavContainer {
	width: 90%;
	display: inline-block;
	margin-left: -50px;
	vertical-align: middle;
	position: relative;
}
#imgnav {
	position: relative;
	z-index: 1;
}
#imgnav li {
	display: block;
	float: left;
	
}

#imgnav li img {
	float: left;
	padding: 5px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;  
    border-radius: 10px;
}

#btnNext {
	padding: 20px 0 20px 2px;
	display: inline-block;
	position: relative;
	z-index: 999;
	text-align: left;
	vertical-align: middle;
	background: #fff;
	margin-left: -20px;
}

#btnPrev {
	padding: 20px 0 20px 16px;
	display: inline-block;
	z-index: 999;
	text-align: right;
	vertical-align: middle;
	position: relative;
	background: #fff;
	margin-left: -20px;
}

/*/////////////////////
FOOTER
/////////////////////*/
#footer {
	width: 100%;
	margin-bottom: 25px;
}

#footerContainer {
	text-align: center;
	padding: 15px 10px 5px 10px;
	border: solid thick #FFF;
	background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #d4d4d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d4d4d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#d4d4d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#d4d4d4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#d4d4d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;  
    border-radius: 10px;
	-webkit-box-shadow: 0px 8px 24px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 8px 24px rgba(50, 50, 50, 0.75);
box-shadow:         0px 8px 24px rgba(50, 50, 50, 0.75);
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

#footer a {
	margin: 15px 6px 0px 6px;
}

/*/////////////////////
UI
/////////////////////*/

.uibutton, .uibutton:visited {
   border-top: 1px solid #97f79a;
   background: #7bd665;
   background: -webkit-gradient(linear, left top, left bottom, from(#619c3e), to(#7bd665));
   background: -webkit-linear-gradient(top, #619c3e, #7bd665);
   background: -moz-linear-gradient(top, #619c3e, #7bd665);
   background: -ms-linear-gradient(top, #619c3e, #7bd665);
   background: -o-linear-gradient(top, #619c3e, #7bd665);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fff;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   display: block;
   min-width: 50px;
   max-width: 100px;
   text-align: center;
   font-weight: bold;
   }
.uibutton:hover {
   border-top-color: #357828;
   background: #357828;
   color: #ffffff;
   }
.uibutton:active {
   border-top-color: #1e5c1b;
   background: #1e5c1b;
   }
   
   .xtraLinks {
	   display: inline-block;
	   float: right;
   }
   .xtraLinks li {
	   margin: 5px;
	   display: inline-block;
   }
   .xtraLinks li a {
	   width: 11px; 
	   height: 11px; 
	   display: block; 
	   background: #000; /*background: rgba(0,0,0,0.5);*/ 
	   cursor: pointer; 
	   text-indent: -9999px; 
	   -webkit-border-radius: 20px; 
	   -moz-border-radius: 20px; 
	   -o-border-radius: 20px; 
	   border-radius: 20px; 
	   border: solid 2px #fff;
	   /*box-shadow: inset 0 0 3px rgba(0,0,0,0.3);*/
	   }
.xtraLinks li a:hover { 
background: #fff; 
background: rgba(0,0,0,0.7); 
}
.xtraLinks li a.xtraActive { 
background: #fff; 
cursor: default; }

/*Contact form*/
input:required, textarea:required {
-moz-box-shadow:none; 
-webkit-box-shadow:none; 
-o-box-shadow:none; 
box-shadow:none; 
}
/** inputs and textarea**/
input:not([type="submit"]),
textarea{
outline:none;
display:block;
width:92%;
padding:4px 8px;
border:1px dashed #DBDBDB;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;
border-radius:2px;
transition:background 0.2s linear,
box-shadow 0.6s linear;
margin: 0px 10px;
}
input:not([type="submit"]):active,
textarea:active,
input:not([type="submit"]):focus,
textarea:focus{
background:#F7F7F7;
border:dashed 1px #969696;
box-shadow:2px 2px 7px #E8E8E8 inset;
}
input:not([type="submit"]){
height: 20px;
}
textarea{
min-height:130px;
resize:vertical
}
/* placeholder */
::-webkit-input-placeholder  {
color:#BABABA;
font-style:italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
color:#BABABA;
font-style:italic;
}
/*Send Button*/
/** Styling the send button **/
input[type=submit]{
/*margin-left:350px;*/
float: right;
margin: 10px 15px 0 0;
cursor:pointer;
background:none;
border:none;
font-family: 'Alice',serif;
color:#767676;
font-size:18px;
padding:10px 4px;
border:1px solid #E0E0E0;
text-shadow: 0px 1px  1px #E8E8E8;
background: rgb(247,247,247);
background: linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
border-radius:5px;
box-shadow:0px 1px 1px #FFF inset,           
0 0 0px 5px #EAEAEA;
transition:all 0.2s linear;
}
 
input[type=submit]:hover{
color:#686868;
border-color: #CECECE;
background: linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
box-shadow:0px 1px 1px #FFF inset,
0 0 0px 5px #E0E0E0;       
}
 
input[type=submit]:active,
input[type=submit]:focus{
position:relative;
top:1px;
color:#515151;
background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
box-shadow:0px -1px 1px #FFF inset,
0 0 0px 5px #E0E0E0;
}

label{
color:#000;
-webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
transition: color 1s ease;
margin: 0px 10px;
}
.indication{
color:#282828;
font-size:12px;
font-style:italic;
text-align:right;
padding-right:10px;
}
.required{
	margin: 0 0 0 10px;
color:#E5224C;
}

/*Send Button*/
/** Styling the send button **/
button[type=submit]{
	margin-top: 10px;
cursor:pointer;
background:none;
border:none;
font-family: 'Alice',serif;
color:#767676;
font-size:18px;
padding:10px 4px;
border:1px solid #E0E0E0;
text-shadow: 0px 1px  1px #E8E8E8;
background: rgb(247,247,247);
background: linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
border-radius:5px;
box-shadow:0px 1px 1px #FFF inset,           
0 0 0px 5px #EAEAEA;
transition:all 0.2s linear;
}
 
button[type=submit]:hover{
color:#686868;
border-color: #CECECE;
background: linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
box-shadow:0px 1px 1px #FFF inset,
0 0 0px 5px #E0E0E0;       
}
 
button[type=submit]:active,
button[type=submit]:focus{
position:relative;
top:1px;
color:#515151;
background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
box-shadow:0px -1px 1px #FFF inset,
0 0 0px 5px #E0E0E0;
}