#home_wrapper #header {
	position: relative;
}

#home_wrapper #spotlight {
	position: relative;
}

/* BEGIN spotlight */

#spotlight {
	height: 345px;
	background: #d6e9f8 url(../graphics/homepage/spotlight/bg_spotlight.jpg) top center repeat-x;
	padding: 0;
}

#spotlight_glow {
	height: 345px;
	background: transparent url(../graphics/homepage/spotlight/glow.jpg) top center no-repeat;
	padding: 0;
}

#spotlights {
	position: relative;
	width: 940px;
	height: 345px;
	margin: 0 auto;
	background: transparent;
	z-index: 2;
}

#spotlights .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 345px;
	overflow: auto;
	margin: 0;
}

#spotlights .wrapper ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 999999px;
	height: 345px;
	list-style: none;
	margin: 0;
}

#spotlights ul li {
	display: block;
	float: left;
	padding: 0;
	width: 940px;
	height: 345px;
	margin: 0;
}

#spotlights .arrow {
	display: block;
	position: absolute;
	top: 133px;
	width: 29px;
	z-index: 200;
	height: 30px;
	background: url(../graphics/homepage/spotlight/arrows.png) no-repeat 0 0;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	cursor: pointer;
}

#spotlights .forward {
	background-position: -29px 0;
	right: -29px;
}

#spotlights .back {
	background-position: 0 0;
	left: -29px;
}

#spotlights .forward:hover,
#spotlights .forward:active {
	background-position: -29px -30px;
}

#spotlights .back:hover,
#spotlights .back:active {
	background-position: 0 -30px;
}

/* Prevents */

#spotlights .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

#spotlights .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* END spotlight */

/* BEGIN intro */

#intro {
	background: #fff;
	padding: 0 0 40px;
}

#intro_content,
#primary_content {
	width: 770px;
	margin: 0 auto;
}

/* END intro */

/* BEGIN blog */

#blog {
	background: #fff;
	padding: 0 0 40px;
}

#blog_content {
	width: 940px;
	margin: 0 auto;
}

#latest {
	float: left;
	width: 460px;
}

#author_photo {
	display: block;
	float: left;
	margin: 30px 0 0;
	border: 1px solid #ddddde;
}

#latest_entry {
	width: 380px;
	margin: 0 0 0 80px;
	font-size: 15px;
	line-height: 21px;
}

#latest_entry h4.date {
	margin: 0 0 12px;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
	font-family: Georgia, serif;
	color: #7f8083;
}

#latest_entry h1 {
	margin: 0 0 12px;
	font-size: 30px;
	line-height: 33px;
	font-family: Arial,sans-serif;
	color: #3a3a3c;
}

#latest_entry h1 a:link,
#latest_entry h1 a:visited {
	color: #3a3a3c;
	text-decoration: none;
}

#latest_entry h1 a:hover,
#latest_entry h1 a:active {
	color: #000;
	text-decoration: underline;
}

#latest_entry h3.author {
	margin: 0 0 1em;
	font-weight: normal;
	font-size: 15px;
	font-family: Georgia, serif;
	color: #7f8083;
}

#latest_entry h3.author a:link,
#latest_entry h3.author a:visited {
	text-transform: uppercase;
	text-decoration: none;
}

#latest_entry ul.footer {
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 15px/28px Arial,sans-serif;
}

#latest_entry ul.footer li {
	float: right;
	height: 28px;
	margin: 0 25px 0 0;
	background: transparent url(../graphics/homepage/blog_icons.gif) 0 -28px no-repeat;
	padding: 0 0 0 32px;
}

#latest_entry ul.footer li:first-child {
	margin: 0;
}

#latest_entry ul.footer li.comments {
	background-position: 0 0;
}

#latest_entry ul.footer a:link,
#latest_entry ul.footer a:visited {
	text-decoration: none;
	color: #007c99;
}

#latest_entry ul.footer a:hover,
#latest_entry ul.footer a:active {
	color: #000;
}

#older_entries {
	width: 460px;
	float: right;
	padding: 25px 0 0;
}

#older_entries_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#older_entries_list li {
	margin: 0 0 2em;
}

#older_entries_list li div.date {
	float: left;
	width: 140px;
	padding: 0 20px 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #7f8083;
	text-align: right;
}

#older_entries_list li div.entry {
	margin: 0 0 0 160px;
}

#older_entries_list li div.entry h2 {
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	font-family: Arial,sans-serif;
	color: #3a3a3c;
}

#older_entries_list li div.entry h2 a:link,
#older_entries_list li div.entry h2 a:visited {
	color: #3a3a3c;
	text-decoration: none;
}

#older_entries_list li div.entry h2 a:hover,
#older_entries_list li div.entry h2 a:active {
	color: #000;
	text-decoration: underline;
}

#older_entries_list li div.entry h3.author {
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia, serif;
}

#older_entries_list li div.entry h3.author a:link,
#older_entries_list li div.entry h3.author a:visited {
	text-transform: uppercase;
	text-decoration: none;
}

#older_entries ul.footer {
	margin: 0 0 0 71px;
	padding: 0 0 0 60px;
	list-style: none;
	font: bold 15px/28px Arial,sans-serif;
}

#older_entries ul.footer li {
	float: left;
	height: 28px;
	margin: 0 0 0 25px;
	background: transparent url(../graphics/homepage/blog_icons.gif) 0 0 no-repeat;
	padding: 0 0 0 30px;
}

#older_entries ul.footer li:first-child {
	margin: 0;
}

#older_entries ul.footer li.archives {
	background-position: 0 -56px;
}

#older_entries ul.footer li.rss {
	background-position: 0 -84px;
}

#older_entries ul.footer a:link,
#older_entries ul.footer a:visited {
	text-decoration: none;
	color: #007c99;
}

#older_entries ul.footer a:hover,
#older_entries ul.footer a:active {
	color: #000;
}

/* END blog */

/* BEGIN features */

#features {
	height: 225px;
	border-top: 1px solid #c3d4e1;
	background: #d6e9f8 url(../graphics/homepage/bg_features.jpg) bottom center no-repeat;
}

#features_content {
	width: 960px;
	height: 210px;
	margin: 0 auto;
}

#features_list {
	border-collapse: collapse;
}

#features_list td {
	padding: 0;
}

#features_list img {
	display: block;
	float: left;
	border: 0;
}

/* END features */