/* *** ** Start of BlankStyleSheetWrapper ** *** */
* {margin:0; padding:0;}
h2,h3,p,blockquote, form, label, ul, ol, dl, fieldset, address { margin:.5em 0 1em 0; }
img { border:none; margin: 0; padding: 0; margin-left: 1px;}
strong {}
hr {}
#practice-areas li { line-height: 16px; margin-left: 0; margin-bottom: 12px;}
li
{	margin-left: 15px;
}
h1
{	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #0f1b29;
	margin: 0 0 1em 0;
}
h2
{	font-size: 16px;
	color: #bc2821;
}
a
{	color: #0000FF;
	text-decoration: underline;
}
a:hover {}
a:active
{
  outline: none;
}
a:focus
{
  -moz-outline-style: none;
}
.clear { clear:both; }
#container {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
	padding: 17px 0 0 0;
}
#menu
{	width: 703px;
	height: 29px;
	background: url(/images/menu-bg.jpg) right no-repeat;
	padding-left: 317px;
}
#header
{	width: 1020px;
	height: 303px;
	background: url(/images/header-bg.jpg) no-repeat;
	padding: 6px 0 3px 0;
}
#header-sub
{	width: 1020px;
	height: 184px;
	background: url(/images/header-bg-sub.jpg) no-repeat;
	padding: 0;
}
#header a h1
{	width: 420px;
	height: 303px;
	cursor: pointer;
	text-indent:-9000px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}
#header-sub a h1
{	width: 1020px;
	height: 184px;
	cursor: pointer;
	text-indent:-9000px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}
#flash
{	width: 516px;
	height: 303px;
	background: url(/images/flash-bg.jpg) no-repeat;
	float: left;
	display: inline;
	z-index: 1;
}
#content-container
{	padding: 30px 0;
	width: 100%;
	background: url(/images/content-bg.jpg) top repeat-x;
}
#practice-areas
{	width: 239px;
	height: 368px;
	background: url(/images/practice-areas-bg.jpg) no-repeat;
	float: left;
	display: inline;
	padding: 4px 0 0 25px;
	font-size: 13px;
	color: #FFF;
}
#practice-areas a
{	color: #FFF;
	text-decoration: none;
}
#practice-areas a:hover
{	color: #FFF;
	text-decoration: underline;
}
#practice-areas h1
{	font-size: 16px;
	color: #FFF;
	padding: 0;
	margin: 0 0 40px 0;
}
#mainContent {
	padding: 0 53px;
	float: left;
	display: inline;
	width: 566px;
	background: none;
}
#mainContent-sub {
	padding: 0 125px;
	float: left;
	display: inline;
	width: 686px;
	background: none;
	min-height: 400px;
}
#address
{	background: url(/images/address-bg.jpg) no-repeat;
	width: 1020px;
	height: 66px;
	color: #FFF;
	font-size: 10px;
	padding: 2px 0 0 0;
	line-height: 12px;
}
#address p
{	float: left;
	display: inline;
	width: 143px;
	height: 50px;
	padding: 0 15px 0 20px;
}
#footer
{	width: 100%;
	height: 80px;
	background: #000 url(/images/bottom-fade.jpg) repeat-x;
	z-index: 9000;
	margin: 0;
	padding: 0;
}
#disclaimer {
	width: 882px;
	height: 32px;
	margin: 0 auto;
	padding: 24px 27px;
	text-align: left;
	background: none;
}
#disclaimer p {
	margin:0; 
	padding:0; 
	line-height:17px;
	font-size:11px;
}
#outer-container
{	height: 100%;
	width: 100%;
	position: relative;
}


/*  Dropdown menu styling  */
/* 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;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 619px;
}
/* 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;
	z-index: 2020px;
}
/* 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;
	z-index: 2;
	cursor: default;
	width: 160px;
	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: 160px;
}
/* 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 #000;
	border-top: none;
	background: #0f1b29;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 7px 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 15px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #bc2821;
	color: #FFF;
	text-decoration: none;
}
/* 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-color: #bc2821;
	color: #FFF;
}
ul.MenuBarHorizontal li#first a:hover, ul.MenuBarHorizontal li#first a:focus
{
	background-color: none;;
	background: url(/images/button-bg-left-hover.jpg);
}
ul.MenuBarHorizontal li#first a.MenuBarItemHover, ul.MenuBarHorizontal li#first a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li#first a.MenuBarSubmenuVisible
{
	background-color: none;;
	background: url(/images/button-bg-left-hover.jpg);
}

/*******************************************************************************

 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;;
	}
}


.footer-Navigation ul
{	list-style-type: none;
}
.footer-Navigation li
{	display: inline;
	margin: 0;
}
.footer-Navigation
{	width: 950px;
	margin: 12px auto;
	text-align: center;
}
.footer-Navigation a
{	font-size: 11px;
	color:#000;
	text-decoration: none;
	padding: 0 8px;
	border-right: 1px solid #000;
	margin: 0;
}
.footer-Navigation a:hover
{	color:#000;
	text-decoration: underline;
}
.footer-Navigation li.last_child a
{	border: none;
}/* *** ** End   of BlankStyleSheetWrapper ** *** */
/* *** ** Start of HomeWrapper ** *** */
.body {
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #0f1b29;
	line-height: 22px;
}/* *** ** End   of HomeWrapper ** *** */
