@charset "utf-8";
body {
	padding: 0px;
	margin-top: 0px;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-color: #e6e5e4;
}
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", "Helvetica 55 Roman", Verdana, Arial;
	font-size: 12px;
	color: #555555;
	background-image: url(../images/header8.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}
#wrap {
	margin-left: 20px;
	margin-right: 20px;
	width: 750px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 147px;
}

#banner {
	width: 750px;
}
#banner img {
	width: 750px;
	margin-bottom: 10px;
}
/* ----------left column---------- */
#leftColumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#leftColumn a {
	color: #555555;
	text-decoration: none;
}
#leftColumn a:hover {
	text-decoration: underline;
	color: #86B400;
}
/* ----------navigation---------- */
#navcontainer {
	margin-bottom: 10px;
}
ul#navlist {
	width: 200px;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
ul#navlist li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
ul#navlist li a {
	display: block;
	width: 157px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #DBEAB5;
	background-color: #DBEAB5;
}
ul#navlist li a:link {
	color: #555555;
	margin-bottom: 1px;
}
div#navcontainer li a:visited {
	color: #555555;
}
ul#navlist li a:hover {
	text-decoration: none;
	background-color: #BED979;
	padding-left: 25px;
	border-left-style: none;
}

ul#navlist li #current {
	border-left-style: none;
	background-image: url(../images/nav-current2.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 25px;
	border-bottom-style: none;
	background-color: #BED979;
	color: #45521D;
}
/* ----------links---------- */
#linkcontainer {
	margin-bottom: 0px;
}
ul#links {
	width: 200px;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
ul#links li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
ul#links li a {
	display: block;
	width: 157px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #DBEAB5;
	background-color: #DBEAB5;
}
ul#links li a:link {
	color: #555555;
	margin-bottom: 1px;
}
div#linkcontainer li a:visited {
	color: #555555;
}
ul#links li a:hover {
	text-decoration: none;
	background-color: #BED979;
	padding-left: 25px;
	border-left-style: none;
}


#news {

}
#news p {
	line-height: 1.6em;
	text-align: justify;
}

/* ----------right column---------- */
#rightColumn {
	margin: 0px;
	width: 524px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#rightColumn a {
	text-decoration: none;
	color: #555555;
}
#rightColumn a:hover {
	text-decoration: underline;
	color: #86B400;
}
/* ----------right column gallery---------- */

#rightColumnGallery {
	margin: 0px;
	width: 530px;
	padding-top: 0px;
	padding-bottom: 15px;
	float: right;
}

/* ----------footer---------- */
#footer {
	background-color: #1D2631;
	clear: both;
	height: 35px;
	width: 750px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
}
#footer p {
	color: #D9E19F;
	line-height: 2em;
	font-size: 11px;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #D9E19F;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#validation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADADAD;
	text-align: right;
	margin-top: 0px;
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#validation a {
	text-decoration: none;
	color: #ADADAD;
}
#validation a:hover {
	text-decoration: underline;
}

/* ----------typo and font classes---------- */
h1 {
	font-size: 20px;
	padding: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h2 {
	font-size: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: normal;
}

p {
	text-align: justify;
	line-height: 1.5em;
	margin: 0px;
	padding: 5px;
}
.issues {
	font-size: 9px;
	color: #999999;
}
.fourteen {
	font-size: 14px;
}

.ulPeople {
	list-style-image: url(../images/usersGr.png);
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
}
.green {
	color: #45521D;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}

.greenBg {
	background-color: #45521D;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bg-heading.jpg);
}
.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.center {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
/* ----------classes---------- */

.leftColImg {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.noborder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
.floatLeft {
	float: left;
}
.floatLeftBorder {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.floatRightBorder {
	float: right;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.line {
	font-size: 0px;
	margin: 5px;
	clear: both;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	height: 4px;
}
.sidebarpad {
	padding: 2px;
	margin-left: 18px;
	border: 1px solid #CCCCCC;
}
.ncc {
	margin-left: 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
.firefox {
	margin-top: 5px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#map {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
	width: 510px;
}
/* ----------gallery classes---------- */
.img-wrapper {
	float: left;
	background-image: url(../images/bg-thumb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	width: 128px;
	height: 107px;
	display: inline;
}
.thumbContainer {
	width: 530px;
	margin: 0px;
	padding: 0px;
}
.img-wrapper img {
	padding-top: 4px;
	display: inline;
	padding-left: 5px;
}
.clearer {
	clear: both;
}

.none {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
