*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em 'Lucida Sans', Arial, Helvetica, sans-serif;
	background: #005529;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #005529;
}

h2
{
	margin-bottom: 10px;
}

#sidebar h2{
	color: #fff;
}

#content p{
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
	margin-bottom: 10px;
}

#nav ul{
	list-style: none;
}

#nav li{
	padding-top: 2px;	
}

.nav_border{
	padding-bottom: 2px;
	border-bottom: 1px solid #dfeab7;
}

.navigation-links{
	margin-bottom: 10px;
	
}

.alignright{
    float: right;
    margin: 0 0 10px 10px;   
}

.alignleft{
    float: left;
    margin: 0 10px 10px 0;
}

.wp-caption-text{
    font-size: 0.8125em;
    text-align: center;
}

/* LAYOUT DIVS *************************/

#container
{
	background: #fff url('../images/bg_container.jpg') top left no-repeat;
	border-right: 8px solid #96ba0f;
	border-left: 8px solid #96ba0f;
	border-bottom: 8px solid #96ba0f;
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#mast_head{
	height: 190px;
}

#header
{
	background: url(../images/logo.gif) top left no-repeat;
	float: right;
	height: 150px;
	margin: 26px 38px 0 0;
	text-indent: -9999px;
	width: 161px;
}

#nav
{
	float: left;
	font-family: 'Lucida Sans' Arial, Verdana, sans-serif;
	font-size: 0.9375em;
	font-weight: 600;
	margin: 20px 0 0 30px;
	width: 200px;
	height: auto;
}

#internal_container{
	background: url('../images/people.jpg') top left no-repeat;	
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#banner{
	color: #85a703;
	font-size: 0.875em;
	padding: 135px 60px 0;
	margin-bottom: 180px;
	height: 80px;
}

#dedicated{
	font-size: 1.785em;
}

#tagline{
	letter-spacing: -0.8px;	
}

#banner span{
	font-weight: 700;
}

#content
{
	color: #005529;
	float: left;
	height: auto;
	margin-left: 30px;
	width: 555px;
}

#content li{
    list-style-position: outside;
    margin-left: 15px;
}

#sidebar
{
	background: #85a703;
	color: #fff;
	float: right;
	font-weight: 600;
	font-size: 0.9375em;
	height: auto;
	margin-right: 30px;
	padding: 15px;
	width: 220px;
}

#sidebar p{
    margin-bottom: 10px;  
}

#footer
{
	border-top: 1px solid #ccc;
	display: none;
}


/* LINK STYLES *************************/

a, a:visited, a:hover 
{
	text-decoration: underline;
	color: #005529;
}

#nav a, #nav a:visited
{
	color: #005529;
	text-decoration: none;
}

#nav a:hover
{
	color: #005529;
	text-decoration: underline;
}

#banner a, #banner a:visited{
	color: #96ba0f;
	font-weight: 700;
	text-decoration: underline;
}

.entry-footer, .entry-meta{
    margin-bottom: 10px;
}


/* FORM **/

fieldset{
	border: none;
}

label
{
	color: #005529;
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
	margin-bottom:2px;
}

input[type=submit]{
	margin-top: 10px;
}

textarea
{
	width: 95%;
	margin-bottom: 10px;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

#allowed-tags{
	width: 95%;
}

/* TABLE STYLING **/

table, th, td {
	border-collapse: collapse;
}

table{
	width: 100%;
}

td, th{
	vertical-align: top;
}

