/*  @@@@@[  Wrappers  ]@@@@@ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #515151; 
	margin: 0px;
	background-color:#1f1209;
}
#main_wrapper {
	background: #1f1209;
	width:auto;
	
}
#backgound_top
{
	width: 960px;
	margin: 0px auto;
	background: #1f1209;
	height:26px;
	}
#wrapper {
	width: 960px;
	margin: 0px auto;
	background: url(images/_bg-wrapper.gif) repeat-y;
}
/*  @@@@@[  Navigation  ]@@@@@ */
#nav-index{
	background: url(images/bg_nav_in.gif) top no-repeat;
	height: 183px;
	padding-top: 99px;
	color:#FFFFFF;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 67px;
	font-size: 12px;
	color:#FFFFFF;
}

#nav img, #nav-index img{
	margin-bottom: 13px;
}
#nav-index ul,#nav ul{
	margin: -5px 0 0 0;
	padding: 0 0 10px 36px;
}
#nav-index ul li,#nav ul li{
	list-style: none;
	padding-left: 12px;
	background: url(images/_bullet-subnav.gif) no-repeat 0px 5px;
}
#nav-index ul li a:link, #nav-index ul li a:visited, #nav-index ul li a:active, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active{
	color: #fff;
	text-decoration: none;
}
#nav-index ul li a:hover,#nav ul li a:hover{
	color: #000;
	text-decoration: none;
}
#flash{
	background-color:#FFF;
}

/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */


/***** LEVEL 1 (Root Level) *****/
#subnav div.NavLevel1 {}
#subnav div.NavLevel1 a:visited {}
#subnav div.NavLevel1 a:active {}
#subnav div.NavLevel1 a:link {}
#subnav div.NavLevel1 a:hover {}
/*ON*/
#subnav div.NavLevel1On {}
#subnav div.NavLevel1On a:visited {}
#subnav div.NavLevel1On a:active {}
#subnav div.NavLevel1On a:link {}
#subnav div.NavLevel1On a:hover {}

/***** LEVEL 2 *****/
#subnav div.NavLevel2 {
	display: block;
	border-top: 1px solid #d8d8d8;
	font-size: 15px;
	color: #12598e;
	width: 224px;
	line-height: 26px;
}
#subnav div.NavLevel2 a {
	color: #12598e;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-bottom: 1px;
}
#subnav div.NavLevel2 a:hover {
	color: #c1221d;
	text-decoration: none;
	background: url(images/_bg-subnav-over.jpg) no-repeat 0 1px;
	display: block;
	padding-left: 30px;
	padding-bottom: 1px;
}
/*ON*/
#subnav div.NavLevel2On {
	display: block;
	border-top: 1px solid #d8d8d8;
	font-size: 15px;
	color: #12598e;
	width: 224px;
	line-height: 26px;
}
#subnav div.NavLevel2On a {
	color: #c1221d;
	text-decoration: none;
	background: url(images/_bg-subnav-over.jpg) no-repeat 0 1px;
	display: block;
	padding-left: 30px;
	padding-bottom: 1px;
}
#subnav div.NavLevel2On a:hover {}

/***** LEVEL 3 *****/
#subnav div.NavLevel3 {
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	padding-left:45px;
	padding-bottom: 2px;
	background:url(images/bullet1.gif) no-repeat 38px 7px;
	font-size: 12px;
}
#subnav div.NavLevel3 a:visited {}
#subnav div.NavLevel3 a:active {}
#subnav div.NavLevel3 a:link {}
#subnav div.NavLevel3 a:hover {}
/*ON*/
#subnav div.NavLevel3On {
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	padding-left:45px;
	padding-bottom: 2px;
	background:url(images/bullet1.gif) no-repeat 38px 7px;
	font-size: 12px;
}
#subnav div.NavLevel3On a:visited {
	color: #1964af;
	text-decoration: none;
}
#subnav div.NavLevel3On a:active {
	color: #1964af;
	text-decoration: none;
}
#subnav div.NavLevel3On a:link {
	color: #1964af;
	text-decoration: none;
}
#subnav div.NavLevel3On a:hover {
	color: #1964af;
	text-decoration: none;
}

/***** LEVEL 4 *****/
#subnav div.NavLevel4 {
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	padding-left:52px;
	padding-bottom: 2px;
	background:url(images/bullet1.gif) no-repeat 45px 7px;
	font-size: 12px;
}
#subnav div.NavLevel4 a:visited {}
#subnav div.NavLevel4 a:active {}
#subnav div.NavLevel4 a:link {}
#subnav div.NavLevel4 a:hover {}
/*ON*/
#subnav div.NavLevel4On {
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	padding-left:52px;
	padding-bottom: 2px;
	background:url(images/bullet1.gif) no-repeat 45px 7px;
	font-size: 12px;
}
#subnav div.NavLevel4On a:visited {
	color: #1964af;
	text-decoration: none;
}
#subnav div.NavLevel4On a:active {
	color: #1964af;
	text-decoration: none;
}
#subnav div.NavLevel4On a:link {
	color: #1964af;
	text-decoration: none;
}
#subnav div.NavLevel4On a:hover {
	color: #1964af;
	text-decoration: none;
}

/* @@@@@[  Header / Footer  ]@@@@@ */
#footer {
	width: 960px;
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0px auto;
	background: #1f1309;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff; 
	text-decoration: none;
}
#footer a:hover {
	color: #fff; 
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #fff; 
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #fff;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}

/* @@@@@[  Home Page  ]@@@@@ */
.logo {
	padding-top: 100px;
}
.info {
	width: 379px;
	padding: 35px 0 0 43px;
	font-size: 12px;
	line-height: 24px;
}
.info h2{
	background-color:transparent;
	color: #8b8d08;
	padding: 0px 0 5px 0;
	margin: 0px 0 5px 0px;
}
.section{
	margin-left: -14px;
	margin-right: -10px;
}
.col {
	float: left;
	width: 140px;
	padding-right: 24px;
	padding-top: 18px;
}
.col2{
	float: right;
	width: 140px;
	padding-top: 18px;
}
.section h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #251a06;
	font-weight:normal;
	background-color:transparent;
}
.section a:link, .section a:visited, .section a:active {
	color:#515151 !important;
	text-decoration:none !important;
}
.section a:hover {
	text-decoration:underline !important;
}
/* @@@@@[  Home Page  ]@@@@@ */
#main{
	width: 960px;
	background: url(images/_bg-main-bot.jpg) left bottom no-repeat;
}
#main2{
	width: 960px;
	background: url(images/_bg-main-bot.jpg) left bottom no-repeat;
	position:relative;
}
#left-content{
	width: 447px;
	float: left;
	color: #515151;
	padding: 22px 35px 17px 38px;
}
#left-content2{
	width: 447px;
	float: left;
	color: #515151;
	padding: 92px 35px 20px 38px;
}
#left-content ul, #left-content2 ul{
	margin: 0px;
	padding: 0 0 16px 30px;
}
#left-content ul li, #left-content2 ul li{
	list-style: none;
	padding-left: 10px;
	background: url(images/_bullet.gif) no-repeat 0px 8px;
}
#left-content ul ul, #left-content2 ul ul{
	margin: 0px;
}
#right-content, #right-content2{
	width: 220px;
	float: left;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #251a06; 
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #251a06; 
	text-decoration: none;
	outline: none;
}
h1 {
	/*color: #251a06;
	border-top: 1px solid #bcbcbc;
	background: url(images/_bullet-h.gif) no-repeat 4px 9px;
	padding: 6px 0 6px 18px;
	*/
	color: #8B8D08;
	margin: 22px 0 10px -3px;
	padding: 6px 0 6px 2px;
	font-size: 20px;
	line-height: 18px;
	border-bottom: 1px solid #bcbcbc;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	/*color: #8b8d08;
	padding: 0px 0 5px 0;
	*/
	color:#FFFFFF;
	background-color:#b85915;
	font-size: 12px;
	margin: 0px 0 5px -3px;
	padding: 2px 0 2px 8px;
}
h3{
	color:#8B8D08;
	font-size: 13px;
	margin: 0px 0 5px 0px;
	padding: 5px 0 5px 0px;		
}
h4 {
	margin:0px;
	color: #8B8D08;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:2px;
}
#left-content h4 a, #left-content2 h4 a {
	text-decoration:none;
	color: #8B8D08;
}
#left-content h4 a:hover, #left-content2 h4 a:hover {
	text-decoration:underline;
}

#left-content h2 a, #left-content2 h2 a{color:#FFFFFF; text-decoration:none;}
#left-content h2 a:hover, #left-content2 a:hover{
	text-decoration:underline;
}
p {
	margin: 0px;
	padding-bottom: 16px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}

.quote { font-size: 16px; color: #8b8d08; line-height: 22px; margin: 0 15px 15px 15px; }

.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 15px; 
 	margin-right: 20px;
 	float: left;
	padding: 5px;
	border: 1px solid #8f8f8f;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-size: .9em; 
	color: #666; 
	background: #fff; 
	border: 1px solid #939;
}
input.clean {
	border-style: none; 
	background: none;
}

/* PRESS */

/* listing page */

.pressPaging {
	text-align:right;
	margin-bottom:10px;
	clear:both;
}

.pressListing {
	clear:both;
	padding:15px 0;
}

.pressDate {
	float:left;
	width:65px;
}
.pressTitle {
	float:left;
	width:380px;
}

.pagingBottom {
	margin:15px 0;
}

/* detail page */

#pressDetail h2{
	background:none;
	color:#4c3d2b;
	padding:0px 0 5px 0;
	margin:0px 0 5px 0px;
	font-size:13px;
}
.attorney_right {
	float:left;
	width: 230px;
}
.attorney_right2 {
	float:left;
	width: 190px;
}
.attorney_right3 {
	float:left;
	width: 230px;
	margin-bottom: 10px;
}
.attorney_right img, .attorney_right2 img, .attorney_right3 img {
	padding-right: 5px;
}
.scroll{
	/*height: 558px;*/
	height: 188px;
	overflow-x:hidden;
	overflow-y:auto;
	width:445px;
}

/*List*/
.listPhoto {
	width:103px;
	float:left;
	padding-top:19px;
	padding-bottom:5px;
}
.listPhoto img {
	padding: 2px;
	border: 1px solid #8f8f8f;
}
.listInfo {
	width:344px;
	float:left;
	padding-top:22px;
	padding-bottom:35px;
	color:#393939;
}
.indentIcon {
	padding-right:5px;
}

/*start print page style*/
#print { background-color:#000;}
#print_logo{ width:960px; height:70px; margin-bottom:10px;padding-left:10px;}
#main_print
{ width:960px; margin-left:auto; margin-right:auto; padding-top:30px;  background-color:#ffffff;}
#left_main_print
{ width:240px; padding-left:30px; float:left; padding-top: 10px;}
#right_main_print
{ width:619px; float:left; margin-left:10px; border-left:1px #bcbcbc solid; padding-left:30px; padding-bottom:30px;}
#right_main_print p { margin:0px; padding-bottom:12px;}
#right_main_print ul { margin:0px; padding-bottom:12px; padding-left:30px;}

.alignRight {
	text-align:right;
	float:right;
}


.email {
	display:none;
}
#info {
	display:none;
}
#logo {
	position:absolute;
	left:38px;
	top:22px;
	margin-bottom:22px;
}
.photo_detail2 {
	position:absolute; top:155px; left:38px;
}

.ltmrgn { margin-left: 45px; }

.banner{
	margin-left: -3px;
}