html, body{
	font-family:verdana, arial;
}

#container {
	width: 738px;
	position:relative;
	margin:0px auto;
}

h1 {
	color: #000000;
	font-size:14px;
	padding:6px 0 6px 0;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
}

.sub-title{
	font-size:11pt;
	color:#333333;
	font-weight:bold;
}

#mast_head {
	width: 738px;
	height:137px;
	margin-bottom:11px;
}

#int_logo{
	float:left;
	height:137px;
	width:178px;
}

#header {
	float:right;
	width:560px;
	height:137px;
}

#int_nav{
	margin-top: 56px;
	height:29px;
	text-align:right;
}

#int_nav img{
	border:none;
}

#subnav img{
	display:block;
}

#subnav ul{
	width:178px;
	list-style: none;
	margin: 0;
	padding: 2px 0 12px 0;
	border: none;
	background-color:#696969; /* grey */
	/* border-bottom:4px solid #ffffff; */
}
		
#subnav li {
	margin: 0;
	padding: 3px 0px;
}

#subnav a {
	font-size:10px;
	color: #ffffff;
	text-decoration:none;
	padding: 3px 3px 3px 7px;
	background-color:#696969; /* grey */
	display:block;
}

#subnav a:hover {
	background-color:#ffffff;
	color:#000000;
}

#subnav #active_link a {
	background-color:#ffffff;
	color:#000000;
}

#red_subnav ul{
	/* border-top:4px solid #ffffff; */
	background-color:#b10707; /* red */
}

#red_subnav a {
	background-color:#b10707; /* red */
}

#content{
	width:100%;
	text-align:left;
	/*background: url(../images/red_block.gif) repeat-y; */
}

#dropdown_menu{
	padding: 10px 0 0 0;
	font-size:11px;
}

/* generated by csscreator.com */ 
 
#left_column{
 	width:178px; 
 	float:left; 
 	position:relative; 
}
 
#left_column img{
	display:block;
}
 
#two_columns{
 	width:560px;  /* Right column Width 160px + Center Column Width 400px = 560px */ 
 	float:right; 
 	position:relative; 
}
 
#right_column{
 	width:157px; 
 	position:relative; 
	padding-top:50px;
}
 
#right_column ul {
	padding:0 0 0 20px;
}

#right_column li {
	list-style-type:square;
	padding:3px 0;
	color:#00036a;
}

#right_column #vert_line{
	width:3px;
	float:left;
}

#right_column #search{
	width:157px;
	float:right;
}

#right_column #padding{
	padding:0 0 0 10px;
}

#right_column #related_articles{
	padding-top:15px;
	font-size:11px;
	line-height:1.4em;
	display:none;
}

#right_column #related_articles a{
	text-decoration:none;
	color:#000000;
	font-size:10px;
}

form, fieldset, input {
	display:none;
} 
 
#center_column{
	text-align:left; 
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width:400px;  
	overflow:visible; /* Fixes italics bug */
}

#center_column ul, ol {
	padding:0 0 0 20px;
}

#center_column li {
	list-style-type:square;
	padding:3px 0 3px 0;
}

#center_top {
	width:400px;
}

#bread_crumb{
	float:left;
	width:340px;
	font-size:10px;
	color:#696969;
	padding:5px 0 0 10px;
	line-height:1.5em;
}

#bread_crumb a{
	font-size:10pt;
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#bread_crumb a:hover{
	text-decoration:none;
}

#print_email{
	float:right;
	padding:10px 10px 0 0;
	width:60px;
}

#biography_search form, label, input, select { 
	font-size : 11px; 
}  

#biography_search fieldset {
	width: 28em; 
	padding: .5em 1em; 
	border:none; 
} 

#biography_search label { 
	position: relative;
	width: 10em; 
	display: block;
	margin: .5em 0em; 
	padding-top:5px; 
} 

#biography_search label input { 
	position: absolute; 
	left: 100%; 
	top: 0px;
	width: 14em; 
} 

#biography_search label select {
	position: absolute; 
	left: 100%; 
	top: 0px;
}

#biography_search br { 
	display : none; 
}

#attorney_info{
	background-color:#696969;
	font-size:10px;
	color:#FFFFFF;
	line-height:2em;
	padding:8px 0 8px 6px;
}

#attorney_info a{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

#attorney_info a:hover{
	text-decoration:underline;
}

#areas_litigation{
	color:#000000; 
	font-size:11px; 
	padding:7px 0 0 6px; 
	font-weight:600;
}

.left{
	float:left;
	width:180px;
}

.right{
	float:right;
	width:200px;
}

#main_text{
	padding: 0 10px 0px 10px;
	font-size:12px;
	line-height:1.5em;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */