@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------  FONT FACE TYPOGRAPHY -------- */
/* H1 20px Black */
/* H2 20px Green #70d240 */
/* H3 17px White */
/* H4 18px White - no text shadow */
/* H5 20px Blue #3177B1 */


@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../Chunkfive-webfont.eot');
	src: url('../Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('../Chunkfive-webfont.woff') format('woff'), url('../Chunkfive-webfont.ttf') format('truetype'), url('../Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1.fontface {
	font: 20px/30px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #000;
	margin-left: 8px;
	margin-top: 10px;
}
h1 a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	text-decoration: none;
	text-align: right;
	color: #000;
}
h1 span:hover {
	color: #fff;
}
h1.fontface a {
	text-decoration: none;
	color: #000;
}
h1.fontface a:hover {
	color: #fff;
}
h2.fontface {
	font: 20px/30px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #70d240;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 9px;
}
h3.fontface {
	font: 17px/24px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: .04em;
	margin: 0 20px;
	color: #fff;
	padding-top: 9px;
	text-shadow: 1px 1px 1px #323232;
}
h4.fontface {
	font: 18px/24px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: .03em;
	color: #fff;
	margin-left: 10px;
}
h5.fontface {
	font: 20px/30px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #3177B1;
	margin-left: 10px;
	margin-bottom: 10px;
}
h6.fontface {
	font: 14px/18px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #3177B1;
	margin: 20px 0 10px 10px;
}
/* -----------END FONT FACE STYLES ------------*/

h5 {
	color: #3177B1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0 15px;
}
body {
	background-image: url(../images/prevbg.jpg);
	background-repeat: no-repeat;
	background-color: #3d8bbf;
	color: #636363;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: -0.02em;
	line-height: 1.6em;
	margin: 0 0 15px 5px;
	padding: 7px 0 0 5px;
}
/* ------ HEADER STYLES -------*/

.header {
	width: 985px;
	height: 140px;
	margin: auto;
}
.logo {
	width: 470px;
	height: 140px;
	float: left;
}
.contactinfo {
	width: 190px;
	height: 100px;
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-top: 35px;
}
/* ----- END HEADER ------*/

/* ----- MAIN CONTENT LAYOUT STYLES -------*/

#container {
	width: 985px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin: auto;
	background: #f9f2e9;
	border: 6px solid #4481c3;
}
#nav {
	width: 965px;
	margin: auto;
	height: 40px;
	margin-top: 10px;
	background-color: #70d240;
}
#slideshow {
	width: 965px;
	height: 400px;
	margin: auto;
	margin-top: 10px;
	background-color: #FFF;
}
#vision {
	width: 965px;
	height: 65px;
	margin: auto;
	margin-top: 10px;
	background-color: #4481c3;
}
#left {
	width: 623px;
	float: left;
	margin-left: 20px;
}
#leftcol {
	width: 300px;
	float: left;
}
#leftform {
	width: 430px;
	float: left;
	margin-left: 20px;
}

#rightform {
	width: 430px;
	float: right;
	margin-right: 20px;
}
#news {
	width: 252px;
	margin: 20px 0 35px 0;
	padding-right: 15px;
	min-height: 300px;
	background-color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #939393;
	-moz-box-shadow: 1px 1px 4px #939393;
	-webkit-box-shadow: 1px 1px 4px #939393;
	box-shadow: 1px 1px 4px #939393;
}
p.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -0.02em;
	line-height: 1.3em;
	margin: 0 0 15px 10px;
}
#rightcol {
	width: 300px;
	float: left;
	clear: none;
	margin-left: 15px;
}
li.arrow {
	list-style-type: none;
	background: url(../images/arrowbullet.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	height: 30px;
	padding-left: 30px;
	margin: 15px 0 0 25px;
}
#right {
	width: 302px;
	float: right;
}
p.funded {
	margin-right: 30px;
	font-size: .7em;
}
#calendar {
	background-color: #FFF;
	margin: 10px 0 15px 10px;
	padding-right: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #939393;
	-moz-box-shadow: 1px 1px 4px #939393;
	-webkit-box-shadow: 1px 1px 4px #939393;
	box-shadow: 1px 1px 4px #939393;
}
/* ----- BANNER STYLES FOR B-PAGES, 3 DIFFERENT COLOR / WORD CLOUD OPTIONS ------*/

#banner {
	width: 965px;
	height: 140px;
	margin: auto;
	margin-top: 10px;
}
.banner1 {
	background-image: url(../images/banner1.jpg);
}
.banner2 {
	background-image: url(../images/banner2.jpg);
}
.banner3 {
	background-image: url(../images/banner3.jpg);
}
/* ----- END BANNER OPTIONS ---*/


#wideright {
	width: 620px;
	float: right;
	margin: 15px 20px 0 0;
}
#rightsidebar {
	width: 302px;
	float: right;
	margin: 10px 20px 20px 0;
	min-height: 300px;
	border-left: 1px dotted #939393;
}
#leftsidebar {
	border-right: 1px dotted #939393;
	float: left;
	margin: 20px 15px 15px;
	padding-right: 10px;
	width: 302px;
}
/* -------- OL STYLEs ---------*/

ol {
	counter-reset: li; /* Initiate a counter */
	list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'ChunkFiveRegular';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded-list {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
 *padding: .4em;
	margin: .5em 0;
	color: #444;
}
p.joinus {
	font-size: 13px;
}
a.joinusbutton {
	background: #4481c3;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	margin-top: 25px;
	margin-left: 35px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	outline: none;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	padding: .05em 0;
	width: 120px;
	color: #fff;
	font: 1.3em/1.6em 'Chunkfive', Arial, sans-serif;
	letter-spacing: 0.09em;
	margin-bottom: .2em;
}
.joinusbutton:hover {
	background: #74bf4d;
	color: #000;
}
/* ------- THREE COLUMN LAYOUT -------- */

.left3col {
	width: 312px;
	min-height: 500px;
	float: left;
	margin: 10px;
	
}
.right3col {
	width: 312px;
	min-height: 500px;
	float: right;
	margin-top:10px;
	margin-right: 10px;
	
}
.center3col {
	width: 312px;
	min-height: 500px;
	float: right;
	margin-top:10px;
	margin-right: 12px;
	border-left-style:dotted;
	border-right-style:dotted;
	
}
/* END THREE COLUMN LAYOUT */

/* ------ FOOTER STYLES ------ */

#footer {
	width: 985px;
	height: 220px;
	margin: auto;
	color: #fff;
	font-size: 8px;
}
.footerleftcol {
	float: left;
	height: 200px;
	margin: 15px 0 0 25px;
	width: 350px;
}
.footerleftcol a.email {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footerleftcol a:hover {
	color: #000;
}
.footerrightcol {
	float: right;
	height: 200px;
	margin: 15px 15px 0 45px;
	width: 275px;
}
#footerlinks {
	width: 965px;
	margin: auto;
	height: 40px;
	background-color: #2e6a93;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.bottomlinks {
	float: left;
	margin: 0;
	padding: 0;
}
.bottomlinks li {
	display: inline;
}
.bottomlinks li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: .25em 1em;
	line-height: 40px;
	border-right: solid 1px #393939;
}
.bottomlinks li a:hover {
	color: #000;
}
#copyright {
	width: 300px;
	float: right;
	height: 40px;
	color: #fff;
}
/* ------- SLIDESHOW STYLES  -------  */

#slider {
	width: 965px; /* important to be same as image width */
	height: 400px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	z-index: 0;
}
#sliderContent {
	width: 965px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	z-index: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	z-index: 0;
}
.sliderImage span {
	position: absolute;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 950px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* ------ ABUSE TABLE STYLES -------*/

table.abuse {
  margin-left: 10px;
  table-layout:fixed;
}
.abuse thead th {
  padding: 5px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 1px solid #000;
  background-color: #74bf4d;
  vertical-align: middle;
}

table.abuse p {
  font-size:11px;
  padding: 0;
  
}
.abuse td {
  padding: 5px;
  background-color: #e9ffcb;
  color: #000;
  border: 1px solid #000;
  vertical-align:middle;
  text-align:center;
}

.abuse td a {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.abuse td a:hover {
	color:#74bf4d;
}

/* ------ HOTLINES TABLE STYLES -------*/

table.hotline {
  margin-left: 10px;
  table-layout:fixed;
}
.hotline thead th {
  padding: 5px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 1px solid #000;
  background-color: #4481c3;
  vertical-align: middle;
}

table.hotline p {
  font-size:11px;
  padding: 0;
  font-weight:bold;
  
}
.hotline td {
  padding: 5px;
  background-color: #a4d0ff;
  color: #000;
  border: 1px solid #000;
  vertical-align:middle;
  text-align:center;
}

.hotline td a {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:100;
	
}
.hotline td a:hover {
	color:#4481c3;
}