body, html {
	height: 100%;
	margin: 0px;
	font-family: sans-serif;
	-webkit-text-size-adjust: none !important;
}

body {
	background: url(../../images/bg_top.png) repeat-x;
}

th {
	text-align: left;
}

a {
	color: #b35639;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

h1 {
	width: 100px;
	height: 50px;
	background: url(../../images/grow.png) center center no-repeat;
	position: relative;
	left: -5px;
}

h1 span {
	display: none;
}

h2 {
	color: #463720;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px 0 25px;
	clear: both;
}

h3 {
	font-size: 14px;
	color: #af800a;
	text-transform: uppercase;
	margin: 0px;
}

blockquote {
	margin-bottom: 25px;
}

blockquote .source {
	float: right;
	font-style: italic;
}

#features h5 {
	margin: 0 0 8px;
}

#features li {
	list-style: disc outside;
	margin-left: 30px;
}

#features {
	margin: 0 0 40px;
}

h3 a {
	color: #af800a;
	text-decoration: none;
	text-transform: uppercase;
}

h3 .date {
	font-size: 10px;
	display: block;
	font-weight: normal;
	color: #433821;
	margin-bottom: 4px;
}

.newsList {
	margin-bottom: 25px;
}

.newsList .date {
	margin-bottom: 6px;
}

h3 a:hover {
	color: #af800a;
	text-decoration: underline;
}

#twoColumnLeft {
	float: left;
	width: 215px;
}

#twoColumnLeft li, #twoColumnRight li {
	padding-bottom: 8px;
}

.imgWithBorder {
	border: solid 8px #eeecdf;
	margin: 0px 0px 12px;
}

.articleContent {
	margin: 4px 0 25px;
	font-family: times, serif;
	font-size: 13px;
	line-height: 1.4em;
}
  .articleContent ul li{
    list-style-type: disc;
    margin-left:20px;
  }

.contactContent {
	margin: 4px 0 15px;
	font-family: times, serif;
	font-size: 13px;
	line-height: 1.4em;
}

p {
	margin: 0 0 10px;
}

#wrapper {
	margin: 0px 25px;
}

#navigation {
	margin-bottom: 30px;
	font-size: 10px !important;
	min-height: 90px;
}

#navigation li {
	margin-bottom: 7px;
}

#mainNav a, #subNav a {
	color: #463720;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav {
	float: left;
	width: 90px;
}

#mainNav li {
	padding-top: 0px;
	padding-right: 10px;
}

.currentController:after {
	content: '  .';
	color: #ffffff;
	margin-left: 10px;
	background: url(../../images/menuArrowRight.png) center left no-repeat;
}

#subNav {
	float: left;
	padding-left: 18px;
	border-left: solid 1px #e9e7e2;
	white-space: nowrap;
}

.currentAction:after {
	content: '  .';
	color: #ffffff;
	margin-left: 10px;
	background: url(../../images/menuArrowRight.png) center left no-repeat;
}

.currentController a, .currentAction a {
	color: #b07f09 !important;
}