body {
	padding:0px;
	margin:0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans Serif;
	background:#fff;
	behavior: url("includes/inc.csshover.htc");
	text-align: center; 
	font-size:14px;
}

#wrapper {
	background: #f5f5f5 url(images/side-bg.jpg) repeat-y center top;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

p, ol, ul, li, td, tr {
	font-family: Lucida Sans, Trebuchet MS, Tahoma, Verdana, Arial, Sans Serif;
	font-size:14px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	padding-top:20px;
}
h3 {font-size: 14px;
	font-weight: bold;
	padding-top:20px;
	color:#336699;}
img.border {
	border: 1px solid #666666;
}
.biophoto {float:right; margin-left:20px; margin-bottom:20px;margin-top:10px;border: 1px solid #666666;}	
a, a:link, a:active, a:visited {
	color:#336699;
	text-decoration:none;
}

a:hover {
	color:#003366;
	text-decoration:underline;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#photo {
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 50px;
	width: 680px;
}

#body	{
	font-size:14px;
}

#footer {
	background:  #fff url(images/footer-bg.jpg) no-repeat top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 32px;
	clear: both;
	height: 60px;
}

#footer a {
	color: #999;
	font-size:  18px;
	line-height: 22px;
	padding:38px 10px 8px 50px;
	background-image: url(images/PS-logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#options{
	float: left;
	padding-right: 190px;
	padding-left: 20px;
}

#topnav {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 11px;
}

#submenu, #practices, #offices, #attorneys, #feed, #attorney-offices, #attorney-practices {
	float: right;
	background-color: #efefef;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	border: solid 1px #CCC;
	width: 200px;
	font-size: 12px;
}

#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, #attorney-offices li, #attorney-practices li, #attorney-offices p, #attorney-practices p {
	margin: 0px;
	padding: 5px 0px 5px 4px;
	list-style: square inside;
	font-size: 12px;
}

#news{

}

#attorney {
	padding: 0px;
}

#attorney-body{
}

#attorney-offices{
	float: right;
}

#attorney-practices{
	float: right;
	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;
}

#search{
	padding: 10px;
}

.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;
}
.login-form {padding-left: 0px; list-style: none;}
.caption {
	color: #FF0000;
}

/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	width: 738px;
	margin: 0;
	padding: 0;
	float: left;
	background:  #336699;
	border-bottom: 1px solid #FFFFFF;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 7px 8px 9px 8px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 7px 8px 9px 8px;
	}

/* 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: #003366;  
	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: 8px 7px 8px 9px;
}

/* 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 #fff;
}

/* 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: #003366;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 8px 0px 8px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	float: none;
}

#menu ul li ul li:hover { 
	background: #336699; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 8px 0px 8px 10px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 8px 0px 8px 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 */

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}