﻿@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/body_bg.jpg) top repeat-x #808080;
}

img {
	border: none;
}

p {
	margin-bottom: 15px;
}

a {
	color: #2460b7;
}

a:hover {
	color: #123294;
}

h1 {
	font-size: 240%;
	color: #F77E0A;
	text-align: center;
	padding: 25px 0;
}

h2 {
	font-size: 140%;
	color: #222;
	text-align: center;
	margin: 15px 0;
}

h2 span.job {
	color: #888;
}

#wrapper {
	width: 948px;
	margin: 0 auto 25px auto;
	background: url(../images/wrapper_bg.jpg) top no-repeat;
	font-family: "myriad pro", Geneva, Helvetica, Arial, Sans Serif;
	font-size: 90%;
	color: #777;
}

#home #wrapper {
	background: url(../images/wrapper_home_bg.jpg) top no-repeat;
}

#header img {
	margin: 37px 0 42px 0;
}

#nav ul li {
	float: left;
	border-right: 1px solid #fff;
}

#nav ul li:first-child {
	margin-left: 30px;
	}

#nav ul li:last-child {
	border-right: none;
	}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 2px 15px;
}


#splash {
	clear:  both;
	height: 348px;
}

#video {
	float: left;
	margin: 30px 0 0 90px;
}

#splash img {
	float: right;
	margin: 85px 12px 0 0;
}

#content {
	margin: 50px 5px 0 14px;
	}
	
#home #content {
	margin-top: 0;
}

.copy {
	width: 790px;
	background: #fff;
	padding: 0 65px 25px 65px;
	text-align: left;
	line-height: 135%;
}

.copy ul {
	list-style: disc;
	line-height: 100%;
	margin-left: 25px;
}

.copy li {
	margin-bottom: 10px;
}

.blurb {
	height: 140px;
}

#home .copy {
	width: 276px;
	height: 660px;
	float: left;
	background: #fff;
	padding: 0 15px 25px 15px;
	border-right: 1px solid #aaa;
}

#home .copy img {
	margin-top: -30px;
	bottom: inherit;
}

#system {
	border-right: none;
}

#bottom_btns img {
	float: left;
	margin: 25px 50px 0 50px;
}

td.tiers {
	border: 1px solid #999;
	padding: 10px;
}

#footer {
	clear: both;
	background: #F77E0A;
	color: #fff;
	font-size: 80%;
	padding: 5px 0;
	text-align: center;
	margin: 0 14px 0 14px;
}

#footerfix {
	margin: 0 8px 0 0;
	clear: both;
	background: #F77E0A;
	color: #fff;
	font-size: 80%;
	padding: 5px 0;
	text-align: center;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
