/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
h1, h2, h3, h4, h5, h6, p, ul, ol, img, div, blockquote, form, label, dl, fieldset, address { margin:0; padding:0 }

/* Text Styling */
h1 { font:italic 26px/40px "Times New Roman", Times, serif; color:#104754; padding:10px 0; }
h1 span { font:italic 16px/16px "Times New Roman", Times, serif; color:#153247;}
h2 { font:italic 20px/22px "Times New Roman", Times, serif; color:#666; padding:12px 0 0; }
h2 span { font:italic 16px/16px "Times New Roman", Times, serif; color:#153247;}
h3 { font:italic 16px/18px "Times New Roman", Times, serif; color:#666; padding:8px 0 0; }
h4 {}
h5 {}
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: #c1802f; }
a:hover { text-decoration:underline; color:#666; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px;}

/* Layout Styling */
.body {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	background:#fff url(/images/bg.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: #153247;
}
#container {
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.sub #header { background:#fff url(/images/sub-header.jpg) top no-repeat; height:348px; }

#header { background:#fff url(/images/home-header.jpg) top no-repeat; height:510px; }
#header h1 { float:left; height:112px; width:650px; text-indent:-4000px; padding:0; }
#header h2 { font:italic 30px/30px "Times New Roman", Times, serif; float:left; height:30px; width:180px; padding:48px 20px 34px; color:#073443; }
#contentContainer { width:820px; padding: 0 30px; margin: 0; background:#fff url(/images/content.jpg) no-repeat top; }
#mainContent { border-bottom:1px solid #153247; padding:0 0 20px; }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:820px;
	padding:0;
	margin: 0 auto;
}
#footerContainer p { font:12px/20px "Times New Roman", Times, serif; color:#001b22; text-align:center; padding:10px 0 20px; }
#footer { margin:0 auto; padding: 0 20px; background:url(/images/footer.jpg) no-repeat top; }
#footer p { padding:10px 0; }

/* Footer Navigation Styling */
#footerNav {  }
#footerNav a { color:#326472; text-decoration:none; padding:0 12px 0 10px; border-right:1px solid #326472; text-transform:capitalize; }
#footerNav a:hover { color:#326472; text-decoration:underline; }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 800px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:0;
}
#disclaimer p {
	margin:0; 
	padding:5px 0 0 0; 
	font:10px/15px Arial, Helvetica, sans-serif;
	color:#003957;
	text-align:left;
}
#disclaimer a { color:#003957; font-weight:bold; text-decoration:none; }
#disclaimer a:hover { text-decoration:underline; } 
#disclaimer img { padding:0px 15px 0 0px; float:left; display:inline; }

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; }


/*******************************************************************************

 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;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	display:table;
	*width:738px;
	height:37px;
}
/* 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: center;
	cursor: pointer;
	float: left;
	border-right:1px solid #f0f0f0;
	border-left:1px solid #a3aeb1;
}
ul.MenuBarHorizontal li#left { border-left:none; height:37px; }
ul.MenuBarHorizontal li#right { border-right:none; height:37px; }
/* 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: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
	background:#ddd;
}
/* 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;
	text-align:left;
	border:none;
}
/* 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:11px 30px 12px;
	color: #326472;
	text-decoration: none;
	font:14px/14px "Times New Roman", Times, serif;
	text-transform:capitalize;
	text-decoration:none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background:url(/images/menu-hover.jpg);
	color: #FFF;
	text-decoration:none;
}
/* 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:url(/images/menu-hover.jpg);
	color: #FFF;
	text-decoration:none;
}

ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	padding:7px 10px;
	color: #326472;
	text-decoration: none;
	font:13px/13px "Times New Roman", Times, serif;
}
/* 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:#326472;
	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:#326472;
	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: #ddd;
	}
}/* *** ** End   of CSS ** *** */
