/*__________________________________________

stylesheet containing styles
specific to the homepage

____________________________________________*/

#home-content {
	float: left;
	overflow: hidden;
	height: 454px;
	width: 760px;
}

.home-content-1 {background: url(../images/backgrounds/home/home-content-1.jpg) #ffffff no-repeat left top;}
.home-content-2 {background: url(../images/backgrounds/home/home-content-2.jpg) #ffffff no-repeat left top;}
.home-content-3 {background: url(../images/backgrounds/home/home-content-3.jpg) #ffffff no-repeat left top;}

#sidebar {
	float: right;
	text-align: left;
	width: 195px;
}

#sidebar h2 {
	color: #fff;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	height: 42px;
	padding: 5px 0 0 38px;
	width: 157px;
}

#sidebar ul {
	float: left;
	font-size: 12px;
	padding: 9px 0 0 21px;
	width: 164px;
}

#sidebar ul li {
	background: url(../images/backgrounds/home/sidebar-li.gif) transparent no-repeat left center;
	list-style-type: none;
	margin: 0 0 22px 0;
	padding: 0 0 0 17px;
}