/*homepage.css*/

#container #header{
	
	width:973px;
/*	background: url('/images/hm-header.jpg') no-repeat top left;*/
	overflow:hidden;
	
}

#header #logo{
	
	border-top:3px solid #141355;
	height:132px;
	background-color:#8B8D09;
	overflow:hidden;
}

#logo a{
	
	width:329px;
	height:69px;
	display:block;
	margin:30px;
	background:url('/images/hm-logo.gif') no-repeat top left;
	
}

#logo a span{
	display:none;
}

#logo #img-txt{
	background:url('/images/hm-three-picts.jpg') no-repeat top left;
	width:313px;
	height:80px;
	float:right;
	margin:52px 30px 0 0;
	
}

#container #hm-body-content{
	
/*	background:#7E8082 url('/images/hm-txt.gif') no-repeat 650px 25px;*/
	background-color:#7E8082;
	padding:30px 0 25px 50px;
	
}

#container #hm-body-content #home-txt{
	position:absolute;
	background-color:#7E8082;
	width:255px;
	height:139px;
	background-repeat:no-repeat;
	margin:0 0 0 621px;
	
}


#container #hm-body-content #home-txt.hm-txt{
	/*background-image:url('/images/hm-txt.gif');*/
}

#container #hm-body-content #home-txt.hm-txt2{
	/*background-image:url('/images/hm-txt2.gif');*/
}

#container #hm-body-content #home-content{
	width:560px;
	color:#FFFFFF;
	font-family: Verdana, Arial, "Lucida Grande";
	font-size:13px;
	margin-bottom:32px;
	line-height:20px;
}

#hm-body-content h2{
	background:url('/images/hm-news-press.gif') no-repeat top left;
	width:107px;
	height:9px;
	border-bottom:1px solid #171F69;
	padding:0 0 7px 0;
}

#hm-body-content h2 span{
	display:none;
}

#hm-body-content #news-press{
	
	border-left:1px solid #171F69;
	width:560px;
	overflow:hidden;
	
}

#hm-body-content #us-law{
	background:url('/images/us-law-logo.gif') no-repeat top left;
	width:150px;
	height:79px;
	position:absolute;
	margin:-55px 0 0 766px;
}

#hm-body-content #us-law a{
	width:150px;
	height:79px;
	display:block;
}

#hm-body-content #us-law a span{
	display:none;
}


#news-press ul{
	list-style-type:none;
	
	font-size:13px;
	padding:5px 0 0 16px;
	min-height:200px;
	_height:200px;
}

#news-press ul li{
	margin:6px 0;
	background:url('/images/hm-dash.gif') no-repeat 0px 10px;
	padding:0 0 0 17px;
}


#news-press ul li a{
	
	color:#FFF;
	
}