@charset "utf-8";
/* --------- Global --------- */
*, div, img, ul, li {
	padding: 0;
	margin: 0;
}
html, body {

	width:100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	line-height: 15px;
	background-color: #E8E8E8;
}
#container {
	position: relative;
	min-height: 100%;
	width: 962px;
	background: url('../images/site/bg_main.gif') repeat-y top left;
	margin: 0 auto;
	overflow: hidden
}

li.content { 
    font-weight:bold;
}
li.content span {
    font-weight:normal;
}
.spacer {
	clear:both;
}
a, a:active, a:visited {
	color: #1E56A3;
	text-decoration: underline;
}
a:hover {
	color: #3F89C5;
}

a.white, a.white:active, a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	text-decoration: none;
}

/* --------- Colors --------- */
.red{
	color: #f8dbdb;
}

/* --------- Text Classes --------- */
.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.black {
	color: #000;
}
.darkgray {
	color: #373737;
}
.blue {
	color: #1e56a3;
}
.red {
	color: #a31e1e;
}
.white {
	color: #FFF;
}
.reallysmall {
	font-size: 9px;
	line-height: 9px;
}
.evensmaller {
	font-size: 10px;
	line-height: 10px;
}
.smallest {
	font-size: 11px;
	line-height: 11px;
}
.smallertallline {
	font-size: 12px;
	line-height: 18px;
}
.smalltallline {
	font-size: 13px;
	line-height: 18px;
}
.medshortline {
	font-size: 15px;
	line-height: 15px;
}
.medtallline {
	font-size: 14px;
	line-height: 18px;
}
.largetallline {
	font-size: 18px;
	line_height: 30px;
}
.largeshortline {
	font-size: 18px;
	line-height: 18px;
}
.hugeshortline {
	font-size: 21px;
	line-height: 18px;
}
.hugemedline {
	font-size: 26px;
	line-height: 20px;
}
.hugetallline {
	font-size: 24px;
	line-height: 24px;
}
.strong {
	font-weight: bold;
}
.allcaps {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.notd {
	text-decoration: none;
}
.tw {
	font-family: Verdana, Geneva, sans-serif;;
}

/* --------- Header --------- */
#header_main {
	position: relative;
	width: 924px;
	height: 225px;
	margin: 0 auto;
	background: url('../images/site/header_bg.jpg') no-repeat;
}
#header_inhome {
	width: 288px;
	height: 56px;
	position: absolute;
	right: 15px;
	top: 117px;
	z-index: 25;
}
	
#header_logos {
	float: left;
	width: 320px;
	height: 120px;
	margin-left: 11px;
	margin-top: 46px;
	text-align: center;
}

/* --------- Navigation --------- */
#nav_main {
	height: 31px;
	border-top: 1px solid #B4B4B4;
	background-color: #F1F1F1;
	width: 924px;
	margin: 0 auto;
}
#social {
	float: right;
	width: 120px;
	padding-top: 4px;
}
#nav_sub {
	height: 25px;
	width: 924px;
	margin: 0 auto;
	background-color: #1E56A3;
	overflow: hidden;
}
.nav_item_main {
	height: 23px;
	float: left;
	padding: 5px 0 3px 13px;
}
.nav_item {
	height: 22px;
	padding-right: 13px;
	border-right: 1px solid #B1B1B1;
}
.sub_list {
	background: url('../images/site/sub_arrow.jpg') no-repeat right 7px;
}
.nav_item a {
	text-decoration: none;
	color: #373737;
}
.nav_highlight {
	background: url('../images/site/nav_arrow.jpg') no-repeat bottom center;
}
.sub_nav_list {
	float: left;
	margin: 0 0 0 5px;
	list-style: none;
}
.sub_nav_list li {
	float: left;
	background: url('../images/site/sub_circle.gif') no-repeat right 8px;
	list-style-type:none; padding-left:8px; padding-right:13px; padding-top:5px; padding-bottom:4px
}
.sub_nav_list li a {
	text-decoration: none;
	color: #FFF;
}

/* --------- Content --------- */
#content_main {
	padding: 0 28px;
	width: 867px;
	margin: 0 auto;
	padding-bottom: 110px;
}
#content_left {
	float: left;
	width: 550px;
	padding-right: 28px;
	padding-bottom: 50px;
	border-right: 1px solid #E8E8E8;
}
.content_list li {
	 margin: 3px;
	 background: url('../images/site/list_bullet.jpg') no-repeat left 9px;; padding-left:8px; padding-right:3px; padding-top:3px; padding-bottom:3px
}

/* --------- Right Content --------- */
#content_right {
	float: left;
	width: 260px;
	padding-left: 28px;
	padding-bottom: 50px;
}
.section_header, .right_content {
	width: 250px;
	padding: 5px;
	background-color: #E8E8E8;
}
.right_content {
	background-color: #F9F9F9;
	overflow: hidden;
}
#offer_content {
	background: url('../images/site/offer_bg.jpg') repeat-y;
	width: 234px;
	padding: 15px
}
.info_button {
	background: url('../images/site/info_button.jpg') no-repeat;
	width: 215px;
	height: 35px;
	padding-left: 43px;
	cursor: pointer
}

/* --------- Footer --------- */
#footer_main {
	height:115px; 
	width:908px; 
	padding: 5px 8px;
	background-color: #F1F1F1;
	border-top: 1px solid #1e56a3;
	position:absolute; 
	bottom:0;
	left: 50%;
	margin-left: -462px;
}
#footer_links a {
	color: #373737;
}


#customForm input{
	border: 1px solid #cecece;
	padding: 5px 0px 5px 5px;  
	width: 100%;
	background-color: #F9F9F9;	
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	padding: 5px 0px 5px 5px;   
	width: 100%;
	background-color: #F9F9F9;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
