﻿@charset "UTF-8";
/* Global Classes */

body
{
   	background:url(../../images/pagebg.gif) repeat-y center #f0f0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	margin:0;
	padding:0;
	line-height:11pt;
}


.menuhover
{
    color:#ffffff;
}

#navigation a.dynamicmenulink:hover
{
    color:White;
    background-color:#025944;
}

#navigation a.dynamicmenulink
{
    background-color:#6b8a63;
    color:#003914;
    display:block;
    padding:2px 10px;
    margin-top:1px;
    text-align:left;
}

div.dynamicmenucontainer
{
	background-color:#ffffff;
    border-left:solid 1px #ffffff;
    border-right:solid 1px #ffffff;
    border-bottom:solid 1px #ffffff;
}

/* ----------------------- */

#container {
	background:url(../../images/container_bg.gif) no-repeat top right;
	width:932px;
	padding:0 27px 0 27px;
	margin:0 auto 0 auto;
}
a {
	color:#582828;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
img {
	border:none;
}
p {
	margin:0 0 12px 0;
}
p:last-child {
	padding:0;
	margin:0;
}
h1 {
	font-size: 130%;
	padding:0;
	color:#315746;
	margin:10px 0 10px 0;
}
h2 {
	font-size: 120%;
	padding:0;
	color:#315746;
	margin:0 0 5px 0;
}
h3 {
color:#315746;
}
h4 {
color:#315746;
}

h3 {
	font-size: 110%;
	padding:0;
	margin:0 0 5px 0;
}
.small {
	font-size:80%;
}
.green {
	color:#006633;
}
hr {
	height:1px;
	background-color:#CCCCCC;
	color:#CCCCCC;
	border:none;
}

.clr {
	clear:both;
}

input[type="text"] {
	background:url(../../images/formbg.gif) top right no-repeat;
	border:1px solid #999999;
	padding:3px;
}

.greenblock {
	background:#6d8965;
	color:#FFFFFF;
	padding:14px 14px 0 14px;
	vertical-align:top;
}

.hometablehd {
	padding:5px;
	color:#FFFFFF;
	background:#6d8965;
}

.hometabletd {
	padding:5px;
	border-right:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	vertical-align:top;
	font-size:90%;
	color:#333333;
}
.hometabletd1 {
	padding:5px;
		vertical-align:top;
	

}
.polaroid
{
	padding: 4px 4px 4px 4px;
	border: solid 1px #d2cdca !important;
	background-color: White;
}

/* Header Classes */
#header {
	clear:both;
	height:126px;
	color:#025944;
}
#header a {
	color:#025944;
}
#headerleft {
	width:400px;
	float:left;
}
#headerright {
	width:500px;
	float:right;
	text-align:right;
	padding:12px 12px 0 0;
}
#headersearch {
	clear:both;
	width:500px;
	margin-bottom:45px;
}
.headlarge {
	font-size:150%;
	margin-left:20px;
}
.headlarge strong {
	font-size:120%;
}
/* Navigation Classes */
#navigation {
	clear:both;
	background:url(../../images/topnav_bg.gif) repeat-x top;
	text-align:right;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
}
#navigation a.headermenulink
{
	color:#FFFFFF;
	padding:0 8px 0 8px;
}

#sitemap
{
    background-color:#6b8a63;
	padding:4px;
	color:White;
}

#sitemap a
{
	color:#ccff95;
}

#sitemap a:hover
{
	color:#ffffff;
}

/* Main Classes */
#main {
	clear:both;
}
/* Footer Classes */
#footer {
	clear:both;
	background:url(../../images/footer_bg.gif) repeat-x top;
	height:48px;
	color:#FFFFFF;
	padding:17px 10px 0 10px;
}

#footer a
{
	text-decoration:underline;
	color:#FFFFFF;
}

#footer p {
	line-height:20%;
}
