body
{
	background-color: #E3E5E9;
	margin-bottom: 50px;
}

p, li, dt, dd
{
	color: #323632;
	font-family: Georgia, serif;
	font-size: 12pt;
	line-height: 18px;
}


/*p, li, dt, dd, div, a {
	outline: 1px solid black;
	}*/

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia;
	color: #D1952C;
}

li ul { margin: 0px; }
dt { font-weight: bolder; }
dd { padding-left: 10px; }

.container_12
{
	background: white;
	border-left: 1px solid #1F497D;
	border-bottom: 1px solid #1F497D;
	border-right: 1px solid #1F497D;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	-moz-border-radius: 0 0 6px 6px;
	padding-bottom: .5in;
}

/******************************************** ImageMods ********************************************/
img.FloatLeft
{
	float: left;
	border: 0px ridge #5c9ccc;
	margin: 0px 10px 10px 0px;
}

img.FloatRight
{
	float: right;
	border: 0px ridge #5c9ccc;
	margin: 0px 0px 10px 10px;
}

.downer { margin: 5px 0px 0px 0px; }

/******************************************** Header & Navigation ********************************************/
.header
{
	position: relative;
	top: -1px;
	padding: 0px 10px;
	width: 940px !important;
	height: 90px;
	background-color: white;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.header ul
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: url(../images/alert-overlay.png) center center;
}

.header ul li
{
	padding: 0px;
	margin: 0px;
	float: left;
	border-right: 1px solid rgba(0,0,0,0.25);
	border-left: 1px solid rgba(0,0,0,0.25);
}

.header ul li a
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 30px;
	text-align: center;
	color: white;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.header ul li .selected { background: #1F497D url(../images/alert-overlay.png) center center; }

/******************************************** Navigation Bar ********************************************/
.subnav ul
{
	margin: 5px 0px 0px 0px;
	border-top: 3px solid grey;
}

.subnav ul li
{
	margin: 0px;
	padding: 0px 5px;
	list-style: none;
	border-bottom: 1px solid grey;
}

.subnav ul li a
{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #94B0D2;
	line-height: 1.5em;
}

.subnav ul li .selected { color: #1F497D; }

/******************************************** Our Programs Sidebar ********************************************/
.progbar ul
{
	margin: 45px 0px 0px 0px;
}

.progbar ul li
{
	margin: 5px 0px 0px 0px;
	padding: 10px;
	list-style: none;
	background-color: #D1952C;
	color: black;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}

.progbar ul li a
{
	color: black;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
}

.progbar ul li:nth-child(4n+1) { background-color: #9D7B40; }
.progbar ul li:nth-child(4n+2) { background-color: #E8B65F; }
.progbar ul li:nth-child(4n+3) { background-color: #D1952C; }
.progbar ul li:nth-child(4n+4) { background-color: #E8C383; }

/******************************************** Get Involved Sidebar ********************************************/
.invbar ul
{
	margin: 45px 0px 0px 0px;
}

.invbar ul li
{
	margin: 5px 0px 0px 0px;
	padding: 10px;
	list-style: none;
	background-color: #D1952C;
	color: black;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}

.invbar ul li a
{
	color: black;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
}

.invbar ul li:nth-child(4n+1) { background-color: #9D7B40; }
.invbar ul li:nth-child(4n+2) { background-color: #E8B65F; }
.invbar ul li:nth-child(4n+3) { background-color: #D1952C; }
.invbar ul li:nth-child(4n+4) { background-color: #E8C383; }

/******************************************** Slideshow CSS ********************************************/
#MySlideShow
{
	display: none;
	width: 540px;
	height: 360px;
	margin-bottom: 1em;
}

#MySlideShow .cj_slideshow_pause_wrapper
{
	display: none;
	visibility: hidden;
}

#MySlideShow .cj_slideshow_caption_wrapper
{
	bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
	width: 100%;
	background: black;
	line-height: 30px;
}

/******************************************** Did You Know ********************************************/
#didyouknow { background-color: #C1CBD7; }

#didyouknow h1
{
	color: #001835;
	margin: 0px;
}

#didyouknow ul
{
	margin: 0px 0px 0px 0px;
	border-top: 2px solid white;
	/*border-top: 3px solid grey;*/
}

#didyouknow ul li
{
	margin: 0px;
	padding: 1px 5px;
	list-style: none;
	font-size: small;
	border-bottom: 2px solid white;
}

#didyouknow ul li a
{
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}

#didyouknow h1, ul
{
	margin-right 5px: ;
	margin-left: 5px;
}

/******************************************** Donate InKindbox ********************************************/
.inkind {
   width:300px;
   overflow:hidden;
   background:#94B0D2;
   padding:5px;
   margin-left:60px; 
}
.inkind li{
	font-size:1.0em ;
	font-weight: normal ;	
}
/******************************************** Criteria Box ********************************************/
.criteria td{
	border: 1px solid #5c9ccc;
	padding: 0px 4px;
	}
.criteria tr td:first-child {
	font-weight: bold;
	}
	
/******************************************** Board of Directors Slogan ********************************************/
.serve { margin-top: 45px; }

.serve p
{
	/*line-height: 60px;
	color: #94B0D2;*/
	line-height: 1em;
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background-color: #94B0D2;
	padding: 10px;
}

/******************************************** Stories and Testimonials ********************************************/
.story dt
{
	font-family: Georgia;
	color: #D1952C;
	font-size: 21px;
	line-height: 1em;
}

.story dd { margin-bottom: 15px; }

.volunteer dl dd { margin-bottom: 1em; }

