#container {
	width: 738px;
	position:relative;
	margin:0px auto;
}

h1 {
	color: #000;
	font-size:14px;
	padding:6px 0;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
}

#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 */
}
		
#subnav li {
	margin: 0;
	padding: 3px 0px 3px 0px;
}

#subnav a {
	font-size:10px;
	color: #fff;
	text-decoration:none;
	padding: 3px 3px 3px 7px;
	background-color:#696969; /* grey */
	display:block;
}


* html body #subnav a { 
	width:168px; 
}

#subnav a:hover {
	background-color:#fff;
	color:#000;
}

#subnav #active_link a {
	background-color:#fff;
	color:#000;
}

#red_subnav ul{
	background-color:#b10707; /* red */
}

#red_subnav a {
	background-color:#b10707; }

#content{
	width:100%;
	text-align:left;
	background: url(../images/red_block.gif) repeat-y;
}

#dropdown_menu{
	padding: 10px 0 0 0;
	font-size:11px;
}

#left_column{
 	width:178px; 
 	float:left; 
 	position:relative; 
 }
 
#left_column img{
	display:block;
}
 
#two_columns{
 	width:560px;
 	float:right; 
 	position:relative; 
 }
 
#right_column{
 	width:160px; 
 	float:right; 
 	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;
}

#right_column #related_articles a{
	text-decoration:none;
	color:#000;
	font-size:10px;
}

#right_column #related_articles a:hover{
	color:#b10707;
}

#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;
}

#center_column li li{
	list-style-type:none;
	padding:3px 0 2px 0;
}

#center_top {
	width:400px;
}

#bread_crumb{
	float:left;
	width:320px;
	font-size:10px;
	color:#696969;
	padding:5px 0 0 10px;
	line-height:1.5em;
}

#bread_crumb a{
	font-size:10px;
	color:#b10707;
	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:#fff;
	line-height:2em;
	padding:8px 0 8px 6px;
}

#attorney_info a{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

#attorney_info a:hover{
	text-decoration:underline;
}

#areas_litigation{
	color:#fff; 
	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;
	font-size:11px;
	line-height:1.5em;
}



/* --- BEGIN: Menu Styles ----------------------------------- */

div.dd-menu {
	background-color: #fff;
	padding-top: 1px;
	text-align:left;
	display: block;
	width:150px;
	border-right: solid 2px #696969;
	border-left: solid 2px #696969;
	border-bottom: solid 2px #696969;
}
		
div.dd-menu a {
	background-color: #fff;
	color: #000;
	display: block;
	font-size: 11px;
	padding: 5px;
	text-decoration: none;
}

* html body div.dd-menu a { 
	width:150px; 
} 
		
div.dd-menu a img {
	visibility: hidden ;
}
		
div.dd-menu a:hover {
	background-color: #fff; 
	color: #cf0101;
}

/* --- END: Menu Styles ------------------------------------- */




