/* *** ** 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:24px/24px "Times New Roman", Times, serif; text-transform:uppercase; padding:0 0 10px; }
h2 { font:italic 21px/21px "Times New Roman", Times, serif; text-transform:capitalize; padding:12px 0 3px; }
h3 { font:italic 18px/18px "Times New Roman", Times, serif; text-transform:capitalize; padding:9px 0 2px; }
h4, h5, h6 { font:bold 14px/20px "Times New Roman", Times, serif; padding:6px 0 1px; }
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:#fff; }
a:hover { text-decoration:underline; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #fff; width: 100%; height: 1px; margin:15px 0 5px; }

/* Layout Styling */
.body {
	font: 14px/20px "Times New Roman", Times, serif;
	background: #001c23;
	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: #fff;
}
#container {
	width: 862px;
	margin: 0 auto;
	text-align: left;
}
#header { background:url(/images/header.jpg) no-repeat; height:523px; }
#header h1 { padding:0; cursor:pointer; height:100px; text-indent:-9000px; width:460px; float:left; }
#header p { text-transform:uppercase; text-align:right; padding:25px 30px 15px 0; cursor:pointer; font-size:13px; }
#header a:hover { text-decoration:none; }
#header div { float:left; padding:0; height:45px; width:210px; cursor:pointer; }

.default #header { background:url(/images/header-default.jpg) no-repeat; height:222px; }

#contentContainer { width:100%; background:#666 }
#contentContainer #bottom { background:url(/images/bottom.jpg) no-repeat bottom; }
#contentContainer #top { background:url(/images/top.jpg) no-repeat top; height:435px; min-height:435px; }
html>body #contentContainer #top { height:auto; }

#mainContent { padding:40px 60px 40px 70px; margin: 0;}
#mainContent h1 { position:relative; margin-left:-20px; }
#mainContent a { text-decoration:underline; font-style:italic; }
#mainContent a:hover { text-decoration:none; }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:862px;
	padding: 0;
	margin: 0;
}
#footer { margin:0 auto; padding: 0; }
#footer p {	margin: 0; padding: 10px 0; }

/* Footer Navigation Styling */
#footerNav { text-align:center; }
#footerNav a { font-size:13px; color:#fff; padding:0 5px 0 2px; border-right:1px solid #fff; text-transform:uppercase; }
#footerNav a:hover { color:#999; text-decoration:none; }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 740px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:5px 0 0 0; 
	line-height:15px;
	font-size:10px;
}
#disclaimer a { color:#cecece; font-weight:bold; }
#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;
	display:table;
	padding: 332px 12px 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	*width: 800px;
}
.default ul.MenuBarHorizontal { padding-top:76px; }

/* 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;
}
/* 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: 170px;
	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: 170px;
	background:#ddd;
	text-align:left;
}

/*******************************************************************************

 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: 17px 9px;
	color: #033;
	text-decoration: none;
	font:12px/12px "Times New Roman", Times, serif;
	text-transform:uppercase;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background:url(/images/menu.jpg) repeat-x;
	color: #fff;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	padding: 7px 12px;
	color: #033;
	text-decoration: none;
	font:12px/15px "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, ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background:#033;
	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;
	}
}

.mac ul.MenuBarHorizontal
{
	padding-top:312px;
}

.mac .default ul.MenuBarHorizontal { padding-top:56px; }/* *** ** End   of CSS ** *** */
