﻿/* Navigation */

#nav
{
	background-image: url("navigation.gif");
	background-repeat: repeat-x;
	height: 25px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-weight:bolder;
	min-width:600px;
	border-right-style:double;
	border-right-width:thick;
	border-left-style:double;
	border-left-width:thick;
	border-bottom-style:double;
	border-bottom-width:thick;
	margin-right:25px;
	margin-left:20px;
}

#nav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 4px;
}

#nav li
{
    float: left;
    padding-right: 20px;
    position: relative;
}

#nav li a
{
	color: #FFFFFF;
	font-size: 85%;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(navigationover.gif);
}

#nav li ul
{
	background-color: #d7ad67;
	display: none;
	left: 0px;
	position: absolute;
	top: 100%;
}

li > ul
{
    left: auto;
    top: auto;
}

#nav li:hover ul, #nav li.sfhover ul
{
    display: list-item;
}

#nav li li
{
	display: block;
	float: none;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 10em;
}

#nav li li:hover, #nav li li.sfhover
{
	background-color: #977948;
}

#nav li li a
{
    color: #84382b;
}

#nav li li a:hover
{
	color: #4A2411;
	font-weight: bolder;
}


/* Content */

#content
{
	background-color: #fff;
	min-height: 70px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: -6px;
}
.ContactUs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	border-bottom-width:thin;
}
.ContactUs   a {
	color: #FFFFFF;
}
.ContactUs   a:hover {
	color: #CCC;
	text-decoration:underline;
	font-weight: bold;
}
.ContactUs   a:active {
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
	text-decoration:underline;
}
