/*[fmt]1A90-1A0A-3*/
@import url(_footer.css);
@import url(_menu.css);
body {
	margin: 0px;
	background-color: white;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
td, ul, select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
a img {
	border: 0px;
}
p {
	border: 0px solid red;
	margin-top: 0em;
}
p.contact {
	color: #124D3B;
}
span.left {
	float: left;
}
.right {
	float: right;
}
.pagingNav {
	text-align: right;
	clear: both;
	font-size: 10px;
	line-height: 2em;
}
.nowrap {
	white-space: nowrap;
}
.indent {
	padding-left: 5em;
}
.text-indent {
	text-indent: 40px;
}
input.text, input.short, input.phone, input.keyword, input.file, textarea {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #DCDCDC;
}
input.text {
	font-size: 11px;
	width: 330px;
}
input.keyword {
	width: 120px;
}
input.phone {
	width: 120px;
}
input.file {
	width: 340px;
}
input.button {
	font-size: 10px;
	float: right;
	background-color: #EEEEEE;
	color: #333333;
	height: 22px;
	padding: 2px 4px 3px;
	margin-bottom: 2px;
	margin-top: 3px;
	margin-left: 6px;
}
label {
	border: 0px solid red;
}
input.box {
	padding: 0;
	margin: 2px;
	margin-top: 2px;
	vertical-align: middle;
	border: 0px solid red;
}
textarea {
	width: 98%;
	height: 10em;
}
/******************************************************************
Top Navigation Banner
*******************************************************************/
#topNavTbl {
	width: 100%;
}
#topNavTbl td {
	padding: 0px;
}
#topNavBanner {
	width: 100%;
	background-image: url(../../images/bg/bg_top.gif);
	background-repeat: repeat-x;
	height: 21px;
}
#topNavBanner img {
	display: block;
	float: left;
	height: 21px;
	border: 0px;
}
/*******************************************************************
2006.2.22, Ye Wang: class for multi-color top banners
********************************************************************/
#topNavStatusabout, #topNavStatuspractice, #topNavStatusattorney, #topNavStatuscareer, #topNavStatusprobono, #topNavStatusnews, #topNavStatusoffice, #topNavStatus {
	background-repeat: repeat-x;
	height: 112px;
}
#topNavStatusabout {
	background-image: url(../../images/bg/topNav_about.jpg);
	background-repeat: repeat-x;
	height: 112px;
}
#topNavStatuspractice {
	background-image: url(../../images/bg/topNav_practice.jpg);
}
#topNavStatusattorney {
	background-image: url(../../images/bg/topNav_attorney.jpg);
}
#topNavStatuscareer {
	background-image: url(../../images/bg/topNav_career.jpg);
}
#topNavStatusprobono {
	background-image: url(../../images/bg/topNav_probono.jpg);
}
#topNavStatusnews {
	background-image: url(../../images/bg/topNav_news.jpg);
}
#topNavStatusoffice {
	background-image: url(../../images/bg/topNav_office.jpg);
}
#topNavStatus {
	background-image: url(../../images/bg/topNav_default.jpg);
}
/*******************************************************************
END
********************************************************************/
#topNav {
	color: #C49706;
	font-size: 9px;
	padding-left: 10px;
	padding-top: 4px;
	height: 66px;
	width: 460px;
	vertical-align: top;
	overflow: hidden;
}
#topNav a {
	color: #30633A;
	text-decoration: none;
	line-height: 1.5em;
}
#topNav a.on {
	color: #C49706;
}
#topNav a:hover, #topNav a.on:hoever {
	text-decoration: underline;
}
#topNav #subPageTitle {
}
#topNav img {
	padding-top: 3px;
}
.pageTitle {
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #124D3B;
	line-height: 1.5em;
}
#printBanner {
	width: 460px;
	height: 46px;
	text-align: right;
	color: #BA8920;
	font-size: 9px;
}
#printBanner a {
	color: #BA8920;
	text-decoration: none;
}
#printBanner a:hover {
	text-decoration: underline;
}
#printBanner img {
	border: none;
}
/******************************************************************
END OF TOP NAVIGATION BANNER
******************************************************************
*****************************************************************
Content Area
*******************************************************************/
#body {
	background-image: url(../../images/bg/bg.gif);
	background-repeat: repeat-y;
/*
padding-left: 75px;
padding-right: 5px;
*/
	border: 0px solid red;
}
#bodyContent {
	width: 715px;
/*695px;*/
	margin-left: 74px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding-right: 15px;
	border: 0px solid green;
}
#bodyContent a:link, #bodyContent a:visited {
	color: #104E39;
	text-decoration: underline;
}
#bodyContent a:hover {
	text-decoration: underline;
}
#anchors {
	color: #C49609;
	line-height: 2em;
	font-weight: bold;
}
.header, .subheader {
	color: #C49609;
}
.header {
	font: 14px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subheader {
	font: 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1, h2, h3, h4 {
	color: #C49609;
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-top: 0;
}
h1 {
	font-size: 15px;
	margin-bottom: 6px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 10px;
}
/*2006.1.23, No use
h1+p,
h2+p,
h3+p {
margin-top: 0px;
border: 1px solid red;
}
*/
ul, ul.double {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-left: 0em;
}
li, li.sub, ul.double li, li.double {
	list-style: none;
	background-image: url(../../images/global/list_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0px 0 0px 20px;
	margin: 0.4em 0;
}
li.sub {
	margin-left: 2em;
}
ul.double li, li.double {
	margin-top: 0em;
	margin-bottom: 1.3em;
}
select {
	font-size: 10px;
}
#photo {
	width: 460px;
	font-size: 10px;
}
#attorneyPhoto {
	margin-right: 10px;
	float: left;
	width: 140px;
	border: 0px solid green;
}
#photo .header {
	border-bottom: 1px solid #C59608;
	width: 200px;
	margin-bottom: 5px;
}
#sideNav {
	border: 1px solid #E1CA84;
	border-width: 0 0px 0 1px;
	width: 174px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	height: 100%;
}
#sideNav .subheader, #sideNav h4 {
	color: #124D3B;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3em;
}
#sideNav a {
	font-size: 9px;
	color: #104E39;
	text-decoration: none;
}
#sideNav a.on, #sideNav a:hover {
	text-decoration: none;
}
#sideNav p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
#sideNav select {
	width: 90%;
}
#sideNav ul {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 1.5em;
}
#sideNav li {
	background-image: none;
	padding: 0 0.5em 0.3em 0;
	line-height: 1.4em;
}
#sideNav img {
	margin-bottom: 2px;
}
#sideNav .banner {
	border-bottom: 5px solid #F6EFDA;
	width: 170px;
	padding-bottom: 0px;
	margin-bottom: 4px;
}
/*local navigation: practice*/
#contentBody {
	float: left;
	width: 470px;
}
#contentBody h1 {
	padding-left: 30px;
}
#content {
	padding: 5px 20px 20px 30px;
}
#content h1 {
	padding-left: 0;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a.top {
	background-image: url(../../images/icons/arrow_up.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	margin-bottom: 2em;
	float: right;
	text-align: left;
	text-decoration: none;
}
#content a.top:hover {
	text-decoration: none;
}
#content a.rss {
	background-image: url(../../images/icons/rss.gif);
	background-position: center left;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: right;
	vertical-align: middle;
}
/*Practice listing only
#content .practiceCategory {
	width: 155px;
	float:left;
	margin-right: 15px;
	margin-bottom: 20px;
	overflow: auto;
}
#content .practiceCategory h1 a, #content .practiceCategory h1 a:visited {
	color: #C49609;
	text-decoration: none;
}
#content .practiceCategory h1 a:hover {
	text-decoration: underline;
} 
*/
#subnav, .subnav {
	text-align: left;
	background-image: url(../../images/gnav/snav_bar.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0;
	padding-left: 30px;
	height: auto;
	margin: 0;
	margin-bottom: 0.8em;
	clear: both;
	border: 0px solid red;
}
#subnav div {
	margin: 0;
	padding: 0;
	height: 100%;
	clear: both;
	border: 0px solid blue;
}
#subnav img, #subnav a {
	width: auto;
	height: 18px;
	display: inline;
	float: left;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.subnav img {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	white-space: nowrap;
}
.subnav p {
	margin: 0;
	padding: 0;
	height: 18px;
	background-color: #C4970A;
	border: 0px solid blue;
}
.subnav p img {
	display: inline;
	float: left;
}
#content .subnav {
	margin-left: -30px;
}
#form {
	border: 1px solid #DDC373;
/*#C5960A;*/
	border-width: 1px 0 0 1px;
}
#form th {
	padding: 4px;
	background-color: #E1CA84;
	border: 1px solid #DDC373;
	border-width: 0 1px 1px 0;
	text-align: left;
}
#form td {
	padding: 4px;
	border: 1px solid #DDC373;
	border-width: 0 1px 1px 0;
	vertical-align: top;
}
#form td.left {
	font-weight: bold;
	background-color: #EADBAE;
/*#E1CA84;*/
}
#list {
	width: 640px;
	border: 0px solid #C5960A;
}
#list td {
	padding: 4px;
	border-bottom: 0px solid #C5960A;
}
.row0 td {
	background-color: #EADBAE;
}
.row1 td {
	background-color: white;
}
div.row0 {
	border-bottom: 1px dashed #C5960A;
	margin-bottom: 8px;
}
div.row1 {
	border-bottom: 1px dashed #C5960A;
	margin-top: 3px;
	margin-bottom: 3px;
}
/******************************************************************
END OF CONTENT AREA
*******************************************************************/
#err {
	color: red;
}
#rss {
	float: right;
}



#content #practiceCategory  {
	
}
#content #practiceCategory h1 { 
	width: 10em;
	text-align: right;
	float: left; 
}
#content #practiceCategory h1 a {
	float: right;
	color: #C49609;
	text-decoration: none;
}
#content #practiceCategory h1 a:hover {
	text-decoration: underline;
}
#content #practiceCategory ul { 
	clear: both; 
	margin-left: 15em;
}


#content #practiceCategory a.close,
#content #practiceCategory a.open { 
	background-image: url("../../images/gnav/snav_practice_close.gif");
	background-repeat: no-repeat;
	background-position: left center;
	
	width: 180px; 
	height: 20px;
	/*
	padding-left: 10px;  
	height: 1.6em;
	margin-left: 0.3em;
	*/
	margin-top: 0.2em;
	margin-left: 0.8em; 
	cursor: pointer;   
	vertical-align: middle;
	border: 0px solid red;
	float: left;
}
#content #practiceCategory a.open {
	background-image: url("../../images/gnav/snav_practice_open.gif");
}

#content #practiceCategory a.openAll,
#content #practiceCategory a.closeAll {
	float: right;
	background-image: url("../../images/icons/arrow_left.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial;
	font-size: 11px;
	padding: 4px;
	padding-left: 14px;   
	cursor:pointer; 
	text-decoration: none; 
}
#content #practiceCategory a.openAll {
	background-image: url("../../images/icons/arrow.gif");
}
#content #practiceCategory a.openAll:hover,
#content #practiceCategory a.closeAll:hover {
	text-decoration: underline;
}
#content #practiceCategory ul.close {
	display: none;
}
#content #practiceCategory ul.open {
	display: ;
}
