/* *** ** Start of DefaultWrapper ** *** */
* {margin:0; padding:0;}
ul, ol { padding-left:1em; margin-left:1; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address { margin-bottom: 1em; }
img { border:none; }
strong {}
h2 {
	font-size: 100%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight:bold;
}
a {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #9F783E;
}
.clear { clear:both; }
.body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1E0808 url(../../../../images/background.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBE2CE;
	margin: 0 auto 39px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	margine:0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header a h1 {
	background:url(../../../../images/header.jpg) no-repeat;
	width: 981px;
	height: 226px;
	text-indent: -9000px;
	margin: 0; 
	padding: 0;
	cursor:pointer;
}
#header #menu {
	width: 981px;
	height: 43px;
	background:url(../../../../images/menu-bg.jpg) no-repeat;
}
#menu {
	width: 981px;
	height: 43px;
	background:url(../../../../images/menu-bg.jpg) no-repeat;
	position: relative;
}
#content-area {
	background: #EBE2CE;
	width: 964px;
	margin: 7px 7px 0 7px;
	padding: 0;/*7px 7px 0 7px;*/
	border-top: #B18E50 1px solid;
	border-left: #B18E50 1px solid;
	border-right: #B18E50 1px solid;
}
#content-area h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	margin-bottom: 0.5em;
}
#content-area #bold {
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #000000;
	display: inline;
}
#content-area p, #content-area ul {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 221px;
	min-height: 521px;   /* 546px here fixes border problem in Firefox but not IE */
	_height: 521px;
	overflow: inherit;
	margin: 0;/*7px 0 0 7px;*/
	background: #EBE2CE url(../../../../images/sidebar-bg.jpg) no-repeat;
	padding: 0;/*20px 20px 10px 20px;*/
	/*border-left: #B18E50 1px solid;*/
	 
}
/* this is for a div inside the sidebar1 on home to create padding.  On subpages, there is no padding */
#inner {
	padding: 0 20px 0 20px;
}
#sidebar1 h1 {
	font: 32px "Times New Roman", Times, serif;
	color: #660000;
	margin-bottom: 1em;
	text-align:center;
	padding-top: 20px;
}
#sidebar1 h2 {
	font: 23px "Times New Roman", Times, serif;
	color: #9F783E;
	line-height: 10px;
}
#sidebar1 p {
	color: #434343;
	font-size: 12px;
}
#sidebar1 p a {
		color: #434343;
}
#sidebar1 a:hover {
	color: #660000;
}
#indent {
	padding: 0 0 0 20px;	
}
#mainContent { 
	background: #EBE2CE;
	width: 710px;
	min-height: 588px;
	_height: 521px;
	overflow: inherit;
	float: left;
	margin: 0;/*7px 7px 0 0;*/
	padding: 20px 10px 10px 20px;
	border-left: #B18E50 1px solid;
	/*border-right: #B18E50 1px solid;*/
	/*border-top: #B18E50 1px solid;*/
} 
#video {
	background: url(../../../../images/video-still.jpg) no-repeat;
	width: 321px;
	height: 281px;
	float: right;
	clear: right;
	margin: 0 0 0 11px;
}
#distinctions {
	font: 12px Arial, Helvetica, sans-serif;
	width: 210px;
	min-height: 208px;
	_height: 208px;
	background: #F0EBE0;
	border: #B18E50 1px solid;
	float: right;
	clear: right;
	padding: 0 11px 11px 11px;
	margin: 10px 0 0 12px;
}
#distinctions h1 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #9F783E;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 10px;
}
#distinctions p {
	margin-left: 13px;	
}
#footer { 
	font:Georgia, "Times New Roman", Times, serif;
	color: #585858;
	font-size:14px;
	padding: 20px auto 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D9C8AB; 
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.lower-menu {
	text-align: center;
	padding: 5px 15px;
	background: #1E0808;
}
.lower-menu a {
	color: #D0AE6D;
	font-size: 11px;
	padding: 0 25px;
	border-right: 1px solid #D0AE6D;
}
.lower-menu a:hover {
	text-decoration: underline;
	color: #D0AE6D;
}
.lower-menu a#last-link {
	border:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* **************************Subpage***********************/
#content-area h4 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #9F783E;
	margin-bottom: 0.5em;
}
h2#largelink {
	border-bottom: 1px #B18E50 solid;
	padding: 4px 0;
	color: #660000;
	font: 14px Arial, Helvetica, sans-serif;
	float: right;
	width: 80%;
}
#sidebar1 h2 a {
	text-decoration: none;
	color: #660000;
}
#sidebar1 h2 a:hover {
	color: #9F783E;
}

/* 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: 100%;
	cursor: default;
	width: 100%;
}
/* 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 6px;
	list-style-type: none;
	font-size: 16px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	background: url() no-repeat right;
}
ul.MenuBarHorizontal li.no_divider
{
	background: none;
}
ul.MenuBarHorizontal ul li {
	padding:0 0;
	background: #400404;
} 
/* 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: 8.2em;
	position: absolute;
	left: -1000em;
	background: #400404;
}
/* 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;
	top: 43px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 175px;
}
/* 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-left: 1px solid #D0AE6D;
	border-right: 1px solid #D0AE6D;
	border-bottom: 1px solid #D0AE6D;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 10px;
	color: #D0AE6D;
	text-decoration: none;
}
ul.MenuBarHorizontal ul 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
{
	color: #EBE2CE;
}
/* 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
{
	color: #EBE2CE;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*background-image: url(/SpryMenuBarDown.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*background-image: url(/SpryMenuBarRight.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*background-image: url(/SpryMenuBarDownHover.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*background-image: url(/SpryMenuBarRightHover.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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: inherit;
	}
}/* *** ** End   of DefaultWrapper ** *** */

/*Super Lawyers*/
.sl_badge_120 {width:120px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid #B18E50; border-bottom:4px solid #B18E50;line-height:1.5; margin: 40px 0 40px 20px;padding:2px 17px 5px 17px;}
          .sl_badge_120 a {color:rgb(131,7,30);text-decoration:none;}
          .sl_badge_120 a:hover {text-decoration:underline;}
          .sl_badge_120 .online {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
          .sl_badge_120 .visit { text-align:center; font-size:10px; }