﻿.ContentWrapper {
	overflow: hidden;
}


/*----FEATURE IMAGE----*/

.FeatureImage {
	border: 8px solid #FFFFFF;
	float: left;
	height: 300px;
	margin: 25px 0px 0px 0px;
	width: 580px;
}


/*----TEXT----*/

.Text {
	height: 309px;
	margin: 32px 0px 25px 632px;
}

	.Text h2 {
		color: #FFD863;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 28px;
		font-weight: normal;
		line-height: 32px;
		padding-bottom: 18px;
	}


/*----CATALOG----*/

.CatalogRequest {
	background-color: #5E4D3C;
	float: left;
	height: 165px;
	margin-bottom: 25px;
	padding: 8px;
	width: 426px;
}

.Border {
	background: url(../images/home_box_header.gif) top repeat-x;
	border: 1px solid #261A0D;
	height: 163px;
	padding: 0px 14px 0px 11px;
}

.Catalog {
	float: right;
	border: 1px solid #433322;
	margin: 15px 0px 0px 17px;
}

	.CatalogRequest h3 {
		color: #FFD863;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 21px;
		font-weight: normal;
		line-height: 41px;
	}
	
.DownloadBox {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

.DownloadField {
	border: 1px solid #433322;
	float: left;
	font-size: 14px;
	height: 26px;
	line-height: 28px;
	width: 167px;
}

.DownloadButton {
	float: left;
	height: 30px;
	margin-left: 10px;
	width: 102px;
}
	
	
/*----NEWS----*/

.RecentNews {
	background-color: #5E4D3C;
	height: 165px;
	padding: 8px;
	margin: 0px 0px 25px 473px;
}

	.RecentNews h3 {
		color: #FFD863;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 21px;
		font-weight: normal;
		line-height: 41px;
		margin-bottom: 10px;
	}
	
.Date {
	background-color: #356032;
	border: 1px solid #433322;
	float: left;
	font: normal 90%/20% Georgia, "Times New Roman", Times, serif;
	height: 31px;
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	width: 43px;
}

	.Date span {
		display: block;
		font: 180%/110% Georgia, "Times New Roman", Times, serif;
	}
	
	.Date a {text-decoration: none; color: #FFFFFF;}
	
.NewsText {
	height: 40px;
	margin: 2px 0px 10px 57px;
	padding-top: 2px;
}

	.NewsText a {text-decoration: none; color: #FFFFFF;}
	.NewsText a:hover {text-decoration: none; color: #FFD863;}

