/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
#mainContent ul { margin:0 0 0 25px; padding:3px 0; line-height:20px; }
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/24px Georgia, "Times New Roman", Times, serif;
	color:#425f75;
	margin:0;
	padding:0 0 10px
}
h2 {
	font:bold 17px/20px Georgia, "Times New Roman", Times, serif;
	color:#425f75;
	margin:0;
	padding:10px 0 5px
}
h3 {
	font-size:14px;
	line-height:20px;
	color:#425f75;
	margin:0;
	padding:5px 0;
}
h4 {}
h5 {}
p { line-height:20px; padding:3px 0;}
strong { font-weight:bold; }
a { color: #4981C0;  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:#4981C0; text-decoration:underline;}
.RichText a:hover, .DisplayGroup a:hover, .Navigation a:hover, .RichText a:focus, .DisplayGroup a:focus, .Navigation a:focus {text-decoration:none;}
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px;}

/* Layout Styling */
.body {
	font:13px Arial, Helvetica, sans-serif;
	background:#727882;
	margin:0;
}
#container{
	width:952px;
	overflow:hidden;
	margin:0 auto;
}
/*--header--*/
#headerContainer{
	background:url(/images/headerContainer.jpg) no-repeat;
	width:952px;
	height:403px;
	position:relative;
}
.logo{
	background:url(/images/logo.jpg) no-repeat;
	width:400px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:30px;
	left:140px;
}
.logo a{
	height:100%;
	display:block;
}
.phone{
	font:italic 35px/40px "Times New Roman", Times, Georgia, serif;
	color:#95cabe;
	position:absolute;
	top:350px;
	right:20px;
}
.phone strong{
	font-size:22px;
	font-weight:normal;
	font-style:normal;
	color:#fff;
}
/*--content--*/
#contentContainer{
	background:#fff url(/images/contentContainer.gif) repeat-x;
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
.content{
	width:100%;
	overflow:hidden;
}
/*--sidebar--*/
#sidebar{
	width:237px;
	float:right;
	display:inline;
	margin:35px 10px 0 30px;
}
* html #sidebar{margin:35px 10px 0 27px;}
.sidebar-t{background:url(/images/sidebar-t.gif) no-repeat;}
.sidebar-b{background:url(/images/sidebar-b.gif) no-repeat;}
.sidebar-t,
.sidebar-b{
	height:100px;
	overflow:hidden;
}
.sidebar-m{
	background:url(/images/sidebar-m.gif) repeat-y;
	width:237px;
}
.sidebar-m:after{
	content:"";
	display:block;
	clear:both;
}
.sidebarInner{
	width:184px;
	float:left;
	padding:0 25px 0 28px;
	margin:-100px 0 -30px;
	position:relative;
}
#sidebar h3{
	font:24px/30px Georgia, "Times New Roman", Times, serif;
	color:#fffefe;
	margin:25px 0 0;
}
#mc-form label{
	width:100%;
	display:block;
	clear:both;
	font:10px/20px Arial, Helvetica, sans-serif;
	color:#ccd9e4;
	padding:5px 0 0;
	margin:0;
}
#mc-form input{
	width:172px;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #bbbdbe;
	border-right-color:#373e41;
	border-bottom-color:#373e41;
	padding:3px 5px;
}
#mc-form textarea{
	width:172px;
	height:57px;
	float:left;
	overflow:auto;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #bbbdbe;
	border-right-color:#373e41;
	border-bottom-color:#373e41;
	padding:3px 5px;
	margin:0 0 15px;
}
#mc-form input.submit-btn{
	background:url(/images/submit-btn.gif) no-repeat;
	width:70px;
	height:25px;
	display:block;
	border:0;
	padding:25px 0 0 70px;
	margin:0 0 0 58px;
	*margin:0 0 0 28px; /*hack for ie6 submit button*/
	cursor:pointer;
}
#sidebar address{
	width:100%;
	display:block;
	font:14px/22px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	margin:45px 0 0;
}
#sidebar address span,
#sidebar address strong{display:block;}
/*--additional sidebar--*/
.add-sidebar{
	background:url(/images/v-bg.gif) repeat-y 100% 0;
	width:194px;
	float:left;
	display:inline;
	padding:0 0 9999px;
	margin:70px -10px -9999px 30px;
}
* html .add-sidebar{margin:70px -7px -9999px 30px;}
.practice-area{
	width:100%;
	overflow:hidden;
}
.practice-area h3{
	font:bold 19px/24px Georgia, "Times New Roman", Times, serif;
	color:#6f6f6f;
	margin:0;
}
.practice-area ul{
	width:100%;
	list-style:none;
	padding:0;
	margin:5px 0 0;
}
.practice-area ul li{
	background:url(/images/bullet.gif) no-repeat 4px 12px;
	font:15px/17px Georgia, "Times New Roman", Times, serif;
	padding:5px 0 5px 15px;
}
* html .practice-area ul li{
	height:1%;
	overflow:visible;
}
.practice-area ul a{
	color:#000;
	text-decoration:none;
}
.practice-area ul a:hover {text-decoration:underline;}
#mainContent .banners{
	background:url(/images/h-bg.gif) repeat-x;
	padding:15px 0 0 !important;
}
.banners{
	font-size:0;
	line-height:0 !important;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:20px -10px 0 0 !important;
}
.banners li{display:inline;}
/*--main content--*/
#mainContent{
	overflow:hidden;
	padding:35px 0 0 40px;
}
* html #mainContent{
	height:1%;
	overflow:visible;
}
#mainContent p a{color:#49667c;}
#mainContent p a:hover{text-decoration:none;}
/*--footer--*/
#footerContainer{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
#footerContainer ul{
	width:100%;
	text-align:center;
	list-style:none;
	padding:0;
	margin:20px 0 0;
}
#footerContainer ul li:first-child{background-image:none;}
#footerContainer ul li{
	background:url(/images/footerSeparator.gif) no-repeat 0 50%;
	font:13px/17px Georgia, "Times New Roman", Times, serif;
	display:inline;
	padding:0 10px;
}
#footerContainer ul a{
	color:#fff;
	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:920px;
	overflow:hidden;
	color:#b7bbc2;
}
.bottom-line-wrapper a img{
	float:left;
	padding-right:25px;
	border:none;
}
.bottom-line-wrapper p{
	margin:0;
	padding-top:5px;
	overflow:hidden;
	font:10px Arial, Helvetica, sans-serif;
	color:#b7bbc2;
	text-shadow: 0 0 0 #727882;
}
.bottom-line-wrapper p a, .bottom-line-wrapper p a:visited{
	font-weight:bold;
	font-size:10px;
	color:#b7bbc2;
	text-shadow: 0 0 0 #727882;
}



/*******************************************************************************

 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.MenuBarVertical
{
	width:180px;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:160px;
	left:25px;
}
/* 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.MenuBarVertical li
{
	width:100%;
	font:15px/16px Georgia, "Times New Roman", Times, serif;
	padding:0 0 10px;
	*padding:5px 0 10px;
	position:relative;
}
ul.MenuBarVertical li:after
{
	content:"";
	display:block;
	clear:both;
}
/* 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.MenuBarVertical ul
{
	background:#446177;
	width:180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	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.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 130px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	padding:0;
}
ul.MenuBarVertical ul a
{
	width:160px;
	float:none;
	display:block;
	padding:3px 10px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarVertical ul ul
{
	position: absolute;
	margin: -1px 0 0 180px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #88a1b2;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	float:left;
	color:#fffefe;
	text-decoration:none;
	padding:0 0 0 11px;
	margin-bottom:6px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical 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.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background:url(/images/navigationBullet.gif) no-repeat left center;
	color:#8cdadd;
}
ul.MenuBarVertical ul a.MenuBarItemHover, ul.MenuBarVertical ul a.MenuBarItemSubmenuHover, ul.MenuBarVertical ul a.MenuBarSubmenuVisible
{
	background-image:none;
	background-color:#88a1b2;
	color:#fffefe;
}

/*******************************************************************************

 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.MenuBarVertical 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.MenuBarVertical 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.MenuBarVertical 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.MenuBarVertical 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.MenuBarVertical 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.MenuBarVertical 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 ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
