/* *** ** Start of CSS ** *** */
a { text-decoration:none; color: #0000CC; }
a:hover { text-decoration:underline; }
a:active { outline: none; }
img { border:none; }
.required { color:#FF0000; }
.alignRight{
	float:right;
	margin-top:16px;
}
.alignLeft{float:left;}
.attorney-image{float:right; margin:0 0 5px 15px;}
/* Layout Styling */
html {background:#354d59;}
.body {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #000;
	min-width:919px;
	background:#354d59;
}
#wrap {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #000;
	background:#C0BB95 url(/images/bg-html.gif) repeat-x;
	min-width:919px;
}
.container-holder{background:url(/images/bg-body.jpg) no-repeat 50% 0;}
/*container*/
#container {
	width:919px;
	margin:0 auto;
}
h1{
	font: italic 22px Georgia, 'Times New Roman', Times, serif;
	color:#1d5288;
	margin:0 0 10px;
}
h2{
	font-size:15px;
	line-height:19px;
	color:#1f568f;
	margin:0 0 6px;
}
h3{
	font-size:15px;
	font-weight:normal;
	line-height:19px;
	color:#1f568f;
	margin:0 0 6px;
}
h3 a{
	font-size:15px;
	font-weight:normal;
	line-height:19px;
	margin:0 0 6px;
}
/*header*/
#header{
	height:113px;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header h1{
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:25px;
	left:98px;
	background:url(/images/logo.gif) no-repeat;
	width: 367px;
	height: 65px;
	margin:0;
}
#header h1 a{
	display:block;
	height:100%;
}
/* contact-info */
.contact-info{
	position:absolute;
	right:44px;
	top:38px;
	text-align:center;
	color:#f9f7e5;
	font: bold 15px/26px 'Times New Roman', Times, serif;
	letter-spacing:1px;
}
.contact-info span{display:block; font-size:13px; font-variant:small-caps;}
.contact-info span.big{font-size:13px;}
.contact-info strong{
	font-size:25px;
	font-weight:normal;
	letter-spacing:-1px;
}
.contact-info em{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
/* mainMenu */
#mainMenu{
	width:100%;
	display:table;
	height:37px;
}
/*content-wrapper*/
.content-wrapper{
	background:url(/images/bg-container.gif) repeat-y;
	width:100%;
	overflow:hidden;
}
.content-holder{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-container-top.jpg) no-repeat;
	padding-top:9px;
}
#contentContainer{
	background:url(/images/bg-container-bottom.jpg) no-repeat 32px 100%;
	overflow:hidden;
	height:1%;
	padding:0 36px 15px;
	min-height:330px;
}
/*visual-area*/
.visual-area{
	height:338px;
	width:100%;
	overflow:hidden;
	clear:both;
	position:relative;
}
/*txt-com-based*/
.txt-com-based{
	text-indent:-9999px;
	display:block;
	position:absolute;
	left:107px;
	top:9px;
	background:url(/images/txt-community-based.png) no-repeat;
	width: 345px;
	height: 56px;
}
/*peoples*/
.peoples {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:38px;
	top:78px;
}
.peoples li{
	float:left;
	width:150px;
	margin-right:11px;
}
.peoples a{
	color:#f7f4dd;
	text-decoration:none !important;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	color:#f7f4dd;
	width:100%;
	display:block;
}
.peoples a img{
	display:block;
	border:4px solid #e0ddca;
	margin-bottom:5px;
}
.peoples a span{
	display:block;
	font-size:11px;
}
.peoples a em{
	font-size:9px;
	display:block;
}
/* sidebar */
#sidebar{
	float:left;
	width:245px;
	padding: 0 20px 0 33px;
}
#sidebar h3{
	font:bold 15px Georgia, 'Times New Roman', Times, serif;
	background:url(/images/bg-sidebar-title.png) no-repeat;
	text-align:center;
	padding:25px 0 20px;
	margin:0;
	color:#1d5288;
	text-transform:uppercase;
}
/*mc-form*/
#mc-form{
	width:212px;
	overflow:hidden;
	margin:0 auto 10px;
}
#mc-form label{
	font-size:10px;
	color:#250808;
	line-height:16px;
	display:block;
}
#mc-form label .required{}
#mc-form input, #mc-form textarea{
	display:block;
	width:200px;
	height:16px;
	background:#fff;
	border:1px solid #bbbdbe;
	border-bottom:1px solid #373e41;
	border-right:1px solid #373e41;
	padding:2px 5px;
	margin-bottom:3px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#mc-form textarea{
	overflow:auto;
	height:59px;
}
#mc-form .submit-btn{
	background:url(/images/btn-submit.gif) no-repeat;
	width: 65px;
	height: 26px;
	padding:0;
	margin:15px auto 0;
	border:none;
	text-indent:-9999px !important;
	overflow:hidden;
	cursor:pointer;
	font-size:0;

}
/*mainContent*/
#mainContent{
	overflow:hidden;
	padding:9px 25px 0 24px;
	font-size:13px;
	line-height:19px;
	color:#5c5c5c;
}
#mainContent a{
	color:#df1b1b;
	text-decoration:none;
}
#mainContent a:hover{text-decoration:underline;}
#mainContent p{margin:0 0 13px;}
/*footerContainer*/
#footerContainer{
	background:#102a45 url(/images/bg-footer.jpg) no-repeat 50% 0;
	height: 39px;
	border:1px solid #fff;
	border-width:1px 0;
	overflow:hidden;
	text-align:center;
	margin-top:12px;
}
#footerContainer p{
	width: 878px;
	margin:13px auto;
	font:12px Georgia, 'Times New Roman', Times, serif;
}
#footerContainer p a {
	color:#b2c7dc;
	padding:0 10px 0 12px;
	background:url(/images/img-footer-separator.gif) no-repeat 0 50%;
}
#footerContainer p a:first-child {background:none;}
/*.bottom-line*/
.bottom-line{
	background:#354d59;
	height:68px;
}
/*subpage*/
.subpage{background:url(/images/bg-container-sub.gif) repeat-y;}
.subpage .visual-area{height:150px;}
.subpage .visual-area .txt-com-based{left:71px;}
.subpage .content-holder{
	background:url(/images/bg-container-top-sub.jpg) no-repeat;
}
.subpage .content-holder #contentContainer{
	background:url(/images/bg-container-bottom-sub.jpg) no-repeat 50% 100%;
	min-height:460px;
}
.subpage .content-holder #contentContainer #mainContent{padding:8px 25px 20px 35px;}
/*bottom-line-wrapper*/
.bottom-line-wrapper{
	margin:0 auto;
	width:866px;
	overflow:hidden;
	padding-top:11px;
}
.bottom-line-wrapper .footer-logo{
	float:left;
	margin-right:26px;
}
.bottom-line-wrapper p{
	margin:0;
	padding-top:5px;
	overflow:hidden;
	font:10px Arial, Helvetica, sans-serif;
	color:#bdc0c2;
}
.bottom-line-wrapper p a{
	font-weight:bold;
	color:#bdc0c2;
}
/* 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{
	list-style-type: none;
	cursor: default;
	padding:0;
	display:table;
	margin:0 auto;
	background:url(/images/img-main-nav-separator.gif) no-repeat;
	position:relative;
	z-index:10;
}
/* 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{
	list-style-type: none;
	font-size: 100%;
	position: relative !important;
	cursor: pointer;
	float: left;
	text-align:center;
	padding:0 2px 0 0;
	background:url(/images/img-main-nav-separator.gif) no-repeat 100% 0;
}


/* 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;
	position: absolute;
	left: -1000em;
	top: 36px;
	background:#0c2e51;
	width:250px;
}
/* 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: 0;}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li{
	padding:0 !important;
	background:none;
	float:left;
	vertical-align:top;
	display:block;
	width:100%;
	margin:0;

}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul{
	position: absolute;
	margin: 0;
	clear:both;
}
/* 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: 100%;
	top: 0 !important;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a{
	float:left;
	cursor: pointer;
	color: #f8f5de;
	padding:0 17px 5px;
	font:15px/31px Georgia, 'Times New Roman', Times, serif;
	text-decoration: none;
	
}
ul.MenuBarHorizontal li li a{
	float:none !important;
	display:block;
	height:1%;
	text-align:left;
	padding-left:15px;
	line-height:25px;
}
/* Menu items that have mouse over or focus have a blue background and white text */

/* 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-main-nav-hover.gif) repeat-x;
	text-decoration:none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


/* 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%) */

/* 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:url(/images/bg-main-nav-hover.gif) repeat-x;}

/*******************************************************************************

 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;
	}
}
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; }
/* *** ** End   of CSS ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
