F/*
****************************************
* Standard Style Sheet                 *
* Created On: 01/20/2004					*
* Last Modified:									  *
* Steve Olson 3/4/2004						  *
* Revised 9/16/04 - S.O.					  *
****************************************
*/


/* standard text */
.standard, P, DIV, TD, LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #000000;
}

H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
	color: #B92B20;
}

.fine {
	font-family: arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	line-height: inherit;

}

.titles {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	text-transform: uppercase;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}

.print {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 110%;
	color: #000000;
}

.subText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #B92626;
}


/* links */
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #313379;
}

A:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #DAB318;
}

A.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #313379;
}

A.nav:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F5C936;
}

A.alt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}


A.alt2:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F5C936;
}


A.whiteLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}


A.whiteLinks:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #F5C936;
}

.interiorCopyBG {
	background-image: url(images/interiorCopyBG.gif);
	background-repeat: no-repeat;
}



/* form controls */
.textbox {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.radiobutton {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.checkbox {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.button {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.dropdownlist {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.textboxAlt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: outset;
	border-top-style: outset;
	border-left-color: #CFCFCF;
	border-top-color: #CFCFCF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	color: #595959;
}


/* tables */
.border {
	border: 1px solid #E6E6E6;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EBEBEB;
}

.borderRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D5CE84;
	border-right-color: #b4bfd7;
	border-bottom-color: #D5CE84;
	border-left-color: #D5CE84;
}


.mainHeader {
	background-color: #DED896;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	text-decoration: none;
	text-transform: uppercase;
}

.columnHeader {
	background-color: #DED896;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
}

.itemRow	{
	background-color: #FFFFFF;
}

.altItemRow	{
	background-color: #F5F5F5;
}

.selectedItemRow {
	background-color: #D9D9D9;
	color: white;
}
.whiteHomeTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
    text-align: justify;
}
.titlesBG {
	background-color: #202452;
	background-image: url(images/titlesBg.jpg);
	background-repeat: no-repeat;
}

.headerCurve {
	background-image: url(images/headerCurve.gif);
	background-repeat: no-repeat;
}
.homepageMap {
	background-image: url(images/homeMap.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5C936;
}



.newsDividers {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9198b5;
}
.USmap {
	background-image: url(images/mapFull.jpg);
	background-repeat: no-repeat;

}
.borderOrange {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2be30;
}
.orangeLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBC03E;
}
.sideBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}
.blueRow {
	background-color: #F1F4F9;
}


/* Fly-out menu */
div.flyout
{
	background-color: #a5b4d5;
	text-align: left;
	position: absolute;
	top:0;
	left:0;
	padding: 10px 2px;
	border: solid 1px #333;
	display:none;
    opacity: 0.90; /* Safari/CSS3 */
    -moz-opacity: 0.90; /* Mozilla */
    filter: alpha(opacity=90); /* IE */
}

div.flyout a
{
	font: 11px Arial, Verdana, san-serif;
	color: #1b1e4d;
	text-decoration: underline;
	margin: 2px;
	padding: 2px;
	display: block;
}

div.flyout a:hover
{
	font: 11px Arial, Verdana, san-serif;
	color: #1b1e4d;
}

table.flyoutTbl
{
    width: 170px;
}

.addressHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.addressBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
