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

/* standard accessible classes - THIS WILL BE REMOVED VERY SOON */

.hidden{
	position:absolute;
	left:-2000em;
	top:-2000em;
	height:1px;
	line-height:1px;
	overflow:hidden;
}

#accessible_nav ul {
	padding:0;
	margin:0;
	list-style:none;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

#accessible_nav li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

#accessible_nav a:link, #accessible_nav a:visited { 
	position: absolute;
	top:1em;
	left:173px;
	overflow: hidden;
	width:0;
	height:0;
	z-index:1002;
	background:#FFFFFF;
}

#accessible_nav a:active, #accessible_nav a:focus {
	position:absolute;
	overflow:visible;
	width:auto;
	height:auto;
	border:0;
	margin:0;
	padding:4px;
	z-index:10000;
	text-decoration:underline;
}

ul#navigation {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding:7px 0 5px 0;
	margin:12px 0;
}

ul#navigation li{
	margin:0 0 0 21px;  
	display:inline;
}
ul#navigation li a{
	margin:0; 
	padding:0;  
	font: 17px Arial, sans-serif; 
	color: #97b63e; 
	text-decoration:none; 
	text-transform:uppercase; 
	border-bottom:none;
}
ul#navigation li a:hover{
	color:#fff; 
	border-bottom:none;
}



h1, h2, h3{
color:#FFFFFF;
font: 30px 'ChunkFiveRegular', Arial, sans-serif;
line-height:44px;
text-transform: capitalize;
letter-spacing:0em;
}
#sidebar h2 {
	font-size: 28px;
}
#sidebar input {
	width: 180px;
}
#sidebar label {
	margin-top:20px;
	color:#93ae4b;
}

#sidebar label span {
	display: block;
	color:#f00;
}
#no-spam {margin-bottom:20px;}

span.date{font: 24px 'ChunkFiveRegular', Arial, sans-serif;}

p.slogan{font: 28px 'ChunkFiveRegular', Arial, sans-serif; text-align:center; letter-spacing:0.1em;}
 
#content_container ul{list-style-type: none; padding-bottom:12px;letter-spacing:0.25em;} 
#content_container ul li{padding-bottom:12px;letter-spacing:0.25em;}
#content_container ol{list-style-type:decimal; position:relative; left:30px; padding-bottom:12px;letter-spacing:0.25em;}


a {
color:#97b63e;
text-decoration: none;
}

a:hover, a:focus {
text-decoration: underline;
}
/*
a[target="_blank"] {
display:inline-block;
line-height:14px;
background:url('../images/common/new_window.png')  center right no-repeat;
padding-right:16px;
} */

#content_container a[href ^="mailto:"] {
display:inline-block;
line-height:14px; /* check your icon height */
background:url('../images/common/email.png')  center right no-repeat;
padding-right:16px;
} 

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('Chunkfive-webfont.eot');
	src: local('☺'), url('Chunkfive-webfont.woff') format('woff'), url('Chunkfive-webfont.ttf') format('truetype'), url('Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
	font-weight: normal;
	font-style: normal;
}

