﻿* {margin:0;padding:0;} 

html, body, #wrap
{
    height: 100%;
    width: 100%;
    text-align: center;
}

body > #wrap
{
    height: auto;
    min-height: 100%;
    width: 100%;
}

#main
{
    clear: both;
    min-width: 849px;
    width: 849px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px; /* same height as the footer */
}

#footer
{
    position: relative;
    margin-top: -40px;
    height: 40px;
    width: 100%;
    clear: both;
    min-width: 849px;
}

/* ClearFix CSS */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body
{
    background-color: #E4D1A8;
    font-family: Arial, Verdana, Geneva, sans-serif;
    margin: 0px;
    color: #383B42;
}

img
{
    border-style: none;
}

#footercontent, #bodycontent
{
    width: 849px;
    margin-left: auto;
    margin-right: auto;
}

#footercontent
{
    height: 22px;
    text-align: center;
    font-size: 12px;
    padding-top: 18px;
}

.headfull
{
    width: 100%;
    min-width: 849px;
    height: 116px;
}

.headmid
{
    width: 849px;
    height: 116px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.headmid .middle img
{
    position: relative;
    z-index: 1;
}

.content
{
    float: left;
    width: 607px;
    min-width: 607px;
    margin-right: 10px;
	margin-left: 10px;
    padding-top: 10px;
    position: relative;
}

.full
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 829px;
    min-width: 829px;
    position: relative;
}

.full h2
{
    text-align: left;
}

.full .foot
{
    position: relative;
    left: -10px;
}

.middle
{
    width: 425px;
    min-width: 425px;
    float: left;
}

.right
{
    width: 212px;
    min-width: 212px;
    float: left;
}

.sidenav
{
    background-color: #FDFDFD;
    margin-top: -20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    padding: 7px;
}

.side
{
    background-color: #FDFDFD;
    margin-bottom: 10px;
	padding: 7px;
	_padding: 0px;
	padding-bottom: 7px;
    position: relative;
    font-size: 15px;
	max-width: 212px;
}

.side ul
{
    margin-left: 10px;
}

.side h2
{
	left: -7px;
	top: -7px;
	_left: 0px;
	_top: 0px;
    position: relative;
    height: 24px;
    width: 212px;
    color: #FDFDFD;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
}

.side p
{
    padding-right: 7px;
    padding-left: 7px;
    text-align: left;
}

.sidenav
{
	text-align: left;
}

.left
{
    width: 212px;
    min-width: 212px;
    float: left
}

.nav-header
{
    padding-top: 7px;
    width: 212px;
    min-width: 212px;
    height: 55px;
    font-size: 12px;
    list-style: none;
}

.headfull .nav
{
    padding-top: 3px;
    width: 211px;
    min-width: 212px;
    height: 12px;
    font-size: 12px;
}

.nav
{
    list-style: none;
}

.nav-header  li
{
    padding-top: 3px;
    width: 106px;
    float:left;
}

.headfull .nav li
{
    width: 70px;
    float:left;
}

a:link
{
    color: #383B42; text-decoration: none;
}

a:visited
{
    color: #383B42; text-decoration: none;
}

a:hover
{
    color: #383B42; text-decoration: underline;
}

a:active
{
    color: #383B42; text-decoration: none;
}

.headfull .nav a:link
{
    color: #FDFDFD; text-decoration: none;
}

.headfull .nav a:visited
{
    color: #FDFDFD; text-decoration: none;
}

.headfull .nav a:hover
{
    color: #FDFDFD; text-decoration: underline;
}

.headfull .nav a:active
{
    color: #FDFDFD; text-decoration: none;
}


