@charset "UTF-8";
/* CSS Document */
body {
	margin: 10px;
	padding: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color: #e9e9ce;
	line-height:1.25em;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#444;
}
a {
	color:#444;
}
a:hover {
	color:#222;
}
p, ul, dl {
	font-size: .75em;
	margin-bottom: 15px;
}
dl dt {
	font-weight:bold;
}
dl dd {
	font-style:italic;
	margin-bottom:14px;
}
a[href $='.pdf'] { 
	display:inline-block;
	padding:2px 20px 2px 0px;
	line-height:14px;
	min-height:14px;
	overflow:visible;
	background:transparent url(../img/pdf.png) center right no-repeat;
}
#footer {
	text-align:center;
}
#footer p {
	font-size:0.65em;
	color:#444;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#header {
	margin-bottom:28px;
	margin-top:48px;
	text-align:center;
}
#logo {
	height:29px;
	width:100%;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#logo span {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
#welcome {
	text-align:left;
	padding-bottom:0px;
	padding-top:28px;
	padding-left:70px;
	padding-right:70px;
}
p.small {
	font-size:.7em;
}
h1 {
	font-size:2em;
	margin-bottom:18px;
}
h2 {
	font-size:1.25em;
	margin-bottom: 14px;
	color:#007236;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#slider {
	width: 620px;
	margin: 0 auto;
	position: relative;
}
.scroll {
	height: 325px;
	width: 620px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(../img/content_pane-gradient.gif) repeat-x scroll left bottom;
}
strong {
	font-weight:bold;
	color:#222;
}
.scrollContainer div.panel {
	padding: 20px;
	height: 280px;
	width: 580px;
	font-size:.95em;
}
#links .col1, #faqs .col1, #news .col1, #events .col1, #about .col1, #contact .col1 {
	float:left;
	width:270px;
	margin-right:18px;
	padding-right:20px;
	border-right:1px solid #ccc;
}
#links .col2, #faqs .col2, #news .col2, #events .col2, #about .col2, #contact .col2 {
	float:right;
	width:270px;
	margin-right:0px;
	paddin-right:0px;
}
#shade {
	height: 58px;
	clear:both;
	background-image: url(../img/shade.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:600px;
}
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}
ul.navigation li {
	display: inline;
	margin-right: 10px;
}
ul.navigation a {
	padding: 10px;
	color: #000;
	text-decoration: none;
	background-color:#fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
ul.navigation a:hover {
	background-color: #fff;
	color:#007236;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}
ul.navigation a.selected {
	background-color: #007236;
	color:#fff;
	font-weight:bold;
}
ul.navigation a:focus {
	outline: none;
}
.scrollButtons {
	position: absolute;
	top: 175px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -50px;
}
.scrollButtons.right {
	right: -50px;
}
.hide {
	display: none;
}