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

body {
	margin: 0px;
	height:100%;
	background-image: url(../images/pagebk.jpg);
	background-repeat: repeat-x;
}
.imgleft {
	padding-right: 15px;
}
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	letter-spacing: 0.1em;
	line-height: 16pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #004A90;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FEBE57;
}
.green {
	color: #4dac43;
}
.blue {
	color: #004A90;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.pagebk {
	background-image: url(../images/pagebk.jpg);
	background-repeat: repeat-x;
}

li {
	padding-bottom: 5px;
}


/* link styles */

a:link {
	color: #004A90;
	text-decoration: none;
}
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: 40px;
		background: url("../images/navp_about.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.about {
	background-position: 0px -40px;
}
a.news {
		display: block;
		width: 182px;
		height: 40px;
		background: url("../images/navp_news.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.news {
	background-position: 0px -40px;
}
a.initiatives {
		display: block;
		width: 115px;
		height: 40px;
		background: url("../images/navp_initiatives.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.initiatives {
	background-position: 0px -40px;
}
a.involved {
		display: block;
		width: 144px;
		height: 40px;
		background: url("../images/navp_involved.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.involved {
	background-position: 0px -40px;
}
a.home {
		display: block;
		width: 42px;
		height: 40px;
		background: url("../images/navp_home.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.home {
	background-position: 0px -40px;
}
a.search {
		display: block;
		width: 40px;
		height: 40px;
		background: url("../images/navp_search.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.search {
	background-position: 0px -40px;
}
a.contacticon {
		display: block;
		width: 89px;
		height: 40px;
		background: url("../images/navp_contacticon.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.contacticon {
	background-position: 0px -40px;
}

/* aboutnav link styles */

a.board {
		display: block;
		width: 230px;
		height: 55px;
		background: url("../images/nav_board.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.board {
		background-position: -230px 0;
}
a.partners {
		display: block;
		width: 230px;
		height: 31px;
		background: url("../images/nav_partners.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.partners {
		background-position: -230px 0;
}

a.faqs {
		display: block;
		width: 230px;
		height: 31px;
		background: url("../images/nav_faqs.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.faqs {
		background-position: -230px 0;
}
a.contact {
		display: block;
		width: 230px;
		height: 28px;
		background: url("../images/nav_contact.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.contact {
		background-position: -230px 0;
}
a.directions {
		display: block;
		width: 230px;
		height: 56px;
		background: url("../images/nav_directions.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.directions {
		background-position: -230px 0;
}
a.career {
		display: block;
		width: 230px;
		height: 55px;
		background: url("../images/nav_career.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.career {
		background-position: -230px 0;
}

a.academic {
		display: block;
		width: 230px;
		height: 31px;
		background: url("../images/nav_academic.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.academic {
		background-position: -230px 0;
}
a.post {
		display: block;
		width: 230px;
		height: 60px;
		background: url("../images/nav_post.jpg") 0 0 no-repeat;
		text-decoration: none;
}
a:hover.post {
		background-position: -230px 0;
}

		
/* div styles */	

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 860px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	height: 110px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#global {
	height: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#side-apage {
	margin: 0;
	float: left;
	width: 620px;
	height:auto;
	padding: 0px;
}
#side-bpage {
	float: left;
	width: 240px;
	background-image: url(../images/about_image.jpg);
	background-repeat: no-repeat;
	height: 425px;
	padding-top: 35px;
}
#side-ipage {
	float: left;
	width: 240px;
	background-image: url(../images/initiatives_image.jpg);
	background-repeat: no-repeat;
	height: 380px;
	padding-top: 35px;
}
#side-ispage {
	float: left;
	width: 240px;
	background-image: url(../images/initiatives_image_sm.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 35px;
}
#side-npage {
	float: left;
	width: 240px;
	background-image: url(../images/news_image.jpg);
	background-repeat: no-repeat;
	height: 350px;
	padding-top: 35px;
}
#side-gpage {
	float: left;
	width: 240px;
	background-image: url(../images/involved_image.jpg);
	background-repeat: no-repeat;
	height: 410px;
	padding-top: 5px;
	text-align: center;
}
#side-spage {
	float: left;
	width: 240px;
	background-image: url(../images/search_image.jpg);
	background-repeat: no-repeat;
	height: 310px;
	padding-top: 35px;
}
#side-upage {
	float: left;
	width: 240px;
	background-image: url(../images/contact2_image.jpg);
	background-repeat: no-repeat;
	height: 415px;
	padding-top: 35px;
}
#side-acpage {
	margin: 0;
	float: left;
	width: 530px;<div id="navbox"> <a class="board" href="about_board.php">&nbsp;</a> <a class="partners" href="about_partners.php">&nbsp;</a> <a class="faqs" href="about_faqs.php">&nbsp;</a> <a class="contact" href="about_contact.php">&nbsp;</a> </div>
	height:auto;
	padding: 0px;
}
#side-cpage {
	float: left;
	width: 310px;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 35px;
	padding-left: 10px;
}
#navbox {
	float: right;
	width: 210px;
	height: auto;
	background-color: #F4FBED;
	text-align: right;
	padding-right: 20px;
	font-size: 10pt;
	line-height: 12px;
	font-weight: normal;
}
#contentbox {
	float: left;
	width: 555px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#contentboxc {
	float: left;
	width: 470px;
	padding-top: 10px;
	padding-right: 30px;
	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;
}

