﻿body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    background-image: url(SiteImages/burlap_bg.jpg);
}
#Header
{
    background-image: url(SiteImages/HeaderBkg.jpg);
    background-repeat: no-repeat;
    height: 446px;
    width: 869px;
    position: relative;
}

#NavBar
{
	position: absolute;
	top: 370px;
	left: 135px;
	width: 629px;
	height: 32px;	
}

#NavBar a:link, #NavBar a:active, #NavBar a:visited
{	
  color: #ffffff; 
  font-family: Verdana, Arial;
  text-decoration: none;
  font-size: 12px;
}

#NavBar a:hover
{  
    color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
}

#AboutUsBkg
{
	background-image: url(SiteImages/3Photos.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
}

.StandardText
{
	color: #537c99; 
	font-size: 14px; 
	line-height: 20px; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

td, tr
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
}

a:link, a:active, a:visited
{
  color: #537c99; 
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  font-size: 14px;
}

a:hover
{  
    color: #537c99;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    text-decoration: underline;
}

hr
{
    height: 1px;
    color: #D4CC93;
}
.MainNavBkg
{
	background-image: url(Images/SearchBoxContentBkg.gif);
	background-repeat: repeat-x; height: 30px;
	border-Top: solid 1px #4E3E29;
	border-bottom: solid 1px #4E3E29;
}

.MainNavigation a:link, .MainNavigation a:active, .MainNavigation a:visited
{
    font-size: 16px;
    color: #D4CC93;
    text-decoration: none;
    text-align: center;
    padding-right: 20px;
    text-decoration: none;
    text-transform: lowercase;
}

.MainNavigation a:hover
{
	color: #3A2701;
    text-decoration: none;
    text-transform: lowercase;
}

#SmallNavigation
{
   position: absolute;
   top: 23px;
   left: 500px;
   text-align: right;
}

#SmallNavigation a:link, #SmallNavigation a:active, #SmallNavigation a:visited
{
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    text-align: center;
    padding-left: 15px;
}

#SmallNavigation a:hover
{
    color: #C8000B;
}
