/* *** ** Start of BlankStyleSheetWrapper ** *** */
* {margin:0; padding:0;}
h1,h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address { margin:.5em 0 1em 0; }
img { border:none; margin: -8px 0 22px 0; padding: 0; margin-left: 1px;}
strong {}
hr {}
li {margin: 5px 0 0 15px;}
h1
{	font: 20px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}
h2
{	font: 16px Arial, Helvetica, sans-serif;
	color: #69927e;
	font-weight: bold;
	font-style: italic;
}
a
{	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #923d28;
}
a:hover { text-decoration: underline;}
.clear { clear:both; }
.body {
	font: 13px Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #030000;
}
#address
{	float: left;
	display: inline;
	width: 90px;
	color: #000;
	padding: 5px 0 0 0;
}
#container {
	width: 891px;
	background: #FFFFFF url(/images/page-top-home.jpg) top no-repeat;
	margin: 0 auto;
	padding: 63px 0 0 0;
	border: 5px solid #1b1813;
	text-align: left;
}
#container-sub {
	width: 891px;
	background: #FFFFFF url(/images/page-top-sub.jpg) top no-repeat;
	margin: 0 auto;
	padding: 23px 0 0 0;
	border: 5px solid #1b1813;
	text-align: left;
}
#header a h1
{	background: url(/images/header-bg.jpg) no-repeat;
	cursor: pointer;
	width: 891px;
	height: 56px;
	text-indent:-9000px;
	margin: 0;
	padding: 0;
}
#content
{	background: #7a7766;
	border-bottom: 5px solid #1b1813;
	width: 891px;
}
#left-side
{	width: 597px;
	float: left;
	display: inline;
	border-right: 5px solid #1b1813;
}
#left-side-sub
{	width: 601px;
	float: left;
	display: inline;
	border-right: 5px solid #1b1813;
}
#mainContent {
	padding: 20px 29px;
	background: #69927e url(/images/content-bg-home.jpg) top right no-repeat;
	height: 220px;
	border-bottom: 5px solid #1b1813;
	font-size: 10px;
	color: #FFF;
	line-height: 22px;
}
#mainContent-sub {
	padding: 15px 29px;
	background: #FFF url(/images/content-bg.jpg) top no-repeat;
	min-height: 375px;
	_height: 375px;
	line-height: 22px;
}
#professional
{	background: url(/images/professional-bg-home.jpg) no-repeat;
	height: 154px;
	width: 597px;
	padding: 0;
}
#professional-sub
{	background: #1b1813;
	height: 64px;
	width: 862px;
	padding: 16px 0 0 29px;
}
#sidebar
{	height: 75px;
	width: 289px;
	float: left;
	display: inline;
	background: url(/images/sidebar-home.jpg) no-repeat;
	padding: 344px 0 0 0;
}
#sidebar-sub
{	height: 285px;
	width: 285px;
	float: left;
	display: inline;
	background: url(/images/sidebar.jpg) no-repeat;
	padding: 100px 0 0 0;
}
#button
{	width: 103px;
	height: 43px;
	float: left;
	display: inline;
}
#footer
{	color: #848383;
	padding: 20px 15px 0 29px;
	background: url(/images/doggie.jpg) bottom right no-repeat;
	font-size: 10px;
	width: 847px;
	height: 90px;
}
#footer a
{	font-size: 10px;
}

#footer-right
{	float: left;
	display: inline;
	width: 731px;
	padding: 0 0 0 25px
}
.footer-Navigation ul
{	list-style-type: none;
	margin: 0.5em 0;
}
.footer-Navigation li
{	display: inline;
	margin: 0;
}
.footer-Navigation li.first_child a
{	padding: 0 8px 0 0;
}
.footer-Navigation
{	width: 731px;
	margin: 0;
}
.footer-Navigation a
{	font-size: 10px;
	color:#000;
	text-decoration: none;
	padding: 0 8px;
	border-right: 1px solid #000;
}
.footer-Navigation a:hover
{	color:#000;
	text-decoration: underline;
}
.footer-Navigation li.last_child a
{	border: none;
}


/* Menu Bar Styling  */
/* SpryMenuBarVertical.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, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 5px 9px 0 0;
	list-style-type: none;
	cursor: default;
	width: 218px;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 218px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 -176px;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 170px;
	left: -1000em;
	top: 0;
	background: #e4d5be;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 170px;
	padding: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #1b1813;
	border-right: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 5px 0;
	color: #1b1813;
	text-decoration: none;
	text-indent: -9000px;
	font-size: 11px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical ul a
{
	text-indent: 10px;
	line-height: 13px;
	padding: 3px 0;
}
/* 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: #1b1813;
	color: #FFF;
	text-decoration: none;
}
/* 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-color: #1b1813;
	color: #FFF;
	text-decoration: none;
}


/*******************************************************************************

 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;
	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.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: none;
	}
}

ul.MenuBarVertical a#menu-home
{
	background: url(/images/menu-home.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-home:hover, ul.MenuBarVertical a#menu-home:focus
{
	background: #1b1813 url(/images/menu-home-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-attorneys
{
	background: url(/images/menu-attorneys.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-attorneys:hover, ul.MenuBarVertical a#menu-attorneys:focus
{
	background: #1b1813 url(/images/menu-attorneys-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-overview
{
	background: url(/images/menu-overview.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-overview:hover, ul.MenuBarVertical a#menu-overview:focus
{
	background: #1b1813 url(/images/menu-overview-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-practice-areas
{
	background: url(/images/menu-practice-areas.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-practice-areas:hover, ul.MenuBarVertical a#menu-practice-areas:focus
{
	background: #1b1813 url(/images/menu-practice-areas-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-cases
{
	background: url(/images/menu-cases.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-cases:hover, ul.MenuBarVertical a#menu-cases:focus
{
	background: #1b1813 url(/images/menu-cases-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-resources
{
	background: url(/images/menu-resources.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-resources:hover, ul.MenuBarVertical a#menu-resources:focus
{
	background: #1b1813 url(/images/menu-resources-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}


ul.MenuBarVertical a#menu-media
{
	background: url(/images/menu-media.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-media:hover, ul.MenuBarVertical a#menu-media:focus
{
	background: #1b1813 url(/images/menu-media-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}


ul.MenuBarVertical a#menu-contact
{
	background: url(/images/menu-contact.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-contact:hover, ul.MenuBarVertical a#menu-contact:focus
{
	background: #1b1813 url(/images/menu-contact-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-directions
{
	background: url(/images/menu-directions.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}
ul.MenuBarVertical a#menu-directions:hover, ul.MenuBarVertical a#menu-directions:focus
{
	background: #1b1813 url(/images/menu-directions-hover.jpg) 16px center no-repeat;
	width: 218px;
	line-height: 9px;
}/* *** ** End   of BlankStyleSheetWrapper ** *** */
