@charset "UTF-8";
/* Homepage Specific Styles */

#homepage #graphic-wrapper {
	margin-top: 53px;
	height: 360px;
	width: 984px;
}
#homepage #graphic-wrapper img#mainImage {
	background-color: #CCCCCC;
	height: 360px;
	width: 984px;
}
#homepage #content-wrapper ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#homepage #content-wrapper li {
	padding-bottom: 8px;
	font-size: 22px;
	float: left;
	width: 226px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 12px;
	height: 160px;
}
#homepage #content-wrapper li.first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
}
#homepage  #content-wrapper  li a {
	color: #999999;
	text-decoration: none;
}
#homepage #content-wrapper li ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homepage #content-wrapper li ul li {
	font-size: 16px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	height: auto;
}
