﻿body {
	background:url(../siteart/sitebg.jpg) no-repeat top left #8e8e8e;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#000;
}

#nav {
	background:#000;
	text-align:center;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	float:left;
}

#nav li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	border-right:1px #2a2a2a solid;
	padding:10px 0;
	width:144px;
	display:block;
}

#nav li a:hover {
	color:#fbfe00;
}

#content {
	background:#fff;
	vertical-align:top;
	padding:20px 10px;
}

#left {
	vertical-align:top;
	width:600px;
	padding-right:15px;
}

.hdr {
	font-size:18px;
	font-weight:bold;
	color:#000;
	display:block;
}

.form-title {
	font-weight:bold;
	width:140px;
}

#right {
	vertical-align:top;
	width:404px;
}

.loc-top {
	background:url(../siteart/location-top.gif) no-repeat;
	padding:20px 10px 0;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-.5pt;
	display:block;
}

.loc-btm {
	background:url(../siteart/location-btm.gif) no-repeat;
	height:58px;
	padding:10px 10px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	display:block;
}

.slide {
	border-top:1px #ececec solid;
	padding:15px 10px;
}