@charset "UTF-8";
/* CSS Document */
/* 
main blue: #00 aeef
darker blue: #0071bc
white: #E6E6E6
black: #212121
*/

body{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
	background-color:#f8f9f4;
	
}


a{
	color:inherit;
	font-weight:bold;
	text-decoration:none;
}

div{
	margin:0;
	
}

h1{
	margin:0;
	font-size:18px;
	
}

/* Default Title Font */
.headerFont{
	font:font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal !important;
	line-height:18px;
	vertical-align:middle;
    letter-spacing: 2px;
	text-transform:uppercase;
}


/* Website Body Container */
#container{
	position:relative;
	min-width:800px;
	max-width:1000px;
	height:100%;
	margin:0 auto;
}


/* Header */
#header{
	position:relative;
	height:175px;
	background-color:#E6E6E6;
	color:#FFFFFF;
	border-bottom:#0071bc solid 4px;
	
	-webkit-box-shadow: 0px 2px 12px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 2px 12px rgba(0,0,0,.6);
	box-shadow: 0px 2px 12px rgba(0,0,0,.6);
	z-index:100;	
}



#header_rightImage{
	display:none;
	position:absolute;
	right:0;
	height:inherit;
	width:500px;
	overflow:hidden;
	
	
}

#header_imageCover{
	float:right;
	height:inherit;
	position:absolute;
	right:200px;
	width:650px;
	
	
	background: -moz-linear-gradient(left,  rgba(230,230,230,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(230,230,230,1) 0%,rgba(125,185,232,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */


	
}

#header_title_text{
	font-size:18px;
	font-weight:bold;
	
}

#header_title_image{
	position:relative;
	width:650px;
	padding:3px;
	margin-left:20px;
	height:140px;
	overflow:hidden;

	
}

#header_title_image img{
	position:absolute;
	top:4;

}


#header_title_image:hover{
}

/* Header Nav Buttons */
/* Header Nav Container */
#header_nav{
	position:absolute;
	background-color:#E6E6E6;
	bottom:0px;
	width:100%;
	border-top:#F1F1F1 groove 2px;
	
}

#header_nav_UL{
	list-style:none;
	margin:0;
	padding:0;
	height:28px;
	margin-left:20px;
	
}


#header_nav_UL li:first-of-type{
	border-left:#F1F1F1 groove 2px;
}

/* Header Nav Link */
#header_nav_UL li{
	display:inline-block;
	padding-right:8px;
	padding-left:4px;
	font-weight:bold;
	height:100%;
	width:100px;
	color:#212121;
	text-align:center;
	border-right:#F1F1F1 groove 2px;

}

#header_nav_UL li:hover{
	cursor:pointer;
	background-color:#0071bc;
	color:#E6E6E6;
/*grey 565656 */
/*green 0071bc */
}

#header_nav_UL li a{
	display:inline-block;
	font-weight:normal !important;
	font-size:14px;
	margin-top:3px;
}



/* END Header */






/* Footer */


#footer{
	position:relative;
	min-width:800px;
	max-width:1000px;
	font-size:9px;
	
	
	height:150px;
	background-color:#E6E6E6;
	border-top:#0071bc solid 4px;
	color:#212121;
		
	-webkit-box-shadow: 0px -2px 12px rgba(0,0,0,.6);
	-moz-box-shadow: 0px -2px 12px rgba(0,0,0,.6);
	box-shadow: 0px -2px 12px rgba(0,0,0,.6);

	z-index:9999;	
	
}


.footer_section{
	vertical-align:top;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:20px;
	display:inline-block;
	width:180px;
	height:142px;
	padding-right:10px;
}

.footer_section h1{
	font-size:16px;
}

.footer_section ul{
	padding:0;
	margin:0;
	list-style:none;
	
}

/* END Footer */


/* Pages Container */


#body{

	padding-bottom:40px;
	background-color:#F1F1F1;
	
	-webkit-box-shadow: 0px 2px 12px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 2px 12px rgba(0,0,0,.6);
	box-shadow: 0px 2px 12px rgba(0,0,0,.6);
}


#bottomSection{
	position:fixed;
	width:100%;
	bottom:0;
	background-color:#E6E6E6;
	height:150px;
	z-index:-1;
	
}


#media_nav{
	background-color:#E6E6E6;
	
}

#media_nav_UL li{
	display:inline-block;
	color:#212121;
}

#media_nav_search_button{
	background-color:#0071bc !important;
}

.textSection{
	padding:20px;	
}



.halfSection{
	display:inline-block;
	width:48%;
	vertical-align:top;
}

.polarImage{
	border:#FFFFFF solid 7px;
	border-bottom:#FFFFFF solid 40px;
	
	-webkit-box-shadow: 2px 22px 12px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 12px rgba(0,0,0,.6);
	box-shadow: 2px 2px 12px rgba(0,0,0,.6);
	
}

/* END Pages Container */
