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


/* GLOBAL STYLES */

body {
	margin:0;
	padding:0;
	background:#162A45 url(../images/horizon.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:white;
}

p {
	margin-top:0;
}

img {
	border:0;
	padding:0;
	margin:0;
}

a, a:visited, a:active {
	text-decoration:none;
	color:#899EBA;
}

a:hover {
	text-decoration:underline;
	color:#DDDDDD;
}

h1 {
	margin-top:0;
}

h2 {
	margin-top:0;
}

h3 {
	margin-top:0;
	margin-bottom:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}

h4 {
	margin-top:0;
}

.light_blue {
	color:#899EBA;
}

.red {
	color:#C21818;
}

.spacer {
	margin-right:1px;
}



/* TEMPLATE STYLES */

#container {
	margin:0 auto;
	width:1000px;
}

#inner_container {
	float:left;
	width:1000px;
	background:url(../images/content_vert.gif) repeat-y;
}



/* HEADER STYLES */

#outer_header {
	float:left;
	width:1000px;
	height:216px;
	background:url(../images/header.gif) no-repeat;
}

#header {
	float:left;
	width:913px;
	height:206px;
	background:url(../images/head_horizon.gif) repeat-x;
	border-top:1px solid #6E7C8A;
	border-left:1px solid #6E7C8A;
	border-right:1px solid #6E7C8A;
	margin:9px 0 0 43px;
}

.logo {
	float:left;
	width:400px;
	height:204px;
}

.phone{
	float:right;
	width:380px;
	height:20px;
	padding:28px 10px 0 0;
	text-align:right;
	text-transform:uppercase;
	font-size:14px;
}

#header h1 {
	float:left;
	width: 400px;
	height:150px;
	background:url(../images/logo.gif) no-repeat;
	margin:0;
	padding:0;
}

#header h1 span {
	display:none;
}

.top_image {
	float:right;
	width:502px;
	height:200px;
	padding:3px;
	border-left:1px solid #6E7C8A;
}



/* NAVIGATION STYLES */

#outer_nav {
	float:left;
	width:1000px;
	height:35px;
	background:url(../images/nav.gif) no-repeat;
}

#nav {
	float:left;
	width:913px;
	margin:0 0 0 43px;
	border-left:1px solid #6E7C8A;
	border-right:1px solid #6E7C8A;
	background:url(../images/nav_horizon.gif) repeat-x;
}

#nav ul {
	float:left;
	padding:0;
	margin:0;
	margin-left:20px;
}

#nav li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
	text-transform:uppercase;
}

#nav a {
	float:left;
	background:none;
	text-decoration:none;
	border-right:1px solid #C5C5C5;
}

#nav span a {
 	float:left;
	display:block;
	padding:3px 18px 0 18px;
	line-height:32px;
	color:#333333;
	font-weight:bold;
}

#nav span a, #nav span a:visited, #nav span a:active {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

#nav li:hover a {
	background:#990000 url(../images/nav_hover.gif) repeat-x;
	color:white;
}

#nav li:hover span a {
	background:#990000 url(../images/nav_hover.gif) repeat-x;
}

#nav span.last a, #nav span.last a:visited, #nav span.last a:active {
		border-right:none;
}

#nav span.last a:hover {
	border-right:none;
	background:#990000 url(../images/nav_hover.gif) repeat-x;
}



/* CONTENT STYLES */

#content {
	float:left;
	width:907px;
	margin:0 0 0 43px;
	padding:4px 3px;
	background:#1E2B3A;
	border-left:1px solid #6E7C8A;
	border-right:1px solid #6E7C8A;
	border-bottom:1px solid #6E7C8A;
}

.lander {
	float:left;
	background:#CCCCCC;
}

.lander a img, .lander a:visited img, .lander a:active img {
	filter:alpha(opacity=100);
	opacity:1;
}

.lander a:hover img {
	filter:alpha(opacity=85);
	opacity:0.85;
}

.column1 {
	float:left;
	width:250px;
	height:300px;
	border:1px solid #6E7C8A;
	background:#233448;
	margin-top:4px;
	margin-right:1px;
	padding:25px;
}

.column1 p {
	padding-left:15px;
}

.continue {
	float:right;
	text-transform:uppercase;
	text-align:right;
	border-top:1px solid #899EBA;
	width:235px;
}

.column2 {
	float:left;
	width:249px;
	height:300px;
	border:1px solid #6E7C8A;
	background:#233448;
	margin-top:4px;
	padding:25px;
}

.column2 ul {
	float:left;
	list-style:none;
	line-height:26px;
	margin:0;
	padding:0;
}

.column2 li {
	padding:0;
	margin:0;
	display:block;
	padding-left:15px;
	width:230px;
	background:url(../images/bottom_line.gif) left bottom no-repeat;
}

.column2 li a, .column2 li a:visited, .column2 li a:active {
	padding-left:26px;
	background:url(../images/arrow.gif) left center no-repeat;
	display:block;
	color:white;
}

.column2 li a:hover {
	background:url(../images/arrow2.gif) left center no-repeat;
	color:#DDDDDD;
	text-decoration:none;
}

.content_wide {
	float:left;
	width:605px;
	padding:20px 150px;
	border:1px solid #6E7C8A;
	margin-top:4px;
	background:#233448;
}

.content_wide2 {
	float:left;
	width:805px;
	padding:20px 50px;
	border:1px solid #6E7C8A;
	margin-top:4px;
	background:#233448;
}

.content_2wide {
	float:right;
	width:452px;
	padding:25px 75px;
	border:1px solid #6E7C8A;
	margin-top:4px;
	min-height:300px;
	background:#233448;
}

.content_wide ul {
	float:left;
	list-style:none;
	line-height:26px;
	margin:0;
	padding:0;
}

.content_wide li {
	padding:0;
	margin:0;
	display:block;
	padding-left:15px;
	width:605px;
	background:url(../images/bottom_line.gif) left bottom no-repeat;
}

.content_wide li a, .content_wide li a:visited, .content_wide li a:active {
	padding-left:26px;
	background:url(../images/arrow.gif) left center no-repeat;
	display:block;
	color:white;
}

.content_wide li a:hover {
	background:url(../images/arrow2.gif) left center no-repeat;
	color:#DDDDDD;
	text-decoration:none;
}



/* FOOTER STYLES */

#footer {
	float:left;
	width:900px;
	background:url(../images/footer.gif) bottom no-repeat;
	padding:14px 50px 35px 50px;
	text-align:center;
	font-size:11px;
}

