/* CSS RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* STYLES */
body {
	font-family: arial, helvetica, sans-serif;
	padding: 40px 0 0 0;
	color: #414142;
}

a {
	color: #00adef;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	width: 690px;
	margin: 0 auto;
}

header h1 {
	height: 59px;
	width: 157px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.gif) no-repeat;
	float: left;
}

.social {
	height: 29px;
	float: right;
	padding-top: 30px;
}

.social a {
	margin-left: 10px;
	display: block;
	float: left;
}

.social .btn {
	margin-top: 3px;
}

nav {
	clear: both;
	background-color: #414142;
	margin-top:20px;
}

nav ul {
	list-style: none;
}

nav ul > li {
	float: left;
	margin: 0;
	position: relative;
	z-index: 1;
}

nav ul > li > a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

nav ul > li.current_page_item a,
nav ul > li > a:hover {
	color: #00adef;
}

nav ul > li > ul {
	display: none;
	position: absolute;
	z-index: 300;
	list-style: none;
	top: 32px;
	left: 0;
	background: #414142;
	padding: 5px 0;
}

nav ul > li > ul > li > a {
	padding: 5px 10px;
}

.banner {
	height: 230px;
	border-bottom: 10px solid #414142;
}

.image {
	float: left;
	width: 520px;
	position: relative;
	z-index: -1;
}

.image img {
	width: 100%;
	height: 100%;
}

.caption {
	position: absolute;
	bottom: 0;
	background: url(../img/black-overlay.png) repeat;
	padding: 15px;
	z-index: 2;
}

.caption p {
	color: #fff;
	font-size: 12px;
	line-height: 1.4em;
}

.slogan {
	width: 170px;
	height: 100%;
	float: right;
	background-color: #00adef;
}

.slogan p {
	padding: 15px;
	color: #fff;
	font-size: 12.5px;
	line-height: 1.4em;
}

h2 {
	text-transform: uppercase;
	color: #00adef;
	font-size: 18px;
}

h2 small {
	text-transform: none;
	color: #414142;
	font-size: 12px;
}

h3 {
	color: #00adef;
	font-size: 16px;
}

.subhead {
	font-size: 12px;
	font-weight: bold;
}

.row {
	width: 720px;
	margin-right: -15px;
	margin-left: -15px;
	clear: both;
	display: block;
}

.col-1 {
	width: 210px;
	padding: 0 15px;
	display: block;
	float: left;
}

.col-2 {
	width: 450px;
	padding: 0 15px;
	display: block;
	float: left;
}

.col-3 {
	width: 690px;
	padding: 0 15px;
	display: block;
	float: left;
}

.steps {
	text-align: center;
	/*padding: 20px 20px 0 20px;*/
}

.steps img {
	margin-bottom: 20px;
}

.steps h3 {
	color: #00adef;
	text-align: left;
}

.steps p {
	margin-top: 10px;
	text-align: left;
	line-height: 1.4em;
	font-size: 100%;
}

footer {
	background-color: #00adef;
	padding: 20px 0;
	margin-top: 100px;
}

.holder {
	width: 560px;
	float: right;
	clear: left;
}

.holder2 { 
	width: 400px;
	clear: left;
	margin-top: -15px;
	}

.footer-nav {
	list-style: none;
	float: right;
}

.footer-nav li {
	float: left;
}

.footer-nav li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px;
}

footer p {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	margin-top:100px;
}

footer a {
	color: #fff;
	font-size: 10px;
}

.subnav {
	color: #aaa;
	font-size: 12px;
}

.subnav a {
	color: #414142;
}

.btn {
	border-radius: 6px;
	padding: 6px 12px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
}

.btn:hover {
	text-decoration: none;
}

.btn-gray {
	background-color: #414142;
}

.btn-gray:hover {
	background-color: #636263;
}

.btn-red {
	background-color: #c4161c;
}

.btn-red:hover {
	background-color: #e11b22;
}

.right {
	float: right;
}

.left {
	float: left;
}

.margin-top {
	margin-top: 20px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.menu li {
	cursor: pointer;
}

table {
	margin: 0 auto;
}

table th {
	text-align: right;
	padding-right: 10px;
	padding: 10px 10px 10px 0;
}

.cf:before, .row:before, .cf:after, .row:after { content: ""; display: table; }
.cf:after, .row:after { clear: both; }
.cf:after { zoom: 1; }

.page-content {
	font-size: 14px;
	line-height: 1.4em;
}

.page-content ul,
.page-content ol {
	margin-left: 20px;
}


.steer-photo {
display:block;
float:left;
margin: 5px;
}

.steer-photo img{
width: 162px;
height: auto;
clear:both;
}

.subNav2 {
	list-style: none;
	overflow: hidden;
}

.subNav2 li {
	float: left;
	margin: 0 10px;	
}

.subNav2 li a {
	font-size: 12px;
	color: #414142;
}

.subNav2 li.current_page_item a {
	color: #bbb;
}

th, td {
	vertical-align: top;
	padding: 0 !important;
	padding-bottom: 15px !important;
}

td {
	padding-left: 10px !important;
}

tr {
	margin: 10px 0 !important;
}

.multicheckbox label, .selectother label, .selectother input[type="text"] {
	clear:both;
	float:left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
}

.wp-post-image {
	max-width: 690px;
	height: auto;
}

table {
	margin-top: 20px !important;
}

.resourcepage h3{
  color: #5E5E5E;
}