/* CSS Document */

body {
	width: 7in;	
	color: #000;
	font: 12pt/20pt "Times New Roman", Times, serif;
	background: white;
}
a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
#utilities, #mainnav, #banner, #footer, #sidebar, #home-banner, #subnav, #hbanner ul { display:none; }
#home-content { width:970px; }
#home-highlights {
	margin: 0px;
	padding: 0px;
	list-style-type:none
}
#home-highlights li {
	margin: 0px;
	float: left;
	width: 192px;
	list-style-type:none
}
#home-highlights li.xspace {
	margin: 0px 41px;
}
#home-highlights li img {
	display: block;
}
#home-highlights .redtitle {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #a70c1c;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	text-transform: uppercase;
}