/* *** ** 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:27px/27px Georgia, "Times New Roman", Times, serif; color:#fff; padding:9px 0 20px; }
h2 { font:21px/21px Georgia, "Times New Roman", Times, serif; color:#1a130a; padding:12px 0 2px; }
h3 { font:18px/18px Georgia, "Times New Roman", Times, serif; color:#1a130a; padding:9px 0 1px; }
h4, h5, h6 { font:italic 15px/15px Georgia, "Times New Roman", Times, serif; color:#1a130a; padding:6px 0 0; }
p { padding:5px 0; }
ul { padding:5px 0 5px 40px; list-style:none; }
ol { padding:5px 0 5px 40px; }
strong { font-weight:bold; }
a, a:hover { text-decoration:none; }
.required { color:#1a130a; }
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: 14px/20px Arial, Helvetica, sans-serif;
	background: #625f6e;
	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: #212324;
}

.home #contentContainer-top { background:url(/images/home-contentContainer-top.jpg) no-repeat top; }
.home h1 { color:#1a130a; padding:18px 0 10px; }
.home  #mainContent { float:left; width:667px; padding:0 0 15px 45px; }

#bg { background:url(/images/bg.jpg) repeat-x bottom; height:100%; min-height:100%; }
html>body #bg { height:auto; }

#container {
	width: 954px;
	margin: 0 auto;
	text-align: left;
}
#header { background:url(/images/header.jpg) no-repeat; height:337px; }
#header h1 { padding:0; cursor:pointer; text-indent:-9000px; }
#header h1 a { height:303px; display:block; }

#contentContainer { width:100%; background:url(/images/contentContainer.jpg) repeat-y; }
#contentContainer-bottom { background:url(/images/contentContainer-bottom.jpg) no-repeat bottom; }
#contentContainer-top { background:url(/images/contentContainer-top.jpg) no-repeat top; }

#mainContent { padding:0 55px 15px 45px; margin: 0; height:500px; min-height:500px; }
html>body #mainContent { height:auto; }
#mainContent p { text-align:justify; }
#mainContent ul { padding-left:20px; }
#mainContent ul li { background:url(/images/list.gif) no-repeat 0 6px; padding-left:20px; }
#mainContent a { color:#212324; text-decoration:underline; }
#mainContent a:hover { color:#000; text-decoration:underline; }

#sidebar { float:right; width:150px; padding:0 45px 15px 0; }
#sidebar h4 { font:20px/20px Georgia, "Times New Roman", Times, serif; color:#1e3849; padding:26px 0; }

/* Form Styling */
#mc-form { padding:0 0 40px; margin:0; text-align:center; }
#mc-form form { width:100%; }
#mc-form label { display:block; text-align:left; height:15px; padding:0; margin:0; width:100%; font:10px Tahoma, Geneva, sans-serif; color:#615f69; }
#mc-form input { width:100%; margin:0 auto 5px; border-top:1px solid #bbbdbe; border-right:1px solid #363d41; border-bottom:1px solid #363d41; border-left:1px solid #bbbdbe; }
#mc-form textarea { width:100%; height:50px; border-top:1px solid #bbbdbe; border-right:1px solid #363d41; border-bottom:1px solid #363d41; border-left:1px solid #bbbdbe; }
#mc-form input.submit-btn { width:45px; height:18px; margin:10px 0 0 0; vertical-align:middle; text-align:center; cursor:pointer; border:none; background:url(/images/submit.jpg) no-repeat; text-indent:-9000px; }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:954px;
	padding: 0;
	margin: 0;
	background:url(/images/footerContainer.jpg) no-repeat;
	
}
#footer { margin:0 auto; padding: 0 20px; }
#footer p {	margin: 0; padding: 12px 0; font:13px/22px Arial, Helvetica, sans-serif;  }

/* Footer Navigation Styling */
#footerNav { text-align:center; }
#footerNav a { color:#615f69; padding:0 8px; }
#footerNav a:hover { color:#5283a8; }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 864px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:7px 0 0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:5px 0 0 0; 
	line-height:15px;
	font-size:10px;
	color:#fff;
}
#disclaimer a { color:#fff; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 
#disclaimer img { padding:1px 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: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	*width: 954px;
}
/* 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;
	border-right:1px solid #887b03;
}
ul.MenuBarHorizontal li.right { border:none; }
/* 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: 1px 0 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
	background:#000;
}
/* 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;
	border:none;
	background:#000;
}

/*******************************************************************************

 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: 12px 9px 8px;
	color: #fff;
	text-decoration: none;
	font:14px/14px Arial, Helvetica, sans-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
{
	color: #8cb2e8;
}
/* 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
{
	color: #8cb2e8;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font:13px/13px Arial, Helvetica, sans-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
{
	color:#000;
	background:#8cb2e8;
}
/* 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
{
	color:#000;
	background:#8cb2e8;
}

/*******************************************************************************

 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: #000;
	}
}/* *** ** End   of CSS ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
