/* CSS Document */

/* CSS Document */
body{
	background-color:#660033;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 10px 0;
	margin:0;
}
a.body_links:visited, a.body_links:link, a.body_links:active{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#page_content{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
#main{
	clear:both;
	width: 770px;
	margin:auto;
	/*border:1px #CCCCCC solid;*/
}
#top{
	height: 120px;
	background-color:#660033;
	padding: 0 0 10px 0;
}
#header {

	height: 120px;
	width: 770px;
	text-align:right;
	background-image:url(/images/page/header.gif);
	background-repeat:no-repeat;
	font-family: "Times New Roman",serif,  Times;
	margin:auto;
}

	.header_text_1{
	
		padding-right: 10px;
		font-size:40px;
	}
	.header_text_2{
		padding-right: 10px;
		font-size:24px;
	}
	.header_text_3{
		padding-right: 10px;
		font-size:24px;
	}
	
/***************************************************/
#main #left {
	float: left;
	height: auto;
	width: 130px;
	padding-right: 10px;
	padding-left: 5px;
}
.left_menu_item{
	padding: 5px 0 5px 0;
	border-right: 1px solid #420024;
	border-bottom: 1px solid #420024;
}

a.left_menu_item_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	font-stretch:extra-expanded;
}

a.left_menu_item_link:link, a.left_menu_item_link:visited{
	color:#CCC;
}

a.left_menu_item_link:hover{
	color:#CC9966;
}

a.left_menu_item_link:active{
	color:#CCC;
}

#main #right {
	float: left;
	height: auto;
	width: 625px;
}

h1#page_header{
	font-size:16px;
	color:#CC9966;

}

h2#sub_head{
	font-size:14px;
	font-style:italic;

}
#topline {
	width:100%;
	height:1px;
	z-index:2;
	background-color:#420024;
}

#bottomline {
	width:100%;
	height:1px;
	z-index:2;
	background-color:#420024;
}
#bottom{
	clear: both;
	height: 120px;
	background-color:#660033;
	padding-top: 10px;
}
#footer {
	height: auto;
	width: 770px;
	text-align:center;
	margin:auto;
	padding: 10px 0 0 0;
}
#tiles_divide{
background-color:#420024;
height: 12px;
}
.home_page_tiles {
	width:204px;
	height:180px;
	float:left;
	border-right: 1px solid #420024;
}
	#home_page_tile_areas_of_practice{
		background-color: #620031;	
		color:#660033;
		padding-bottom: 5px;
		border-left: 1px solid #420026;
		border-bottom: 1px solid #420026;
	}
	#home_page_tile_our_attorneys{
		background-color: #660033;	
		color:#660033;
		padding-bottom: 5px;
		border-bottom: 1px solid #420026;
	}
	#home_page_tile_landmark_cases{
		background-color: #620031;	
		color:#660033;
		padding-right:9px;
		padding-bottom: 5px;
		border-bottom: 1px solid #420026;
	}



.home_page_tile_heading {
	text-align:center;
	background-color:#999999;
	color:#660033;
	font-weight:bold;
	font-size:14px;	
}
h3.home_page_tile_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	padding:5px 0 5px  0;
	margin: 0 0 0 0;
	color:#FFFFFF;
	margin-left: 5px;
}
h4.home_page_tile_content{
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight:normal;
	padding:5px 0 0  0;
	color:#FFFFFF;
}

/*Attorney Pages*/
h3.attorney_name{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#FFFFFF;
	font-weight:bold;
}
.attorney_row{
	padding: 0 0 10px 0;
}
hr.divider{
	width: 80%;
	text-align:center;
	color:#CC9966;
	border:0;
	height:1px;
}

/*** Areas of Practice ***/
.area_row{
height: 130px;
padding: 10px 0 0 0 ;

}
.area_icon{
	float: left;
	width:144px;
	height: 130px;

}
.area_content{
	float: left;
	width:469px;

}

h3.area_name{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#FFFFFF;
	font-weight:bold;
}
/*** Legal Links ***/
.legal_links{
padding: 10px 0 0 0;

}

/*** Request for information ***/
.form_row{
width: 620px;
padding: 5px 0 5px 0;
text-align:left;
}
.form_heading{
width: 70px;
float:left;
text-align:left;
}
.form_input{
width: 550px;
float:left;
}

input {
font-size:12px;
width: 150px;
}

input.submit {width:80px;
}

/*** Landmark Decisions ***/
.land_row{
	padding: 10px 0 0 0;
}
.land_heading{
	float: left;
	width:143px;

}
.land_link{
	float: left;
	width:470px;
}




