@charset "UTF-8";
/* Aisha Williams for Pepper-e, May 2010*/
/* - - - - - - - - - - CSS RESET - - - - - - - - - - */
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, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, :focus {   
	margin: 0;   
	padding: 0;   
	border: 0;    
	outline: 0;    
	font-weight: normal;    
	font-style: inherit;    
	font-family: inherit;    
	text-decoration: none;    
	vertical-align: baseline;
}
html{
    font-size: 100.01%;
}
body {    
	font: .875em/1.5  Geneva, Arial, sans-serif ; /* default 1em = 16px; .875em = 14px  */    
	text-align: center;
	background: url(../images/bg.jpg) repeat-x top center #a4d0bc;
	color: #444;
	margin: 0 auto 30px;
	
}
/* - - - - - - - - - - LAYOUT - - - - - - - - - - */

#header {
	height: 200px;
	width: auto;
	background: none;
	text-align: center;
}
#nav, #topcap, #bottomcap, #footer{
	display: none;
}
#mainContent{
     margin: 0 auto;
	 width: 740px;
	 padding: 0 60px; 
	 background: url(../images/pane_repeat.png) repeat-y top center;
	 text-align: left;
}
.halfCol{
	float: left;
	width: 345px;
	padding: 20px 12px;
}
.row {
	margin: 20px 0 30px;
}
.events {
	text-indent: 0;
	height: auto;
}	
.articles li {
	width: 170px;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
	list-style: none;
	display: block;
	font-size: .714em;
}
.articles span{
	display: none;
}
#map{
	width: 350px;
	height: 250px;
	border: 1px solid #aaa;
	margin: 0 20px 0 0;
	overflow: hidden;
	float: left;
}
#sitemap{
	width: 425px;
	height: 300px;
	border: 1px solid #aaa;
	margin: 0 0 0 20px;
	float: right;
}
#fanbox{
	margin: 0 0 0 20px;
	float: right;
}
/* - - - - - - - - - - BASIC HTML - - - - - - - - - - */
H1{
    font: 2.286em Georgia, Times, serif; /* 32px */
	color: #008c4c;
}
H2{
    font: 1.715em Georgia, Times, serif;  /* 24px */
}
H3{
    font: 1.25em Georgia, Times, serif;  /* 18px */ 
}
H4  {
    font-size:  smaller;
}
H5, H6  {
    font-size:  smaller;
}
#mainContent blockquote {    
	margin: 0 30px;
}
.halfCol ul {    
	margin-left: 30px;
	list-style-type: circle;
}
#mainContent input, textarea {    
	border: 1px solid #176aa4;
}
input:focus{
	color:yellow;
}
p {
	padding: 10px 0;
	font-family: Geneva, Arial, sans-serif;
}
em{
	font-style: oblique;
}
sup {
	font-size: 8px;
	vertical-align: super;
}
.annotation{
	display: none;
}
/* - - - - - - - - - - FLOATS - - - - - - - - - - */
.right, .addthis_button_compact{
	float: right;
	margin-left: 15px;
}
.left {
	float: left;
	margin-right: 15px;
}
.center {
	text-align: center;
	clear: both;
}
.clear {
	clear:both;
	height:0;
}
/* - - - - - - - - - - ROUNDED BOXES - - - - - - - - - - */
.box{
	color: #000;
}

