/* @override http://www.paperstreet.com/total/clients/10147/style.css */

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	background:#000000 url(images/bg_sub.png) repeat-x;
	behavior: url("includes/inc.csshover.htc"); 
}

img {
	border-style: none;
}

p, ol, ul, li, td, tr {
	font-size:12px;
	color: #333333;
}

h1 {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a, a:link, a:active, a:visited {
	color:#993300;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#993300;
	text-decoration:underline;
	font-weight: bold;
}

#top {
	width: 900px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 113px;
	position: relative;
}

.imageLeft {
	float: left;

}
#search {
	padding: 10px;
}

#options {
	margin: 60px 0px 0px 163px;
	padding: 0px;
	float: left;
}

#photo {
	width: 100%;
	text-align: left;
	background: url(images/bg_photo.gif) repeat-x;
}
#shadow {
	background: #DBD9C1 url(images/bg_shad.gif) repeat-x;
	height: 16px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
}

#contentContainer {
	width: 100%;
	background-color: #DBD9C1;
}

#content {
	background: url(images/bg_content.gif) repeat-y;
	width: 900px;
	text-align: left;
	min-height:300px;
	overflow:hidden;
		height:expression(this.scrollHeight < 300? "300px" : "auto" );
	margin: 0px;
	padding: 0px 0px 20px;
	position: relative;
}

#mainContent {
	width: 400px;
	margin-left: 120px;
	font-size: 13px;
	color: #333333;
	float: left;
	text-align: left;
	display: inline;
	line-height: 20px;
}

#body	{
	padding: 10px;
	font-size: 12px;	
}

#footer {
	height: 30px;
	width: 100%;
	position: relative;
	background: #000000;
	border-top: 1px solid #dc8c00;
	margin: 0px;
	padding: 10px 0px 60px;
}

#footerText {
	width: 400px;
	float: left;
	margin-left: 120px;
}

#footer a, #footer p {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#footerDate {
	font-size: 11px;
	color: #666666;
	margin-left: 545px;
	width: 200px;
}

#submenu, #practices, #offices, #attorneys, #feed {
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 5px 4px;
	width: 180px;
}

#submenu ul, #submenu li, #submenu p, #feed a,
#practices ul, #practices li, #practices p,
#offices ul, #offices li, #offices p,
#attorneys ul, #attorneys li, #attorneys p {
	margin: 0px;
	padding: 5px 0px 5px 4px;
	list-style: square outside;
	font-size: 13px;
}

#news{

}

#attorney {
	padding: 10px;
}

#attorney-body{
}

#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-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#003366;
}

.formwidth{
	width:200px;
}


/* THIS IS THE NEWS SCROLLER
---------------------------------------------------------*/

#rssscroller{
width: 450px;
height: 50px;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}

/* @group MENU */

/* THIS IS THE MENU 
---------------------------------------------------------*/



/* Overall Box Properties */
#menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background:  url(images/bg_menu.gif) repeat-x;
	height: 41px;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0px 0 0 10px;
	width: 900px;
}

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

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #666;
	padding: 12px 18px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 12px 18px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
}

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

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

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 12px 18px;
}

/* 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 #DC8C00;
}

/* 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: #9F2000;
	padding: 0;
}

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

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

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	border-top: 1px solid #DC8C00;
	border-left: 1px solid #DC8C00;
	padding: 6px 0px 4px 11px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-top: 1px solid #DC8C00;
	border-left: 1px solid #DC8C00;
	padding: 6px 0px 4px 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: 211px;
}

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

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */
/* @end */


#contactForm input, #contactForm textarea, #contactForm select {
	display: block;
	padding: 2px;
	margin-bottom: 0;
	border: 1px solid #666666;
	font: 12px/14px Arial, Helvetica, Geneva, sans-serif;
}

#contactForm label {
	font-size: 10px;
	padding: 0;
	margin: 0;
	display: block;
	height: 15px;
}

#contactForm fieldset {
	padding: 0px 20px 20px;
	margin-top: 20px;
	border: 1px solid #666666;
}

#contactForm legend {
	font-weight: bold;
	font-size: 16px;
}

#contactForm legend + label {
	margin-top: 10px;
}

#statutes p, #statutes li {
	font-size: 9px;
	line-height: 9px;
	text-align: justify;
	margin: 0;
}

#statutes ol {
	margin: 0;
	padding-left: 20px;
}

#statutes h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
