/*********************************

	CSS Beer Shirt
	Based on Foundation css
	
*********************************/


html, body, p, ul {
	font-family: 'Helvetica', Arial, sans-serif;
	
}
body{
	background: #ffffff;
}

/* top navigation */

.top-bar-section li a:hover {
   
	background-color: #058dd9!important;
}

.top-bar-section ul li.active > a {
    background-color: #058dd9!important;
    }
    .top-bar-section ul li.active > a:hover {
      background-color: #058dd9!important;
}


.top-bar-section ul li, .top-bar-section ul li.active, .top-bar-section ul li:hover {
	background: #058dd9!important;
	
}


.orbit-container .orbit-slides-container > *:first-child {
	width: 100%;
}

.orbit-caption h3{
	color: #04649a;
}

.orbit-caption h4{
	font-size: 1.1em;
	color: #04649a;
}

orbit-caption p {
	font-size: .9em;
	color: #04649a!important;
}

.orbit-slide-number{
	display:none;
}
.orbit-timer{
	display:none;
}

.orbit-prev{
	display:none;
}

.h3main {
	margin-left: 0px!important;
	font-size: 2.2em;
}

 .fullWidth {
       width: 100%;
       margin-left: auto;
       margin-right: auto;
       max-width: initial;
    }
    
 
  


.orbit-container .orbit-slides-container > * .orbit-caption {
display: table;
position: absolute;
bottom: 0;
top: 150px;
background: none;
color: #04649a;
width: 50%;
padding: 0.625rem 0.875rem;
font-size: 0.875rem;
left: 0;
right: 0;
height: 76px;
margin: auto;
text-align: left;
border: 0px solid #ffffff;
}

.orbit-caption{
	background: none!important;
	margin-top: -100px!important;
	margin-left: 200px!important;
}


.footer_link {
	 	color: #008cba;
		font-size: 12px;
	}
a.footer_link:hover{
		color: #058dd9;
}
.copyright{
	color: #f26d22;
	font-size: 11px;
	text-align:left;
	
}
.go {
	color: #f26d22;
}

#icons {
	margin-left: 200px;
}

/*misc*/

#spacer{
	
	margin-top: 10px;
	padding-top: 10px;
}

/*form elements*/

.smalltxtfld{
	width: 50px!important;
}
.smalllabel{
	width: 100px!important;	
}
.mediumtxtfld{
	width: 150px!important;
}



