/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
#mainContent ul { margin:0 0 0 25px; padding:0; line-height:22px; }
#mainContent-sub 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;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }

/* Text Styling */
h1 {font:bold 21px Arial, Helvetica, sans-serif; color:#000;}
h2 {font:bold 17px Arial, Helvetica, sans-serif; color:#405579;}
h3 {}
h4 {}
h5 {}
p { line-height:18px; margin:10px 0;}
strong { font-weight:bold; }
a { text-decoration:none; color: #0000CC; }
a:hover { text-decoration:underline; }
.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: #011b46;
	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: 962px;
	background: #011b46;
	margin: 17px auto 0;
	text-align: left;
}
#header { width:896px; height:105px; margin:0 auto; background:url(/images/logo.jpg) no-repeat;}
#header h1 { margin: 0; padding:0;}
#header h1 a{
	display:block; 
	float:left; 
	width:716px; 
	height:105px;
	cursor:pointer;
	text-indent:-9000px;
}
#consultation-phone{float:right; width:160px; height:84px; padding:21px 20px 0 0;}
#consultation-phone p{text-align:center; color:#011b46; margin:0; padding:0 0 0 0;}
.consultation{font:bold 11px Tahoma, Geneva, sans-serif;}
.phone-number{font:bold 22px Tahoma, Geneva, sans-serif;}
#menu{width:962px; height:29px; margin:0 auto; padding:2px 0 0 0; background:url(/images/menu-bg.gif) no-repeat;}
#home-scenery{width:896px; height:298px; margin:0 auto; background:url(/images/home-scenery.jpg) no-repeat;}
#contentContainer { 
	width:896px; 
	margin:0 auto;
	background:#fff;
	border-left:1px solid #81886b; 
	border-right:1px solid #81886b;
	border-bottom:1px solid #81886b;
}
#mainContent { float:right; width:636px; padding:0; margin: 0; background:url(/images/mainContent-border.gif) left top no-repeat #fff;}
#mainContent{
	height:360px;
	min-height:360px;
}
html>body #mainContent{height:auto}
#mainContent p{font:14px Arial, Helvetica, sans-serif; color:#000; line-height:20px;}
#text-padding{padding:20px 60px 20px 40px;}
#sidebar { width:260px; float:left; height:400px;background:url(/images/sidebar-bg.gif) top no-repeat #fff; }
#sidebar h1{ color:#80876a; margin:0; padding:30px 0 0 0;}
#sidebar p{font:bold 15px Arial, Helvetica, sans-serif; color:#011b46; line-height:20px; margin-bottom:30px;}
#sidebar-text{width:229px; _width:196px; margin:0 0 0 33px;}
.get-directions a{color:#405579; text-transform:uppercase; font-size:11px; text-decoration:underline;}
.image-holders{margin:15px 0 0 0;}

#form-holder{float:left; width:170px; margin:23px 0 0 59px; _margin:23px 0 0 29px;}
#form-holder h2{font:bold 15px Arial, Helvetica, sans-serif; color:#011b46; margin:0 0 10px 0; padding:0 0 0px 0;}
/* Form Styling */
#mc-form { width:156px; padding:0 0 0 0; margin:0; background:; text-align:center; }
#mc-form form { width:156px; }
#mc-form label { display:block; width:156px; text-align:left; height:13px; padding:0 0 0 0; margin:0; font: 10px Tahoma, Geneva, sans-serif; color:#000;}
#mc-form input { width:156px; margin:0 auto 5px; }
#mc-form textarea { width:156px; height:40px; }
#mc-form input.submit-btn { float:right; width:45px; height:18px; margin:10px 0 0 0; padding-bottom:5px; vertical-align:middle; text-align:center; background:#bec2d0; border:1px solid #8892ac; font-size:11px; cursor:pointer;}

#mainContent-sub { width:896px; padding:0; margin: 0 auto; background:url(/images/sub-content-bg.gif) top no-repeat;}
#mainContent-sub{
	height:300px;
	min-height:300px;
}
html>body #mainContent-sub{height:auto}
#mainContent-sub p{font:14px Arial, Helvetica, sans-serif; color:#000; line-height:20px;}
#text-padding-sub{padding:10px 60px 20px 40px;}
#text-padding-sub h1{padding:0; margin:0 0 40px 0; }



/* Footer Styling */
#footerContainer {
	clear:both;
	width:896px;
	padding: 0;
	margin: 0 auto;
	background:#fff;
}
#footer { margin:0 auto; padding: 0 20px; }
#footer p {	margin: 0; padding: 10px 0; }

/* Footer Navigation Styling */
#footerNav { text-align:center; }
#footerNav a { color:#011b46; padding:0 8px; border-right:1px solid #fff; text-transform:uppercase; font-size:12px; font-weight:normal;}
#footerNav a:hover { }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 896px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:10px 0 0 0;
	background:#011b46;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:5px 0 0 0;
	color:#fff;
	line-height:15px;
	font-size:10px;
}
#disclaimer a { color:#cecece; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 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 0 0 60px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	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:175px;
	position: absolute;
	left: -1000em;
}
/* 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: 175px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
/* 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 #CCC;
	background:#011b46;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding:5px 15px;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	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
{
	color: #FFF;
	background:#405579;
}
/* 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: #FFF;
	background:#405579;
}

/*******************************************************************************

 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
{
	
}
/* 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
{
}
/* 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
{
}
/* 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
{
}

/*******************************************************************************

 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;
	}
}

#directionsForm { padding-bottom:10px;}
#directionsInput { display:inline; }
#directionsLocale { display:inline; margin:0 10px; }
#directionsSubmit { display:inline; }

/*  <![ 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;}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }/* *** ** End   of CSS ** *** */
/* *** ** Start of HomeWrapper ** *** */
@import url(/styles/main.css);/* *** ** End   of HomeWrapper ** *** */
