﻿
body {
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
	background-color: #24763B;
	background-image: url('images/bg1.gif');
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}
.clearRight { 
	clear: right; 
}
.clearLeft { 
	clear: left; 
}
.clearBoth { 
	clear: both; 
}
.floatRight { 
	float: right; 
}
.floatLeft { 
	float: left; 
}
.pointerHand {
	cursor: pointer;
}
h1 {
	color: #006738;
	font-weight: normal;
	font-size: 2.4em;
}
h2 {
	color: #006738;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0px;
	margin: 0;
	letter-spacing: 1px;
}
p {
	padding: 0px !important;
	margin: 0px 0px 15px 0px !important;
	line-height: 1.4em;
}
#address {
	text-align: center;
}
a, p a {
	color: #006738;
}

table {
	margin-bottom: 50px;
}
table thead {
}
table tbody {
}
table td {
	border: 1px solid #006738;
	line-height: 1.5em;
}

#container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height: 550px;
}
#topbar {
	background-image: url('images/top1.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 27px;
}
#bottombar {
	background-image: url('images/bottom1.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 27px;
}
#innerContainer {
	background-color: #ffffff;
	min-height: 550px;   
	border: 1px solid #ffffff;
}
#heading { 
	margin: 0px 0px 10px 0px;
	font-size: 3em;
	color: #8cc53f;	
}
#headingSml {
	margin: 0px 0px 10px 0px;
	font-size: 2.4em;
	color: #8cc53f;	
}
#subHeading {
	font-size: 1.2em;
	margin-bottom: 20px;
}

/* Main Navigation */
#mainNav {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 10px;
}
#mainNav ul {
	padding: 0;
	margin: 0;
}
#mainNav ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 5px;
	padding: 0;
}
#mainNav ul li a {
	color: #006738;
	/* text-decoration: none; */
}
#mainNav ul .selected a {
	color: #8cc53f;
	text-decoration: none;
}

/* Sub Menu */
#subNav {
	margin-top: 5px;
}
#subNav ul {
	padding: 0px !important;
	margin: 0px !important;
}
#subNav ul li {
	list-style-type: none;
	padding: 0px !important;
	margin: 0px 0px 5px 0px !important;
}
#subNav ul li a {
	color: #006738;
}

#contextCol {
	font-size: 1.1em;
	font-style: italic;
	margin: 40px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	color: #006738;
	letter-spacing: 2px;
	line-height: 1.5em;
}
#contextCol strong {
	margin-bottom: 5px;
}

/* Line if images */
#lineOfImages {
	text-align: center;
	margin: 40px 0px !important;
}
#lineOfImages ul {
	padding: 0;
	margin: 0;
}
#lineOfImages ul li {
	padding: 0;
	margin: 0px 8px;
	display: inline;
	list-style-type: none;
}
#lineOfImages ul li img {
	border: 1px solid #dedede;
}

#content {	
	padding-left: 25px;
	padding-right: 25px;
}
#content ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
#content ul li {
	padding: 0px;
	margin: 8px 0px;
}

/* One column content */
#singleContent {
}
.lead {
	font-size: 1.4em;
	color: #006738;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}
.lead .imgLeft {
	float: left;
	padding: 0px 10px 0px 0px;
}
.lead .imgRight {
	float: right;
	padding: 0px 0px 0px 10px;
}

/* Two column content */
#contentLeft {
	float: left;
	width: 370px;
	margin-right: 10px;
	padding: 10px;
}
#contentRight {
	float: left;
	width: 370px;
	padding: 10px;
}

/* Left column content */
#leftContentLeft {
	float: left;
	width: 390px;
	margin-right: 10px;	
}
#leftContentRight {
	float: left;
	width: 300px;
}

/* Right column content */
#rightContentLeft {
	float: left;
	width: 220px;
	margin-right: 10px;
}
#rightContentRight {
	float: left;
	width: 490px;
}

/* */ 
#people {
}
#people .person {
	float: left;
	margin: 0px 80px 20px 0px;
	width: 290px;
}
#people .person .img {
	float: left;
	width: 65px;
	height: 85px;
	margin-right: 10px;
	border: 1px solid #696969;
	background-color: #dedede;
}
#people .person .details {
	float: left;
	width: 210px;
	margin-left: 80px;
}

#contentFooter {
	padding-left: 10px;
}
#topLogo {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 270px;
	height: 128px;
}
#topLogo a {  
	width: 270px;
	height: 128px;
	display: inline-block;
	background-image: url('images/logo1.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#footer {
	margin-top: 30px;
	font-size: 0.8em;
	text-align: center;
	color: #696969;
}

/* sections with bg images */
#hdiwbg {
	background-image: url('images/hdiwbg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 300px;
}

#contactForm {
	padding-left: 100px;
}
#contactForm .labelField {
	float: left;
	width: 150px;  
}
#contactForm .formField {
	float: left;
	width: 280px;
}
#contactForm .formField input {
	width: 280px;
}
#contactForm .formField textarea {
	width: 280px;
	height: 100px;
}
#contactForm .submitField {
	float: right;
	margin-right: 80px;
}

#sponsors {
	margin: 50px 0px;
}
#sponsors ul {
	padding: 0;
	margin: 10px 0px;
}
#sponsors ul li {
	padding: 0;
	margin: 0px 10px 0px 0px;
	list-style-type: none;
	display: inline;
}
#sponsors ul li a {
}
#sponsors ul li img, #sponsors ul li a img {
	border: none;
}
