/* ------------ MAIN DIVS ------------ */
body {
	font-size: 75%;
	background: #fbf6b4 url(../images/background.png) top repeat-x;
}

#container {
	width: 774px;
	margin: 0 auto;
}

#header {
	height: 65px;
	position: relative;
	z-index: 5;
}

#header {
	padding-top: 10px;
	margin-right: 5px;
	opacity: 0.95;
}

#wrapper {
	border: ridge 2px #88aa88;
}

#main {
	border: solid 8px #c2bfaf;
	background: #fafafa;
	background: url(../images/contentopacity.png) repeat;
}

#content {
	border: solid 1px #625f4f;
	background: url(../images/shadow_right.png) repeat-y;
}

#footer {
	padding-top: 6px;
}

#homepic {
	position: relative;
	height: 344px;
	border-bottom: solid 7px #c2bfaf;
}

#homepic img {
	border: groove 2px #4c7243;
}

/* ------------ NAVIGATION ------------ */
#nav {
	border: groove 2px #4c7243;
	background: #4C7243 url(../images/navshade_off.png) top repeat-x;
	width: 750px;
}

.on {
	background: #4C7243 url(../images/navshade_sub.png) top repeat-x;
	border-bottom: none;
}

#nav ul {
	margin-bottom: 0;
}

#nav li {
	display: inline;
	float: left;
	color: #fff;
}

#nav li a {
	padding: 9px 12px 9px;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 1.0em;
	border-right: solid 1px #44633d;
}

#nav li span {
	padding: 9px 12px 9px;
	color: #2f442f;
	font-weight: bold;
	display: block;
	font-size: 1.0em;
	border-right: solid 1px #44633d;
}

#nav li a.end {
	border-right: none;
}

#nav li a.end:hover {
	border-right: ridge 2px #4c7243;
}

#nav li a.begin {
	padding-left: 20px;
}

#nav li a:hover,a.highlight {
	background: #918f83 url(../images/navshade_on.png) top repeat-x;
}

#navbottom {
	border-bottom: solid 7px #c2bfaf;
	width: 754px;
}

/* ---------------- Sub Navs ----------------- */

#subnav {
	font-size: .9em;
	background: #4C7243 url(../images/navshade_sub.png) top repeat-x;
	border: groove 2px #4c7243;
	width:750px;
}

#subnav	ul {
	margin-bottom: 0;
	padding-left: 0px;
}

#subnav	li {
	display: inline;
	float: left;
	border: none;
}

#subnav	a {
	padding: .4em 1em;
	font-weight: bold;
	color: #2f442f;
	display: block;
}

#subnav li a {
	border-right: solid 1px #44633d;
}

#subnav	a:hover {
	text-decoration: underline;
}

a.subhighlight {
	text-decoration: underline;
}

#subnav li a:hover,a.highlight {
	background: #918f83 url(../images/navshade_on.png) top repeat-x;
}

/* ------------ CONTENT ------------ */
.column {
	float: left;
}

.column a {
	text-decoration: underline;
}

.column.left {
	width: 420px;
	padding: 0px 12px 27px 24px;
	padding-right: 20px;
}

.column.right {
	width: 210px;
	margin: 0px 12px 27px 12px;
	padding-left: 20px;
	border-left: solid 1px #c2bfaf;
}

.column.all {
	width: 700px;
	padding: 0px 12px 27px 24px;
	padding-right: 20px;
}

/* ------------ RESETS ------------ */
p,a,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,form,body,html,fieldset,input,label
	{
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none
}

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

/* ------------ GENERAL ------------ */
body,input,textarea,select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p,td,h1,h2,h3,h4,a,ul,ol,li,form,blockquote,textarea {
	color: #555;
}

p {
	line-height: 1.4em;
}

p,ul,ol {
	margin-bottom: 1em;
}

p,ul,ol,a,label {
	font-size: 1em;
}

h1,h3 {
	font-weight: bold;
	margin-bottom: .8em;
}

h1 {
	font-size: 1.6em;
	color: #4C7243;
}

h2 {
	font-size: 1.4em;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.2em;
}

.hrzrule {
	height: 1px;
	background: #C2BFAF;
	margin: 20px 0 20px 0
}

.square li {
	list-style-type:square; 
	margin-left: 15px
}

.clear {
	clear: both;
}

.type {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #918F83;
	font-size: .80em;
}

.error {
	color: #f00;
}
