/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
#mainContent ul { margin:0 0 0 25px; padding:0; line-height:22px; }
ul.side-links { margin:0; }
ul.side-links li { list-style:none; padding:0 0 10px 0; margin:5px 0; border-bottom:dotted 1px #000;}
p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }

/* Text Styling */
h1 { }
h2 {
	font-size:20px;
	line-height:30px;
	margin:18px 0;
}
h3 {}
h4 {}
h5 {}
p { line-height:18px; margin:18px 0;}
strong { font-weight:bold; }
a {color: #5766B9; outline:none;}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
.RichText a, .DisplayGroup a, .Navigation a, .RichText a:visited, .DisplayGroup a:visited, .Navigation a:visited {color:#5766B9; text-decoration:underline;}
.RichText a:hover, .DisplayGroup a:hover, .Navigation a:hover, .RichText a:focus, .DisplayGroup a:focus, .Navigation a:focus {color:#5766B9; text-decoration:none;}
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px;}

/* Layout Styling */
.body {
	background:#11363A;
	font:14px "Times New Roman", Times, serif;
	margin: 0;
}
#wrap {
	background:#226D75 url(/images/body.gif) repeat-x;
	margin:0;
	padding:0;
}
#container{
	background:url(/images/container.gif) repeat-x bottom;
	width:100%;
	padding-bottom:10px;
	overflow:hidden;
}
#containerInner {background:url(/images/contentContainer.gif) repeat-y top; width:862px; margin:0 auto;}
/*--header--*/
#headerContainer{
	background:url(/images/headerContainer.gif) no-repeat;
	width:862px;
	height:218px;
	margin:0 auto;
	position:relative;
}
.logo{
	background:url(/images/logo.gif) no-repeat;
	width:462px;
	height:95px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:55px;
	left:200px;
}
.logo a{
	height:100%;
	display:block;
}
#mainMenu{
	width:862px;
	position:absolute;
	top:183px;
	left:0;
}
/*--content--*/
#contentContainer{
	background:url(/images/contentContainer.gif) repeat-y;
	width:862px;
	margin:0 auto;
}
.content{
	background:url(/images/content.gif) no-repeat bottom;
	width:824px;
	padding:0 19px;
	height:415px;
	min-height:415px;
}
html>body .content {height:auto}
* html .content {overflow:visible;}
/*--visual--*/
.visual{
	background:url(/images/visual.jpg) no-repeat;
	width:824px;
	height:295px;
}
.visual address{
	width:412px;
	float:left;
	font:12px/16px "Times New Roman", Times, serif;
	color:#369;
	text-align:center;
	margin:192px 0 0;
}
.visual address span,
.visual address strong{display:block;}
.visual address strong{
	font-size:14px;
	color:#000;
}
/*--main content--*/
#mainContentHome{
	background:url(/images/bg-main-content.jpg) no-repeat top;
	width:694px;
	padding:0 65px;
	height:415px;
	min-height:415px;
}
html>body #mainContentHome {height:auto;}

#mainContentHome h1 {margin:0; padding:0; font-size:20px; font-family:"Times New Roman", Times, serif;}
#mainContent {
	background:none;
	width:694px;
	height:415px;
	min-height:415px;
	padding:0 65px;
}
html>body #mainContent {height:auto;}
#mainContent h1 {margin: 35px 0 0.5em 0;font-size:20px; font-family:"Times New Roman", Times, serif;}
#mainContent p a, #mainContentHome p a {color:#369;}
#mainContent p a:hover, #mainContent p a:hover {text-decoration:none;}
#footerContainer{
	width:100%;
	overflow:hidden;
	padding:7px 0 30px;
}
/*--footer--*/
#footerContainer ul{
	font-size:12px;
	line-height:15px;
	text-align:center;
	list-style:none;
	padding:0;
	margin:0;
}
#footerContainer ul li:first-child{background-image:none;}
#footerContainer ul li{
	background:url(/images/footerSeparator.gif) no-repeat 0 50%;
	display:inline;
	padding:0 2px 0 5px;
}
#footerContainer ul a{
	color:#369;
	text-decoration:none;
}
#footerContainer ul a:hover{text-decoration:underline;}

/*Disclaimer*/
.bottom-line{height:68px; color:#1B402D; margin:0; padding:0;}
/*bottom-line-wrapper*/
.bottom-line-wrapper{
	padding: 0 0 20px;
	margin:0 auto;
	width:800px;
	overflow:hidden;
	color:#FFF;
}
.bottom-line-wrapper a img{
	float:left;
	padding-right:15px;
	border:none;
}
.bottom-line-wrapper p{
	margin:0;
	padding-top:5px;
	overflow:hidden;
	font:10px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-shadow: 0 0 0 #006593;
}
.bottom-line-wrapper p a, .bottom-line-wrapper p a:visited{
	font-weight:bold;
	font-size:10px;
	color:#FFF;
	text-shadow: 0 0 0 #006593;
}

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
/*--
.MenuBarHorizontal{
	display:table;
	list-style:none;
	padding:0;
	margin:0 auto;
}
.MenuBarHorizontal li{
	float:left;
	font-size:18px;
	line-height:33px;
}
.MenuBarHorizontal a{
	float:left;
	color:#369;
	text-decoration:none;
	padding:0 8px;
}
.MenuBarHorizontal a:hover{background:url(/images/navigationRollover.gif) repeat-x;}
--*/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	display:table;
	list-style:none;
	padding:0;
	margin:0 auto;
}
/* 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
{
	float:left;
	font-size:18px;
	line-height:33px;
	position:relative !important;
}
/* 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
{
	background:#b4d3d3;
	width:200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	top:33px;
}
/* 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: -1px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width:100%;
	font-size:16px;
	line-height:20px;
	float:none;
}
ul.MenuBarHorizontal ul a
{
	width:184px;
	display:block;
	float:none;
	padding:5px 8px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -1px 0 0 200px;
}
/* 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 !important;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border:1px solid #acb4b4;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	float:left;
	color:#369;
	text-decoration:none;
	padding:0 13px;
	font-size:14px;
}
/* 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: #33C;
	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:url(/images/navigationRollover.gif) repeat-x;
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color:#cdecec;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
/*
	background-image: url(/images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(/images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*
	background-image: url(/images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(/images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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;
}
/* 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;
		float: left;
	}
}


/*  <![ 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;}



/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

/* *** ** End   of CSS ** *** */
