@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#e1e1df;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
}

/* Structure */
/* /////////////////////////////////////////////////// */
.clear{
	clear:both;
}
#wrapper{
	background-color:#FFF;
	width:100%;
	top:-138px;
	position:relative;
	padding:1px 0;
}
#container{
	width:960px;
	margin:auto;
}
/* /////////////////////////////////////////////////// */

/* Header */
/* /////////////////////////////////////////////////// */
#header {
	width:960px;
	margin:auto;
	position:relative;
	z-index:99;
	background-color:#FFF;
	height:137px;
}
#header #logo{
	background-image:url(../images/structure/logo.jpg);
	width:479px;
	height:117px;
	float:left;
}
#header #logo a{
	display:block;
	overflow:hidden;
	width:479px;
	height:117px;
}
#header #logo span{
	margin-left:-5000px;
}
#header #nav{
	width:480px;
	margin-top:55px;
	float:left;
}
#header #nav ul{
	list-style:none;
}
#header #nav li{
	float:left;
}
#header #nav li a{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6c6d6f;
	font-size:16px;
	padding:16px;
	text-decoration:none;
}
#header #nav li a:hover{
	color:#85b740;
}
#header #nav li.about a, #header #nav li.mission a, #header #nav li.community a{
	border-right:1px solid #6c6d6f;
}
/* /////////////////////////////////////////////////// */

/* Header */
/* /////////////////////////////////////////////////// */
#footerContainer{
	width:100%;
	background:url(../images/structure/footerSpread.jpg) top repeat-x;
	height:398px;
	position:relative;
	top:-138px;
}

#footer{
	width:960px;
	height:398px;
	background-image:url(/images/structure/footer.jpg);
	margin:auto;
}
#footer .left{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
	color:#6c6d6f;
	font-style:italic;
	padding:10px 0 0 0;
	margin:110px 33px 0 0;
}
#footer .left a{
	color:#6c6d6f;
	text-decoration:none;
}
#footer .left a:hover{
	text-decoration:underline;
}
#footer .right{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
	color:#6c6d6f;
	font-style:italic;
	background:url(../images/structure/dots.jpg) left no-repeat;
	width:422px;
	padding:10px 0 50px 33px;
	margin:110px 0 0 0;
}
#footer .right span{
	font-family:"Gudea", Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-top:10px;
	display:block;
}
#footer .right a{
	color:#6c6d6f;
	text-decoration:none;
}
#footer .right a:hover{
	text-decoration:underline;
}
/* /////////////////////////////////////////////////// */