@import "reset.css";
@import "base.css";

html {
	/*background: #882525;*/
}

body {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	min-height: 100%;
}

#container {
	width: 960px;
	margin: 0 auto;
	}
	
#branding {
	height: 125px;
	background: #ddd url(images/banner.png) no-repeat 0 50%;
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
}

#logo {
	position: absolute;
	top: 25%;
	margin: 0 10px;
}

#logo p {
	font-family: Georgia, serif;
}

#logo_sitetitle {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .5em;
	font-variant: small-caps;
}

#logo_tagline, #logo_estab {
	font-size: 80%;
	line-height: 1em;
	margin: 0 0 .25em;
	}

#nav {
	
}

#nav_main {
	font-size: 1.1em;
	width: 100%;
	background: #444;
	float: left;
}

#nav_main li {
	float: left;
}

#nav_main li a {
	display: block;
	padding: 5px 10px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #a5a5a5;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*border-left: 1px solid #777;*/
}

#nav_main li a:hover {
	color: #f1f1f1;
	background-color: #005c3b;
}

#nav_section {
	background: #005c3b;
	font-size: 1.1em;
	width: 100%;
	float: left;
}

#nav_section li {
	float: left;
	}

#nav_section li a {
	display: block;
	padding: 5px 10px;
	color: #a5a5a5;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*border-left: 1px solid #777;*/
}

#nav_section li a:hover {
	color: #f1f1f1;
	background-color: #6c2324;
}

#nav_main li a.first, #nav_section li a.first {
	border-left: none;
}

#content {
	float: left;
        width: 960px;
}

#content_primary {
	font-size: 1.4em;
}

#content_primary div.inner 
{
	padding-top: .5em;
}

.twocol #content_primary {
	width: 700px;
	float: left;
}

.twocol #content_secondary {
	width: 240px;
	padding-bottom: 636px;
	margin: 10px 0;
	float: right;
	background: #fff url(images/content_secondary.gif) no-repeat right bottom;
	}
.twocol #content_secondary div.inner {
	margin-right: 10px;
}

#siteinfo {
	clear: both;
	background: #444;
	padding-top: 10px;
	color: #777;
	height: 1%;
	position: relative;
	font-size: 1.2em;
	margin-top: 1em;
	}

#siteinfo .group {
	width: 240px;
	float: left;
}

#siteinfo .group h3 {
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, serif;
	margin-bottom: .25em;
	padding: 0 5px;
	}
#siteinfo .group ul 
{
	padding: 0 5px;
}	

#siteinfo .group ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #777;
}
#siteinfo .group ul li a 
{
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 5px 5px 3px;
	color: #fff;
}

#siteinfo .group a:hover {
	color: #fff;
	background-color: #005c3b;
}
	
#copyright {
	clear: both;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

#copyright p {
	display: inline;
}

#chapter_address {
	display: block;
	}
	
#chapter_address p {
	padding: 0 5px;
}

.faq dt 
{
	font-size: 1.28em;
	font-weight: bold;
}

.faq dd 
{
	margin-bottom: 2em;
}

dd ul 
{
	margin: 1em;
}

dd ul li 
{
	margin-left: 1em;
	list-style-type: disc;	
}

fieldset 
{
	float: left;
	width: 100%;
	margin: 1em 0;
	padding: .25em 0 0 0;
	position: relative;
	border: 1px solid #BFBAB0;
	background: #f2efe9 url(images/fieldset_bg.gif) repeat-x top left;
	background-color: #f2efe9;
}

legend 
{
	margin-left: 1em;
	font-weight: bold;
	font-size: 1.28em;
	color: #000;
	position: relative;
	top: -0.75em;
}

fieldset ol, fieldset div.error 
{
	padding: .25em 1em .75em 1em;
}

fieldset li 
{
	padding-bottom: 1em;
	margin: 0;
}

fieldset.submit 
{
	border: none;
	float: left;
	padding-left: 12em;
	width: auto;
	margin: 0 0 1em 0;
	background-color: Transparent;
	background-image: none;
}

label 
{
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
	padding-top: .33em;
	
}

fieldset li span.checkbox 
{
	padding: 0;
}

span.required, .error
{
	color: red;
	font-weight: bold;
}

input.text, textarea.text, span.checkbox, select.select
{
	font-size: 1.128em;
	padding: .1em;
	font-weight: bold;
	width: 60%;
}

input.submit 
{
	font-size: 1.128em;
	padding: .2em;
	font-weight: bold;	
}

#upcoming_events 
{
	margin-top: 1.28em;
}

li.vevent 
{
	float: left;
	margin-bottom: 2em;
	border-bottom: solid 1px #ddd;
        width: 100%;
}

.vevent h2 
{
	margin: 0 0 1em 0;
}

.vevent .dates 
{
	float: right;
}

.vevent .where 
{
	font-size: .9em;
	margin-top: -.75em;
}

.vevent .location 
{
	font-weight: bold;
	font-size: 1em;
}

.vevent abbr { border: 0; }
