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

body {
	margin: 0px;
	height:100%;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
}
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	letter-spacing: 0.1em;
	line-height: 16pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FEBE57;
}
.green {
	color: #4dac43;
}
a:link {
	color: #004A90;
	text-decoration: none;
}
li {
	list-style-image: url(../images/bullet.jpg);
	margin-left: -10px;
}
a:visited {
	color: #004A90;
	text-decoration: none;
}
a:hover {
	color: #4dac43;
	text-decoration: none;
}
a:active {
	color: #4dac43;
	text-decoration: none;
}
/* globalnav link styles */

#list-menu {
	width: 860px;
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style:none;
} 
#list-menu li {
	margin: 0;
	float:left;
	list-style-type: none;
	list-style:none;
	
} 

a.about {
		display: block;
		width: 147px;
		height: 60px;
		background: url("../images/nav_about.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.about {
	background-position: 0px -60px;
}
a.news {
		display: block;
		width: 182px;
		height: 60px;
		background: url("../images/nav_news.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.news {
	background-position: 0px -60px;
}
a.initiatives {
		display: block;
		width: 115px;
		height: 60px;
		background: url("../images/nav_initiatives.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.initiatives {
	background-position: 0px -60px;
}
a.involved {
		display: block;
		width: 144px;
		height: 60px;
		background: url("../images/nav_involved.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.involved {
	background-position: 0px -60px;
}
a.home {
		display: block;
		width: 42px;
		height: 60px;
		background: url("../images/nav_home.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.home {
	background-position: 0px -60px;
}
a.search {
		display: block;
		width: 40px;
		height: 60px;
		background: url("../images/nav_search.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.search {
	background-position: 0px -60px;
}
a.contact {
		display: block;
		width: 89px;
		height: 60px;
		background: url("../images/nav_contacticon.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.contact {
	background-position: 0px -60px;
}
.homebk {
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
}
.pagebk {
	background-image: url(../images/pagebk.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 860px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	height: 60px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 860px;
}

#side-a {
	float: left;
	width: 200px;
	background-image: url(../images/hometree.jpg);
	padding-left: 70px;
	padding-top: 485px;
	background-repeat: no-repeat;
	height: 110px;
}

#side-b {
	margin: 0;
	float: left;
	width: 590px;
	height:auto;
	background-image: url(../images/homelogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side-apage {
	margin: 0;
	float: left;
	width: 590px;
	height:auto;
	background-image: url(../images/homelogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side-bpage {
	float: left;
	width: 200px;
	background-image: url(../images/hometree.jpg);
	padding-left: 70px;
	padding-top: 485px;
	background-repeat: no-repeat;
	height: 110px;
}
#announcebox {
	float: right;
	width: 230px;
	height: 177px;
	background-image: url(../images/announce_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 32px;
}
#contentbox {
	float: left;
	width: 540px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
}


#footer {
	width: 830px;
	clear: both;
	margin:auto;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	height: 35px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

