﻿body
{
	background-color: #85780F;
	color: #4A4A4A;
	margin: 0px;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: small;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.54545454em;
	width: 550px;
	padding-top: 0.3em;
	padding-bottom: 0.4927272em;
}

h2
{
	font-size: 1.5em;
	color:#85780F;
	font-weight: normal;
	line-height: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.56666666em;
}

h3
{
	font-size: 1em;
	color:#85780F;
	font-weight: normal;
	line-height: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.56666666em;
}

p 
{
	padding-top:0;
	margin-top:0;
}

#wrapper
{
	background-color: #85780F;
	width: 900px;
	margin: 5px auto 0px auto;
}

#header
{
	margin-top:2em;
	background-color: #85780F;
	color: white;
	letter-spacing: 4px;
	height: 70px;
	font-size: medium;
}

#content
{
	background-color: white;
	color: #4A4A4A;
	width: 100%;
	height: 100%;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}

#innercontent
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#navigation
{
	padding-bottom: 0;
	margin-bottom: 0;
	letter-spacing: 2px;
	text-align:right;
}

#navigation p
{
	font-size: x-small;
	line-height: 1.2142857em;
	font-weight: bold;
	color: #f26522;
}

#navigation ul
{
	list-style: none;
}

#navigation li
{
	display: inline;
	padding-right: 1em;
}

#navigation a
{
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}

#footer
{
	width:100%;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	clear: both;
	background-color: #85780F;
	color: white;
	letter-spacing: 2px;
	font-size: small;
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	border-top: solid 0px #3E292D;
}

a img
{
	border: 0px;
}

.error
{
	color: red;
}

.SimpleBox
{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	padding-top: 0;
	border-top: #BBB 1px solid;
	border-left: #BBB 1px solid;
	border-right: #BBB 1px solid;
	border-bottom: #BBB 1px solid;
	margin-top: 1em;
	margin-bottom: 0.2em;
	background-color: white;
}

.SimpleBox h2
{
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 0.5em;
	background-color: #85780F;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1pt solid #BBB;
}

.SimpleBox p
{
	padding: 0.3em;
	padding-top:1em;
	margin-top:0;
}

/* =DataGrids
-------------------------------------------------------------*/

.Grid
{
	border: solid 1px white;
	border-collapse: separate;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
	color: #4A4A4A;
	background: white;
}

/*=Links
----------------------------------------------------------------*/
a
{
	color: #85780F;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: small;
	text-decoration: underline;
}

a:link
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Data Form Formats */
.Form
{
	border: 0;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: small;
}

.Form div
{
	text-align: left;
}

.Form .Content
{
	float: left;
	margin: 1em;
	text-align: left;
	width: 75%;
}

.Form .Buttons
{
	float: right;
	width: 15%;
	text-align: left;
	padding: 0;
	margin: 0;
}

.Form .Buttons .SmallGap
{
	margin-top: .5em;
	text-align: center;
}

.Form .Buttons .LargeGap
{
	margin-top: 1.5em;
	text-align: center;
}

.Form .Button
{
	font-size: small;
	width: 7em;
}

.Label
{
	color: #000080;
	text-decoration: none;
	font-size: small;
}

.Form p.title, label.title
{
	color: #000080;
	text-decoration: none;
	font-size: small;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	display: block;
}

/* = Google Maps
----------------------------------------------------------------*/
.gsmsc-mapDiv
{
	height: 275px;
}

.gsmsc-idleMapDiv
{
	height: 275px;
}

#mapsearch
{
	width: 365px;
	margin: 10px;
	padding: 4px;
}
