@charset "utf-8";
body {
	background-image: url(../images/bg.png);
}
#container {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/homeHeader.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 980px;
}
#navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1c2226;
	text-decoration: none;
	text-align: center;
	width: auto;
	max-width:785px;
	margin-right: auto;
	margin-left: auto;
}
.navButton {
	margin-top:30px;
	float:left
}

.navButtonSelect a{

	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1c2226;
	float:left;
	background-image:url(../images/navBG.png);
	text-decoration:none;
	color: #1c2226;
	height: 3px;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
}

.navButton a{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1c2226;
	text-decoration:none;
	color: #1c2226;
	height: 3px;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 13px;
	padding-left: 45px;
}

.navButton a:hover{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1c2226;
	background-image:url(../images/navBG.png);
	height: 3px;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 13px;
	padding-left: 45px;
}
#feature {
	background-color: #4c4938;
	width: 100%;
	height:360px;
	margin-top: 40px;
	border-radius: 10px;
	color: #f2f0d5;
}
h1 {
	font-family: Minion, "New York", serif;
	font-size: 24px;
	color: #f2f0d5;
}
.featureText {
	padding:0px 30px 30px 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f2f0d5;
	width:430px;
}
.mainCopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #081325;
	padding-top: 30px;
	width: 980px;
	line-height: 36px;
}
.otherCopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #081325;
}
#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #2d2b21;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
}
#footerContent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#footerContent a{
	color: #fff;
	text-decoration:none
}