/* Mint Chocolate Chip - (c) 2006 andrewstrojny.com */

/* You may use this CSS and use its techniques in your own projects, but keep in mind the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2006 Andrew Strojny */ 

/* Enjoy! */


/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #A9CF9C;
	min-width : 800px ;
	}

#wrapper {
	width : 800px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	}

#maincontainer {
	float: left;
	width : 800px;
	background: url(../images/container.gif) repeat-y;
	}

#padding {
	clear: both;
	padding: 10px 0 0 0;
	}

#content {
	float: left;
	width: 380px;
	padding: 0 0 10px 40px;
	}
	
#contentbig {
	float: left;
	width: 730px;
	padding: 0 0 0px 35px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	width: 250px;
	margin: 8px 90px 0 0;
	padding: 0px 10px 10px 10px;
	background: #EDF3EB;
	border: 1px solid #DCEAD7;
	}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 773px;
	height: 43px;
	background: #87BA74;
	border-top: 2px solid #548441;
	border-bottom: 2px solid #548441;
	color: #F1F7EE;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 6px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 6px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
		border-top: 2px solid #87BA74;
	border-left: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
	border-right: 2px solid #87BA74;
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background: #87BA74;
	color: #FFFFFF;
	}
	
#nav li a.active {
	color: #FFFFFF;
	background: #75A762;
		border-top: 2px solid #548441;
	border-left: 2px solid #548441;
	border-bottom: 2px solid #548441;
	border-right: 2px solid #548441;
	}
	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.5em;
	color: #111111;
	}

h1 {
	padding-top: 7px;
	font-size: 1.2em;
	color:#111111
	}

h2 {
	font-size: 1.1em;
	color: #111111;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0px;
	}

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #111111;
	font-size: .8em;
	line-height: 1.2em;
	}
	
p {
margin: 0px 0px 15px 0px;
}

/* ----- Links ----- */

a {
	color: #578A44;
	}

a:visited {
	color: #422100;
	}

a:hover {
	color: #422100;
	}

#footer a {
	color: #222222;
	text-decoration: none;
	}

#footer a:visited {
	color: #222222;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

	