/* CSS Document */

html {
	color:#000; 
	/*background:#B4a99f;*/
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#000;
	padding:0;
	border:0;
	margin:0;
	/*background-color: #F0FFF0;*/
		/*background-color:#B4a99f;*/
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.3em;
}
.spaceabove {
	margin-top:1em;
}
.nospacebelow {
	margin-bottom: 0px;
}
a, a:visited {
	color:#000;
}
a:hover {
	text-decoration:none;
}
#wrapper {
	width:760px;
	margin:10px auto 0 auto;
	text-align:left;
	/*background-color:#B4a99f;*/
	/*background-image: url(StripeBkg.gif);*/
	background-repeat: repeat-y;
}
.bannerlogo {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
.homeheader {
	margin-left: 30px;
	float: none;
	margin-top: 5px;
	font-size: 250%;
	color: #6daf7f;
	text-align: center;
	font-weight: bold;
}
.bannertext {
	margin-left: 60px;
	float: left;
	margin-top: 35px;
	font-size: 250%;
	color: #6daf7f;
	text-align: left;
	font-weight: bold;
}
/*
.pageheading {
	font-size: 120%;
	font-weight: bold;
	color: #669900;
	margin-left: 2px;
}	*/

.floatleft {
	float: left;
	padding-bottom: 5px;
	margin-right: 10px;
}
.photofloatleft {
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 10px;
}
.moviefloatleft {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.moviefloatright {
	float: right;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.photofloatright {
	float: right;
	border: none;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;	
}
.bannerfloatright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
#sidebar {
	font-size: 90%;
	float: right;
	width: 25%;
	margin-left: 10px;
	border: solid #04643e 1px;
	color: #6daf7f;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E9F8EA;
}
#sidebar ul, #maincontent ul {
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
}
#sidebar ul li, #maincontent ul li {
	color: #000000;
	text-decoration: none;
	padding-bottom: 0.3em;
}
.figure {
  float: right;
  width: 25%;
  margin-left: 10px;
}
.figure p {
	font-style: italic;
	text-align: center;
	font-size: 80%;
}
img.scaled {
  width: 100%;
}
#headlinks {
	width: 100%;
	text-align: center;
	background-color: #6daf7f;
	margin-bottom: 10px;
	font-size:100%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:5px;
}
#headlinks ul{
	text-align: center;
	display: inline;
}
#headlinks ul li{
	display: inline;
	border-right: 1px solid white;
	padding-left:0.5em;
	padding-right:0.5em;
}
#headlinks ul li.first{
	border-left: 1px solid white;
}
#headlinks a, #headlinks .currentlink {
	display: inline;
}
#headlinks a:link, #headlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headlinks .currentlink {
	color:#294E31;
}
#headlinks a:hover, #headlinks a:active {
	color: #E9F3EB;
	text-decoration: underline;
}
.listleft {
	float: left;
	width: 48%;
/*	border-right-style: 1px solid #ADB59C;	*/
	padding-right: 5px;
	padding-left:10px;
	text-indent:-10px;
}
.listright {
	float: right;
	width: 48%;
	padding-left: 10px;
	text-indent:-10px;
}
.listthird1 {
	float: left;
	width: 32%;
	padding-left:10px;
	text-indent:-10px;
}
.listthird2 {
	float: left;
	width: 32%;
	padding-left:10px;
	text-indent:-10px;
}
.listthird3 {
	float: left;
	width: 32%;
	padding-left:10px;
	text-indent:-10px;
}
#maincontent {
	color: #000000;
}
/* Hides from non IE-win \*/
* html #maincontent {
	height: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* End hide from non IE-win */
.greenline {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #04643e;
	float: right;
	line-height: 1px;
	margin: 5px 0px;
}
.navlinetop {
	height: 1px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	vertical-align: middle;
}
#rightcontent {
	margin-left: 180px;
	padding-top: 0.2em;
}
/* Hides from non IE-win \*/
* html #rightcontent {
	height: 1%;
}
/* End hide from non IE-win */
#rightcontent a, #maincontent a {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;	
}
#rightcontent a:hover, #rightcontent a:active, #maincontent a:hover, #maincontent a:active {
	color: #CC6600;
	text-decoration: underline;
}
#rightcontent li {
	margin-left: 3em;
}
.last {
	margin-bottom:0.5em;
}
.centerimage {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #6daf7f;
	text-align: center;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #6daf7f;
	text-align: center;
}
h1 {
	font-size: 200%;
	color: #CC6600;
	font-weight: bold;
	font-style: oblique;
	text-align: left;
}
h4 {
	font-size: 140%;
	font-weight: bold;
	color: #6daf7f;
	text-align: left;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	color: #6daf7f;
	text-align: left;
}
.centertext {
	text-align: center;
}
.centerbold {
	font-weight: bold;
	text-align: center;
}
.lefthalf {
	float: left;
	width: 50%;
	border-right-style: solid;
	border-right-color: #04643e;
	border-right-width: 1px;
	margin-bottom: 15px;
	padding-right: 5px;
}
.righthalf {
	float: right;
	width: 48%;
	padding-left: 1px;
}
.highlight {
	color: #04643e;
	font-weight: bold;
}
.leadin {
	font-size: 1.15em;
	font-weight: bold;
	color: #04643e;
	line-height: 1.75em;
}
.leadinblack {
	font-size: 1.15em;
	font-weight: bold;
	color: #000000;
}
.leadinlarge {
	font-size: 1.3em;
	font-weight: bold;
	color: #04643e;
	font-style: italic;
}
#footer {
	font-size: 80%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #04643e;
	margin-top: 10px;
	padding-top: 10px;
}
.breadcrumbs {
	font-size: 90%;
	font-weight: bold;
	color: #04643e;
	margin-left: 5px;
	margin-bottom:1em;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #CC6600;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
	color: #CC6600;
	text-decoration: underline;
}
.textbox {
	color: #CC6600;
	text-align: left;
}
.textbox h1, .textbox h2 {
	color: #CC6600;
	text-align: left;
}
.leftcaption {
	font-size: 0.85em;
	font-style: italic;
	/*margin-top: 20px;*/
	text-align: left;
}
.rightcaption {
	font-size: 0.85em;
	font-style: italic;
	/*margin-top: 20px;*/
	text-align: right;
}
.textrightjustify {
	text-align:right;
}
.indentedlist {
	padding-left: 50px;
	list-style-type: none;
}
.sublist {
	list-style-type: lower-alpha;
}
.largeitalicspaced {
	font-size: 110%;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
}
.pullquote {
	float: left;
	width: 40%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-bottom: 6px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #FFFFFF;
	text-align: center;
	background-color: #6daf7f;
}
.small {
	font-size:0.75em;
}
form.maillist {
	margin: auto;
}
form input.w50, form textarea.w50, form select.w50 {
	width:50%;
}
form input.w20, form textarea.w20, form select.w20 {
	width:20%;
}
form li {
	clear:left;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left: 10px;
}
form li label {
	float: left;
	width:20%;
	font-weight: bold;
}
form li label.notbold {
	font-weight: normal;
}
form li label.ta {
	width:90%;
}
form li span {
	color:#CC3300;
}
form ol li {
	list-style:none;
}
form ol li.button {
	margin-left:20%;
	width:150px;
}
form img {
	padding-right: 20px;
}
form td {
	padding-left: 10px;
}
.legendname {
	font-size: 140%;
	color: #CC6600;
	font-weight: bold;
	text-align: left;
}
.inlinebutton {
	/*_width:10em;*/
	/*margin: 0 0.2em;*/
	margin-right:10px;
	margin-top:5px;
	padding: 4px 4px;
	/*_padding:0.1em;*/
	border: 1px solid #04643e;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	background-color: #D2E8D8;
	color: #04643e;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
.inlinebutton:hover {
	background-color: #04643e;
	color: white;
}
#photogallery .img {
	padding:10px;
}
