body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
	margin:0;
	padding:0;
}
html {
	/*background: url(../images/body_bg.jpg) repeat left top;*/
	 background:none!important;
}
html, body {
	color:#323232;
	font:12px 'Archivo Narrow', sans-serif;
	margin: 0px;
	padding: 0px;
}
/* PARAGRAPH STYLES */
p {
	font-size:15px;
	line-height:22px;
	/*font-weight:bold;*/
}
H1, H2, H3, H4, H5 {
	font-size:100%;
	font-weight:normal;
}
H1 {
}
H2 {
}
H3 {
}
H4 {
}
A {
	color:#014d6a;
	text-decoration:none;
}
/*A:visited{ text-decoration:none; color:#;}*/
A:hover {
	color:#062937;
	text-decoration:none;
}
/*A:active { text-decoration:none; color:#;}*/
A:focus {
	outline:none;
}
:focus {
	outline: 0;
}
fieldset, img {
	border:0;
}
q:before, q:after {
	content:'';
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
.clear {
	clear: both;
}
.lF {
	float:left;
}
.rF {
	float:right;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:600px;
	position:absolute;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
	text-align:justify;
}
/* HEADER TEXT */
#headertxt {
	width:960px;
	margin:0 auto;
	clear:both;
	position:relative;
	top:74px;
	color:#ffffff;
}
#firstline {
	font-size:44px;
	font-weight:bold;
	padding:4px 13px 7px;
	float:left;
	display:block;
	text-shadow: 2px 2px 2px #407391;
}
#secondline {
	text-decoration:none;
	font-size:30px;
	padding:0 13px 10px;
	float:left;
	display:block;
	clear:both;
	text-shadow: 2px 2px 2px #407391;
	color:#ffffff;
}
#secondline:hover {
	text-decoration:none;
	color:#ffffff;
}
.pictured {
	background:url(../images/promo/link1.png) no-repeat left top;
	color:#FFF;
	font-size:12px;
	width:960px;
	height:350px;
	text-indent:-99999px;
	overflow:hidden;
	float:left;
	display:block;
	clear:both;
	margin-top:5px;
	margin-left:15px;
}
.pictured a {
	font-size:16px;
	letter-spacing:0;
	text-transform:none;
	color:#FFF;
	text-decoration:none;
	text-indent:-99999px;
	width:1015px;
	height:375px;
	display:block;
}
.pictured a:hover {
	text-decoration:underline;
}
/* CONTROLS */
.btn {
	height:67px;
	width:67px;
	float:left;
	cursor:pointer;
	position: absolute;
}
#back {
	background-image:url("../images/banner_left_arrow.png");
	left:-90px;
}
#next {
	background-image:url("../images/banner_right_arrow.png");
	right:-100px;
}
#control {
	display:none;
	background-image:url("../images/btn_pause.png");
}
/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:200px;
	margin:0 auto;
	width:960px;
}
#headernav {
	width:100%;
}
/* CONTENT */
#content {
	color:#575757;
	background-color:#eee;
}
#content p {
	padding:10px 20px;
	font-size:16px;
	width:960px;
	margin:0 auto;
}
#content p a {
	text-decoration:none;
	color:#CD2B3A;
}
#content p a:hover {
	text-decoration:underline;
	color:#7F000C;
}
