/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
h1, h2, h3, h4, h5, h6, p, ul, img, blockquote, form, label, dl, fieldset, address { margin:0; }

/* Text Styling */
h1 { font:bold 18px/24px Arial, Helvetica, sans-serif; color:#0060aa; text-transform:uppercase; padding:10px 0 15px; }
h2 { font:18px/24px Arial, Helvetica, sans-serif; color:#0060aa; padding:10px 0 0;}
h3 { font:italic 16px/20px Arial, Helvetica, sans-serif; color:#000; padding:8px 0 0;}
h4 {}
h5 {}
p { font:14px/20px Arial, Helvetica, sans-serif; padding:5px 0; color:#3b3837}
ul { font:14px/20px Arial, Helvetica, sans-serif; padding:5px 0 5px 50px; color:#131b05; list-style:disc  }
strong { font-weight:bold; }
a { text-decoration:underline; color: #0047a4; }
a:hover { text-decoration:none; }
.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: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #000000;
}
#container {
	width: 952px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header { background:#fff url(/images/header.jpg) no-repeat; padding: 0; width:950px; height:189px; }
#header h1 { height:189px; width:260px; margin: 0; padding:0; text-indent:-1000px; }

#menu { background:#fff; border:1px solid #969488; width:950px; height:37px; margin:0 auto; }

#contentContainer { width:950px; border:1px solid #969488; border-top:none; }
#mainContent { width:900px; padding: 10px 25px; margin: 0; background: #FFFFFF; }

#mainContentHome { float:right; width:640px; padding: 10px 25px 10px 0; margin: 0; background: #FFFFFF; }
#mainContentHome h1 {padding:20px 0 15px}

#sidebar { width:220px; margin-left:21px; float:left; background:#fff url(/images/sidebar.jpg) no-repeat top left;  padding-right:36px; *margin-left:11px }
#sidebar h2 { padding:35px 0 12px 10px; text-transform:uppercase; font:bold 15px Arial, Helvetica, sans-serif; color:#e8c6a9}
#sidebar ul { padding:0 2px 0 8px; font:bold 11px/14px Arial, Helvetica, sans-serif; text-transform:uppercase; list-style:none }
#sidebar li { padding:7px 0; }
#sidebar p { font:bold 13px/22px Arial, Helvetica, sans-serif; text-align:right; padding:36px 0 0; color:#121111 }
#sidebar a { color:#fff; text-decoration:none }
#sidebar a:hover { text-decoration:underline; }
#sidebar img { padding:5px 0; }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:950px;
	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 { color:#005da4; padding:0 8px; text-decoration:none; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; }
#footerNav a:hover { color:#999; }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 900px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:20px 0 15px;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:5px 0 0 0; 
	font:10px/14px Arial, Helvetica, sans-serif;
	color:#0060aa;
}
#disclaimer a { color:#0060aa; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 
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;
	cursor: default;
	display:table;
	*width:900px;
	text-align: center;
	background:none;
}
/* 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;
	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: 200px;
	text-align:left;
	position: absolute;
	left: -1000em;
	background:#fff;
}
/* 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;
}
/* 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

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #969488;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	padding: 11px 10px 14px;
	text-transform:uppercase;
	color: #0042a4;
	text-decoration: none;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
}
/* 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: #e8e8e5;
	color:#0042a4;
}
/* 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: #e8e8e5;
	color: #0042a4;
}

ul.MenuBarHorizontal ul a
{
	padding: 4px 10px;
	text-transform:capitalize;
	font:12px/16px Arial, Helvetica, sans-serif;
}
/*******************************************************************************

 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;
	}
}
/* *** ** End   of CSS ** *** */
