@charset "UTF-8";
/* CSS Document */

* {
margin: 0px;
padding: 0 px;
}
body  {
	background: #666666;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 0;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/AsphaltTile.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #container #containerContainer
{
	background-image: url(images/left_road_tall.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	background-color: #DFEDEF;
	margin-left: 115px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/header_sky.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 60px;
}
.twoColFixLtHdr #headerTall {
	background-color: #DFEDEF;
	margin-left: 115px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/header_sky.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 120px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 115px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/verticalSidebarLeft.gif);
	background-position: left;
	background-repeat: repeat-y;
	min-height: 464px;
	height: auto !important;
	height:464px;
	text-align:center;
} 
#mainContentHome {
	margin: 0 0 0 115px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/verticalSidebarLeft.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 460px;
} 
 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #footer {
}
.twoColFixLtHdr #container #foot {
	background-color: #445178;
	margin-left: 115px;
}
.twoColFixLtHdr #container #head {
	margin-left: 115px;
	background-color: #993333;
}
.twoColFixLtHdr #logoTop {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 80px;
}
.twoColFixLtHdr #container #mainContent #copy {
	padding-left: 36px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 16px;
	font-size: 12px;
}

.twoColFixLtHdr #container #mainContent #copyDefault
{
	padding-left: 36px;
	padding-top: 25px;
	padding-right: 22px;
	padding-bottom: 16px;
	font-size: 12px;
	text-align: left;
}
#footerNavigation {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #36405F;
	height: 18px;
	padding: 6px 12px 3px 12px;
}
#foot #footerNavigation a {
	color: #F6F6F6;
	font-size: 8px;
	text-decoration: none;
}
#foot #footerNavigation a:hover {
	color: #FFFFFF;
	font-size: 8px;
	text-decoration: underline;
}
#footer {
	width: 949px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#footer a {
	text-decoration: none;
	color: #009126;
}
#footer .legalCopy {
	font-size: 9px;
	margin-left: 180px;
	margin-right: 180px;
}
.twoColFixLtHdr #logoTop #topNav {
	font-size: 12px;
	color: #333333;
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 24px;
}
.twoColFixLtHdr #logoTop .logo {
	float: left;
	border-style: none;
}
.twoColFixLtHdr #logoTop #topNav a {
	color: #666666;
	text-decoration: none;
	padding-right: 6px;
}
.twoColFixLtHdr #container #header #search2 {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}
.twoColFixLtHdr #container #headerTall #search2 {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}
.twoColFixLtHdr #logoTop #topNav a:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 6px;
}
h1 {
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 0px;
	background-image: url(images/lightblue.bmp);
	background-repeat: repeat;
}
h2 {
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
}
h3 {
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 8px;
}
h4 {
	font-size: 13px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.twoColFixLtHdr #container #mainContent #copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColFixLtHdr #sidebar1 { width: 230px; }

.twoColFixLtHdr #container #headerTall #topNav {
	float: left;
	width: 750px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 8px;
	margin-top: 66px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #headerTall #topNav a {
	color: #F5F5F5;
	text-decoration: none;
}
.twoColFixLtHdr #container #headerTall #topNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent #roadMap {
	float: right;
	padding-left: 12px;
}

.newsItem 
{
	width: 250px;
}

.contactItem 
{
	width: 380px;
}

.contactImage
{
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
}

.contactInfo
{
	float:left;
	width:270px;
}

.contactContainer 
{
	padding-left:35px;
}

.contactTD
{
	vertical-align:top;
	padding: 5px 10px 5px 10px;
	min-width:200px;
	width:auto !important;
	width: 200px;
}

.terminalImage
{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 280px;
}

.terminalTD
{
	padding:30px 10px 15px 10px;
	vertical-align:top;
	min-width:200px;
	width:auto !important;
	width: 200px;
}

.hrzList 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.hrzList a:link
{
	color: #009933;
	text-decoration: none;
}

.hrzList a:visited
{
	color: #009933;
	text-decoration: none;
}

.hrzList a:hover
{
	color: #003399;
	text-decoration: none;
}

.hrzListContent 
{
	text-align:left;
	padding-top:20px;
	padding-left:15px;
}

.hrzListContainer 
{
	min-height:100px;
	height: auto !important;
	height:100px;
}

.hrzListSection 
{
	min-height:200px;
	height:auto !important;
	height:200px;
	width:100%;
}

.contactTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
	padding-top:20px;
	padding-left:50px;
}

.siteFont 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.mailingAddress 
{
	padding: 20px 0px 20px 20px;
}

/* Modal popups */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.popup  
{ 
	width: 400px;             
	background-color:White;
    border-style: groove;      
    border-color: Black;  
    border-width: 1px;
    text-align: center; 
}
.popupheader
{
	width: 101%;
	padding: 5px 0;
	background-color: #36405F;
	color: #FFFFFF;
	border-bottom: solid 1px black;	
    vertical-align: middle;  
    text-align: left;
    padding: 5px;
	font-weight:bold;
}

.popup table 
{
	border: 0;
	width: 95%;
}

.popup tr 
{
	width: 100%;
}

.popup td 
{
	width:100%;
	padding: 10px 5px 10px 5px;
}

/* End modal popup section */

.contentAdmin 
{
	padding-left: 36px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 16px;
	font-size: 12px;
}

.contentAdmin h1 /* this is for the background image which serves as a Header Bar */
{
	margin-left: -36px;
	margin-right: -36px;
}

.leftAlign 
{
	text-align:left;
}

.contactType 
{
	color:#36405F;
	font-size: 16px;
	font-weight: bold;
}

.contactName
{
	font-weight: bold;
}

.centerAlignment
{
	text-align: center;
}

.lblLink
{
	color:#009933;
}

.optin 
{
	font-size:10px;
}

.loginControl 
{
	padding-left: 36px;
	padding-top: 25px;
	padding-right: 22px;
	padding-bottom: 16px;
	text-align:left;
	width:280px;
}

/** VALIDATION STYLES **/
.validation
{
	font-weight: bold;
	margin: 0.8em 0;
	border:solid 1px #445178;
}
.validation h6
{	
	margin: 0 0 0.5em 0;
	padding: 0.5em 0.5em;
	border-bottom:solid 1px #445178;
	font-size: 0.9em;
	font-weight: bold;
}
.validation hr 
{
	height:1px;
	margin:0 0;
}
.validation ul
{
	margin: 6px 0;
	list-style-type: disc;
}
.validation li 
{
	margin: 0px 0px 2px 30px ;
	font-weight:normal;
	font-size: 10px;
	list-style-type: square;
}
.validators
{
	font-size: 0.8em;
}
.ValidationHighlight
{
	background-color: #fffacd;
}

/* Error page */
#errorWrapper
{
	width: 790px;
	text-align: left;
	margin: 0 auto;
/*	color: #999999;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-top: 5px;
}

#errorWrapper h1 
{
	font-size: 20px;
	color: #666633;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	padding: 10px 0 10px 0;
}

#errorWrapper h4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height:20px;
	padding: 10px 0 10px 0;
}

#errorWrapper p 
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}

#errorHeader 
{
	width: 790px;
	line-height:20px;
}

.watermark
{
	color: #999999;
}