/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
h1, h2, h3, h4, h5, h6, p, ul, ol, img, blockquote, form, label, dl, fieldset, address { margin:0; padding:0 }


/* Text Styling */
h1 { font:20px/20px Georgia, "Times New Roman", Times, serif; color:#183d51; padding:0 0 20px; }
h2 { font:bold 16px/20px Arial, Helvetica, sans-serif; color:#000; padding:12px 0 2px; }
h3 { font:bold 14px/20px Arial, Helvetica, sans-serif; color:#000; padding:8px 0 1px; }
h4, h5, h6 { font:bold 12px/20px Arial, Helvetica, sans-serif; color:#000; padding:4px 0 0; }
p { padding:5px 0; }
ul { padding:5px 0 5px 40px; list-style:disc; }
ol { padding:5px 0 5px 40px; }
strong { font-weight:bold; }
a { text-decoration:none; color: #0000CC; }
a:hover { text-decoration:underline; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px; margin:15px 0 5px; }

/* Layout Styling */
.body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background:#3c3c3c url(../images/body.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000;
}

#bg { background:url(../images/bg.jpg) no-repeat top center; }

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#header { background:url(../images/header.jpg) no-repeat; height:428px; }
#header h1 { padding:0; cursor:pointer; text-indent:-9999px; }
#header h1 a { display:block; height:88px; }

#header #nav { padding:40px 0 0; height:46px; }
#header #pa { padding:20px 0 0 620px; font:14px/22px Georgia, "Times New Roman", Times, serif; list-style:none; }
#header #pa li { background:url(../images/pa-bullet.gif) no-repeat 0 6px; padding-left:16px; }
#header #pa a { color:#fff; }
#header #pa a:hover { color:#77beff; text-decoration:none; }

#header #searchForm {
	float: right;
	height: 44px;
	width: 280px;
	margin: 0;
	padding: 136px 0 0 0;
}
#header #searchForm #search-field {
	color: #7a7a7a;
	border: none;
	float: left;
	font: 11px/26px Tahoma, Geneva, sans-serif;
	height: 11px;
	padding: 7px 10px 8px 30px;
	width: 192px;
	background-image: url(../images/form-search.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header #searchForm #search-button {
	float: left;
	background: none;
	height: 32px;
	width: 32px;
	border: none;
	padding: 0;
	cursor: pointer;
	margin: 0 5px 0 5px;
}

#contentContainer-top { width:100%; background:url(../images/contentContainer-top.jpg) no-repeat top; height:580px; min-height:580px; }
html>body #contentContainer-top { height:auto; }
#contentContainer-bottom { background:url(../images/contentContainer-bottom.jpg) no-repeat bottom; }
#contentContainer { background:url(../images/contentContainer.jpg) repeat-y; }

#mainContent { width:560px; padding: 20px 40px 20px 0; margin: 0; float:right; }

#mainContent img {
	float: left;
	padding: 0 25px 10px 0;
}

#sidebar { width:240px; padding:60px 30px 20px; float:left; }
#sidebar p { color:#fff; font:11px/15px Arial, Helvetica, sans-serif; }
#sidebar #address { text-align:center; font:12px/18px Georgia, "Times New Roman", Times, serif; }
#sidebar .logos {clear:both; width:190px; margin:0 auto; text-align:center;}
#sidebar .logos a {float:left; margin:0 8px; display:inline; display:block;}
/* Form Styling */
#mc-form { padding:10px 0; margin:0; text-align:center; }
#mc-form form { width:100%; }
#mc-form input { width:234px; margin:0 0 10px; font:11px Arial, Helvetica, sans-serif; border:none; padding:3px; }
#mc-form textarea { width:234px; height:40px; margin:0 0 10px; *margin:0; font:11px Arial, Helvetica, sans-serif; border:none; padding:3px; }
#mc-form input.submit-btn { width:89px; height:32px; margin:10px 0 0 0; *margin:0; vertical-align:middle; text-align:center; cursor:pointer; border:none; background:url(../images/form-submit.gif) no-repeat; }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:950px;
	padding: 32px 0 0;
	margin: 0;
	background:url(../images/footerContainer.jpg) no-repeat;
	height:162px;
}
#footer { margin:0 auto; padding: 0 20px; }
#footer p {	margin: 0; padding: 10px 0; }

/* Footer Navigation Styling */
#footerNav { text-align:center; }
#footerNav a { color:#fff; padding:0 12px 0 8px; border-right:1px solid #fff; font:11px Arial, Helvetica, sans-serif; }
#footerNav a:hover { color:#aaa; text-decoration:none; }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 880px; /* adjust width and height for your disclaimer */
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:10px 0 0 240px; 
	line-height:15px;
	font-size:10px;
	color:#fff;
}
#disclaimer a { color:#cecece; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 
#disclaimer h5 { float:right; cursor:pointer; text-indent:-9999px; }
#disclaimer h5 a { display:block; height:20px; width:90px; }

a:active { outline: none; }
a:focus { -moz-outline-style: none; }
/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:130px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.form-pct {	
	border:1px solid #999;
	background:#ddd;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	padding:3px 4px;
	width:330px;}
	
.msg-pct {
	border:1px solid #999;
	background:#ddd;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	padding:3px 4px;
	width:470px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}

/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:450px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;}
#directionsForm { padding-bottom:10px;}
#directionsInput { display:inline; }
#directionsLocale { display:inline; margin:0 10px; }
#directionsSubmit { display:inline; }


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto;
	display:table;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	*width: 823px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 200px;
	background:#fff;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 13px 20px 16px;
	color: #0f0f0f;
	text-decoration: none;
	font:17px/17px Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #a80000;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #a80000;
	color: #FFF;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	padding: 6px 12px 8px;
	color: #0f0f0f;
	text-decoration: none;
	font:12px/16px Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-color: #a80000;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color: #a80000;
	color: #FFF;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
	ul.MenuBarHorizontal ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
/* *** ** End   of CSS ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
