@charset "utf-8";
/* CSS Document */

/* basic framework */

body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #666;
	background: url(../i/bg.png) repeat-x #e1ebcf;
}

a {
	color: #7ea931;
	text-decoration: none;
}

a:hover {
	color: #597723;
	text-decoration: underline;
}

#nfHold {
	background: url(../i/bg.png) repeat-x #fff;
}

#hold {
	position: relative;
	margin: 0px auto;
	width: 970px;
	background: url(../i/hold_bg.jpg) no-repeat;
}

#masthead {
	height: 170px;
}

#logo {
	position: absolute;
	top: 42px;
	left: 59px;
	width: 216px;
	height: 128px;
}

#nav {
	position: absolute;
	top: 106px;
	right: 49px;
	width: 620px;
}

#nav a {
	display: block;
	float: left;
}

#footer {
	clear: both;
	padding-top: 20px;
	background: url(../i/footer_bg.gif) repeat-x;
	padding-bottom: 40px;
}

#footerContent {
	width: 840px;
	margin: 0px auto;
	line-height: 18px;
	font-size: 10px;
}

.gray {
	color: #666;
}

.green {
	color: #166c26;
}

.footerItem {
	display: inline;
	color: #7ea931;
	border-left: #aaa solid 1px;
	padding-left: 6px;
	margin-left: 5px;
}

#content {
	min-height: 400px;
}

#homeFlash {
	margin-left: 54px;
	margin-bottom: 20px;
}

#rightColumn {
	float: right;
	margin-right: 31px;
	margin-top: 4px;
}

.box {
	border: 1px solid #ccc;
	padding: 6px;
	width: 234px;
	margin-bottom: 10px;
}

.sidebarBottom, .sidebarTop, .sidebarNav {
	border: 1px solid #ccc;
	padding: 10px;
	padding-top: 16px;
	background: url(../i/sidebar_bg.gif) repeat-x bottom #fff;
}

.sidebarBottom {
	border-top: none;
	background: none;
}

.sbHeader {
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #c7cbbb;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.sbItem {
	padding-left: 22px;
	background: url(../i/dbEvent.gif) no-repeat 0px 4px;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 8px;
}

.sidebarNav .sbItem {
	padding-top: 2px;
	font-size: 11px;
}

.sidebarNav a {
	color: #666;
}

.sidebarNav a.selected {
	color: #076324;
}

.sidebarTop {
	border-bottom: none;
}

.seeAll {
	margin-top: 10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

#features {
	margin-left: -5px;
}

#features a {
	display: block;
	background: url(../i/feature_bg.gif) no-repeat;
	padding-top: 28px;
	padding-left: 70px;
	width: 189px;
	height: 44px;
}

#features a:hover {
	background: url(../i/feature_bg_over.gif) no-repeat;
}

#clearBox {
	font-size: 1px;
	height: 20px;
	clear: both;
}

#homeText {
	padding-left: 65px;
	width: 593px;
}

.singleLine {
	font-size: 1px;
	height: 1px;
	background-color: #7ea931;
	margin-bottom: 3px;
}

h1 {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: #166c26;
}

#interiorText {
	padding-left: 65px;
	width: 599px;
}

#interiorText p, #homeText p {
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 18px;
	color: #000;
}

#iPicLeft {
	background: url(../i/iPicLeftRepeat.gif) repeat-y;
}

#iPicRight {
	background: url(../i/iPicRightRepeat.gif) repeat-y;
}

#pageMainImage {
	margin-left: 57px;
	margin-bottom: 20px;
}

#pageSideImage {
	border: 1px solid #ccc;
}

h2, h3 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #7ea931;
	margin: 0px;
	padding: 0px;
}

.newsItem p, .eventItem p {
	padding-top: 0px;
	margin-top: 0px;
}

.newsItem, .eventItem {
	border-top: 1px solid #e0e0e0;
	padding-top: 5px;
	margin-top: 10px;
}

.newsItem {
	padding-top: 10px;
}

.shadowBoxLeft {
	background: url(../i/shadowLeft.gif) repeat-y;
}

.shadowBoxRight {
	background: url(../i/shadowRight.gif) repeat-y;
}

.shadowBoxTop {
	background: url(../i/shadowTop.gif) repeat-x;
}

.shadowBoxBottom {
	background: url(../i/shadowBottom.gif) repeat-x;
}

.galleryItem {
	float: left;
}

.galleryRow {
	clear: left;
}