@charset "UTF-8";

/*----------- The Latest --------------*/

#theLatest {
	margin-left: 180px;
	margin-bottom: 20px;
	border-bottom: solid 1px #040032;
	width: 760px;
	height: 465px;
	padding: 20px 0px 15px 20px;
	background: url('img/latest-bkgd.png') no-repeat 0px 0px;
}

#theLatest a, #theLatest a:link, #theLatest a:visited, #theLatest a:hover, #theLatest a:active {
	text-decoration: none;
}

#theLatest img {
	border: 0px;
}

#latestPhotos {
	margin: 0px;
	padding: 0px;
}

#latestPhotos li {
	overflow: hidden;
	position: absolute;
	list-style-type: none;
	width: 460px;
	height: 440px;
}

.latestHide {
	display: none;
}

#latestPosts {
	float: right;
	width: 280px;
	height: 396px;
	margin: 89px 0px 0px 0px;
	padding-left: 8px;
	background-image: url('img/latest-rollover.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#latestPosts li {
	overflow: hidden;
	list-style-type: none;
	width: 280px;
	height: 74px;
}

.latestText {
	display: block;
	width: 240px;
	height: 54px;
	padding: 10px 20px 10px 20px;
}

.latestText h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #2b002b;
}

.latestText p {
	color: #2b002b;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 19px;
	font-style: italic;
}

.latestActive h4 {
	color: #2b002b;
}

