@charset "UTF-8";

/* GLOBAL
________________________________________________________*/
* {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}	

body {
	color: #515151;
	font-size: 75%;
	text-align: center;
	background-color: #6F836E;
	font-family: normal 'Helvetica Neue', Helvetica, Verdana, Geneva sans-serif;
	line-height: 1.3em;
}

hr {
	display: none;
}

a {
	text-decoration: none;
}

/* TYPO
________________________________________________________*/

h1, h2, h3 {
	color:#2E406D;
	font-family: Palatino, "Palatino Linotype", "New York", "MS Serif", "Times New Roman", serif;
	font-weight:100;
}

h4, .link {
	text-transform:uppercase;
}

.link {
	text-decoration: none;
	color: #408044;
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: bold;
}

.link:hover {
	color: #3989F8;
}

h1 {
	font-size: 2.4em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	color:#2E406D;
	font-size: 1.1em;
}

#introText, #introLink {
	line-height: 1.7em;
	font-size: 1.1em;
}

.clearOff {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}

.caption {
	font-size: .8em;
	text-align:right;
}

/* IMAGES
________________________________________________________*/

img {
	border: 0;
}

.inlineImage {
	text-align: center;
	font: normal 1.0em 'Helvetica Neue', Helvetica, Verdana, Geneva sans-serif;
	color: #999;
	border: 1px solid #ccc;

}

.noStyle img {
	padding: 0;
	border: 0 none;
}

.right {
	float: right;
	margin-left: 8px;
	border: 1px solid #ccc;
}

.left {
	float: left;
	margin-right: 8px;
	border: 0px solid #ccc;
}

.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
}

table.left, table.right, table.center {
	background-color: #EEE;
	font-size: .9em;
	padding-left: 8px;
}

.contentBody img.left, .contentBody img.right, .contentBody img.center {
	margin-top: 6px;
}

/* CONTENT BLOCKS
________________________________________________________*/

#header, #banner, #main, #footer, #mainHeader {
	position: relative;
	margin: 0 auto;
	width: 784px;
	/*border: 1px solid #000;*/
}

#header, #banner, #main, #footer, #mainHeader{
	text-align: left;
}

#headerWrapper {
	position: relative;
	background: #6F836E url(../images/headerBG.gif) center bottom repeat-x;
}

#bannerWrapper {
	position: relative;
	background-color: #A2BC95;
}

#mainWrapper {
	position: relative;
	background: #F9FBFF url(../images/mainBG.gif) center top repeat-x;
	background-color: #F9FBFF;
	border-top: 1px solid #888;
}

#footerWrapper {
	position: relative;
	background: #6F836E url(../images/footerBG.gif) center top repeat-x;
	border-top: 1px solid  #8D9CA7;
}

#banner {
	padding: 8px 0px 8px 0px;
}

#footer {
	padding: 29px 0px 20px 0px;
}
/* HEADER
________________________________________________________*/

#header h2 {
	width: 276px;
	position: relative;
	height: 75px;
}

#header h2 a {
	display: block;
	position: absolute;
	top: 16px;
	text-indent:-1000px;
	width: 276px;
	height: 85px;
	background: #6F836E url(../images/wdcLogo.gif) bottom left no-repeat;
	overflow: hidden;
	background-image: url(../images/wdcLogoNEW.gif);
}

#hotlinks {
	position: absolute;
	top: 18px;
	right: 32px;
	margin-left: 150px;
	font: normal 1.0em/1.0em 'Helvetica Neue', Helvetica, Verdana, Geneva sans-serif;
	color: #95AB8F;
}

#hotlinks a {
	text-decoration: none;
	color: #E3F7DA;
}

#hotlinks a:hover {
	color: #5C9AE8;
	text-decoration: none;
}

/* NAV
________________________________________________________*/

#nav {
	text-align:center;
	float:right;
	height: 2.4em;
	list-style: none;
}

#nav li {
	width: 86px;
	float: left;
	margin-right: 1px;
	height: 2.4em;
	overflow: hidden;
	background: #E3F7DA center top no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C9D7C1;
}

#nav li a {
	display: block;
	line-height: 29px;
	overflow: hidden;
	color: #515151;

/* horizontally centers the background image */
}

#nav li a:hover, #nav li:hover {
	background: #D0E1C3 center top no-repeat;
}

#nav li.currentSection {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A2BC95;
	background-color: #A2BC95;
}

#nav li a.currentSection,
	#nav li a.currentSection:hover {
	background: url(../images/selected.gif) #A2BC95 center top no-repeat;
}


/* BANNER
______________________________________________________ */

#intro, #eventsIntro, #projectsIntro, #belleIntro {
	position: relative;
	background: #E3F7DA;
	padding: 7px 8px 7px 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #9BA795;
}

#intro {
	margin-bottom: 6px;
}

#introText {
	font-size: 1.2em;
}

#eventsIntro, #projectsIntro, #belleIntro {
	width: 240px;
	float: left;
}

#eventsIntro p, #projectsIntro p, #belleIntro p {
	margin-top: 5px;
	margin-bottom: 13px;
}

#intro h1, #intro p {
	display:block;
	width: 504px;
	margin-left: 258px;
}

#intro a {
	display:block;
	margin-left: 258px;
	width: 18em;
}

#projectsIntro, #belleIntro {
	margin-left: 8px;
}

#introBG {
	background: #E3F7DA url(../images/home/bannerBG.jpg) left center no-repeat;
}

#intro h1 {
	padding-top: .6em;
	padding-bottom: .3em;
}

#introLink {
	font-size: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* MAIN HEADER
______________________________________________________ */

#mainHeaderWrapper {
	background: #E3F7DA url(../images/mainBG.gif) top center repeat-x;
	border-bottom: 1px solid #CED7D4;
}

/*#mainHeader {
	background: #F9FBFF url(../images/mainBG.gif) top center repeat-x;
	border-bottom-color: #000000;
}*/

#mainHeader h4 {
	padding-top: 28px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;

}

#newsHeader, #columnOneHeader {
	width: 520px;
}

#donateHeader, #columnTwoHeader {
	position: relative;
	width: 255px;
	float: right;
}

/* MAIN
______________________________________________________ */


#main {
	padding-bottom: 40px;
}

#main h3 {
	margin-bottom: 5px;
}

#news, #donate, #columnOne, #columnTwo {
	background: #F9FBFF;
}

#news, #columnOne {
	width: 520px;
}

#donate, #columnTwo {
	position: relative;
	width: 255px;
	float: right;
}

#donate {
	padding-top: 10px;
}

.newsEvent, .contentBlock {
	border-bottom: 1px solid #D7DEDC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* COLUMN ONE LAYOUT
______________________________________________________*/

#columnOne .contentBlock, #news .newsEvent {
	width: 504px;
}

.newsBody {
	padding-left: 130px;
}

.newsBody p, .contentBody p {
	padding-bottom: 0.9em;
	line-height: 1.3em;
}

.contentBodyLink {
	padding-bottom: 0.9em;
	line-height: 1.3em;
	color: #408044
}

.newsInfo {
	width: 120px;
	float: left;
	margin-bottom: 8px;
}

.newsInfo p {
	font-size: .9em;
}

.newsInfo img {
	margin-top: 0em;
	margin-bottom: 8px;
	padding-right: 8px
}

#archiveLink, .bottomLink {
	background: #E3F7DA;
	padding: 8px 8px 12px 8px;
}

#donateLink {
	background: url(../images/home/donateBG.gif) top left no-repeat;
	font-size: 1.3em;
	width: 239px;
	text-align: left;
	height: 127px;
	padding: 8px;
	border: 1px solid #999;
	overflow: hidden;
	margin-top: 2px;
}

#donateLink a {
	display: block;
	color: #E3F7DA;
	padding-top: 116px;
	margin-bottom: 8px;
}

#donateLink a:hover {
	color: #5C9AE8;
}

/* FOOTER
______________________________________________________ */


#footer .column {
	width: 7.7em;
	margin-right: 8px;
	float: left;
	height: 7em;
}

#footer a {
	color: #E3F7DA;
}

#footer a:hover {
	color: #5C9AE8;
}

#contact {
	float: right;
	width: 235px;
	padding-top: 8px;
	margin-left: 8px;
	color: #ADBDA8;
}

#siteMap {
	width: 507px;
	padding-top: 8px;
	padding-left: 8px;	/*
	border: 1px solid #E3F7DA;
	background-color: #59675E;
	*/
}

#siteMap li {
	list-style: none;
}

#address {
	width: 255px;
	padding-top: 1.3em;
}

#footer li li {
	font-size: .9em;
}

#footer li li a{
	color: #ADBDA8;
}

