﻿body 
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
    background: #E1F0FF;
    padding: 0px;
    margin: 0px;
}

.spacer { clear:both; }

h1 { background: #0F43AC; width: 100% - 10px; margin: 0 0 5px 0; padding: 10px; color: White; text-transform: uppercase; font-size: 14px; text-align: left; border: double 3px white;}
h2 { color: #0F43AC; }
h3 { color: #99CCFF; }
h5 { color: red; }

.wrapper
{
    width: 750px;
    padding: 0px;
    margin: 0px;
    background: #FFFFFF;
    text-align: left;
}

.header-top a, .nav a { color: White; text-decoration: none; }
.header-top
{
    width: 750px;
    height: 40px;
    border-bottom: solid 1px #E1F0FF;
    background: #0F43AC;
    color: White; 
}

.header h1 { display:none; }
.header
{
    width: 750px;
    height: 225px;
    background: url('images/header.jpg') no-repeat;
}

.nav 
{ 
    margin: 0;
    padding: 0;
    float:left; 
    width: 206px;
    background: url('images/cnt_bg.jpg') repeat-y;
    margin-left: 5px;
    color: White;
}
    .nav .title { font-size:1.4em; color: White; margin-left:1em; }
    .nav ul { padding: 0; margin: 0;}
    .nav li { list-style-type:none; text-transform: capitalize; margin-left:1em; }
    .nav li a:hover { color:Black; }
    .nav-top { background: url('images/cnt_t.jpg') no-repeat; width: 206px; height: 17px; }
    .nav-bot { background: url('images/cnt_b.jpg') no-repeat; width: 206px; height: 17px; }

.content
{
    margin: 0;
    padding: 0;
    float: left;
    width: 529px;
    margin-left: 5px;
}

.footer
{
    width: 750px;
    height: 82px;
    background: url('images/footer.jpg') no-repeat;   
}

.map
{
    width: 250px;
    height: 250px;
    float: right;
    margin-right: 20px;
}

.notes { float: left; text-transform: capitalize; font-weight:bold; width:250px; }
    .notes label { display: block; float: left; width: 90px; font-weight: normal; height: 2em; }
    .notes em { color: Maroon; font-size: 1.6em; font-weight: normal; }

    
.forms p { margin: 2px 0; }
.forms label
{
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	margin: 0 1em;
	padding: 0;
}

.forms input, .forms select, .forms textarea
{
	margin: 2px 0;
	padding: 0;
}

.forms .checkbox, .forms .radio
{
	margin-left: 90px;
	padding-left: 2em;
	display: block;
}

.forms .checkbox label, .forms .checkbox input,
.forms .radio label, .forms .radio input
{
	float:none;
	display:inline;	
}

.forms small, .forms .error
{
	display: block;
	margin: 0 0 5px 130px;
	padding: 0 0 0 1.2em;
	font-size: 80%;
}