html {
	margin:0;
	padding:0;
}

body {
	margin:0 0 0 0;
	padding:0;
	min-width:768px;
	font-size:13px;
	min-height:800px;
	color:#333;
	font-family:Lucida, "Lucida Grande", Helvetica, Arial, sans-serif;	
}

img {
	border:none;
}

a {
	text-decoration:underline;
	color:#006919; 
}

a:hover {
	text-decoration:none;
	color:#387A80;
	background:none;
}


div#layout_content, 
div#footer {
	padding:0 20px;		
}

div#header {
	height:250px;
	width:260px;
	margin-left:50px;
}

div#header h1 {
	height:250px;
	margin:0;
	padding:0;
}

div#header h1 span { 
	display:none;
}

div#header h1 a {
	border:none;
	height:250px;
	width:260px;
}

div#header h1 a:hover {
	background:none;
}

div#main_content_wrapper {
	min-height:568px;
	margin:0px 0 0px 260px;	
	padding:0px 0 80px;
	background:none;
}

div#main_content_inner_wrapper {
	width:598px;
	padding:0px 0 80px;
	position:relative;
}

div#main_column {
	width:560px;
}

div.menu_links {
	width:200px;
	position:absolute;
	top:260px;
	left:40px;
	margin-left:40px;
}

div.menu_links a {
	padding:6px 20px;
	display:block;
	color:#006919;
	font-size:14px;	
	text-decoration:none;	
}

div.menu_links a.current {
	background:#fff;
	text-decoration:none;
	color:#777;
}

div.menu_links a.link:hover {
	background:#EEE;
	color:#2C2F3C;
}

div.menu_links a.current:hover {
	background:#fff;
	color:#777;
}

div.event,
div.post {
	margin:0px 0 2.6em 0;
	padding:0 12px 4px;
	margin-bottom:2.6em;	
}

div.event h3,
div.post h3 {
	margin-bottom:0px;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
	font-weight:normal;
	font-family:Times, "Times New Roman", serif;
	font-size:26px;
	color:#444;	
	line-height:1.2em;
}

div.post h3 {
	margin-bottom:-12px;
}


div.event h3 a,
div.post h3 a {
	text-decoration:none;
}

div.event h3 a:hover,
div.post h3 a:hover {
	text-decoration:none;
	border-bottom:none;
	background:none;
}

div.event p.details {
	margin:0;
	padding:0;
	color:#666;
	line-height:1.3em;
	
}

div.event div.event_note {
	margin:-8px 0 0;
	line-height:1.3em;
}

div.static_page_content {
	padding:20px 20px 20px 80px;
}

div.wider_content {
	padding:20px 20px 20px 40px;
}

div.static_page_content p,
div.static_page_content li {
	line-height:1.3em;
}

div.static_page_content p.lede {
	font-size:1.3em;
	font-weight:bold;
}

h2.content_header {
	color:#999; 
	font-weight:normal; 
	text-align:right; 
	font-size:16px; 
	border-bottom:1px solid #999; 
	margin:40px 0 0; 
	padding:0;
	text-transform:uppercase;
}


/*
---------SIGNUP FORM
*/


form.signup_form {
	font-size:13px;
}

form.signup_form fieldset {
	border:none;		
}
form.signup_form fieldset label {
	text-align:right;
	display:block;
	width:80px;
	float:left;
	clear:left;
	padding:2px;
	margin:8px 0 8px 0px;
	color:#424242;	
	font-weight:normal;	
}

form.signup_form fieldset input[type="text"],
form.signup_form fieldset textarea {
	width:340px;
	background:#FFF8E4;
	border:1px solid #7B7E7D;
	font-size:16px;
	padding:2px;
	font-family:Helvetica, Arial, sans-serif;
	float:left;
	margin:8px 0 8px 8px;
	color:#444;
}

form.signup_form fieldset textarea { 
	width:340px;
	padding:8px;
}

form.signup_form fieldset input[type="checkbox"] {
	font-size:16px;
	padding:2px;
	font-family:Helvetica, Arial, sans-serif;
	float:left;
	margin:12px 0 8px 8px;
	color:#444;	
}

form.signup_form fieldset span.explain {
	float:left;
	display:block;
	margin:8px 0 8px 8px;	
	padding:2px;
}

form.signup_form div.submit {
	margin:0px 0 8px 160px;
	padding:2px;
	width:420px;
}

form.signup_form div#signup_errors {
	width:480px;
	margin:0px auto 20px;
	padding:12px 20px;
	border:4px solid #6E0000;
	background:#900;
	color:#fff;
	font-weight:bold;
}