﻿@import url("reset.css");

body {
	background: #efdeba url(images/page-bg.gif) left top;
	font: 12px/18px Arial,sans-serif;
	padding-bottom: 20px;
	min-height:1200px;
}
.clear-floats {
	clear: both;
}
th,td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
p {
	margin-bottom: 15px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #8b3437;
}
h3 {
	font-size: 16px;
	font-weight: bold;	
	margin: 20px 0 10px 0;
	color: #661e21;
}
ul {
	margin: 0 0 20px 20px;	
}
ul li {
	margin: 0 0 5px 0;
	padding:0 0 0 12px;
	background: url(images/bullet.gif) no-repeat left 7px;
}
strong {
	font-weight: bold;
}

#main {
	width:940px;
	margin: 0 auto;
}

/* =HEADER */
#header {
	background: #696251 url(images/header.jpg) no-repeat left top;
	width:940px;
	height:250px;	
}
#header h1 {
	display: block;
	width: 100%;
	height: 100%;	
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
}

#body {
	width:940px;
	background: url(images/body-bg.gif) repeat-y left top;
	padding-top:10px;
	color: #413c31;
}
a:link, a:visited {
	color: #d06d14;
}
a:hover, a:active {
	color: #ec882e;
}


/* =NAV */
#nav {
	background-color: #eec66a;
	width: 170px;
	margin-left: 5px;
	float: left;
}
html>body #nav {
	margin-left: 10px;
}
#nav-top {	
	background: url(images/nav-top.gif) no-repeat left top;
	width: 170px;
	height: 10px;
}
#nav-bottom {	
	background: url(images/nav-bottom.gif) no-repeat left bottom;
	width: 170px;
	height: 10px;
}
#nav-content {
	padding: 0 10px;
}
#nav-content ul {
	margin: 0;	
}
#nav-content li {
	padding: 0;
	margin-bottom: 10px;
	list-style-type: none;	
	background: transparent none;
}

#nav-content a:link,#nav-content a:visited {
	color: #513e12;
	text-decoration: none;
}
#nav-content a:hover,#nav-content a:active {
	color: #b15503;
	text-decoration: none;	
}
#nav-content li a.here {
	font-weight: bold;
}

/* =CONTENT */
#content {
	float: left;
	margin-left: 10px;
	background-color: #fff;	
}
#content-top {
	background: url(images/content-top.gif) no-repeat left top;
	width: 740px;
	height: 10px;
}
#content-bottom {
	background: url(images/content-bottom.gif) no-repeat left bottom;
	width: 740px;
	height: 10px;
}
#content-body {
	width: 700px;
	padding: 0 10px 20px 10px;
}

p.faq  {
	margin-bottom: 20px;
}
.question {
	font-size: 16px;
	font-weight: bold;	
	color: #7f7765;	
}
.question strong {
	color: #712225;
}
.answer strong {
	font-size: 16px;
	color: #712225;
}

/* =FOOTER  */
#footer {
	width: 940px;
	min-height: 20px;
	padding-left: 20px;
	color: #b5ae9e;
}
#main-bottom {
	background: url(images/footer-bottom.gif) no-repeat left top;
	width: 940px;
	height: 12px;
	
}

p.event-prev {
	color: #717171;
}
p.event .date, 
p.event-prev .date {
	font-size: 14px;
	font-weight: bold;
}

h3.date {
	padding-bottom: 5px;
	border-bottom: 1px solid #c4bcab;
}


form label {
	display:block;
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 5px;
}

input.txt,textarea {
	border: 1px solid #aca594;
}
.form-field {
	padding: 5px;
	clear: both;
}
.form-field.odd {
	background-color: #faf6e7;
}
.form-invalid {
    color: #d73a03 !important;
}
.data {
	border-bottom: 1px solid #cc8960;
}
.data th {
	text-align: left;
	padding: 5px 20px 0 5px;
	color: #cc8960;
}
.data td {
	text-align: left;
	padding: 5px 20px 5px 5px;
}
.data th {
	border-bottom: 1px solid #cc8960;
}
.odd {
	background-color: #;
}

.button-project-updates {
	display:block;
	text-indent: -10000px;
	width: 170px;
	height: 100px;
	background: url(images/project-updates-nav.gif) no-repeat left top;
}
.more-left {
	float: left;
}
.more-right {
	float: right;
}

table {
	border:1px solid #cc8960;
	width:95%;
	margin:20px 2px 20px 5px; 
}

tr.heading {
	background-color:#eec66a;
	font-weight:bold;
}

tr {
	background-color:#faf6e7;
}



td.width {
	width:25%;
	
	}
