/* reset css, courtesy of Yahoo! UI Library */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* end of reset */

body {
font: 0.8em/1.5 helvetica, verdana, arial, sans-serif;
color: #222;
background: #d6caa2;
text-align: center; /* for IE's rendering of centered layouts; undone by text-align left in #main-container */
}

#main-container {
text-align:left;
background:white;
width:760px;
margin:2em auto 1em;
border:15px solid #e9e4ce;
}

#content {
padding:1em;
}

.note {
background:#fffab0;
margin: 2em 0;
padding: 1em;
text-align: center;
}

h1, h2, h3, h4, h5 {
font-family:helvetica, verdana, arial, sans-serif;
margin-bottom:1em;
}

h1 {
font-size:150%;
border-bottom:1px solid #ccc;
}

h2 {
font-size:130%;
margin-top:2em;
}

h3 {
font-size:115%;
margin-top:2em;
}

h4 {
margin-top:2em;
}

p, li {
margin-bottom: 1.6em;
}

ul {
list-style:square;
margin:1em 1.5em;
}

ol {
list-style:decimal;
margin:1em 1.5em;
}

em {
font-style:italic;
}

dt {
font-size: 1.1em;
margin-bottom: 0.75em;
}

dd {
color: #444;
margin-bottom: 0.75em;
}

blockquote {
margin:2em;
}

cite {
display:block;
text-align:right;
font-style:italic;
}

a {
color:#369;
font-weight:bold;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

abbr {
border-bottom:1px dotted #ccc;
}

/* images */

.img-center {
display:block;
margin:0 auto;
}

.img-left {
float:left;
margin:0.5em 1em 1em 0;
}

.img-right {
float:right;
margin:0.5em 0 1em 1em;
}

#header #logo {
margin:0 8px;
}

table {
border:1px solid #a89c75;
}

table td, table th {
padding:0.5em;
border:1px solid #a89c75;
}

table th {
background:#d6caa2;
font-weight:bold;
}

/* navigation */

#navcontainer ul
{
padding: .4em 0;
margin: 0;
list-style-type: none;
background-color: #369;
color: white;
width: 100%;
font: 1em helvetica, arial, sans-serif;
}

#navlist li { display: inline;}

#navlist li a
{
text-decoration: none;
background-color: #369;
color: white;
padding: .4em 1em;
border-right: 1px solid #fff;
font-weight:normal;
}

#navlist li a:hover,
#home #navlist li a#nav-home,
#about #navlist li a#nav-about,
#contact #navlist li a#nav-contact,
#news #navlist li a#nav-news,
#events #navlist li a#nav-events,
#resources #navlist li a#nav-resources
{
background-color: #79a2cc;
text-decoration: none;
color: #fff;
}

/* end of #navigation */

#footer {
color:#776D4C;
font:.9em helvetica, verdana, arial, sans-serif;
}
