@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic);

html {
	height:100%;
}

body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #555555;
	height:100%;
	font-weight: 300;
	
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #2d2d2d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	height:100%;
}

img {
	border: 0;
	
}

.imgscale {
	width: 100%;
	height: auto;
}

a:link {
	color: #2960C0;
}
a:visited {
	color: #3E4C76;
}


a.whitelink:link {
	color:#FFF;
}

a.whitelink:visited {
	color:#FFF;
}


#wrap {
	min-height:100%;
}

#main {
	overflow:auto;
	padding-bottom: 60px;
	/*padding-top: 120px; */
}

#main-sub {
	overflow:auto;
	padding-bottom: 60px;
	background-image:url(images/topback.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


#topmenu {
	width: 100%;
	background-color:#0D3149;
	height:100px;
	padding-top:10px;
	padding-bottom:10px;
	z-index:999999999;
}

#topmenuholder {
	width: 100%;
	margin: 0px auto;
	margin-top: 10px;
	color:#fff;
}


#menu { 
	width: 100%; 
	position: relative;
	top: 0px;
	padding:0;
	margin:0;
	height:200px;
}

#menumobile {
	display:none;
}

#mobilephone {
	display:none;
}

#menuholder { 
	max-width: 1100px; 
	margin: 0px auto;
	position: relative;
	top: 0px;
	font-size: 1em;
	color: #333;
	font-weight:normal;
	padding:0;
}

#logosmall {
	width: 128px;
	height:89px;
	float:left;
	padding-left: 50px;
	top: 0;
	position: relative;
}

#sub-background {
	height:300px;
	background: url('images/gradient.jpg') no-repeat 50% 50% fixed; 
  	background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
	overflow:hidden;
	margin-top: -50px;
}


#contactinfo {
	max-width: 400px;
	float: right;
	font-size: .8em;
	color: #7A7A7A;
	font-weight:normal;
	position:relative;
	text-align:right;
	padding-right:30px;
	top: 20px;
}

.social {
	font-size:2em;
}

#nav {
	font-size: 1.2em;
	color: #fff;
	font-weight:bold;
	position:relative;
	text-align:right;
	margin:0;
	padding:0;
	padding-right:50px;
	padding-top:5px;
}

#nav ul {
list-style-type: none;
margin: auto;
}

#nav ul a {
margin-left: 30px;
display: block;
text-decoration: none;
color:#fff;
}

#nav ul a:visited {
color:#fff;
}

#nav ul a:hover {
color:#39C4DE;
}

#nav li {
float: right;
}


#smallnav {
	font-size: .7em;
	color: #fff;
	font-weight:normal;
	position:relative;
	text-align:right;
	margin:0;
	padding:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:15px;
}

#smallnav a {
text-decoration: none;
color:#fff;
}

#smallnav a:visited {
color:#fff;
}

#smallnav a:hover {
color:#39C4DE;
text-decoration:none;
}


#searchbar {
	width: 100%;
	background-color: #214E88;
	height:50px;
	padding-top:5px;
	padding-bottom:5px;
}

#searchbarholder {
	max-width: 1100px;
	margin: 0px auto;
	margin-top: 10px;
	color:#fff;
}

#masthead { 
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
}

#SliderSettings {
	margin:0px auto; 
	width: 100%; 
	text-align:center; 
	top: 160px;
	background-image: url(images/dots.png);
	padding: 10px;
}

.Headline {
	font-size:3em;
	font-weight:normal;
	text-shadow: 1px 1px 1px #000;
}

.SubHeadline {
	font-size:1.3em;
	font-weight:normal;
	text-shadow: 1px 1px 1px #000;
}

.highlight {
    color:#fff;
    background:#000;
    box-shadow:5px 0 0 #000, -5px 0 0 #000;
    padding: 5px 0;
	opacity:.8;
}


#newsbanner {
    	width:100%;
		background-color: #5C5C5C;
		padding-top:5px;
		padding-bottom:5px;
		overflow:hidden;
		height:50px;
}

#newsbannerholder {
	margin:0px auto;
	max-width:1100px;
	padding-top:5px;
	color:#fff;
	font-size:1.2em;
	
}

#news_ticker {
	height: 32px;
	overflow:hidden;
	padding-top:5px;
}

#newsbox {
	float:right;
	background-color: #39C4DE;
	color:#fff;
	padding:5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:.8em;
	display:block;
}


#RightRail {
	border:1px dotted #CACACA;
}

#RightRailTop {
	padding:.5em;
	background-color:#336499;
	color:#fff;
	font-size:.9em;
}

#RightRailContent {
	padding:.5em;
	font-size:.8em;
}





#partnerbox {
	width: 100%;
	border: 1px solid #DBDBDB;
	border-left: 3px solid #39C4DE;
	margin-bottom: 1em;
	background-color:#f3f3f3;
	overflow:hidden;
}

#partnerbox-content {
	width:96%;
	font-size:1em;		
	padding: 1.2em;
}

#partnerboxbutton {
	display:block;
	padding-left:.8em;
	padding-right: .8em;
	padding-top: .5em;
	padding-bottom: .5em;
	width: auto;
	font-size:.8em;
	background-color: #94A4B5;
	color:#fff;
	text-align:center;
	float: right;
	margin-left:.5em;
}

#embedmap {
	max-width:550px;
	float:right;
	overflow:hidden;
}

#feature { 
	margin: 0;
	width: 100%; 
	position: relative;
	top: 0px;
}

#featureholder {
	max-width: 1100px;  
	margin: 0px auto;
	position: relative;
	height:auto;
	padding-top:1.5em;
	padding-bottom:2em;
	color:#333;
	text-align:left;
	line-height: 1.7;
}

#FeaturePartners {
	float:right;
	margin-left:25px;
	margin-bottom:5em;
	margin-top: 2em;
	border:1px solid #CACACA;
	background-color:#f3f3f3;
	width: 300px;
}

#FeaturePartnersTop {
	padding:1em;
	background-color:#336499;
	color:#fff;
}

#FeaturePartnersContent {
	padding:1em;
}

#subtopholder {
	width: 100%;
	background-image:url(images/subtop.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	height:185px;
}

#subtop {
	max-width: 1100px;
	margin: 0px auto;
	color:#333;
	padding-top:5px;
	height:185px;
}

#subtop-content {
	position:relative;
	padding-top:1em;
	float: left;
	text-align:left;
	font-size:2.5em;
	text-shadow: 1px 1px 1px #fff;
  }


#contentholder {
	max-width: 1100px;  
	margin: 0px auto;
	position: relative;
	height:auto;
	padding-top:1.5em;
	padding-bottom:2em;
	color:#333;
	text-align:left;
	line-height: 1.6;
}
	
#content { 
	margin: 0;
	width: 100%; 
	position: relative;
	top: 0px;
}

#footer {
	width: 100%;  
	margin: 0px auto; 
	position:relative;
	color: #fff;
	top: 0px;
	border-top: 4px solid #092233;
	background-color: #0D3149;
	height:200px;
	overflow:hidden;
}

#left-footer {
	float:left;
	width:70%;
	text-align:left;
}

#left-footer a:link {
	color:#fff;
	text-decoration:none;
}

#left-footer a:visited {
	color:#fff;
	text-decoration: none;
}

#left-footer a:hover {
	color: #39C4DE;
	text-decoration: none;
}

#right-footer {
	float:right;
	width:30%;
	text-align:right;
}

#footer-holder {
	max-width: 1070px;  
	margin: 0px auto; 
	padding: 15px; 
	position:relative;
	color: #fff;
	top: 0px;
	font-size:.8em;
	text-align:center;
}

h1 {
	font-size:2.5em;
	color: #333;
	line-height:normal;
}

h2 {
	font-size:1.8em;
	color: #1d4e8a; 
}

h3 {
	font-size:1.8em;
	color: #333; 
}

h4 {
	font-size:1.4em;
	color: #333; 
}

h5 {
	font-size:1.2em;
	color: #333; 
}


.headermargin {
	margin:0;
}

.boldme {
	font-weight:bold;
}

.Gray {
	color:#5E5E5E;
}

.smallertext {
	font-size:.8em;
}

.clearme {
	clear:both;
}


/* Forms */

label {
	display:block;
	font-size:17px;
	margin:0 0 5px;
	position:relative;
}


input, textarea, select{
	border:1px solid;
	border-color:#646464;
	font-family:inherit;
	font-size:17px;
	width: 100%; 
    padding: 3px 0;
    text-indent: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

select {
	padding-top:8px;
	padding-bottom:8px;
}

input[type="submit"], input[type="reset"] {
	cursor:pointer;
	width:auto !important;
}	
	
	
/* Overall Button Style */
.button {
    background: #D3D3D3;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
    vertical-align: middle;
	z-index:999999;
    }

.button span {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font: bold .9em 'Open Sans', sans-serif;
    padding: 6px 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    }

/* Colors and Sizes */
.button.purple { background-color: #C0C0C0; }
.button.black { background-color: #252a2a; }
.button.blue { background-color: #666666; }
.button.red { background-color: #cc2222; }
.button.green { background-color: #69a846; }
.button.brown { background-color: #b6761a; }
.button.lime { background-color: #99b936; }
.button.selected { background-color: #569334; }
.button.large span { font-size: 16px;  padding: 6px 14px; }
.button.small span { font-size: 11px;  padding: 4px 8px; }


/*Handle Google Embeds Responsively */

.vid {
    position: relative;
    padding-bottom: 5%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 1100;
    height: 300;
}

.whiteshadow {
	text-shadow: 1px 1px 3px #333;
}

.mobiletel, .mobiletel:link, .mobiletel:visited {
	color: #fff;
	display: block;
}

/*Two Column Responsive */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 25%;
}
.span_1_of_2 {
	width: 68%;
	margin-right:5%;
}

#buttonalert {
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #629DD1;
	font-size:.7em;
	text-align:center;
	display: inline;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#vidboxholder {
	width:100%;
	clear:both;
}

#vidbox {
	float:left;
	max-width:320px;
	margin:1em;
}


table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  font-size: .7em;
}
table tr {
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: left;
}