/* Reset */

body, p, h1, h2, h3, h4, h5, h6, div { margin: 0; padding: 0; list-style: none; }

ul, ol, li { margin: 0; padding: 0; }

/* End Reset */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	color: #3f045c;
	opacity: 0.99999; 
	text-shadow: 0 0 0 #000;
	}

p a, li a {
	color: #0078C2;
	text-decoration: none;
	font-weight: bold;
	}

p , #mainContent #contentColumn ul li, #mainContent #contentColumn ol li, #contentTable th, #contentTable td {
	font-size: 1.2em;
	line-height: 160%;
	color: #000000;
	}

 #mainContent #contentColumn ul li, #mainContent #contentColumn ol li {
	margin-left: 2em;
	}  

p a:hover {
	padding-bottom: 1px; 
	border-bottom: 1px dotted #0078C1; 
}


/* Headers */

h1 {
	font-size: 2.5em;
	color: #494b92;
	background: url(../images/secondaryLogoHeader.png) left no-repeat;
	padding-left: 30px;
	font-weight: normal;
	margin-bottom: 12px;
	}	
	
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #3f045c;
	margin-bottom: 7px;
	}	


/* End Headers */


/* Structure */

#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	}
	
#container {
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	}	

#header {
	width: 100%;
	float: left;
	}
	
#logo a {
	/*width: 201px;
	height: 72px;*/
	display: block;
	border: none;
	float: left;
	}
	

#utilities {
	display: block;
	float: right;
	margin-top: 39px;
}
	
#utilities ul li {
	display: inline;
	margin-left: 10px;
	background-image: url(../images/UtilityBullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding-left: 14px;
}

#utilities ul li.donate {
	background-image: url(../images/donateBullet.gif);

	
}

#utilities ul li a, #utilities ul li a:visited {
	list-style-image: url(../images/UtilityBullet.gif);
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#utilities ul li a:hover, #utilities ul li a:hover:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #999999;
	text-decoration: none;
}

#utilities ul li a.donate, #utilities ul li a:visited.donate {

color: #ff1564;

}

#utilities ul li a:hover.donate, #utilities ul li a:hover:visited.donate {
border-bottom-color: #FF6600;
color:#FF6600

}

#navigation {
	width: 100%;
	height: 43px;
	float: left;
	display: block;
	margin-top: 15px;
	background: url(../images/navigationBar.png) no-repeat;
	}

#footer {
	float: left;
	width: 897px;
	margin-top: 20px;
	padding: 20px;
	padding-top: 15px;
	background-color: #dfe0fd;
	background-image: url(../images/footerTop.png);
	background-repeat: no-repeat;
	}

#footerListHolder {
	background: url(../images/footerBottom.png) no-repeat center bottom;
	float: left;
	padding-bottom: 11px;
	}

#footerBottom {
	width: 897px;
	color: #666666;
	padding: 20px;
	float: left;
	}
	
#footerBottom p {
	font-size: 1em;
	margin-bottom: 6px;
	text-align: center;
	}	
	
	

/* End Structure */


/* Lists */

#navigation li {
	display: inline;
	}

#navigation li a {
	font-size: 1.5em;
	color: #FFFFFF;
	float: left;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 31px;
	padding-top: 12px;
	border-right: 1px solid #FFFFFF;
	letter-spacing: 1px;
	}
	
#navigation li a:hover {
	background: url(../images/navigationHover.png) repeat-x;
	border-right: 1px solid #FFFFFF;
	float: left;
	display: block;
	}	

#navigation li a#Resources, #navigation li a#Contribute, #navigation li a#Programs {
	width: 138px;
	}
	
#navigation li a#Events {
	width: 136px;
	}

#navigation li a#Home, #navigation li a#News {
	width: 134px;
	}

#navigation li a:hover#Home {
	background: url(../images/navigationBarLeft.png) no-repeat left center;
	border-right: 1px solid #FFFFFF;
	}

#navigation li a#Home.selected {
	background: url(../images/navigationBarLeft.png) no-repeat left center;
	}
	
#navigation li a.selected {
	background: url(../images/navigationHover.png) repeat-x;
	}
		
#footer ul {
	float: left;
	display: block;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
	}

#footer ul.firstList {
	padding-left: 0;
	}

#footer ul.lastList {
	padding-right: 0;
	border: none;
	}

#footer ul li {
	display: block;
	margin-bottom: 4px;
	line-height: 150%;
	}	
	
#footer ul li a {
	color: #666666;
	font-size: 1.1em;
	text-decoration: none;
	}	

#footer ul li a {
	padding-bottom: 1px;
	border-bottom: 1px dotted #F4F2EB;
	}
	
#footer ul li a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #666666;
	}
	
#footer ul li.footerHeader a {
	font-weight: bold;
	font-size: 1.3em;
	color: #3f045c;
	}	

#footer ul li.footerHeader a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3f045c;
	}	

#footer ul li.footerHeader {
	display: block;
	margin-bottom: 5px;
	}	
	
/* End Lists */


#mainContent {
	display: block;
	}


#contentColumn {
	float: left;
	width: 680px;
	margin-top: 20px;
	padding-right: 20px;
	}


#rightColumn {
	float: left;
	width: 236px;
	margin-top: 20px;
	}
	
	
	
	

#secondary3Right {
	width: 236px;
	margin-top: 5px;
	float: left;
	}

	
#secondary3Right h5 {
	color: #494b92;
	font-size: 1.6em;
	height: 23px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	width: 216px;
	display: block;
	background-image: url(../images/secondaryRightColumnHeader.png);
	background-repeat: no-repeat;
	}

#secondary3Right h5 a, #secondary3Right h5 a:visited  {
	color: #494b92;
	font-weight: normal;
	text-decoration: none;	
	}
	
#secondary3Right h5 a:hover, #secondary3Right h5 a:hover:visited  {
	color: #494b92;
	font-weight: normal;
	text-decoration: underline;	
	}
	
	


.secondary3RightBoxAdditional {
	margin-top: 13px;
	background: url(../images/secondaryRightColumnBottom.png) bottom no-repeat;
	padding-bottom: 10px;
	float: right;
	}

.secondary3RightBoxAdditional img, .secondary3RightBoxDownloads img {
	text-align: center;
	margin-left: 75px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	}	

.secondary3RightBoxPR, .secondary3RightBoxDownloads {
	margin-bottom: 13px;
	background: url(../images/secondaryRightColumnBottom.png) bottom no-repeat;
	padding-bottom: 10px;
	float: right;
	}
	
.secondary3RightBox {
	background: url(../images/secondaryRightColumnBottom.png) bottom no-repeat;
	padding-bottom: 10px;
	float: right;
	}
	
		
#secondary3Right ul {
	background: url(../images/secondaryRightColumnBody.png) repeat-x #FFFFFF;
	padding-top: 7px;
	border-left: 1px solid #d9e1fd;
	border-right: 1px solid #d9e1fd;
	padding-bottom: 15px;
	}
	
#secondary3Right ul li {
	display: block;
	width: 234px;
	}
	
#secondary3Right ul li a {
	color: #6e8593;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../images/secondaryRightColumnListItem.gif) no-repeat bottom;
	}			

#secondary3Right ul li a.selected {
	font-weight: bold;
	}

#secondary3Right ul li a.secondaryRightIndentBold {
	font-size: 1.05em;
	padding-left: 25px;
	background-image: none;
	font-weight: bold;
	}	
	
#secondary3Right ul li a.secondaryRightIndent {
	font-size: 1.05em;
	padding-left: 25px;
	background-image: none;
	}	
	
#secondary3Right ul li a:hover {
	font-weight: bold;
	}	
	
	/* Fix IE. Hide from IE Mac - Holly hack \*/
	
* html #secondary3Right ul li a , * html #indexAboutRight ul li a { 
	height: 1%; 
	}

/* End Holy Hack */	
#contentColumn img.left {
	float: left;
	margin-right: 10px;
}

/*  Table */

#contentTable, #contentTable2 {
	display: block;
	margin: 0px;
	padding: 0px;
	
}

#contentTable table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#contentTable2 table {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#contentTable th, #contentTable2 th {
	background-color: #B6C3FA;
	font-weight: bold;
	color: #494b92;
	text-align: left;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;	
}

#contentTable td, #contentTable2 td {
	background-color: #DEEBFF;
	text-indent: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#contentTable tr, #contentTable2 tr {
	
	margin: 0px;
	padding: 0px;	
}
