/* ----------------- Reset----------------- */

* {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

img {
	border: none;
}

/* ----------------- Layout----------------- */

html, body {
	height: 100%;
	background-color: #DFE5C3;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -127px;
}

.push {
	height: 90px;
}

#footer {
	height: 127px;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	display: inline-block;
	clear:both;
}

html[xmlns] .clear {
	display: block;
}* html .clear {
	height: 1%;
}

#navigation {
	height: 38px;
	padding-left: 32px;
	position: relative;
	z-index: 80;
	background-color:#000;
}

.container {
	width: 960px;
}

#banner {
	background: url(../Files/Design/bannerbgrepeat.jpg) repeat-x -90px 0;
}

#logo {
	background: url(../Files/Design/bannerbg.jpg) no-repeat;
	position: relative;
	height: 221px;
	z-index: 0;
}

#logo a {
	position: absolute;
	width: 175px;
	height: 175px;
	left: 45px;
	top: 25px;
}

#bar1 {
	background: url(../Files/Design/greengrad1.png) repeat-x;
	height: 45px;
}

#sidebar {
	width: 220px;
	padding: 20px;
	float: left;
}

#sidebar h3 {
	background: #000;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
}
#promo h3 {
	margin-bottom: 10px;
}

#sidebar ul {
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	background: #fff;
	padding: 0px 10px 20px 20px;
	margin-bottom: 20px;
}

#sidebar li {
	padding-top: 15px;
	padding-left: 45px;
}

#promo li {
	padding-left:0px;
	padding-top:0px;
}

#promo p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	padding-left: 20px;
}

.icon-informed {
	background: url(../Files/Design/icon-1.gif) no-repeat 0 15px;
	height: 24px;
}

.icon-photo {
	background: url(../Files/Design/icon-2.gif) no-repeat 0 15px;
	height: 24px;
}

.icon-feedback {
	background: url(../Files/Design/icon-3.gif) no-repeat 0 15px;
	height: 24px;
}

#sidebar li a {
	color: #34281d;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.sidebar-promo {
	margin-bottom: 20px;
}

#main {
	float: left;
	width: 660px;
	background: url(../Files/Design/mainbg.jpg) no-repeat top center #fff;
	border-top: 10px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	top: -150px;
	margin-bottom: -150px;
	z-index: 50;
}

#promoscroll {
	width: 660px;
	height: 160px;
	overflow: hidden;
	background: #fff;
}

#promoscroll .promo {
	width: 660px;
	height: 160px;
}

#content {
	padding: 30px 30px 30px 30px;
	font-size: 12px;
	background-image: url(../Files/Design/hand.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content h1 {
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	color: #34281d;
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 18px;
}

#content table {
	border:none;
}

#content table {
	border:none;
}
#content table tr {
	border:none;
}
#content table th {
	background: url(../Files/Design/greengrad2.png) repeat-x #000;
	color: #FFFFFF;
	height: 32px;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	padding:5px 13px 5px 8px;
	border:none;
}
#content table td {
	border:none;
	border-bottom:1px solid #2d7615;
    padding:5px 13px 5px 8px;
}

#content h2 {
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	color: #34281d;
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 18px;
}

#promo p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

#promo ul, #promo ol {
	font-size:12px;
	line-height:18px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left: 25px;
	font-family:Arial,Helvetica,sans-serif;
	background-color:transparent;
}

#promo ul {
	list-style: disc;
}

#promo ol {
	list-style: decimal;
}

#promo li {
	margin-bottom: 4px;
}


#content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

#content ul, #content ol {
	line-height: 18px;
	margin-bottom: 18px;
	padding-left: 25px;
}

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

#content li {
	margin-bottom: 8px;
}


#content a {
	color: #2d7615;
}

#content a:hover {
	color: #5e9e25;
}

#promo a {
	color: #2d7615;
}

#promo a:hover {
	color: #5e9e25;
}

#footer {
	background: url(../Files/Design/greengrad2.png) repeat-x #000;
	position: relative;
	color: #5E9E25;
	font-size: 12px;
}

#footer .container {
	position: absolute;
	top: 50px;
	left: 300px;
}

#footer ul {
	margin-bottom: 20px;
}

#footer li {
	float: left;
	border-right: 1px solid #fff;
}

#footer .last {
	border-right: none;
}

#footer li a {
	display: block;
	padding: 0 10px;
}

#footer p {
	padding-left: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

hr{
	height:1px;
	color:#5E9E25;
	margin-top:20px;
	margin-bottom:20px;
}

/* ----------------- Dates----------------- */

.dates {
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 50px;
}

/* ----------------- Gallery ----------------- */

.gallery {
	width:100px;
	height:100px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#FFF;
}

/* ----------------- AddThis ----------------- */

.addthis_toolbox{
	margin-top:50px;
}