@charset "UTF-8";
/* CSS Document */
/* Design & Code (c) Adair Creative Group */

@import url("/css/reset.css");


/*border for debugging*/
/*div { border: 1px dashed #ac0101; }*/

/* ---------->>> GENERIC CLASSES <<<-----------*/

.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.vertMiddle { vertical-align: middle; }
.vertBottom { vertical-align: bottom; }
.clearall { clear: both; }
.margin46 { margin: 0 0 0 46px; }

table {
	vertical-align: top;
}
table p {
	margin: 0;
}
strong {
	font-weight: bold; 
}


/* ---------->>> PAGE STRUCTURE <<<-----------*/
html, body {
	height: 100%;	overflow: auto; 
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #004165;
	background: #fff;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}


#header_stick {
	display: block;
	background-image: url(/images/pieces/bg_home_header.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 0 0 0;
	position: absolute; /*this makes the header stay at the top*/
	z-index: 11; /*this keeps the header above other scrolling content*/
	top: 0;
	left: 0;
}
#header { 
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 403px;
	text-align: left;
}
#button_donate {
	position: absolute;
	top: 27px;
	right: 25px;
}
#homepic {
	margin: 3px 0 0 0;
}
.homefeaturebox {
	background-color: #eff9ff;
	width: 300px;
	border: 1px solid #999999;
}
.homefeaturebox p {
	margin: 0 10px 0 15px;
	line-height: 21px;
}
.homefeaturebox ul {
	list-style: square;
	/*margin: 10px 10px 10px 0px;*/
}
.homefeaturebox ul li {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 12px;
	color: #2f82b1;
}
.homefeaturebox h3 {
	margin: 15px 0 10px 15px;
	line-height: 18px;
}



#content_container {
	margin: 403px 0 0 0;
	display: block;
	
}
#pagecontainer { 
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/pieces/pg_bg_shadow.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
}
#pagecontent { 
	width: 730px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px 60px;
}
#rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 80px 45px 0px 20px;
	border-top: solid 1px #bfe8fe;
	border-bottom: solid 1px #bfe8fe;
	/*border-left: solid 1px #bfe8fe;*/
	padding: 25px 25px 5px 25px;
}



/* ---------->>> NAVIGATION <<<-----------*/


#header_little_nav {
	position: absolute;
	top: 10px;
	right: 27px;
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 11px;
	color: #fff;
}
	#header_little_nav a {
		color: #fff;
		text-decoration: none;
	}
	#header_little_nav a:hover {
		color: #bfe8fe;
		text-decoration: none;
	}

#topnav {
	position: relative;
	margin: 0px auto;
	z-index: 5;
}
	#topnav ul {
		position: relative;
		margin: 0px auto;
		padding-top: 39px;
		padding-bottom: 10px;
		width: 850px;
		height: 23px;
		text-align: center;
		}
	#topnav li {
		margin: 20px 0 0 0;
		padding: 0px 18px 0 18px;
		font-family: "Lucida Grande", Tahoma, sans serif;
		font-size: 15px;
		display: inline;
		}
	#topnav li a {
		padding-top: 20px;
		padding-bottom: 16px;
		text-decoration: none;
		color: #fff;
		display: inline;
		}
	#topnav li a:hover {
		color: #bfe8fe;
		}
	#topnav li a.active {
		font-weight: bold;
		color: #fff;
		}

#subnav {
	position: absolute;
	margin: 0px auto;
	top: 154px;
	width: 800px;
}
	#subnav ul {
		list-style: none;
		text-align: center;
		}
	#subnav li {
		margin: 0px auto;
		padding: 0px 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #d99116;
		display: inline;
		}
	#subnav li a {
		padding-top: 20px;
		padding-bottom: 1px;
		text-decoration: none;
		color: #d99116;
		display: inline;
		}
	#subnav li a:hover {
		color: #004165;
		}
	#subnav li a.active {
		font-weight: bold;
		color: #fff;
		}



/* ---------->>> TEXT <<<-----------*/

p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #004165;
	line-height: 28px;
	padding: 0 0 15px 0;
	margin: 0 15px 0 46px;
}
	p a {
	color: #2f82b1;
	text-decoration: none;
	padding: 0;
	border-bottom: #bfe8fe solid 1px;
	}
	/*p a:hover {
	color: #2f82b1;
	border-bottom: #004165 solid 1px;
	}*/
	.less_line_height {
	line-height: 18px;
	}
	.small_text {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 10px;
	color: #2f82b1;
	}
	.home_events {
	font-size: 11px;
	line-height: 18px;
	}
	#homebigtext p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: justify;
	color: #004165;
	line-height: 34px;
	padding: 0 0 15px 0;
	margin: 0;
}
	#rightbar p {
	margin: 0;
	color: #2f82b1;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 37px;
	color: #d99116;
	margin: 6px 0 18px 0px;
	background-image: url(/images/pieces/h1_icon.png);
	background-repeat: no-repeat;
	text-indent: 46px;
	vertical-align: middle;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 37px;
	color: #d99116;
	margin: 6px 0 18px 0px;
}

h3 {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 18px;
	color: #2f82b1;
	margin: 0 0 10px 0;
	line-height: 28px;
}
.orange_hilight {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 13px;
	font-weight: bold;
	color: #d99116;
}


#pagecontainer ul {
	list-style: square;
	margin: 0 20px 16px 80px;
}
#pagecontainer ul li {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 12px;
	color: #2f82b1;
	line-height: 24px;
}
	#pagecontainer ul li a {
	color: #2f82b1;
	text-decoration: none;
	padding: 0;
	border-bottom: #bfe8fe solid 1px;
	}
	/*#pagecontainer ul li a:hover {
	color: #2f82b1;
	border-bottom: #004165 solid 1px;
	}*/


/* ---------->>> FOOTER <<<-----------*/

#footer {
	clear: both;
	margin: 0px auto;
	padding: 24px 0 15px 0;
	width: 800px;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 11px;
	color: #004165;
	line-height: 17px;
	background-image: url(/images/pieces/footer_bg_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer a {
	color: #004165;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: #bfe8fe 1px solid;
}
/*#footer a:hover {
	color: #004165;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: #004165 1px solid;
}*/