﻿/************************************************************************
* 
* Body and background
*
************************************************************************/

body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #f1f2f4;
    font-size: 0.7em;
}

div#bottomImage
{
   background: #ffffff;
   min-height: 530px;
   width: 770px;
   margin-right: auto;
   margin-left: auto;
}

div#topImage 
{
	background:#ffffff;
	width:770px;
	margin-right: auto;
    margin-left: auto;
}

/************************************************************************
* 
* Header and Footer
*
************************************************************************/

/* Picture at the top of the site */
#header
{
	width: 726px;
	height: 140px;
	color: #ffffff;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#logo
{
	position: static;
	width: 726px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}

#footer
{
   width: 726px;
   text-align: center;
   padding-bottom: 22px;
   color: #000000;
   margin-right: auto;
   margin-left: auto;
}

/************************************************************************
* 
* General, anchors and headings, inputs and text areas
*
************************************************************************/

a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
	 margin: 5px 0 5px 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

.fullwidth h2
{
    font-size: 1.6em;
}

.fullwidth h3
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #e8f2fe;
}


/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top:0px;
    margin-bottom:0px;
    border: 1px solid #dbdcdd;
}

/* A full width block on the page */

.fullwidth
{
   background-position: #e8f2fe;
   border: 1px solid #dbdcdd;
   width: 694px;
   background: #e8f2fe;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: left;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #004b93;
    padding-top: 10px;
    clear:right;
    margin-bottom: 10px;
}

/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}

.none
{
    display: none;
}


/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall
{
	border: none;
	color: #FFFFFF;
	height: 22px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	vertical-align: middle;
	padding-top: 3px;
	background-color: #6794bf;
	text-align: center;
	text-decoration: none;
}
