/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
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 { padding:0 }

/* Text Styling */
h1 { font: 28px Georgia, "Times New Roman", Times, serif; color:#5d77a2; padding:6px 0 }
h2 { font: 20px Arial, Helvetica, sans-serif; font-weight:bold; color:#5d77a2; padding:18px 0 6px }
h3 { font: 16px Arial, Helvetica, sans-serif; font-weight:bold; color:#5d77a2; padding:12px 0 0 }
h4 {}
h5 {}
p { font:13px/18px Arial, Helvetica, sans-serif; color:#3c3c3c; padding:6px 0 }
ul, ul ul ul { list-style-type:disc; font:13px/18px Arial, Helvetica, sans-serif; color:#3c3c3c; padding:6px 0 6px 40px }
ul ul {list-style-type:circle }
strong { font-weight:bold; }
a { text-decoration:underline; color:#000}
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 {
	background:url(/images/bg.jpg) top repeat; 
	height:auto;
	width:100%;
	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 */
}

#bg-top { background:url(/images/bg-top.jpg) top repeat-x; height:auto; width:100% }

#container {
	width: 976px;
	margin: 0 auto;
	text-align: left;
	border:none;
}
#header { background:url(/images/banner-sub.jpg) bottom no-repeat; width:976px; height:348px }
#headerHome { background:url(/images/banner.jpg) bottom no-repeat; width:976px; height:378px }
#header h1, #headerHome h1 { background-image:url(/images/boon-shaver-echols-coleman.jpg); height:99px; text-indent:-9000px; padding:0 }
#header h2, #headerHome h2 { background-image:url(/images/contact.jpg); height:38px; text-indent:-9000px; padding:0 }

#contentContainer { background:url(/images/content-container-bg.jpg) repeat-y ; width:976px; }
#content { background:url(/images/content-bg.jpg) top no-repeat; padding:20px 40px 40px }
#contentHome { background:url(/images/content-bg.jpg) top no-repeat; padding:20px 40px 40px 13px }

#mainContent { width:630px; float:left }
#mainContentHome { width:413px; float:left; padding-left:30px }
#mainContentContact { width:auto; padding:0 20px 0 }

#sidebar { width:226px; height:474px; float:left; padding:50px 0 0 30px }
#homePA { width:224px; float:left; background: url(/images/homePA-bg.jpg) top repeat-x; margin:52px 0 0 }

#homePA h2 { font:23px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#fff; padding:0; text-align:center }
#homePA ul { list-style:none; padding:10px 0 10px 10px; }
#homePA li { background:url(/images/homePA-li.gif) no-repeat 12px 12px; padding-left:23px }
#homePA a { font:15px/28px Georgia, "Times New Roman", Times, serif; color:#000; text-decoration:none }
#homePA a:hover { text-decoration:underline }

/* Form Styling */
#mc-form { background: url(/images/contact-bg.jpg) no-repeat; padding:0 20px; margin:0; text-align:center; height:474px }
#mc-form form { width:auto }
#mc-form h2 {text-align:left; font:24px/56px Georgia, "Times New Roman", Times, serif; color:#5d77a2; }
#mc-form p {font:13px/24px Georgia, "Times New Roman", Times, serif; color:#000; padding-top:55px }
#mc-form label { display:block; text-align:left; height:15px; padding:0 0 3px 0; margin:0; width:100%; font-size:10px; text-transform: uppercase }
#mc-form input { width:100%; margin:0 auto 5px; }
#mc-form textarea { width:100%; height:40px; }
#mc-form input.submit-btn { width:75px; height:30px; padding: 0 0 2px; vertical-align:middle; text-align:center; background-color:#002050; border:0; color:#fff; text-transform:uppercase; cursor:pointer; font-size:12px }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:976px;
	height:auto;
	padding: 0;
	margin: 0;
	background: url(/images/bg-bottom.jpg) right repeat;
}
#footer { height:47px; margin:0 auto; padding: 0 20px; background:url(/images/footer-bg.jpg) top no-repeat }
#footer p {	margin: 0; padding: 10px 0; }

/* Footer Navigation Styling */
#footerNav { text-align:center; }
#footerNav a { color:#b8b8b8; font:14px; padding:0 14px 0 12px; border-right:1px solid #b8b8b8; text-transform:capitalize; text-decoration:none }
#footerNav a:hover { color:#fff }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 856px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:10px;
	text-align: left;
	
}
#disclaimer p {
	margin:0; 
	padding:5px 0 0 0; 
	line-height:15px;
	font-size:10px;
	color:#bfbfbf;
}
#disclaimer a { color:#bfbfbf;; 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; }


/*******************************************************************************/

#menu {background-image:url(/images/menu-bg.jpg); width:976px; height:43px }

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	display:table;
	margin:0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	*width:783px;
}
/* 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 2px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	border-left:1px solid #6d6d6f;
	border-right:1px solid #2b2c2e;
}
/* 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;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	position:absolute;
	width:200px;
}
/* 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;
	border:none;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 200px;
	border:none;
}
/* 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 #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #fff;
	font:bold 15px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
	padding:14px 10px;
	background:url(/images/menu-link.jpg) repeat-x;
	text-transform:capitalize;
}
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	color: #fff;
	font:13px/13px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align:left;
	padding:7px 10px;
	background:#777;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #fecb68;
}
/* 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: #fecb68;
}

/*******************************************************************************

 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-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-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-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-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;
	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;
		background: #FFF;
	}
}/* *** ** End   of CSS ** *** */
/* *** ** Start of NakedWrapper ** *** */
@import url(/styles/main.css);/* *** ** End   of NakedWrapper ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
