body {
	padding:0px;
	margin:0px;
	background:#D9E6E5;
	behavior: url("includes/inc.csshover.htc");
	text-align: center;
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
}

p, td, tr {
	margin: 0px 0px 10px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	padding: 25 0 0;
	text-transform: uppercase;
	color: #005a53;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:active, a:visited {
	color:#005a53;
	text-decoration:none;
}

a:hover {
	color:#005a53;
	text-decoration: underline;
}

#container {
	width: 960px;
	background: url(images/bg_main.gif) repeat-y;
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 20px;
	height: auto;
}
#clear {
	clear: both;
	background: repeat-y;
}
#body img {
	margin-right: 15px;
	margin-bottom: 10px;
}

#content {
	padding: 25px 15px 0px 100px;
	width: 815px;
	text-align: left;
	height: auto;
	background: url(images/bg_content.gif) no-repeat;
	margin: 0px auto;
	min-height: 450px
}

#body, #attorney, #news {
	padding-top: 10px;
	color: #56595C;
}



#photo {
	width: 125px;
	text-align: left;
	position: absolute;
	left: 770px;
	top: 39px;
	height: 95px;
}

#logo {
	width: 407px;
	text-align: left;
	position: absolute;
	left: 15px;
	top: 60px;
	height: 105px;
}

#footer {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	padding: 10px 0px 0px;
	clear: both;
	background: url(images/bg_footer.gif) no-repeat;
}

#footer p {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer a {
	color: #005a53;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

#topnav {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	text-align: left;
	background: url(images/bg_top.gif) no-repeat;
	height: 165px;
	margin-left: 15px;
	}

#submenu, #practices, #offices, #attorneys, #feed, #attorney-offices, #attorney-practices  {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 5px 0px 5px 4px;
	border: solid 1px #CCC;
	width: 225px;
	background: #D9E6E5;
	font-size: 12px;
}

#attorney-assistant {
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 5px 4px;
	width: 225px;
	font-size: 12px;
	color:#005a53;
	clear:right;
	background-color: #FFFFFF;
	border-top-width: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #669999;
	border-right-color: #669999;
	border-bottom-color: #669999;
	border-left-color: #669999;

}

#submenu ul, #submenu li, #submenu p, #feed a, #submenu a,
#practices ul, #practices li, #practices p, #practices a,
#offices ul, #offices li, #offices p, #offices a,
#attorneys ul, #attorneys li, #attorneys p, #attorneys a, 
#attorney-practices ul, #attorney-practices li,
#attorney-offices ul, #attorney-offices li, #attorney-offices p, #attorney-offices a {
	margin: 0px;
	padding: 2px 0px 2px 2px;
	list-style: square inside;
	font-size: 12px;
}

/*#news{

}

#feed{
	float: right;
	background-color: #efefef;
	padding: 20 10 10 10;
	border: solid 1px #CCC;
	width: 200px;
	clear: right;
	font-size: 12px;
}

#attorney {
	padding: 10px;
}

#attorney-body{
}

#attorney-offices p {
	font-size: 11px;
}*/

#attorney-practices{
	float: right;
	margin: 15px 0px 15px 15px;
	padding: 5px 0px 5px 4px;
	border: solid 1px #CCC;
	width: 225px;
	clear: right;
	background: #D9E6E5;
}
.formselect{
	width: 150px;
	font-size: 10px;
}

.formbutton{
   color:#fff;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#005a53;
}



#search{
	padding: 10px;
}

#options{
	padding-top: 20px;
	font-size: 10px;
}

.formwidth{
	width:200px;
}
/* THIS IS THE MENU 
---------------------------------------------------------*/
#menu {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	text-align: left;
}

#menu ul {
	display: block;
	list-style: none;
	margin: 0px 0px 0px 8px;
	float: left;
	padding: 0px;
	border-top: 10px solid #699;
}

#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	font-size: 11px;
	display: block;
	float: left;
	color: #9CC;
	margin: 0px;
	padding: 5px 5px 2px;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #699;
}

* html #menu ul li a {
	padding: 5px 5px 2px;
	margin: 0px;
}

#menu ul li ul {
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#menu ul li:hover {
	background: #007064;  
	position: relative;
	color: #fff;
}

#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 5px 5px 2px;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 251px;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #699;
}

* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 251px;
	background: #B4B4B4;
	margin: 0px;
	padding: 0px;
	height: auto;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 3px 0px 3px 10px;
	width: 240px;
	color: #fff;
	border-left: 1px solid #699;
	border-right: 1px solid #699;
	border-top: 1px solid #699;
	float: none;
}

#menu ul li ul li:hover { 
	background: #999999; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	border-top: 1px solid #699;
	border-left: 1px solid #699;
	padding: 4px 0px 2px 11px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-top: 1px solid #699;
	border-left: 1px solid #699;
	padding: 4px 0px 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: 0px;
	z-index: 300;
	border-right: none;
	width: 251px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 251px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */

