﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}
body
{
    font-size: 104%;
}
body a
{
	color: #000;
}
.main
{
    text-align: center;
    min-height: 100%;
    position: relative;
}
.form 
{
    margin: 0 auto; 
    text-align: left;
    width: 50em;
    padding-bottom: 3em;
}
.header
{
    /*height: 7em;*/
    height: 120px;
    background-image: url(Images/Pen.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #EDEDCF;
    border-bottom: 5px solid #bbaf4d;
}
.header .logo
{
	margin: 30px 0 0 10px;
}
table.navigation
{
	border-collapse: collapse;
	margin-top: .3em;
	margin-bottom: 3em;
	float: right;
}
table.navigation td
{
	padding: 0 0 0 .5em;
}
table.navigation td a
{
	padding: 0 .3em 1px .3em;
}
table.navigation td a.selected
{
	text-decoration: none;
	background-color: #bbaf4d;
	color: #fff;
}
table.navigation td div
{
	background-color: #f5f5dc;
	border-left: 5px solid #bbaf4d;
	width: 7em;
	position: absolute;
}
table.navigation td div a
{
	display: block;
}
.content
{
	clear: both;
}
.footer
{
	height: 3em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.footer .footerContent
{
    text-align: left;
    background-color: #EDEDCF;
	width: 50em;
	margin: 0 auto;
	height: 100%;
	padding: .3em;
}
.footer .footerWrapper
{
    font-size: 80%;
}
.footer .right
{
	float: right;
}
.footer .right a
{
	margin-left: .5em;
}

.contact
{
    border: none;
    padding: 0;
    margin: 0;
}
.contact .error
{
    background-color: #f66;
    margin-bottom: 3em;
    color: #fff;
    text-align: center;
    padding: .3em;
}
.contact .success
{
    background-color: #6f6;
    margin-bottom: 3em;
}
.contact input, .contact textarea
{
    display: block;
    margin-bottom: 2em;
    width: 30em;
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
}
.contact img 
{
    display: block;
}
.contact input.button
{
    width: auto;
    display: block;
    margin-top: 3em;
}
.contact .checkBoxes input
{
    width: auto;
    display: inline;
    margin-bottom: 0;
}
.contact .checkBoxes
{
    margin-bottom: 2em;
}
.contact .checkBoxes label
{
    color: inherit;
    font-weight: normal;
}
.contact .textBox
{
    border: 1px solid #999;
}
