/* CSS Document */

/* CSS ZEROING DEFINITIONS */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* CSS ZEROING DEFINITIONS */

body {
	background-color: #417217;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
#outerWrapper #homeheader {
	height: 296px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../gfx/interface/header.jpg);
}
#outerWrapper #homeheader #mininav {
	float: right;
	text-align: right;
	width: 400px;
	margin-top: 10px;
	margin-right: 12px;
	color: #333;
}
#outerWrapper #homeheader #mininav a {
	font-size: 80%;
	color: #333;
	text-decoration: none;
}
#outerWrapper #homeheader #mininav a:hover {
	text-decoration: underline;
}


#outerWrapper #homeheader #headerRight {
	background-image: url(../../gfx/interface/people_hdr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	height: 215px;
	width: 500px;
	float: right;
}

#outerWrapper #innerWrapper #nav {
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #181818;
}
#outerWrapper #innerWrapper #nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#outerWrapper #innerWrapper #nav li {
	display: inline;
}
#outerWrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#outerWrapper #innerWrapper #nav a {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3a3a3a;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 85%;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}
#outerWrapper #innerWrapper #nav a:hover {
	color: #00CC00;
}
#outerWrapper #rightColumn1 {
	float: right;
	width: 250px;
	background-image: url(../../gfx/interface/rightNavShadow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 450px;
	padding-left: 20px;
	padding-top: 10px;
}
#content {
	width: 680px;
	float: left;
	min-height:500px;
}
#contentFull {
	min-height:500px;
}
#content p, #contentFull p {
	font-size: 90%;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: justify;
	margin-bottom: 1.5em;
}
#footer {
	background-color: #173f03;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 80%;
	color: #FFFFFF;
	width: 100%;
	line-height: 1.5em;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
}

#content h1, #contentFull h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	margin-bottom: .5em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	margin-bottom: .5em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	margin-bottom: .5em;
}
.links {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #528A13;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#outerWrapper #innerWrapper #contentWrapper {
	margin-bottom: 15px;
	background-image: url(../../gfx/interface/masternav-shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
}
#content a, #contentFull a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover, #contentFull a:hover {
	text-decoration: none;
}

.clearMe {
	clear: both;
}

#contentFull {

}
#news-homepage {
	font-size: 85%;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #579315;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#outerWrapper #innerWrapper #rightColumn1 #subNav {
	margin-bottom: 20px;
}
#subNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#subNav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538B14;
}
#subNav a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
	padding-left: 3px;
}

.newsHeader {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#news-homepage a {
	color: #FFFFFF;
	font-weight: bold;
}
#news-homepage a:hover {
	font-weight: bold;
	text-decoration: none;
}
legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
fieldset {
	border: 1px solid #528A13;
	color: #FFFFFF;
	margin-left:5px;
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
}
/* CUSTOM CLASSES */

.blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAC259;
	border-right-color: #AAC259;
	border-bottom-color: #AAC259;
	border-left-color: #AAC259;
	margin: 10px;
	background-image: url(../../gfx/green_black/interface/blockquote_background.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #518813;
}
.codeblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #555555;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px;
	background-image: url(../../gfx/green_black/interface/codeblock_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.galleryTable {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 90%;
	color: #AAC259;
	text-align: center;
}
.galleryThumb {
	padding: 0px;
	border: 5px solid #F5F5F5;
	margin: 5px;
}

.imageRightOutlined {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 12px;
	border: 5px solid #FFFFFF;
}

.imageLeftOutlined {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 5px solid #CCCCCC;
}

.imageRight {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 12px;
}

.imageLeft {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* CUSTOM CLASSES END */

.contactTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contactTable input {
	border: 2px solid #34570D;
	padding: 3px;
	color: #212C32;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contactTable input:hover, .contactTable input:focus {
	border: 2px solid #EAAE9D;
	padding: 3px;
	color: #212C32;
}
.contactTable textarea {
	padding: 2px;
	border: 2px solid #34570D;
	color: #212C32;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contactTable textarea:hover, .contactTable textarea:focus {
	padding: 2px;
	border: 2px solid #EAAE9D;
	color: #212C32;
}
.contactTable select {
	padding: 2px;
	border: 2px solid #B7C9D0;
}
.contactTable select:hover {
	padding: 2px;
	border: 2px solid #EAAE9D;
}
strong {
	font-weight: bold;
}
#sitemapLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48%;
	text-align: left;
}
#sitemapRight {
	text-align: left;
}
#outerWrapper #homeheader #headerLogo {
	float: left;
	width: 350px;
	background-image: url(../../gfx/interface/logoHdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	margin-left: 20px;
}
