/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
#main-content ul, #main-content-sub ul { margin:0 0 0 25px; padding:0; line-height:22px; }
h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }

p { line-height: 22px; }
h1 { font: 18px Georgia, "Times New Roman", Times, serif; color: #223648; font-weight: bold; font-style: italic; }
h2 { font: 14px Georgia, "Times New Roman", Times, serif; color: #223648; font-weight: bold; }
h3 {}
h4 {}
h5 {}
p { line-height:18px; margin:10px 0;}
strong { font-weight:bold; }
a { text-decoration:none; color: #216e9b; }
a:hover { text-decoration:underline; }
.required { color:#FF0000; }
img { border:none; }
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
.clear { clear:both; }

.body
{	font: 13px Georgia, "Times New Roman", Times, serif;
	background: #656b50;
	margin: 0;
	padding: 24px 0 0 0;
	text-align: center;
	color: #5c5c5c;
}
#container
{	width: 901px;
	background: url(/images/content-bg-repeat.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#header h1
{	margin: 0;
	padding: 0;
}
#header h1 a
{	background: url(/images/header-bg.jpg) no-repeat;
	cursor: pointer;
	width: 901px;
	height: 128px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9000px;
}
#menu
{	width: 879px;
	height: 50px;
	padding: 0 11px;
	background: url(/images/menu-bg.jpg) no-repeat;
}
#main-content
{	width: 836px;
	padding: 295px 25px 20px 40px;
	background: url(/images/content-bg-top.jpg) top no-repeat;
}
#main-content-sub
{	width: 836px;
	padding: 180px 25px 20px 40px;
	background: url(/images/content-bg-top-sub.jpg) top no-repeat;
	min-height: 375px;
	_height: 375px;
}
#practice-areas
{	width: 416px;
	height: 177px;
	background: url(/images/practice-areas-bg.jpg) no-repeat;
	float: left;
	display: inline;
	padding: 5px 0 0 35px;
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #fdfdfd;
}
#practice-areas h2, #quick-contact h2
{	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fdfdfd;
	margin-bottom: 20px;
	font-weight: normal;
}
#practice-areas ul
{	width: 180px;
	float: left;
	list-style: none;
	line-height: 25px;
	margin-left: 0;
	padding: 0;
}
#practice-areas li
{	margin-left: 0;
	padding: 0;
}
#quick-contact
{	width: 427px;
	height: 177px;
	background: url(/images/quick-contact-bg.jpg) no-repeat;
	float: left;
	display: inline;
	padding: 5px 0 0 23px;
}
/* Form Styling */
#mc-form { width:400px; padding:0; margin:0; background:; }
#mc-form label { display:block; text-align:left; height:15px; padding:0; margin:0; width:200px; float: left; font: 10px Tahoma, Geneva, sans-serif; color: #FFF;}
#mc-form input { padding: 3px; width:183px; margin-bottom:8px; border: 1px solid #2e5493; background: #ababab; float: left; border-top: 1px solid #bbbdbe; border-left: 1px solid #bbbdbe; border-right: 1px solid #373e41; border-bottom: 1px solid #373e41; }
#mc-form input.submit-btn { width:56px; height:21px; margin:0 10px 0 0px; padding: 0; border: none; cursor: pointer; float: left; display: inline; float: right;}

#footer
{	background: url(/images/footer-bg-sub.jpg) top no-repeat;
	padding: 3px 0 0 0;
}
#disclaimer
{	width: 847px;
	height:50px;
	margin: 0 auto;
	padding:0 27px;
	text-align: left;
}
#disclaimer p
{	margin:0; 
	padding: 7px 0 0 0; 
	line-height:17px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
}
#disclaimer a
{	font-weight: bold;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
}

.footer-Navigation ul, .footer-Navigation-sub ul
{	list-style-type: none;
}
.footer-Navigation li, .footer-Navigation-sub li
{	display: inline;
	margin: 0;
}
.footer-Navigation
{	width: 850px;
	margin: 0 auto 12px;
	text-align: center;
}
.footer-Navigation-sub
{	width: 850px;
	margin: 12px auto;
	text-align: center;
}
.footer-Navigation a, .footer-Navigation-sub a
{	font: 10px Arial, Helvetica, sans-serif;
	color:#fffefc;
	text-decoration: none;
	padding: 0 15px;
	border-right: 1px solid #fffefc;
}
.footer-Navigation a:hover, .footer-Navigation-sub a:hover
{	color:#fffefc;
	text-decoration: underline;
}
.footer-Navigation li.last_child a, .footer-Navigation-sub li.last_child a
{	border: none;
}



/* 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;
	padding: 0 0 0 70px;
	list-style-type: none;
	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;
	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: 5px 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 180px;
	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: 170px;
	padding: 0 5px;
}
/* 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;
	border-top: none;
	background: #aed6b5;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 15px 35px;
	color: #2b2926;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 20px;
}
ul.MenuBarHorizontal li ul li a
{	padding: 5px;
}
/* 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/menu-bg-rollover.jpg) repeat-x;
	color: #fcfcfb;
	text-decoration: none;
}
ul.MenuBarHorizontal li ul li a:hover, ul.MenuBarHorizontal li ul li a:focus
{
	background: #628767;
}
/* 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/menu-bg-rollover.jpg) repeat-x;
	color: #fcfcfb;
}


/*******************************************************************************

 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: none;
	}
}
/* *** ** End   of CSS ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}

.pad_frm_itm { display:block; }
form ol { list-style:none; }
form li { margin:2px 0; padding:8px 0 8px 0; width:500px; height:auto;}
form fieldset { border:none; }
form fieldset label { width:250px; display:block; float:left; font-size:12px; margin:0;padding-top:2px;}
form fieldset input, form fieldset select { width:200px; margin:0;}
form fieldset .checkbox input { width:auto; margin: 0 5px 0 0;}
form fieldset input {display:inline;}
form fieldset textarea { width:450px; margin-bottom:10px;  }
form fieldset select {display:block;}
.msg-label {width:300px;}
.checkbox { font-weight:bold;}


#iagree {
-x-system-font:none;
background-color:#ECECEC;
border:1px solid #031C40;
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:4px 0 8px;
padding:5px;
position:absolute;
width:350px;
float:left;
z-index:4000;
}
#iagree .overlay_submit {
-x-system-font:none;
background-color:#FFFFFF;
border:1px solid #999999;
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:5px 0 0 0;
padding:4px;
clear:both;
float:left;
}/* *** ** End   of ContactUsLayout ** *** */
