﻿body {
	background-position: center;
	margin: 0px;
	background-color: #FFF4D0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url('images/body-tile.jpg');
	background-repeat: repeat-y;
}

a {
	color: #676767;
}
a:hover {
	text-decoration: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #676767;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	color: #899453;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 13px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D5D5D5;
	padding-bottom: 2px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #899453;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #676767;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

ol {
	
}

p.readMore {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-image: url('images/read-more.gif');
	background-repeat: no-repeat;
	background-position: 90px center;
	padding-right: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
}
p.readMore a {
	color: #899453;
}
p.readMore a:hover {
}

p.spacer {
	background-image: url('images/spacer.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}


#siteWrapper {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url('images/header-back.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 61px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5D8C2F;
	font-weight: bold;
	text-align: right;
	padding-right: 17px;
	padding-top: 10px;
}
#feature {
	height: 240px;
	background-color: #FFFFFF;
	background-image: url('images/feature-back.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 50px;
}
#featureTagline {
	width: 370px;
	font-family: "Palatino Linotype";
	color: #B4911B;
	font-size: 13pt;
	text-align: center;
	margin-top: 20px;
}
#navWrapper {
	height: 52px;
	background-image: url('images/nav-tile.jpg');
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11pt;
	color: #949494;
}
#navWrapper a {
	padding: 5px 17px 5px 20px;
	text-decoration: none;
	color: #949494;
	display: inline-block;
	text-align: center;
}
#navWrapper a:hover {
	color: #636363;
}
#navTabs {
	background-image: url('images/nav-tabs-home.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	padding-top: 13px;
	padding-left: 33px;
}

#contentWrapper {
	padding: 10px 33px 10px 33px;
	background-color: #EBEBEB;
}
#leftC {
	float: left;
	width: 488px;
	padding-right: 33px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #D5D5D5;
}
#rightC {
	width: 244px;
	float: right;
}
#clearDiv {
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D5D5D5;
	padding-top: 10px;
}

#socialMediaDiv {
	margin-top: 10px;
	text-align: center;
}
#socialMediaDiv img {
	border-width: 0px;
	margin-right: 30px;
		margin-left: 30px;
}

#footerWrapper {
	background-image: url('images/footer-tile.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 30px;
	color: #7C7C7C;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	margin-bottom: 30px;
}
#footerWrapper a {
	text-decoration: none;
	color: #7C7C7C;
}
#footerWrapper a:hover {
	color: #464646;
}

