@charset "UTF-8";

/* Global Styles */

body {
	color: #FFF;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #333c3b;
}
.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative;
	
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #009dad;
}
header {
	
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #2e4646;
}
ul{
list-style-type: none;

}

h1 { color: #fff; margin: 0em 0em .5em 0em; font-size: 1.2em; font-weight: normal; }
h2 { font-size: 1.7em; margin: 0em 0em 1em 0em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }
.header { font-size: 1.7em; margin: 0em 0em 1em 3em; }
.title {
	font-size: 2.5em;
	margin-top: 2em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 10px;
}
.hype_sm_tx{
	font-size: .9em;

}
.sm_tx{
	font-size: 1.5em;

}

p { margin: 0px 0px .75em 0px; }

a { color: #FFF; }
a:hover { color: #009dad; }
a.cta {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }
footer { font-size: .85em; color: #fff; background-color: #009dad; padding: 6px 6px 6px 0px; text-align: center; }

aside#logo {
	background-color: #394240;
	float: left;
	height: 155px;
	width: 330px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #2e4646;
	background-image: url(../images/header-dots-left.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.promo h3 { font-size: 1.1em; margin: 0; }
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo { background-repeat: no-repeat; }

.promo.one { background-color: #009dad; border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: #2e4646;}
.promo.three { background-color: #00b246; border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: #2e4646;}
.promo.two { height: 210px; background-color: #262d2c; }


p.padding {
	line-height: 25px;
	padding-right: 25px;
	padding-left: 70px;
	font-size: 14px;
	text-indent: 0px;
}

nav a {
	color: #009dad;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	font-size: 0.9em;
		
}
nav a:hover {
	color: #FFF;
	
}
aside#overstate {
	display: block;
	position: absolute;
	left: 348px;
	top: 66px;
}
aside#overstate2 { display: block; position: absolute; left: 420px; top: 65px;}
aside#overstate3 { display: block; position: absolute; left: 507px; top: 64px;}
aside#overstate4 {
	display: block;
	position: absolute;
	left: 587px;
	top: 64px;
}
aside#overstate5 {
	display: block;
	position: absolute;
	left: 643px;
	top: 65px;
}
aside#overstate6 {
	display: block;
	position: absolute;
	left: 702px;
	top: 63px;
}




.clear-fix { clear: both; line-height: 1px; }

.email-padding {
	padding-left: 65px;
	
	}
