html {
	background: #ddefcf;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.5;
}
body {
	line-height: 1.5;
}
img, div, .pngfix, input { 
	behavior: url("iepngfix.htc") 
}
.page {
	margin: 0 auto;
	width: 1000px;
	background: url(../images/background.gif) repeat-y;
}
.header {
	width: 960px;
	height: 145px;
	background: url(../images/banner.jpg) no-repeat;
}
.navArea {
	float: right;
	top: 90px;
	position: relative;
	width: 600px;
	height: 40px;
}

.content {
	width: 960px;
}

.imageCol {
	width: 220px;
	margin: 0 20px 20px 0;
	float: left;
}
.caption {
	width: 190px;
	background-color: #deefd0;
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-bottom-right-radius: 5px;
	padding: 5px 10px 10px;
	font-weight: bold;
	font-style: italic;
	color: #51802d;
	line-height: 1.2em;
	text-align: center;
	clear: both;
}
.quoter {
	font-style: normal;
	font-size: 85%;
	text-align: right;
	padding-top: 5px;
}
.logos img {
	padding-top: 20px;
	padding-bottom: 20px;
}

.copyCol {
	width: 480px;
	float: left;
	margin-bottom: 20px;
}
h1 {
	color: #264013;
	font-size: 182%;
	font-weight: bold;
	padding-bottom: 10px;
}
h2 {
	font-size: 116%;
	font-weight: bold;
	color: #51802d;
	padding-bottom: 5px;
}
p {
	line-height: 1.5;
	padding-bottom: 10px;
}
.address {
	line-height: 1.5;
	padding-bottom: 10px;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
}
ul {
	padding-bottom: 10px;
}
ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 5px;
}

ul.bullets {
	padding-bottom: 10px;
	margin-left: 20px;
}
ul.bullets li {
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 5px;
}
a {
	color: #4d8029;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #4d8029;
}
.ch4nge {
	color: #4d8029;
}
sub {
	line-height: 1em;
	font-size: 75%;
}
sup {
	line-height: 1em;
	font-size: 75%;
	text-transform: lowercase;
}

.sidebarCol {
	width: 210px;
	float: right;
	margin-left: 20px;
	padding-top: 5px;
	margin-top: 5px;
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-bottomleft: 5px;  
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-bottom: 30px;
	background: #dde8d5 url(../images/sidebar.gif) no-repeat;
}
h3 {
	font-size: 108%;
	font-weight: bold;
	color: #51802d;
	padding: 5px 10px 0;
	line-height: 1.2;
}
.sidebarCol p {
	width: 190px;
	font-size: 85%;
	margin-left: 10px;
}
.sidebarCol hr {
	border-top: 1px dotted #9cba86;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0;
}

.partnersRow {
	width: 960px;
	height: 120px;
	clear: both;
	background: url(../images/partners-background.gif) repeat-x;
}

.footer {
	width: 1000px;
	height: 60px;
	background: #ddefcf url(../images/footer.png) no-repeat;
	color: #51802d;
	text-align: center;
	font-size: 85%;
	padding-top: 18px;
	clear: both;
}
.footer a {
	color: #51802d;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	text-decoration: underline;
}

/* Sliding panel CSS */
#slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 960px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

/* Add size and image to these two for back/next arrows */
.scrollButtons.left {
	left: -20px;
	width: 20px;
	height: 20px;
}
.scrollButtons.right {
	right: -20px;
	width: 20px;
	height: 20px;
}

/* Nav stylin' */
ul.navigation {
    list-style: none;
}

ul.navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 120px;
	height: 60px;
	float: left;
}

ul.navigation a {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	font-size: 140%;
	letter-spacing: -.055em;
	word-spacing: .1em;
	font-weight: normal;
	display: block;
}
ul.navigation a:hover {
    color: #30541a;
	text-decoration: none;
}
ul.navigation a:visited {
	color: #fff;
}
ul.navigation a.selected {
	color: #264013;
	height: 50px;
	text-decoration: none;
	background: url(../images/nav-selected.png) no-repeat;	
}
* html ul.navigation a.selected {
	background: url(../images/nav-selected.gif) no-repeat;	
}
ul.navigation a:focus {
    outline: none;
}
ul.navigation a:visited.selected {
	color: #264013;
}
ul.navigation a:hover.selected {
	color: #30541a;
}
