﻿	
div#headerContent, div#footerContent
{
	position: relative;
	left: -40px;
}


div#header
{
	background-image: url('Images/HeaderAbsBackground.jpg');
	background-repeat: repeat-x;
	height: 149px;
}

div#headerContent
{
	background-image: url('Images/HeaderBackground.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 149px;
}

div#header img
{
	float: left;
}

div#header img#logo
{
	margin-left: 120px;
}

div#header img.photo
{
	margin-left: 20px;
	margin-top: 11px;
    border: solid 1px #66902E;
}

ul#navigation
{
    width: 60%;
    margin: 1.5em;
    margin-bottom: 0;
	/*clear: both;*/
	list-style: none;
	padding: 0;
	font-family: "Candara", "Helvetica", "Arial", "sans-serif";
	font-weight: bold;
	font-size: 1.8em;
	float: left;
	
	/*position: relative;
	left: 50%;*/
}

ul#navigation li
{
	float: left;
	margin: 0 0.5em;
	
	/*position: relative;
	right: 50%;*/
}

ul#navigation li a
{
	background-color: #FFFFFF;
	padding: 10px 20px;
	display: block;
	color: #66902E;
	text-decoration: none;
}

ul#navigation li a:hover, ul#navigation li a:active
{
	background-color: #66902E;
	color: #FFFFFF;
	/*padding-top: 15px;*/
}

div#wrapper
{
    margin: 0 auto;
    width: 960px;
}

div#content
{
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 2em;
}

div#footer
{
	clear: both;
	background-image: url('Images/FooterAbsBackground.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 149px;
	margin-top: 9em;
}

div#footerContent
{
	background-image: url('Images/Footer.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 149px;
	width: 1000px;
	margin: 0 auto;
}

div#footerContent a
{
	padding: 0;
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px #FFFFFF dotted;
}

div#footerContent a:hover, div#footerContent a:active
{
	border-bottom: 1px #FFFFFF solid;
}

div#footerContent ul, div#footerContent p
{
	margin: 0 0 0 500px;
	padding: 1em 0 0 0;
	color: #FFFFFF;
}

div#footerContent ul#footerNav
{
    font-size: 1.4em;
    list-style: none;
	padding-top: 30px;
}

ul#footerNav li
{
    /*float: left;*/
    display: inline;
}

ul#footerNav li:after
{
    content: " | ";
}

ul#footerNav li:last-child:after
{
    content: "";
}

div#map
{
    width: 400px;
    height: 300px;
    float: right;
    border: 1px solid #888888;
    margin: 2em 0 1em 2em;
}

span.space
{
    padding: 0 2em;
}

div.box ul
{
    margin: 1em 1em 1em 1.2em;
}

div.box a
{
    background-color: Transparent;
    color: #FFFFFF;
    border-bottom: 1px #FFFFFF dotted;
    padding: 0;
    text-decoration: none;
}

div.box a:hover, div.box a:active
{
    border-bottom: 1px #FFFFFF solid;
}

div.box ul li
{
    margin-bottom: 0.4em;
}

label.error
{
    display: block;
    padding: 1em;
    margin: 1em;
    text-align: right;
    position: absolute;
    border: 1px #BB0000 solid;
    background-color: #FFFFFF;
    color: #BB0000;
    margin-top: -40px;
    margin-bottom: 40px;
    width: 150px;
    margin-left: 300px;
}

div.page-section
{
	clear: left;
	margin-top: 1em;
}

p.attention-ad
{
	font-size: 1.2em;
	text-align: center;
}
