﻿/* Body and Outer Container Formatting */
body
{
	font-family:Serif;
	/*background-color: #b4b37a;*/
	background-image: url(images/background-pos.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
form
{
    background-color: Transparent;
}
.topLevelWrapper
{
	width: 695px;
	margin: 0 auto 0 auto;
}
.wrapperOutside
{
    border: solid 2px #9FAC8E;
    width: 695px;
    margin: 30px auto 0 auto;
    clear: both;
}
.wrapperInside
{
    margin-left: auto;
    margin-right: auto;
    width: 695px;
    height: auto;
	background-image: url(images/gradBackContent.jpg);
	background-repeat: repeat-y;
}
    /* Top Nav Formatting */
.topNav
{
	padding: 0 0 1px 0;
	background: transparent;
}
.topNav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display:inline; 
    height: inherit;
    float: right;
}
.topNav ul li
{
	margin: 0;
	padding: 0;
    float: right;
    height: inherit;
}
.topNav ul li a
{
	font-size: 13px;
	color: #615121;
	font-weight: 500;
	padding: 0 1px 0px 1px;
	margin: 0 9px 0 9px;
	text-decoration: none;
	border-bottom: dotted 1px black;
    width: inherit;
    height: 15px;
    display: inline-block;    
}
.topNav ul li a:hover
{
	
	border-bottom: solid 1px #615121;
}
/* Header Formatting */
.header
{
    
    clear: both;
    width: inherit;
    height: auto;
}
.headerLeft
{
    z-index: 2;
    position: relative;
    color: black;
    font-weight: 500;
    width: 190px;
    padding-left: 5px;
    height: 266px;
    float: left;
    background-image: url(images/transBack.png);
    background-repeat: repeat;
    background-position: top left;
}
.headerRes
{
    z-index: 2;
    height: 266px;
    /* background-color: #c9c79e;*/
}
.headerRes span
{
	display: block;
	text-align: center;
	font-size: 14pt;
	padding-top: 10px;
	letter-spacing: 1px;
}
.headerRes input
{
	margin-left: 125px;
}
.images
{
    position: absolute; 
    float: left;
    z-index: 1;
    width: 694px;
    height: 266px;
}
.headerGraphic
{
    z-index: 2;
    position: relative;
    float: left;
    width: 500px;
    height: 266px;   
}
.headerLogo img
{
	margin-top: 15px;
	display: block;
}
.headerMenu
{
    z-index: 2;
    position: relative;
    clear: both;
    font-size: 10pt;
    width: inherit;
    height: 30px;
    background-image: url(images/gradBackNav.jpg);
    background-repeat: repeat-y;
}
.headerMenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 695px;
    display:inline; 
    height: inherit;
    float: left;
}
.headerMenu ul li
{
    float: left;
    height: inherit;
}
.headerMenu ul li a
{
   font-size: 11px;
   color: #473a12;
   font-weight: 500;
    text-decoration: none;
    width: inherit;
    height: 22px;
    padding: 8px 21px 0 20px;
    display: block;
}
.headerMenu ul li a:hover
{
	text-decoration: underline;
}
/* Footer Formatting */
.footer
{
    clear:both;
    text-align: center;
    font-size: 8pt;
    padding-top: 15px;
}
/* General Div Formatting */
.row
{
	width: 194px;
	clear: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
.cell
{
	width: 87px;
	float: left;
}

/* Design Tools */
.blueBorder
{
    border: solid 1px blue;
}
.redBorder
{
    border: solid 1px red;
}
.greenBorder
{
    border: solid 1px green;
}
.blackBorder
{
    border: solid 1px black;
}