@charset "UTF-8";
/* CSS Document */
/* author: Shawn M. Adams */

@import "truceReset.css";

/******************** basic rules ******************/

div {display: block;}
.clear {clear: both;}
.hidden {display: none;}

/**************** image sprites ******************/

/* Nav */
.nav a,
.nav a:hover
{
	background-image: url(../images/navBg.gif);
	background-repeat: no-repeat;
}

/* Titles */
.title,
.title2
{
	background-image: url(../images/spriteTitles.gif);
	background-repeat: no-repeat;
}

/* Quote */
.quote
{
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	font: italic 13px/19px Georgia, Times, serif;
	padding: 15px 10px 10px 15px;
}

/* Buttons */
a.btnLg,
a.btnLg:hover,
a.btnMed,
a.btnMed:hover,
a.iconSm
{
	background-image: url(../images/spriteBtns.png);
	background-repeat: no-repeat;
}

/**************** body layout ******************/

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#innerwrap {
	padding-bottom: 100px; /* must be same height as the footer */
}

body {
	background-color: #fff;
	color: #333;
	font: 13px/19px Arial, Helvetica, sans-serif;
	text-align: center;
}

.container {
	margin: auto;
	width: 960px;
}

.header {
	background-color: #fff;
	height: 100px;
}

.nav {
	float: right;
	height: 40px;
	width: 795px;
}

.subnav {
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
}

.home, .sub {
	background-image: url(../images/homeBg.gif);
	background-color: #C3E1E8;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

.home .inner {
	background-image: url(../images/homeBgPhotos4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
}

.sub .inner {
	background-image: url(../images/homeBgGlow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 150px;
}

.main {
	float: left;
	min-height: 600px;
	width: 675px;
}

.col, .colSolid {
	border: 1px #82B6C3 dotted;
	color: #376C72;
	float: right;
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0;
	width: 250px;
}

.colSolid {
	background-color: #E8F3F5;
	border: 1px #C3E1E8 solid;
}

.spacer {
	clear: both;
	height: 20px;
}

.footer {
	background-color: #E3EDF0;
	clear: both;
	height: 100px;
	margin-top: -100px;
	position: relative;
}

/* CLEAR FIX for sticky footer */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

 /* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/***************** Inner Layout ******************/

.home .text {
	float: left;
	padding: 30px 0 0 0;
	position: relative;
	width: 675px;
}

.home .text .tagline {
	bottom: -30px;
	left: 265px;
	position: absolute;
}

.home .buttons {
	margin: 25px 0 0 95px;
}

.sub .text {
	float: left;
	padding: 38px 0 0 0;
	margin-left: 20px;
	text-align: left;
	width: 650px;
}

.sub .graphic {
	float: right;
	height: 150px;
	width: 275px;
}

.box {
	background-color: #CFE6EC;
	margin-bottom: 25px;
	padding: 20px;
}

.content {
	padding: 15px;
	text-align: left;
}

.title, .title2 {
	background-position: 0 8px;
	height: 55px;
}

.title2 {
	background-position: -260px 8px;
}

.guideTop {
	margin-bottom: 30px;
}

.footer .content {
	color: #859294;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	text-align: center;
}

/************** text & headers *****************/

p, h1, h2, h3, h4 {
	margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5 {
	color: #00454E;
	font-family: Georgia, Times, serif;
	letter-spacing: -1px;
}

h1 {
	font-size: 30px;
	line-height: 34px;
	margin: 0 35px 25px 35px;
}

h2 {
	font-size: 28px;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 2px;
}

h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

strong {
	color: #00454E;
	font-weight: bold;
}

.highlight {
	color: #e9230c;
}

.small {
	font-size: 11px;
	line-height: 15px;
}

em, .btitle {
	font-style: italic;
}

/******************** Lists *********************/

ol, ul {
	margin: 5px 0 25px 0;
}

ol li, ol.largemargin li {
	list-style-type: decimal; 
	margin: 0 0 10px 20px;
}

ol.largemargin li {
	margin: 0 0 15px 20px;
}

	ol.largemargin li p {
		margin: 0 0 10px 0;
	}

ul li, ul.largemargin li, ul.smallmargin li {
	list-style-type: disc;
	margin: 0 0 10px 20px;
}

ul.smallmargin {
	margin-bottom: 10px;
}

ul.smallmargin li {
	margin: 0 0 5px 20px;
}

/******************** Links *********************/

a {
	color: #008899;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Nav Links */

.nav a, .nav a:hover {
	background-position: right;
	display: block;
	float: left;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	height: 100px;
	line-height: 95px;
	letter-spacing: 0;
	padding: 0 28px;
	text-align: center;
	width: auto;
}

.nav a:hover, .nav a.on {
	color: #EC141C;
	text-decoration: none;
}

/* Button Links */

a.btnLg, a.btnLg:hover, a.btnMed, a.btnMed:hover {
	background-position: 0 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 45px;
	line-height: 36px;
	margin: 0;
	text-align: center;
	width: 240px;
}

a.btnLg:hover {
	background-position: 0 -45px;
}

a.btnLg:hover, a.btnMed:hover {
	color: #fff;
	text-decoration: none;
}

a.btnMed:hover {
	background-position: 0 -135px;
	float: left;
	height: 45px;
	line-height: 36px;
	width: 190px;
}

a.btnSm:hover {
	background-position: 0 -291px;
	color: #fff;
	text-decoration: none;
}

.subnav a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 3px 12px 2px 12px;
	text-align: center;
	width: auto;

	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

	.subnav a:hover {
		background-color: #c2e0e8;
		color: #00454f;
		text-decoration: none;
	}

	.subnav a.subnavOn {
		background-color: #16aabe;
		color: #fff;
	}

a.iconSm {
	display: block;
	background-position: -5px -185px;
	float: left;
	height: 15px;
	line-height: 15px;
	margin-right: 20px;
	padding-left: 20px;
}

/******************** Images *********************/

.logo {
	float: left;
	height: 100px;
	width: 150px;
}

.thumb {
	float: left;
	height: 58px;
	margin: 0 12px 0 0;
	width: 58px;
}

.guideImage {
	border: 0;
	float: left;
	height: 135px;
	margin: 0 20px 0 0;
	width: 110px;
}

.iconSmall {
	border: none;
	height: 20px;
	margin: 0 5px 0 5px;
	vertical-align: middle;
	width: 20px;
}

/******************** Forms *********************/

label {
	display: block;
}

input, textarea {
	border: 1px #666 solid;
	margin: 0 0 12px 0;
	padding: 6px;
}

.inputBtn {
	background-color: #C3E1E8;
	cursor: pointer;
	padding: 8px 20px;
}

/******************** Misc *********************/

.hr {
	border-bottom: 1px #82B6C3 dotted;
	height: 1px;
	margin: 15px 0 25px 0;
}

