@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/directoryHeader.jpg);
	background-repeat: no-repeat;
	height: 206px;
	width: 980px;
	margin-top: 30px;
}
#navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f2f0d5;
	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: #f2f0d5;
	float:left;
	background-image:url(../images/navBG.png);
	text-decoration:none;
	color: #4c4938;
	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: #f2f0d5;
	text-decoration:none;
	color: #f2f0d5;
	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: #f2f0d5;
	background-image:url(../images/navBG.png);
	height: 3px;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 13px;
	padding-left: 45px;
	color: #4c4938
}
#feature {
	background-color: #4c4938;
	width: 100%;
	height: 280px;
	margin-top: 70px;
	border-radius: 10px;
	color: #f2f0d5;
}
h1 {
	font-family: Minion, "New York", serif;
	font-size: 24px;
	color: #4c4938;
}
.featureText {
	padding:0px 30px 0px 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height:30px;
	color: #f2f0d5;
	width:920px;
}
.mainCopy ul li{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #081325;
	width: 980px;
	line-height: 36px;
}
.mainCopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #081325;
	width: 980px;
	line-height: 34px;
}

.otherCopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #081325;
}

.otherCopy a{
	text-decoration: none;
	color: #081325;
}

.otherCopy ul li{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #081325;
	text-decoration: none;
}

.otherCopy ul li a{
	color: #081325;
	text-decoration: none;
}

#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #2d2b21;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 10px;
}
#footerContent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#footerContent a{
	color: #fff;
	text-decoration:none
}
h3 {
	color: #4C4938;
	font-size:24px
}
.directoryBlock {
	height: 500px;
	width: 980px;
}
.memberName {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4c4938;
}
.memberAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3d7178;
	line-height:25px;
}

.memberAddress a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3d7178;
	line-height:25px;
	text-decoration:none
}
