/* -------------------------------------------------------------- PAGE */



body {
	background-color: #f0f2f4;
}
#white {
	background-color: #fff;
	width: 100%;
	padding: 20px 0px 0px 0px;
}
#page {
	margin: 0px auto;
	width: 980px;
	font-size: 14px;
}
/* -------------------------------------------------------------- HEADER */



#header {
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 350px;
	position: relative;
}
#header .family-fundamentals {
	background-image: url(images/FamilyFundamentals.gif);
	text-indent: -9999px;
	display: block;
	height: 73px;
	width: 575px;
	position: absolute;
	left: 12px;
	top: 0px;
}
#header .united-way {
	background-image: url(images/UnitedWay.gif);
	height: 57px;
	width: 134px;
	position: absolute;
	top: 4px;
	right: 12px;
	text-indent: -9999px;
}
#header .wherewhen {
	font-size: 16px;
	text-align: right;
	position: absolute;
	right: 28px;
	top: 168px;
}
#header .wherewhen p {
	margin: 12px 0px 0px 0px;
	line-height: 20px;
	color: #e8edf2;
}
/* -------------------------------------------------------------- SIDEBAR */



#sidebar {
	margin: 30px 60px 0px 0px;
	padding: 0px 0px 90px 0px;
	float: left;
	width: 210px;
}
#sidebar ul {
	margin: 0px;
}
#sidebar a.register {
	background-color: #124783;
	background-image: url(images/buttonBG.gif);
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 20px;
	padding: 10px 18px;
	border: 1px solid #073261;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-shadow: -1px -1px 0px #033564;
	display: block;
	text-align: center;
}
#sidebar a.register:hover {
	background-position: 0px -156px;
}
.nav li {
	background-color: #6098C1;
	color: #FFF;
	padding: 4px 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 4px;
	text-align: center;
}
.nav li:first-child {
	margin-left: 0px;
}
.nav li.divide {
	font-size: 20px;
	background-color: transparent;
	font-weight: bold;
	margin: 7px 0px;
	padding: 0px;
	color: #bbb;
	background-image: url(images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 8px;
	font-size: 2px;
}
*:first-child+html .nav li.divide {
	margin: 0px;
}
.nav li.current input {
	background-color: #184a76;
}
.nav li a {
	color: #FFF;
}
.nav li a:hover {
	text-decoration: underline;
}
/* -------------------------------------------------------------- CONTENT */



#content {
	float: left;
	padding: 0px 0px 90px 0px;
	width: 700px;
}
h2 {
	margin: 30px 0px 0px 0px;
	font-size: 24px;
	color: #294f70;
	font-weight: bold;
}
h3 {
	margin: 25px 0px 0px 0px;
	font-size: 16px;
	color: #294f70;
	font-weight: bold;
}
#content p, ul {
	margin: 18px 0px 0px 0px;
	line-height: 22px;
	color: #333;
}
#content ul {
	list-style-type: disc;
	margin-left: 20px;
}
#content ul ul {
	list-style-type: circle;
	margin-top: 0px;
}
#content p.message {
	padding: 4px 12px;
	color: #222;
	background-color: #fdfbde;
	border: solid 1px #f4cf00;
	margin-top: 30px;
	font-size: 12px;
}
#content p.message.success {
	background-color: #cbe8d3;
	border: solid 1px #349450;
}
#content p.message.error {
	background-color: #f2c4c4;
	border: solid 1px #e33e3e;
}
small {
	font-style: italic;
	font-size: 12px;
	line-height: 12px;
}
input, textarea {
	padding: 1px;
	font-size: 11px;
}
input.number {
	width: 20px;
	text-align: center;
}
textarea {
	width: 60%;
	height: 50px;
}
table {
	border-collapse: collapse;
	margin: 20px 0px 0px 0px;
}
td {
	padding: 0px 15px 10px 0px;
}
/* -------------------------------------------------------------- REPORTS */



#reports #sidebar, #reports #content {
	float: none;
	width: 100%;
}
#reports #sidebar {
	padding: 0px;
}
#reports .nav li {
	display: inline;
	margin: 0px 4px 0px 0px;
	background-color: transparent;
}
#reports .nav input.submit {
	background-color: #6098C1;
	color: #FFF;
	padding: 6px 14px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0px;
	text-align: center;
	border: 0px;
	font-size: 14px;
	cursor: pointer;
	display: inline;
}
#reports table {
	margin: 35px 0px 0px 0px;
}
 #reports tr:nth-child(odd) {
 background-color: #eee;
}
#reports th, #reports td {
	padding: 5px 6px;
	font-size: 12px;
	border: 1px solid #FFF;
}
#reports th {
	font-weight: bold;
	background-color: #ddd;
	border-bottom: solid 5px #fff;
}
/* -------------------------------------------------------------- FOOTER */



#footer {
	width: 100%;
	padding: 30px 0px 70px 0px;
	clear: left;
}
#footer .sponsors {
	background-image: url(images/sponsors.gif);
	height: 177px;
	width: 901px;
	margin: 0px auto;
}
