@charset "utf-8";

/*Reset */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.25;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*Main Elements */

body {
	background: #4D4D4D url(../images/bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center; 
}

/*#shadow {
	width: 775px;
	top: 0;
	left: 0;
	margin: auto;
	background: url(../images/shadow.gif) repeat-y;
}*/

#mainContainer {
	background: #E6E6E6;
	width: 740px;
	clear: both;
	margin: auto;
	padding: 0;
	position: relative;
}

.imgLeft {
	float: left;
}
.imgRight {
	float: right;
}

dl {
	margin: 0;
	padding: 0;
}

.center {
	margin-left: 0 auto;
	margin-right: 0 auto;
	text-align: center;
	display: block;
	position: relative;
}

/* Bullets */

ul {
	list-style-type: circle;
	list-style-position: inside;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

li {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 10px;
}

blockquote {
	font-size: 14px;
	font-style: italic;
	padding: 15px;
}

/* Navigation */

#topNavigation {
	margin: 0;
	width:740px;
	height:113px;
	clear: both;
	display: block;
	background: #E6E6E6 url(../images/nav/nav_bg.png) right top no-repeat;
}

#topNavigation img {
	text-decoration: none;
	border-style: none;
}

.nav {
	float: left;
}

.navText {
	float: right;
	margin: 10px 10px 0 0;
	height: 19px;
	background: transparent;
	color: #CCCCCC;
	text-align: right;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
}

.navText a {
	color: #CCCCCC;
	text-decoration: none;
}
#navImages {
	top: 47px;
	right: 43px;
	float: right;
	position: absolute;
}
#navImages img {
	padding-left: 15px;
}
#more {
	padding: 20px 0px 0px 0px;
	float: left;
}



/* Home Page */

#featureBoxContainer {
	width: 480px;
	float: left;
	clear: left;
	margin: 0px 0px 0px 20px;
}

#featureBoxContainer a {
	color: #FFFFFF;
}

#homeInfo {
	text-align: left;
	width: 470px;
	height: 120px;
	clear: left;
	float: left;
	margin: 15px 5px 5px 5px;
}
	#homeInfo #video {
		float: left;
	}

	#homeInfo dl {
		float: right;
		width: 280px;
		height: 126px;
		margin: 0;
	}
	
	#homeInfo dt {
		background: url(../images/homeInfo_dt.gif);
		color: #F2F2F2;
		text-align: right;
		padding: 5px 20px 0px 20px;
		margin: 0;
	}
	
	#homeInfo dd {
		height: 96px;
		padding: 5px 20px;
		background: url(../images/homeInfo_dd.gif) no-repeat;
		margin: 0;
	}

.featureBox {
	width: 460px;
	height: 131px;
	clear: left;
	float: left;
	margin: 20px 10px 10px 10px;
}
	
	.featureBox dl {
		width: 460px;
		height: 131px;
		margin: 0;
	}

	.featureBox dt {
		background: url(../images/featureBox_dt.gif) no-repeat;
		font-weight: bold;
		color: #F2F2F2;
		text-align: right;
		padding: 5px 10px 0 20px;
		margin: 0;
	}
	
	.featureBox dd {
		height: 106px;
		width: 440px;
		background: url(../images/featureBox_dd.gif) no-repeat;
		color: #FFFFFF;
		margin: 0;
		padding: 10px;
		text-align: left;
		float: right;
	}
	
	.featureBox img {
		margin: -20px 5px 10px 0;
		float: left;
	}
	
#sideBoxContainer {
	width: 215px;
	float: right;
	clear: right;
	margin: 5px 20px 0px 0px;
	padding-top: 7px;
}
#sideBoxContainer .giveButton {
	text-align: left;
}

.sideBox {
	width: 206px;
	height: 179px;
	background: #333333 url(../images/sideBox.gif) no-repeat;
	margin: 35px 0px;
}

	.sideBox dl {
	
	}
	
	.sideBox dt {
		font-weight: bold;
		color: #F2F2F2;
		text-align: left;
		padding: 4px 5px 3px 5px;
	}
	
	.sideBox dd {
		margin: 0;
		padding: 2px 4px 2px 4px;
		text-align: left;
		color: #CCCCCC;
	}
	
	.sideBox img {
		margin: 0 8px 0 3px;
		float: left;
	}
	
	.sidebox a {
		color: #FFFFFF;
	}

/* Content */

#content {
	display: block;
}

#mainContent {
	margin: 20px 0 0 0;
	float: left;
}

#sideContainer {
	float: right;
	margin: 25px 0 0 0;
}
p {
	padding-bottom: 10px;
}
p, dd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
}

a {
	color: #FFFFFF;
}
a .centerLink {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
p .centerLink {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#contentHeader {
	background: url(../images/page_header.gif) no-repeat;
	width: 470px;
	margin: 0;
	font-weight: bold;
	color: #F2F2F2;
	text-align: right;
	padding: 15px 21px 0 0px;
}

#pageContent {
	background: #f2f2f2 url(../images/page_contentbg.gif) repeat-y;
	width: 415px;
	min-height: 250px;
	padding: 10px 45px 5px 35px;
	text-align: left;	
	line-height: 1.55;
}

#contentBottom {
	background: url(../images/page_contentbottom.gif);
	width: 496px;
	height: 24px;
	margin: 0;
}

.firstImg {
	float:left;
	margin-left:-10px;
	margin-top:-27px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:10px;
	padding-top:0;
}

#linkBox {
	color: #999999;
	margin: 0;
	width: 228px;
}

	#linkBox dt {
		background: #E6E6E6 url(../images/linkBox_dt.gif) no-repeat top left;
		height: 18px;
		margin: 0;
		width: 228px;
		padding: 0;
	}
	
	#linkBox dd {
		background: #E6E6E6 url(../images/linkBox_dd.gif) no-repeat top left;
		margin: 0;
		width: 228px;
		min-height: 74px;
		padding: 0 0 10px 0;
		text-align: left;
		font-size: medium;
		line-height: 1.35;
	}
	
	#linkBoxBottom {
		background: #E6E6E6 url(../images/linkBox_bottom.gif) no-repeat bottom left;
		height: 17px;
		margin: 0;
		width: 228px;
		padding: 0;
	}

	#linkBox ul {
		margin: 0;
		list-style-type: none;
		padding: 0 20px;
	}
	
	#linkBox a {
		color: #B6B6B6;
		font-size: 15px;
	}

#mediaBox {
	color: #999999;
	margin: 0;
	width: 228px;
}

#giveButton {
	color: #999999;
	margin: 0;
	width: 228px;
	text-align: center;
}

	#mediaBox dt {
		background: #E6E6E6 url(../images/linkBox_dt.gif) no-repeat top left;
		height: 18px;
		margin: 0;
		width: 228px;
		padding: 0;
	}
	
	#mediaBox dd {
		background: #E6E6E6 url(../images/linkBox_dd.gif) no-repeat top left;
		margin: 0;
		width: 228px;
		min-height: 74px;
		padding: 0;
		text-align: center;
	}
	
	#mediaBoxBottom {
		background: #E6E6E6 url(../images/linkBox_bottom.gif) no-repeat bottom left;
		height: 17px;
		margin: 0;
		width: 228px;
		padding: 0;
	}

h3 {
	font-size: medium;
}

a {
	color: #000099;
}

/* Staff Page */

.staffMember {
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
}

.staffText {
	float: right;
	width: 300px;
}

.staffPic {
	float: left;
	width: 110px;
}

#pageContent h4 {
	color: #333;
	font-size: medium;
	border-bottom: thin solid #666;
	margin-bottom: 8px;
	padding-left: 8px;
}
/* Document Icons */
a.pdf {
	background: url(/images/docIcons/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}
 
a.txt {
	background: url(/images/docIcons/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.email {
	background: url(/images/docIcons/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.external {
	background: url(/images/docIcons/web.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
.giveButtonHome a.external {
	background: none;
	padding-left: 0;
}

/* Tables */

table {
	width: 430px;
	background-color: #B0BAFF;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
}

thead { font-size:100.01%; }

th {
	border-bottom: 1px solid #FFFFFF;
	color: #00F;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #CCC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

tbody { font-size:100.01%; }

tr {
	background:#D0DAFD none repeat scroll 0 0;
	text-align: center;
}

tr .link {
	
}

td {
	padding: 3px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.highlight {
	background-color: #E2E2E2;
}

td a:link {
	color: #000066;
	text-decoration: underline;
}

td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}

table .header1 {
	background-color: #B1C2FC;
}

table .header2 {
	background-color: #CAD3FF;
	text-align: left;
	padding-left: 1em;
}

table .spacer {
	background-color: #F2F2F2;
	border-color: #F2F2F2;
	border-left: 0;
	border-right: 0;
}

.button {
	border: 0;
	text-align: center;
	padding: 5;
	margin: 0;
}


/* Forms */

.application fieldset {
	float: left;
	clear: left;
	width: 738px;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	border: thin solid #FFFFFF;
	background-color: #F3F3F3;
}
.application legend {
	margin-left: 1em;
	color: #485573;
	font-weight: bold;
}
.application fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
.application fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
.application fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	padding: 10px;
	text-align: center;
	background-color: #CCCCCC;
}
.application label {
	display: block;
}

/* Footer */

#footerText {
	margin: 0 0 -17px 0;
	padding: 5px;
	clear: both;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.leaders {
	width: 440px;
	clear: left;
	margin: auto;
	color: #000;
	position: relative;
	z-index: 0;
}
#featureBoxContainer .leaders a {
	font-weight: bold;
	color: #006;
}

#footer {
	width: 740px;
	height: 35px;
	background: #E6E6E6 url(../images/footerCap.gif) no-repeat bottom center;
	clear: both;
	margin: auto;
	color: #333333;
	position: relative;
	z-index: 0;
}

.whiteLink, .whiteLink:visited, .whiteLink:active {
	color: #FFFFFF;
}
/* Get Involved Page*/

.involved {
	width: 100%;
	display: inline-block;
	padding-bottom: 30px;
}
.involved a {
	font-weight: bold;
}
.involvedRightColumn {
	width: 45%;
	float: right;
	clear: right;
	padding: 5px;
}
.involvedLeftColumn {
	width: 45%;
	float: left;
	clear: left;
	padding: 5px;
}
/*Giving Page*/
.giveOnline {
	display: block;
	text-align: center;
	margin-left: 0 auto;
	margin-right: 0 auto;
	padding: 10px;
	border:none;
	text-decoration:none;
}

