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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #FFF;
	color: #386cb5;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

#Banner {
	background: url(../assets/images/OpeningScreenNew.jpg) bottom center no-repeat;
	height: 600px;
}

#wrapper, .wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	font-size: 0.9em;
	line-height: 24px;
	margin-bottom: 0.5em;
}

/*#wrapper a:link, #wrapper a:visited { */
a:link, a:visited {
	text-decoration: none;
	color: #5f716e;
}

#wrapper a:hover {
	text-decoration: none;
	color: #0077bf; 
}

.textmessage {
	color: #505050;
	padding-bottom: 96px;
}

.pushsides {
	padding-left: 108px;
	padding-right: 108px;
}

.logo {
	margin-top: -5px;
	margin-bottom: 32px;
}

.featured {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
}

.featured2 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
}

.featuredfloat {
	float: left;
	margin-right: 18px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	padding-bottom: 8px;
}

.featuredfloat a:hover {
	color: green;
}

.featuredfloat img {
	margin: 8px 8px 8px 8px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

#huntfooter {
	background-color: #FFF;
}

/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-weight: 400;
	line-height: 1.8em;
}

#LandingPages {
	background-color: #ede9e9;
	padding-bottom: 96px;
	padding-top: 64px;
}

.photocaption  {
	line-height: 30px;
	font-size: 1.2em;
	display: block;
}

#Helpful {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

#Tips {
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	background-color: #ede9e9;
}

.leftsidetips {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 15px;
}

.leftside {
	position: relative;
	width: 500px;
	min-height: 430px;
	padding-left: 10px;
}

.leftside p, .rightside p {
	color: #848484;
}

.rightside {
	position: absolute;
	left: 550px;
	top: 0px;
}

.rightside img {
	margin-top: 50px;
}

/* Blue button used in the Helpful Resources section */
.leftside .bluepill {
	background-color: #386cb5;
	font-size: 0.8em;
	display: inline-block;
	color: white;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.leftside .bluepill:hover {
	background-color: green;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
	margin-left: 30px;
}

.clear {
	clear: both;
}
