﻿body
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #717171;
	background-image: url(  'img/bg.jpg' );
	background-repeat: repeat-x;
	color: #333333;
}


.container
{
	width: 1100px;
	background-color: #FFFFFF;
	text-align: left;
}
.flashLander
{
	width: 650px;
	height: 550px;
}

.fieldEntry
{
	padding: 2px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/********* banner *********/
.banner
{
	background-image: url(  'img/banner.bg.png' );
	background-repeat: repeat-x;
	height: 100px;
	color: #FFFFFF;
	background-color: #800000;
}
.banner a
{
	color: #FFFFFF;
	text-decoration: none;
}
.banner a:hover
{
	text-decoration: underline;
}

/********* menu *********/
.menu
{
	height: 30px;
	color: #333333;
}
.menu a
{
	color: #333333;
	text-decoration: none;
}
.menu a:hover
{
	text-decoration: underline;
}

/*** default.3.aspx ***/
.menu3Blank
{
	height: 30px;
	color: #FFFFFF;
	background-color: #800000;
}
.menu3
{
	height: 30px;
	color: #FFFFFF;
	background-color: #800000;
}
.menu3:hover
{	
	background-image: url( 'img/banner.bg.png' );
	background-repeat: repeat-x;
	height: 30px;
	color: #FFFFFF;
}
.menu3 a
{
	color: #FFFFFF;
	text-decoration: none;
}
.menu3 a:hover
{
	text-decoration: underline;
}
.menuBg
{		
	height: 30px;
	background-image: url( 'img/menu.bottombg.png' );
	background-repeat: repeat-x;
}

/********* landing *********/
.lander
{
	text-align: left;
	vertical-align: top;
}
.lander a
{
	color: #0000FF;
	text-decoration: none;
}
.lander a:hover
{
	text-decoration: underline;
}
.landerBackground
{
	background-image: url( 'img/lander.jpg' );
	background-position: left bottom;
	background-image: url;
	background-repeat: no-repeat;
}
.landerText
{
	padding: 8px 25px 8px 8px;
}
.landerRight
{
	text-align: right;
}
/********* strip *********/
.strip-white
{
	height: 1px;
	background-color: #FFFFFF;
}
.strip-dark
{
	height: 10px;
	background-color: #800000;
	color: #FFFFFF;
}


/********* agency locator *********/
.searchBox
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	padding-left: 5px;
}
.searchBoxWatermark
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #969696;
	padding-left: 5px;
}

/********** disclaimer ******/
.disclaimer
{
	padding: 10px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}

.important
{
	font-style: italic;
	color: #800000;
}
.important a
{
	color: #0000FF;
	text-decoration: none;
}
.important a:hover
{
	text-decoration: underline;
}

/********** employment ******/
.jobPostHead
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #800000;
	text-align: center;
	font-weight: bold;
}
.jobPost
{
	font-size: 16px;
	font-family: Calibri,Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 10px;
}

.required
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.newSearch
{
	text-decoration: none;
	color: #800000;
}
.newSearch:hover
{
	text-decoration: underline;
}
.faq
{
}
.faqTopic
{
	color: #800000;
	text-decoration: none;
	cursor: pointer;
}
.faq .detail
{
	padding-left: 15px;
}
.readMore
{
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup
{
	background-color: #FFFFFF;
	padding: 10px;
}