body {
	padding:0;
	margin:0;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans Serif;
	background:#510004 url(/images/bg.gif);
	behavior: url("includes/inc.csshover.htc");
	text-align: center; 
	}

p, ol, ul, li, td, tr {
	font: 12px/16px "Trebuchet MS", Tahoma, Verdana, Arial, "Sans Serif";
	}

h1 {
	color:#600;
	font-size: 24px;
	padding: 15px 0 0 43px;
	line-height: 36px;
	width: 350px;
	}

h2 {
	color:#600;
	font-size: 18px;
	padding: 15px 0 0 43px;
	line-height: 20px;
	width: 350px;
	}

a, a:link, a:active, a:visited {
	color:#600;
	text-decoration:none;
	}

a:hover {
	color:#600;
	text-decoration:underline;
	}

hr {
	border-top: 3px double #660000;
	width: 60%;
	height: 3px;
	margin: 10px auto 0;
	text-align: center;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	}

#container {
	background: #FFF8E0 url(/images/container_bg.gif) repeat-y;
	width: 760px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}

#logo {
	width: 760px;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#content {
  -moz-box-sizing: border-box;
	text-align: left;
	margin: 25px 0 0 0;
	padding: 90px 40px 0 0;
	height: auto;
	}

#content p {
	padding: 0 0 0 43px;
	color: #330000;
	}

#content p a {
	font-weight: bold;
	color: #030;
	}

#content ul {
	padding: 0 0 0 73px;
	color: #330000;
	list-style: square;
	}

#content blockquote {
	font: 12px/16px "Trebuchet MS", Tahoma, Verdana, Arial, "Sans Serif";
	color: #330000;
	padding-left: 43px;
	}

#body	{
	padding: 0;
	font-size: 12px;
	margin: 0;
	width: 760px;
	}

#footer {
	height: auto;
	text-align: left;
	color: #59554B;
	font-size: 11px;
	margin: 0;
	padding: 10px 0 5px 43px;
	line-height: 12px;
	}

#footer a {
	color: #030;
	font-size:  11px;
	}

#submenuContainer {
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
	width: 210px;
	height: auto;
	}

#submenu, #practices, #offices, #attorneys, #feed {
  -moz-box-sizing: border-box;
	background: #FFF;
	border-right: 2px solid #ccb698;
	border-left: 2px solid #ccb698;
	margin: 0;
	padding: 0 0 0 4px;
	}

#submenu ul, #submenu p, #feed a, #practices ul, #practices p, #offices ul, #offices p, #attorneys ul, #attorneys p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	}

#submenu li, #practices li, #offices li, #attorneys li {
	margin: 0;
	padding: 5px 0 5px 20px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	list-style: none;
	background: url(/images/page_bullet.gif) no-repeat;
	width: 178px;
	}

#attorney {
	padding: 10px;
	}

#attorney-offices{
	float: right;
	background-color: #efefef;
	margin: 0 10 10 10;
	padding: 10 10 0 10;
	border: solid 1px #CCC;
	width: 200px;
	}

#attorney-practices{
	float: right;
	background-color: #efefef;
	margin: 0 10 10 10;
	padding: 10 10 0 10;
	border: solid 1px #CCC;
	width: 200px;
	clear: right;
	}

.formselect{
	width: 150px;
	font-size: 10px;
	}

.formbutton{
   color:#fff;
   font-size:10px;
   font-weight:bold;
   background-color:#003366;
	}

#search{
	padding: 10px;
	}

#options{
	padding-top: 20px;
	font-size: 10px;
	}

.formwidth{
	width:200px;
	}

#clear {
	clear: both;
	padding-top: 25px;
	}

#btmGraphic {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	}

#form {
	margin-left: 75px;
	}
/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	position: absolute;
	top: 62px;
	padding: 0;
	background:  url(/images/menu_bg.gif) no-repeat;
	text-align: left;
	clear: both;
	height: 25px;
	margin: 0;
	}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0 0 0 33px;
	text-align: left;
	width: 727px;
	}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #59554B;
	display: inline;
	padding: 0;
	float: left;
	margin: 0;
	}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #59554B;
	padding: 4px 8px 3px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	line-height: 16px;
	}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 6px 8px 3px;
	margin: 0;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #59554B;
	margin: 0;
	padding: 4px 8px 3px;
	}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
	}

/* Hover of the Main Menu */
#menu ul li:hover {
	background: #C1A784;  
	position: relative;
	color: #fff;
	}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a, #menu li a:hover {
	color: #fff;
	padding: 5px 8px 4px;
	margin: 0;
	}

* html #menu li a:hover {
	color: #fff;
	padding: 6px 8px 3px;
	margin: 0;
	}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 211px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #C1A784;
	}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
	}

#menu ul li ul li, #menu ul li.more ul li {
	width: 211px;
	background: #E7DCC6;
	padding: 0;
	}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 3px 0 3px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #59554B;
	border-left: 1px solid #C1A784;
	border-right: 1px solid #C1A784;
	border-top: 1px solid #C1A784;
	float: none;
	}

#menu ul li ul li:hover { 
	background: #DCCAAD; 
	}

#menu ul li ul li a:hover {
	color: #59554B;
	background: none;
	border-top: 1px solid #C1A784;
	border-left: 1px solid #C1A784;
	padding: 4px 0 2px 11px;
	}

#menu ul li ul li:hover > a {
	color: #59554B;
	background: none;
	border-top: 1px solid #9C8567;
	border-left: 1px solid #9C8567;
	padding: 4px 0 2px 10px;
	}

#menu ul li ul li ul, #menu ul li:hover ul li ul { 
	display: none; 
	}

#menu ul li ul li:hover ul, #menu li.exp:hover ul, #menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0;
	z-index: 300;
	border-right: none;
	width: 211px;
	}

#menu ul li:hover ul li:hover ul li, * html #menu ul li ul li a { 
	width: 211px; 
	}

/* THIS IS THE MENU */