body {
	background-color: #c4cfc0;
	color: #5e5e5e;
	text-align: center;
	padding: 0 20px;
}

#header, #container, #footer {
	position: relative;
	margin: 0 auto;
	min-width: 69em;
	max-width: 115em;
	padding: 0 2.5em;
	text-align: left;
}
#header {
	margin: 20px auto;
}
#container {
	position: static;
	background: #fff url(images/contentTopRight.gif) no-repeat right top;
	padding-left: 0;
	min-width: 71.5em;
	max-width: 117.5em;
}
#content {
	width: 78%;
	float: left;
}
#secondary {
	position: relative;
	width: 18%;
	float: right;
	z-index: 30;
	text-transform: uppercase;
}
#mission {
	position: relative;
	clear: both;
	padding: 1.5em 0 1.5em 0;
	background: url(images/contentBottomLeft.gif) no-repeat left bottom;
	z-index: 20;
}
#footer {
	position: relative;
	margin-top: -25px;
	margin-bottom: 10px;
	padding-top: 4em;
	background: url(images/contentBottomRight.gif) no-repeat right top;
	z-index: 10;
}
/* ----- HEADER ----- */

#header #logo {
	color: #3a2819;
	font-size: 5em;
	font-family: Arial, "Arial MT", Myriad, "Myriad pro", sans-serif;
	letter-spacing: .1em;
	line-height: .75em;
	text-decoration: none;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 2.5em;
	background: url(images/plusWhite.gif) no-repeat left center;
	list-style: none;
}
#nav li {
	padding-left: 20px;
	display: inline;
}
#nav li a {
	font-size: 1.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: #5e5e5e;
	font-weight: bold;
	background-color: #C4CFC0;
}
#nav li a:hover, #nav li a:active {
	color: #ffffff
}

/* ----- MAIN CONTENT AREA ----- */

#hookImg {
	margin: 0 25px 20px 0;
	float: left;
}

#content {
	background: url(images/contentTopLeft.gif) no-repeat left top;
	padding: 15px 0 0 15px;
	font-size: 1.4em;
	line-height: 1.2em;
}
#content.frontPage p {
	line-height: 1.5em;
}
#content h1 {
	margin-bottom: .8em;
	font-size: 1.7em;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: .8em;
}
#content h2 {
	margin-bottom: .8em;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: .8em;
}
#content a {
	text-decoration: none;
	color: #e33b26;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}
#content p {
	margin: 1em 0;
}

#pageNav {
	clear: left;
	margin-top: 2em;
	background: #e7e7e7 url(images/graphicNavBg.gif) repeat-x left bottom;
}
#pageNav div {
	float: left;
	width: 24.98%;
	border-top: 1px solid #e7e7e7;
}
#pageNav a {
	position: relative;
	display: block;
	padding: 7px;
	height: 15em;
	font-size: .71em;
	line-height: 1.1em;
	border: 0;
	border-left: 1px solid #e7e7e7;
}
#pageNav a:link, #pageNav a:visited {
	color: #5e5e5e;
}
#pageNav a:hover, #pageNav a:active {
	text-decoration: none;
	border-width: 0 0 0 1px;
}
#pageNav a.last, #pageNav a.last:hover, #pageNav a.last:active  {
	border-right: 1px solid #e7e7e7;
}
#pageNav a span {
	margin-bottom: 0.8em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
}
#pageNav a:hover span, #pageNav a:active span {
	color: #e33b26;
}
#pageNav a img {
	position: absolute;
	right: 1em;
	bottom: 0;
	margin: 8px 0;
	height: 88px;
}

/* ----- SECONDARY AREA ----- */

#secondary h1, #secondary h2 {
	float: right;
	margin-top: 1em;
	padding-right: 1em;
	font-size: 1.5em;
}
#secondary h2 {
	padding: 0 1em;
	text-align: right;
	white-space: nowrap;
}
#secondary ul {
	margin-top: 4em;
	border-bottom: 1px solid #E7E7E7;
}
#secondary li a {
	display: block;
	padding: 2em 1em;
	border-top: 1px solid #e7e7e7;
	color: #5e5e5e;
	text-decoration: none;
	white-space: nowrap;
}
#secondary li a span {
	display: block;
	font-size: 1.7em;
	font-weight: bold;
}
#secondary li a span span {
	display: inline;
	color: #e33b26;
	font-size: 1em;
}
#secondary li a em {
	color: #e33b26;	
	font-style: normal;
}
#secondary li a:hover, #secondary li a:active {
	background-color: #ecebe5;
}
#secondary h2 a {
	color: #5e5e5e;
	text-decoration: none;
}
#secondary h2 a:hover, #secondary h2 a:active {
	color: #e33b26;
}

/* ----- MISSION ----- */

#mission p {
	margin-left: 15px;
	padding-top: 1em;
	border-top: 1px solid #e7e7e7;
	font-size: 1.5em;
	line-height: 1.2em;
}
/* ----- FOOTER ----- */
#footer p {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
}
#footer a {
	color: #5e5e5e;
}
#footer a:hover, #footer a:active {
	color: #333;
}

/* ----- FORMS ----- */
#contactForm input, #contactForm textarea, #contactForm select,
#volunteerForm input, #volunteerForm textarea, #volunteerForm select,
form input, form select, form textarea {
	border: 1px solid #c4cfc0;
	background: #f9f9f9;
	font-size: .9em;
	font-family: Arial, Verdana, sans-serif;
}
#contactForm textarea,
#satForm textarea {
	width: 100%;
	height: 75px;
}
.button, .button-img {
	width: auto !important;
}
.button-img {
	border: 0;
}
.note {
	/*color: #e01e26;*/
	font-weight: bold;
}

form label {
	display: block;
}
form label span {
	line-height: .1em;
	font-size: .8em;
	font-style: italic;
	/*color: #e01e26;*/
	font-weight: bold;
}
form  input {
	margin: 1px 0 2px;
	width: 95%;
}
form  textarea {
	width: 95%;
	height: 10.5em;
}
#volunteerForm #names {
	width: 47%;
}
#contactForm #names p,
#satForm #names p {
	float: left;
	width: 47%;
}
#contactForm #names p.second,
#satForm #names p.second {
	margin-left: 6%;
}
#volunteerForm .checkboxes ul {
	margin-left: 43px;
}
#volunteerForm .checkboxes li {
	margin: 10px 0;
}
#volunteerForm .checkboxes label, form .in {
	display: inline;
}
#volunteerForm .checkboxes input {
	width: auto;
	margin: 0 5px 0 -18px;
}
#volunteerForm .checkboxes label:hover {
	border-bottom: 1px dotted;
}

form select option {
	border-bottom: 1px solid #fff;
}
form fieldset {
	margin: 1em 0;
}
#volunteerForm fieldset p {
	float: left;
	width: 50%;
}
#volunteerForm fieldset p input, #volunteerForm select {
	width: 90%;
}
#contactForm fieldset p input, #contactForm select,
#satForm fieldset p input, #satForm select {
	width: 100%;
}
#volunteerForm p, #contactForm p, #satForm p {
	margin: 0;
}
form label strong {
	display: block;
	margin: 10px 0;
}

/* ----- MERCHANDISE ----- */

.merch-item {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}
.merch-item img {
	float: left;
	margin-right: 25px;
}
.merch-item form input.button{
	border: 0;
}
.merch-item.no-img {
	padding-left: 465px;
}

/* ----- ARCHIVES ----- */

.archives {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
#content .archives h2 {
	float: left;
	width: 38%;
	margin: 0;
	padding: .8em 0 .8em 2%;
}
#content .archives a:hover h2 {
	background-color: #ecebe5;	
}
#content .archives p {
	position: absolute;
	top: 1.2em;
	left: 40%;
	margin: 0 0 0 3%;
}
#content .archives.last {
	border: 0;
}