﻿/* shared stuff ============================================================= */

body {
	background: #00355e;
	padding: 0;
	margin: 0;
	font: normal normal normal small Verdana, Sans-Serif;
}

/* ================================== main nav ================================== */
#wrap {
	width: 920px;
	margin: 0 auto;
}

#nav {
	width: 920px;
	margin: 0 auto;
	position: relative;
	background: #00355e url("/images/nav/background.gif") no-repeat 0% 0%;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav span {
	display: none;
}

#nav_home a {
	display: block;
	width: 69px;
	height: 41px;
	background: url("/images/nav/home.gif") no-repeat 0 0;
}

#nav_home a:hover {
	background-position: 0 -41px;
}

#nav_programs a {
	display: block;
	width: 86px;
	height: 41px;
	background: url("/images/nav/programs.gif") no-repeat 0 0;
}

#nav_programs a:hover {
	background-position: 0 -41px;
}

#nav_aboutus a {
	display: block;
	width: 83px;
	height: 41px;
	background: url("/images/nav/aboutus.gif") no-repeat 0 0;
}

#nav_aboutus a:hover {
	background-position: 0 -41px;
}

#nav_disabilitiesinfo a {
	display: block;
	width: 158px;
	height: 41px;
	background: url("/images/nav/disabilitiesinfo.gif") no-repeat 0 0;
}

#nav_disabilitiesinfo a:hover {
	background-position: 0 -41px;
}

#nav_redwoodfamily a {
	display: block;
	width: 124px;
	height: 41px;
	background: url("/images/nav/redwoodfamily.gif") no-repeat 0 0;
}

#nav_redwoodfamily a:hover {
	background-position: 0 -41px;
}

#nav_helpingredwood a {
	display: block;
	width: 129px;
	height: 41px;
	background: url("/images/nav/helpingredwood.gif") no-repeat 0 0;
}

#nav_helpingredwood a:hover {
	background-position: 0 -41px;
}

#nav_contact a {
	display: block;
	width: 76px;
	height: 41px;
	background: url("/images/nav/contact.gif") no-repeat 0 0;
}

#nav_contact a:hover {
	background-position: 0 -41px;
}
/* ================================== /main nav ================================== */


/* ================================== admin nav ================================== */
#adminmenu {
	background: #164666;
	border-bottom: solid 4px #fff5d8;
}

#adminmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#adminmenu li {
	float: left;
}

#adminmenu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

#adminmenu a:hover {
	background: #295775;
}
/* ================================== /admin nav ================================== */


/* ================================== general styles ================================== */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 3px 0;
}

h1 {
	color: #ee3424;
	font-size: 150%;
	font-weight: normal;
}

h2 {
	color: #ee3424;
	font-size: 140%;
	font-weight: normal;
}

h3 {
	color: #ee3424;
	font-size: 130%;
	font-weight: normal;
}

h4 {
	color: #ee3424;
	font-size: 120%;
	font-weight: normal;
}

h4 {
	color: #ee3424;
	font-size: 110%;
	font-weight: normal;
}
/* ================================== /general styles ================================== */

#leftcolcontent {
	font-size: 85%;
}

#leftcolcontent a {
	color: #ff0000;
	text-decoration: none;
}

#extraLinks {
	font-size: 85%;
	margin: 10px;
}

#extraLinks a {
	color: #ff0000;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0%;
	overflow: hidden;
}

.logo {
	position: absolute;
	top: 41px;
	left: 29px;
	border: 0;
}

#location {
	position: absolute;
	top: 79px;
	left: 263px;
	font-size: 80%;
	color: #7d7f80;
	border-left: solid 1px #7d7f80;
	padding: 0 0 0 5px;
	line-height: 120%;
}

#location address {
	font-style: normal;
}

#search {
	position: absolute;
	top: 98px;
	left: 600px;
}

.searchbox {
	border: 0;
	background: #566c6a url("/images/search-bg.gif") no-repeat 0 2px;
	width: 119px;
	height: 18px;
	padding: 2px;
}


/* ================================== event sidebar ================================== */
.eventSidebarHeader {
	color: #787878;
	letter-spacing: 2px;
	display: block;
	padding: 0 0 5px 0;
}

.eventSidebar {
	font-size: 11px;
	line-height: 140%;
}

.eventSidebar a {
	color: #ee3424;
}

.eventSidebar a:hover {
	text-decoration: none;
}

.sidebaredit {
	background-color: #ffc425;
	padding: 3px;
	float: right;
	text-decoration: none;
	color: #000;
}
/* ================================== /event sidebar ================================== */


/* ================================== master content area ================================== */
#masterContent {
	line-height: 150%;
}

#masterContent a {
	color: #ee3424;
	text-decoration: none;
	border-bottom: dotted 1px #ee3424;
}

#masterContent a:hover {
	border-bottom: none;
}

#masterContent h1, h2, h3, h4, h5, h6 {
	margin: 0 0 3px 0;
}

#masterContent ul {
	list-style-type: square;
}
/* ================================== /master content area ================================== */


/* ================================== footer ================================== */
#footer {
	margin: 10px 0 0 0;
}

#rightfootercontent {
	color: #cecece;
	font-size: 80%;
	text-align: right;
	margin: 5px 0 0 0;
}

#rightfootercontent a {
	color: #ee3424;
	text-decoration: none;
}

#leftfootercontent img {
	border: 0;
}

#leftfooter {
	float: left;
	width: 300px;
	display: inline;
}

#rightfooter {
	float: right;
	width: 600px;
	display: inline;
	border-top: solid 1px #565656;
}

.contactLabel {
	float: left;
	width: 30%;
	padding: 2px;

}

.statementLabel {
	display: block;
	padding: 5px 0;
}

.checkboxLabel {
	float: left;
	width: 50%;
	padding: 2px;

}

.contactInput input {
	float: left;
	width: 250px;
}

.contactInput textarea {
	width: 250px;
}

.textonly {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
	padding: 2px;
	background: #00355e;
	z-index: 100;
}

.textonly:hover {
	text-decoration: none;
}

.formset {
	margin: 13px 0;
	border: solid 1px #f0f0f0;
}

.formset label {
	display: block;
	background: #f0f0f0;
	color: #666;
	font-size: 125%;
}

.formset input, textarea {
	margin: 1px;
	width: 90%;
	border: solid 1px #cacaca;
}

div.inline_me * {
	display: inline;
}

/*
.cf_question {
	width: 160px;
	float: left;
	margin: 2px;
}

.cf_answer {
	margin: 2px;
	float: left;
	border: 1px solid #f0f0f0;
}

.cf_answer input, textarea {
	width: 200px;
	border: 1px solid #e0e0e0;
}

.cf_answer select {
	border: 1px solid #e0e0e0;
}
*/

/* ================================== /footer ================================== */
/* shared stuff ============================================================= */