@charset "utf-8";
#homeHeader {
	position:absolute;
	width:960px;
	height:247px;
	z-index:1;
	left: 25px;
	top: 96px;
}
#homeNav {
	position:absolute;
	width:239px;
	height:115px;
	z-index:998;
	left: 749px;
	top: 128px;
}
#homeNav ul li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
}
#homeNav ul li a {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: bold;
}

#homeNav ul li a:hover {
	color: #FFFFB0;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: bold;
}
#brownBox {
	position:absolute;
	width:960px;
	height:90px;
	z-index:997;
	background-color: #645e49;
	left: 25px;
	top: 343px;
}
#newsEvents {
	position:absolute;
	width:162px;
	height:78px;
	z-index:998;
	left: 31px;
	top: 354px;
}
#newsText {
	position:absolute;
	width:409px;
	height:69px;
	z-index:998;
	left: 182px;
	top: 368px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

#newsText h1 {
	font-size: 14px;
	margin-top: 0px;
}
#newsText h3 a {
	font-size: 18px;
	color: #CCC;
	text-decoration: none;
	margin-left: 60px;
}
#newsText h3 a:hover {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	margin-left: 60px;
}

#newsText p {
	font-size: 12px;
}
#potw {
	position:absolute;
	width:200px;
	height:115px;
	z-index:998;
	left: 623px;
	top: 311px;
}
#newsText ul li {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-left: 15px;
	list-style-image: url(../images/home/listarrow.png);
}
#newsText ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newsText h1 a {
	color: #CCC;
	text-decoration: none;
}
#newsText h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

#footerBP {
	position:absolute;
	width:965px;
	z-index:1;
	clear: both;
	left: 28px;
	top: 466px;
}
#footerBP a {
	color: #900;
	text-decoration: none;
}
#footerBP a:hover {
	color: #009;
	text-decoration: none;
}

