/* *** ** 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: 0; padding: 0;}
a:active
{
  outline: none;
}
a:focus
{
  -moz-outline-style: none;
}
strong {}
hr {}
li {margin:5px 0 0 15px;}
h1
{	font: 21px "Times New Roman", Times, serif;
	color: #666644;
	font-weight: bold;
	font-style: italic;
}
h2
{	font: 14px Tahoma, Geneva, sans-serif;
	color: #666644;
	font-weight: bold;
}
p
{
}
a
{	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover { text-decoration: none;}
.clear { clear:both; }
.body
{	font: 13px Tahoma, Geneva, sans-serif;
	background: #f6f6d9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5c5c5c;
}
#container
{	width: 100%;
	background: url(/images/bg-top-repeat.jpg) top repeat-x;
	margin: 0;
	text-align: left;
}
#container-sub
{	width: 100%;
	background: url(/images/bg-top-repeat-sub.jpg) top repeat-x;
	margin: 0;
	text-align: left;
}
#inner-container
{	width: 100%;
	background: url(/images/bg-bottom-repeat.jpg) bottom repeat-x;
	min-height: 1100px;
	_height: 1100px;
}
#inner-container-sub
{	width: 100%;
	background: url(/images/bg-bottom-repeat.jpg) bottom repeat-x;
}
#inner-inner-container
{	width: 950px;
	margin: 0 auto;
}
#header
{	background: url(/images/header-bg.jpg) no-repeat;
	width: 950px;
	height: 355px;
}
#header-sub
{	background: url(/images/header-bg-sub.jpg) no-repeat;
	width: 950px;
	height: 223px;
}
#header h1, #header-sub h1
{	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	float: left;
	width: 645px;
}
#header h1 a
{	cursor: pointer;
	height: 355px;
	text-indent: -9000px;
	display: block;
	width: 645px;
	margin: 0;
	padding: 0;
}
#header-sub h1 a
{	cursor: pointer;
	height: 223px;
	text-indent: -9000px;
	display: block;
	width: 645px;
	margin: 0;
	padding: 0;
}
#address
{	float: right;
	display: inline;
	width: 230px;
	text-align: center;
	padding: 20px 75px 0 0;
}
#address p
{	color: #f6f6d9;
	font-size: 12px;
}
#menu
{	width: 950px;
	height: 56px;
}
#content
{	padding: 0 63px 26px 54px;
}
#left-photo
{	width: 176px;
	height: 495px;
	float: left;
	display: inline;
	padding-top: 38px;
}
img.left-photo
{	float: left;
	display: inline;
	padding: 5px 15px 10px 0;
	width: 176px;
}
#main-content
{	padding: 38px 10px 0 15px;
	min-height: 530px;
	_height: 530px;
}
#main-content p, #main-content h1, #main-content h2, #main-content ul, #main-content-sub p, #main-content-sub h1, #main-content-sub h2, #main-content-sub h3, #main-content-sub ul
{	margin-left: 191px;
}
#main-content-sub
{	padding: 38px 10px 30px 0;
	min-height: 500px;
	_height: 500px;
}
#main-content h1, #main-content-sub h1
{	margin-top: 0;
	border-bottom: 2px dotted #3b280e;
	padding-bottom: 8px;
}
#main-content h1
{	width: 350px;
}
#practice-areas
{	background: url(/images/practice-areas-bg.jpg) no-repeat;
	width: 222px;
	height: 405px;
	float: right;
	display: inline;
	text-align: center;
	padding: 85px 10px 0 22px;
	margin-left: 10px;
	margin-top: -38px;
}
#practice-areas h1
{	font: 19px "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #e1e1c5;
	margin: 0 0 35px 0;
	line-height: 24px;
	border: none;
	padding-bottom: 0;
	width: auto;
}
#practice-areas ul
{	margin: 0;
	margin-left: 0;
}
#disclaimer
{	width: 896px;
	height:50px;
	margin: 10px auto;
	padding:0 27px;
	text-align: left;
}
#disclaimer p
{	margin:0; 
	padding:0; 
	line-height:17px;
	font-size:11px;
}



/* 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 140px;
	list-style-type: none;
	cursor: default;
	width: 830px;
}
/* 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;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 170px;
	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;
}
/* 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: #725b3a;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 20px 20px;
	color: #333;
	text-decoration: none;
	font: 13px "Times New Roman", Times, serif;
	color: #f6f6d9;
	line-height: 16px;
}
ul.MenuBarHorizontal 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-hover.jpg) repeat-x;
	text-decoration: none;
}
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus
{
	background: #2a1d09;
}
/* 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-hover.jpg) repeat-x;
}

/*******************************************************************************

 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: 15px auto;
	text-align: center;
}
.footer-Navigation a
{	font: 11px "Times New Roman", Times, serif;
	color:#f6f6d9;
	text-decoration: none;
	padding: 0 15px;
	border-right: 1px solid #f6f6d9;
}
.footer-Navigation a:hover
{	color:#f6f6d9;
	text-decoration: underline;
}
.footer-Navigation li.last_child a
{	border: none;
}/* *** ** End   of BlankStyleSheetWrapper ** *** */
/* *** ** Start of NakedWrapper ** *** */
#main-content-sub-naked
{	padding: 15px 0 0 150px;
}/* *** ** End   of NakedWrapper ** *** */
/* *** ** Start of DirectionsLayout ** *** */
#directionsForm { padding-bottom:10px;}
#directionsInput { display:inline; }
#directionsLocale { display:inline; margin:0 10px; }
#directionsSubmit { display:inline; }/* *** ** End   of DirectionsLayout ** *** */
