/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
#mainContent ul, #mainContent ol { 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-family:Georgia, "Times New Roman", Times, serif, "Trajan Pro"; font-style:italic; font-weight:normal; font-size:26px; color:#161f41; margin:0 0 10px; }
h2 { font-family:Georgia, "Times New Roman", Times, serif, "Trajan Pro"; font-style:italic; font-weight:normal; font-size:20px; color:#161f41; margin:18px 0 0; }
#sidebar h2, #address h2 { font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#000; font-style:normal; font-weight:bold; }
h3 {}
h4 {}
h5 {}
p { line-height:18px; margin:10px 0; }
#mainContent p { margin:0 0 10px; }
strong { font-weight:bold; }
a { text-decoration:none; color: #0000CC; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
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 Arial, Helvetica, sans-serif;
	background: #115831 url(/images/bg-repeat.jpg) repeat-x top;
	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;
}
#outterContainer {
	width: 879px;
	margin: 0 auto;
	text-align: left;
}
#innerContainer {
	width:877px;
	background:url(/images/bg-container.gif) repeat-y;
	border:1px solid #fff;
}
#header { padding: 0; }
#header h1 { margin: 0; padding: 0; }
#header h1 a {
	display:block;
	width:877px;
	height:96px;
	text-indent:-9000px;
	cursor:pointer;
	background:url(/images/blake-t-okimoto.jpg) no-repeat;
}
#contentContainer { width:877px; }
.homepage #contentContainer { background:url(/images/bg-home-content.jpg) no-repeat top left; }

#content { width:817px; padding:225px 30px 40px; background:url(/images/bg-footer.gif) no-repeat bottom; }
.homepage #content { padding-top:225px; }
.homepage #mainContent { width:557px; padding: 5px 20px; margin: 0; float:right; }
.subpage #contentContainer { background:url(/images/bg-sub-content.jpg) no-repeat top; }
.subpage #content { padding-top:155px; }
.subpage #mainContent { width:727px; padding: 5px 70px 5px 20px; margin: 0; float:none; }

#sidebar { width:192px; float:left; padding:100px 0 0 28px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000; }
#sidebar p, #address p { line-height:normal; font-weight:bold; font-size:11px; }
#sidebar p strong, #address p strong { font-size:15px; }

#address { background: #f0edd0 url(/images/bg-address.gif) repeat-x top; width:768px; padding:10px 10px 10px; height:50px; margin:0 13px 10px 16px; }
#address p, #address h2 { width:auto; float:left; padding:0 33px; text-align:center; background:url(/images/address-divider.gif) no-repeat right; }
#address p.last-child { background:none;}

/* Form Styling */
#mc-form { width:220px; padding:10px 10px 10px 10px; margin:0; background:; text-align:center; }
#mc-form form { width:100%; }
#mc-form label { display:block; text-align:left; height:15px; padding:0 0 3px 0; margin:0; width:100%; }
#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; margin:10px 0 0 0; vertical-align:middle; text-align:center; }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:879px;
	height:100px;
	padding: 0;
	margin: 0;
	background:#115831;
	color:#fff;
	font-size:10px;
}
#footer { height:50px; margin:0 auto; padding: 0 20px; }
#footer p {	margin: 0; padding: 10px 0; }

/* Footer Navigation Styling */
#footerNav { text-align:center; }
#footerNav a { color:#fff; padding:0 8px; border-right:1px solid #fff; }
#footerNav a:hover { color:#5283a8; }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 800px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:0; 
	line-height:17px;
	font-size:10px;
}
#disclaimer a { color:#fff; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; }
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* 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 */
#menubar {
	width: 875px;
	height:33px;
	padding:1px;
	margin:0;
	background: url(/images/bg-menubar.gif) no-repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
ul.MenuBarHorizontal
{
	margin: 0 auto;
	padding: 0 12px 0 0;
	background:url(/images/bg-menubar-divider.gif) no-repeat right;
	list-style-type: none;
	cursor: default;
	width: 725px;
	height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* 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 0px 0 12px;
	background:url(/images/bg-menubar-divider.gif) no-repeat left;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	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;
	height:auto;
	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;
	padding:0;
	background: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 #FFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 11px 15px 11px 15px;
	line-height:11px;
	color: #f0edd0;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	background-color: #115831;
	padding: 0.5em 0.75em;
	line-height:normal;
	color: #f0edd0;
	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
{
	background:url(/images/bg-menubar-hover.gif) repeat-x;
	color: #010100;
	text-decoration:none;
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-image:none;
	background-color: #efeccf;
	color: #010100;
}
/* 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/bg-menubar-hover.gif) repeat-x;
	color: #010100;
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-image:none;
	background-color: #efeccf;
	color: #010100;
}

/*******************************************************************************

 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;
		f\loat: left;
	}
	ul.MenuBarHorizontal ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
/*  <![ 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 ** *** */
/* *** ** Start of DefaultWrapper ** *** */
	.safari ul.MenuBarHorizontal, .mac ul.MenuBarHorizontal { width: 770px; }
	.chrome ul.MenuBarHorizontal { width: 725px; }/* *** ** End   of DefaultWrapper ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
