/* HOMEPAGE STUFF */

.homeContentTop {
	position: relative;
	display:block;
	width: 930px;
	height: 160px;
	overflow:auto;
	padding:5px 0 0 30px;
}

.homeContentTop .oneThirdColumn {
	width:243px;
	padding:0 0 0 60px;
}

.homeContentTop .twoThirdColumn {
	width:546px;
	padding:0 0 0 60px;
}

.homeContentTop p {
	font-size:0.75em;
	margin:0.9em 0;
	line-height:1.3em;
}

.homeContentTop a, .homeContentTop a:link, .homeContentTop a:visited {
	color:#555a23;
	text-decoration:none;
	font-weight:bold;
}

.homeContentTop a:hover, .homeContentTop a:active, .homeContentTop a:focus {
	color:#555a23;
	text-decoration:underline;
	font-weight:bold;
}

.homeContentBottom {
	position: relative;
	display:block;
	width:930px;
	height:106px;
	padding:0 0 0 30px;
	overflow:auto;
	margin: 0 auto -106px auto;
	z-index:15;
	top:-106px;
	/*background-color:#f00;*/
}

.homeContentBottom ul {
	position: relative;
	display:block;
	width:910px;
	height:auto;
	padding:0;
	margin:0;
	list-style:none;
	list-style-image:none;
	background-image:none;
}

.homeContentBottom ul li {
	position: relative;
	display:block;
	float:left;
	width:233px;
	height:auto;
	margin:0;
	padding:0 10px 0 60px;
	color:#fff;
	font-weight:normal;
	font-size:0.7em;
	margin:0;
	line-height:1.2em;
	color:#fff;
}


.homeContentBottom h2 {
	position: relative;
	display:block;
	width:830px;
	padding:10px 10px 0 60px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:0.8em;
	margin:0 0 0.6em 0;
}

.homeContentBottom p {
	position: relative;
	display:block;
	width:200px;
	padding:0;
	color:#fff;
	font-weight:normal;
	font-size:0.7em;
	margin:0.4em 0 0.4em 0;
	line-height:1.2em;
	color:#fff;
}

.homeContentBottom a, .homeContentBottom a:link, .homeContentBottom a:visited {
	position: relative;
	display:block;
	color:#fff;
	text-decoration:none;
}

.homeContentBottom a:hover, .homeContentBottom a:active, .homeContentBottom a:focus {
	color:#fff;
	text-decoration:none;
}

.homeContentBottom a:hover .headline, .homeContentBottom a:active .headline, .homeContentBottom a:focus .headline {
	text-decoration:underline;
}

.headline {
	font-weight:bold;
	margin-bottom: 3px;
	display:block;
}

.homeFlash {
	position:absolute;
	display:block;
	text-align:center;
	width:100%;
	height:189px;
	left:0;
	top:279px;
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:20;
}

.homeContentTop h1 {
	margin:0;
	padding:0;
}

.homeFlash img {
	margin:0 -150px;
}


/*
.footerHome .footer {
	width: 900px;
	padding:0 0 0 60px;
}
*/


