/* *** ** Start of BlankStyleSheetWrapper ** *** */
* {margin:0; padding:0;}
h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address { margin:.5em 0 1em 0; }
img { border:none; }
strong {}
hr {}
h1
{	font: 22px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #5f89a2;
}
h2
{	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #521c1a;
}
ul { }
li { margin: 0 0 0 15px; }
a
{	text-decoration: none;
	color: #000;
}
a:hover { text-decoration: underline;}
.clear { clear:both; }
#container
{	width: 880px;
	margin: 0 auto;
	text-align: left;
}
#header
{	width: 880px;
	height: 119px;
}
#header h1
{	margin: 0;
	padding: 0;
	border: 0;
}
#header h1 a
{	cursor: pointer;
	height: 119px;
	text-indent: -9000px;
	display: block;
	width: 880px;
	margin: 0;
	padding: 0;
	background: url(/images/header.jpg) no-repeat;
}
#flash-and-practice
{	border: 1px solid #8c9ba5;
	padding: 8px 8px 8px 9px;
	border-bottom: none;
	width: 861px;
	height: 295px;
}
#flash
{	width: 671px;
	height: 295px;
	background: url(/images/flash-bg.jpg) no-repeat;
	padding: 0 9px 0 0;
	float: left;
	display: inline;
}
#practice-areas
{	float: left;
	display: inline;
	width: 156px;
	height: 250px;
	background: url(/images/practice-areas-bg.jpg) no-repeat;
	padding: 45px 0 0 25px;
}
#practice-areas li
{	color: #FFFFFF;
	line-height: 16px;
	margin: 0 0 15px 0;
}
#practice-areas li a
{	color: #FFFFFF;
	line-height: 16px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#photos
{	background: url(/images/photos-sub.jpg) no-repeat;
	width: 880px;
	height: 166px;
}
#menu
{	background: url(/images/menu-bg.jpg) top left no-repeat;
	width: 880px;
	height: 47px;
}
#content
{	width: 878px;
	background: #FFFFFF url(/images/content-bg.jpg) bottom no-repeat;
	border-left: 1px solid #8c9ba5;
	border-right: 1px solid #8c9ba5;
	padding: 30px 0 70px 0;
}
#main-content
{	padding: 0 28px 10px 42px;
	width: 573px;
	float: left;
	display: inline;
	border-right: 1px solid #8c9ba5;
}
#main-content-sub
{	padding: 0 28px 80px 42px;
	width: 808px;
	min-height: 370px;
}
#supporting-logos
{	width: 234px;
	height: 376px;
	float: left;
	display: inline;
	text-align: center;
	padding: 9px 0 0 0;
}
#supporting-logos img
{	margin-bottom: 28px;
}
#address
{	width: 880px;
	height: 57px;
	background: #5f89a2;
	color: #FFFFFF;
	font: Georgia, "Times New Roman", Times, serif;
}


/* = Pop Up Styling */
#popup { position:relative; padding: 16px 0; width: 207px; float: left; display: inline;}
#popup #pop {
 font-size:11px;
 position:absolute;
 left:-125px;
 top:-25px;
 padding: 5px 15px 10px 15px;
 width:160px;
 background:#FFFFFF;
 border:solid 1px #7e694e ;
 text-decoration:none;
 text-align:left;
 z-index:10000;
 display:none;
 line-height: 16px;
}
#popup #pop:hover {background-position: 0 0;}


#disclaimer {
	width: 826px;
	height:50px;
	margin: 10px 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: #FFFFFF;
}
#disclaimer a
{	color: #FFFFFF;
	font-weight: bold;
}



/* 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 100px;
	list-style-type: none;
	cursor: default;
	width: 780px;
}
/* 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: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 270px;
	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: 260px;
	padding: 0 5px;
}
ul.MenuBarHorizontal ul li a
{	padding: 5px 10px;
}
/* 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 #000;
	border-top: none;
	background: #5f89a2;
	padding: 5px 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 16px 20px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	color: #FFF;
	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/menu-bg-rollover.jpg) top left repeat-x;
	color: #FFF;
	text-decoration: none;
}
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus
{
	background: #5a6972;
	color: #FFF;
}
/* 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) top left repeat-x;
	color: #FFF;
}

/*******************************************************************************

 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: 880px;
	margin: 12px auto;
	text-align: center;
}
.footer-Navigation a
{	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0 15px;
	border-right: 1px solid #FFFFFF;
}
.footer-Navigation a:hover
{	color:#FFFFFF;
	text-decoration: underline;
}
.footer-Navigation li.last_child a
{	border: none;
}/* *** ** End   of BlankStyleSheetWrapper ** *** */
/* *** ** Start of DefaultWrapper ** *** */
.body
{	font: 13px Georgia, "Times New Roman", Times, serif;
	background: #4a2020 url(/images/body-bg-sub.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5c5c5c;
	line-height: 22px;
}/* *** ** End   of DefaultWrapper ** *** */
