﻿/***************************************
COMMON
***************************************/
body, table {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
html, body, form {
	margin: 0;
	padding: 0;
}
body {
	background: #002868 url(/images/site/bkg-body.png) repeat-x;
	text-align: center; /* PC_IE 5.5 center fix */
}
table {text-align: left;} /* PC_IE 5.5 center fix */
#main{
	width: 777px;
	background: transparent url(/images/site/bkg-table.jpg) no-repeat top right;
	padding: 0px;
	margin-left: auto; /* MAC_IE 5.2 center fix */
	margin-right:auto; /* MAC_IE 5.2 center fix */
}
A {
	color : #ee4141;
}
A:hover {
	text-decoration: none;
}
li {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
ul{
	list-style: square outside url(/images/lidot.gif);
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 10px;
}
ul ul{
	padding: 0px 0px 0px 10px;
}
ol{
	margin: 0px 0px 0px 45px;
	padding: 0px;
}
/***************************************
HEADER
***************************************/
#headerTD {
	padding: 0 4px;
}
/***************************************
FOOTER
***************************************/
#footerTD {
	padding: 5px 17px 2px 0;
	text-align: right;
	color: #5a749d;
	font-size: 10px;
}
.footerLinks {
	color: #a1b4d2;
}
.footerLinks A {
	color: #a1b4d2;
	margin: 0 10px;
	font-size: 11px;
}
A.footerLast {margin-right: 0;}
/***************************************
CONTENT
***************************************/
#contentTD {
	vertical-align: top;
	padding: 100px 16px 5px 17px;
}
#contentTD A img{border: 0;}
H1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-bottom: 25px;
}
H2 {
	padding: 0;
	margin: 0 0 25px 0;
	font-weight: normal;
	font-size: 18px;
}
.fineprint {
	font-size: 11px;
	color: #666666;
}
.requiredfield {
	color: #ff0000;
}
HR {
	color: #666666;
	background: #666666;
	height: 1px;
	border: 0;
}
.acrobatLink {
    border: 0;
    vertical-align: middle;
    margin-right: 5px;
}
.TopCap{display: block;}
.BottomCap{display: block;}
.contentContainer2 {
/*	display: table;
	height: 400px;
	width: 100%;
*/
	padding: 0 10px 5px 10px;
	color: #002868;
	background: transparent url(/images/site/bkg-Top2.jpg) no-repeat;
}
.contentContainer1 {
	background: transparent url(/images/site/bkg-Mid.png) repeat-y;
}
.spotlight {
	float: right;
	background: transparent url(/images/site/spotlight.png) no-repeat;
	width: 272px;
	height: 130px;
	margin: 0 0 10px 10px;
	color: #e31a22;
	padding: 5px 0 0 8px;
}
.spotlight li {
	margin: 0px;
}
.spotlight ul{
	list-style: square outside url(/images/lidot2.gif);
}
.homeTable {
	width: 100%;
	table-layout: fixed; /* evenly space TDs */
}
.homeTD1{}
.homeTD2{text-align: center; padding-right: 60px;}
.homeTD3{text-align: right;}
.tenPercent {float: right; margin: 0 0 5px 5px;}
.CTA{text-align: right; padding-top: 10px;}
/*****************************************
INPUT/RADIO/CHECKBOX/COMMNET BOX STYLE
Note, remember to set ALL radio/checkboxes to class="checkbox" or class="radio" to turn off borders on those items
*****************************************/
option, input, select, textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	height: 18px;
	margin: 0px;
	vertical-align: top;
}
select {
	border: 1px solid #8c8c8c;
}
textarea {
	height: auto;
}
input, textarea {
	border: 1px solid #8c8c8c;
	padding: 0px 2px 0px 2px;
}
.checkbox, .radio, .checkbox input, .radio input {
	border: 0px;
	margin-right: 4px;
}