﻿body {
	background: url('../siteart/bg.jpg') #000 repeat-y fixed center center;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	margin-top: 5%;
	overflow: auto;
}

img {border: 0;}

a {color: #a6a6a6;	text-decoration: none;}

a:hover {color: #000;}

#wrapper {width: 994px;}

.content {padding: 0 17px; background: url('../siteart/content-mid2.gif') repeat-y;}

#ad {
	position: relative;
	z-index: 10;
	top: -80px;
	margin-right: -50px;
	margin-bottom: -123px;
	float: right;
	height: 247px;
	width: 347px;
}

#newad {
	position: relative;
	z-index: 10;
	float: right;
	height: 247px;
	width: 347px;
	bottom:4px;
	margin-right: -50px;
	margin-bottom: -103px;

}


#nav {
	display: block;
	width: 960px;
	text-align: center;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	background: #efefef;
}

#content {width: 960px;}

#content td {vertical-align: top;}

#map {
	position: relative;
	top: 50px;
	z-index: 4;
	margin: 5px;
	float: left;
}

#contactinfo {
	position: relative;
	z-index: 6;
	top: 5px;
	left: -40px;
	line-height: 25px;
}

#contactinfo a {
	color:#00439d;
}

.text {
	text-indent: 30px;
	padding: 6px;
	line-height: 28px;
	background: url('../siteart/text-mid2.gif') repeat-y;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
z-index: 100;
background-color: #efefef;
width: 300px;
color:#000;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color:#000;
}
.anylinkcss a:active {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color:#000;
}
.anylinkcss a:visited {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color:#000;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}





