﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('../images/Grn_bg.gif');
	background-repeat: inherit;
	text-align: left;
}
#container {
	background-color: #E1D27B;
	width: 954px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border-style: none;
	border-color: inherit;
	border-width: 0;
}
#masthead {
	text-align: right;
	background-color: #10432B;
	width: 955px;
}
#navigation {
	background-color: #8D6F36;
	overflow: hidden;
}
#footer {
	margin: 0px auto 0px auto;
	width: 955px;
	text-align: center;
	background-color: #10432B;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	padding-bottom: 6px;
	padding-top: 1px;
	padding-left: 10px;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #E1D27B;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#header_slogan {
	font-style: italic;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 466px;
	height: 30px;
	float: left;
	font-size: x-large;
	top: 40px;
	left: 80px;
}
#contact_info {
	width: 150px;
	height: 60px;
	float: right;
	font-size: small;
	position: relative;
	top: 26px;
	margin-right: 12px;
	color: #FFFFFF;
}
.center_text {
	text-align: center;
}
#page_content {
	border: thin solid #FFFFFF;
	padding: 0px;
	margin: 15px;
	width: 920px;
	background-color: #DAE1A6;
}
#page_header {
	border-color: #FFFFFF;
	padding: 2px 15px 2px 15px;
	background-color: #10432B;
	color: #FFFFFF;
	font-size: x-large;
	width: 890px;
	margin-top: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
}
/* Styles for Links */
#page_info {
	margin: 15px;
	width: 890px;
	height: auto;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}

