﻿
/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #A9CF9C;
	min-width : 770px ;
	}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	}

#maincontainer {
	float: left;
	width : 770px;
	}

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}

#content {
	float: left;
	width: 450px;
	padding: 10px 0 10px 40px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	clear: right;
	float: right;
	width: 210px;
	margin: 13px 30px 0 10px;
	padding: 10px 10px 10px 10px;
	background: #EDF3EB;
	border: 1px solid #DCEAD7;
	}
	
#smallbody {
	font: small Trebuchet MS, Arial, Sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #444444;
	}

#titletext {
	font: small Trebuchet MS, Arial, Sans-serif;
	font-weight: bold;
	text-align : center;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #000000;
	}
	
/* ----- New Navigation -----  */

#avmenu {
	
	float: center;
	width: 205px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.9em;
	}

#avmenu ul {	
	list-style: none;
	width: 205px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.1em;
	}	

#avmenu li {
	margin-bottom: 4px;
	}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
	}	
	
#avmenu li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
	}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	background: #FFFFFF;
	border-top: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border-bottom: 2px solid #A9CE9B;
	border-right: 2px solid #A9CE9B;
	
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	background: #86BA72;
	
	}
	
#nav li a.active {
	color: #FFFFFF;
	background: #86BA72;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	}
	

/* ----- Typography ----- */

body {
	font: small Trebuchet MS, Arial, Sans-serif;
	line-height: 1.1em;
	color: #444444;
	}

h1 {
	padding-top: 20px;
	font-size: 1.2em;
	color:#422100
	}

h2 {
	font-size: 1em;
	color: #422100;
	margin: 5px 0 -10px 0;
	}

h3 {
	font-size: 1em;
	color: #422100;
	}
	
#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	font-size: .8em;
	line-height: 1.2em;
	}

/* ----- Links ----- */

a {
	color: #6CAB54;
	}

a:visited {
	color: #422100;
	}

a:hover {
	color: #422100;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

/** This statement forces a scroll bar on every page so text doesn't bounce left */
/** to right in Firefox when navigating among short and tall pages.              */

html {
	 overflow: scroll
}