/* ----- Layout ----- */

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

.italics {
	font-style: italic;
}

.bold-italics {
	font-weight: bold;
	font-style: italic;
}

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

#maincontainer {
	float: left;
	width : 770px;
	background: url(../images/container.png) repeat-y;
	}

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

#content {
	float: left;
	width: 385px;
	padding: 0 0 10px 40px;
	}
#content_sub {
	float: left;
	width: 690px;
	padding: 0 40px 10px 40px;
	}
#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	width: 260px;
	margin: 0 40px 0 0;
	padding: 10px 8px 10px 8px;
	background: #EDF3EB;
	border: 1px solid #DCEAD7;
	}
.top {
	font: .7em/2em "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align:right;
}
.top a {
color:#6CAB54;
text-decoration:none;
}
.top a:hover {
color:#4F2A6A;
text-decoration:underline;
}

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

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	height: 41px;
	background: #A9CE9B;
	border-top: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
	}
	
#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 8px;
	font-weight: bold;
	font-size:14px;
	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;
	}
#clear {
	clear:both;
	}	
/* ----- Type ----- */

body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	}
.prices {
	font-weight:bold;
	line-height: 120%;
	}
.larger {
	font-size: 16px;
	color:#4F2A6A;
	font-weight: bold;
	}
h1 {
	padding-top: 10px;
	font-size: 16px;
	color:#4F2A6A;
	}
h2 {
	padding-top: 10px;
	font-size: 16px;
	color:#4F2A6A;
	font-weight:200;
	font-style:oblique;
	}
h3 {
	font-size: 15px;
	font-style:oblique;
	font-weight:300;
	color:#4F2A6A;
	margin: 0 0 0 10px;
	}
h4 {
	font-size: 14px;
	font-weight:700;
	margin: -10px 0 -15px 0;
	font-style:italic;
	color:#4F2A6A;
	border-top: 1px solid #4F2A6A;
}
h5 {
	font-size: 12px;
	font-weight:lighter;
	font-style:italic;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}
#innernews h2 {
	font-size: 14px;
	font-style:italic;
	color: #4F2A6A;
	}

#innernews p
	 {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	line-height: 1.2em;
	}
#innernews ul
	 {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.2em;
	list-style: square;
	}
/* ----- Links ----- */

a {
	color: #6CAB54;
	}

a:visited {
	color: #4F2A6A;
	}

a:hover {
	color: #4F2A6A;
	}

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

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

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

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

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