﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	background: url('../siteart/bg.jpg') #134795 repeat-x;
}

#nav {
	width: 800px;
	margin-top: 10px;
	text-align: center;
	line-height: 40px;
}

#nav td {
	width: 25%;
}

#nav a {
	display: block;
	color: #e8e8e8;
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover {
	background: #000;
	color: #fff;
	font-weight: bold;
}

.content {
	text-align: center;
	background: url('../siteart/main-bg.png') repeat-y center center;
}

.mid {
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	width: 744px;
	line-height: 17px;
	background: url('../siteart/mid.jpg') no-repeat center center;
}

.mid span {
	display: block;
	padding: 0 10px;
}

#inv {
	padding: 15px 15px 0 15px;
}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: black;
}

a.email:link, a.email:visited, a.email:active {
	color:#fff;
	padding: 8px 15px;
	font-weight:bold;
	text-decoration:none;
	font-size: 9pt;
}

a.email:hover {
	text-decoration:underline;
	color:#000;
}


/* ######### Default class for drop down menus ######### */

.anylinkmenu{
font-family: Verdana, Tahoma, sans-serif;
position: absolute;
text-align: center;
font-size: 10pt;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: url('../siteart/anylink.gif') repeat-x;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
color: #fff;
display: block;
border-bottom: 1px solid white;
padding: 7px 7px;
text-decoration: none;
text-transform: uppercase;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
font-weight: bold;
color: white;
}

