@charset "utf-8";
/* CSS Document */

body {
	background: #660000;
	margin: 0px;
	font-family: "Century Gothic";
	text-align: center;
	height: 100%;
}

#background {
	background: url(images/contentBorder.png) repeat-y top center;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div#top {
	position: relative;
	width: 950px;
	height: 516px;
	background: url(images/topBG_orig.png) no-repeat top left;
	top: 0;
	left: 0;
}

div#bottom {
	position: relative;
	width: 950px;
	height: 200px;
	background: url(images/bottomBG.png) no-repeat top left;
	left: 0;
	top: 0;
}

div#content {
	position: relative;
	left: 188px;
	top: 0px;
	width: 710px;
}

.toolbarLinks {
	background: #800000;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	color: #FFF;
}
.toolbarLinks a {
	color: #FFF;
	text-decoration: none;
}

/* HOURS */

div#h_mon {
	position: absolute;
	top: 295px;
	left: 80px;
	font-size: 12px;
	width: 73px;
	text-align: right;
}

div#h_tues {
	position: absolute;
	top: 318px;
	left: 80px;
	font-size: 12px;
	width: 73px;
	text-align: right;
}

div#h_wed {
	position: absolute;
	top: 341px;
	left: 80px;
	font-size: 12px;
	width: 73px;
	text-align: right;
}

div#h_thurs {
	position: absolute;
	top: 364px;
	left: 80px;
	font-size: 12px;
	width: 73px;
	text-align: right;
}

div#h_fri {
	position: absolute;
	top: 387px;
	left: 80px;
	font-size: 12px;
	width: 73px;
	text-align: right;
}

div#h_sat {
	position: absolute;
	top: 409px;
	left: 80px;
	font-size: 12px;
	width: 73px;
	text-align: right;
}

div#h_sun {
	position: absolute;
	top: 431px;
	left: 80px;
	font-size: 12px;
	width: 73px;
	text-align: right;
}

div#h_alert {
	position: absolute;
	top: 454px;
	left: 40px;
	font-size: 12px;
	width: 116px;
	text-align: center;
	height: 30px;
	color: #F00;
	font-weight: bold;
}

/* NAV LINKS */

div#nav_home {
	position: absolute;
	left: 240px;
	top: 142px;
	width: 56px;
	height: 24px;
}

div#nav_about {
	position: absolute;
	left: 338px;
	top: 142px;
	width: 58px;
	height: 24px;
}

div#nav_services {
	position: absolute;
	left: 442px;
	top: 142px;
	width: 75px;
	height: 24px;
}

div#nav_contact {
	position: absolute;
	left: 562px;
	top: 142px;
	width: 76px;
	height: 24px;
}

div#nav_directions {
	position: absolute;
	left: 688px;
	top: 142px;
	width: 90px;
	height: 24px;
}

/* OTHER FLOATING LINKS */

div#adminLink {
	position: relative;
	left: 833px;
	width: 76px;
	height: 15px;
	top: 143px;
	border: none;
}

div#joaLink {
	position: absolute;
	left: 114px;
	top: 146px;
	width: 155px;
	height: 48px;
	border: none;
}

div#antLink {
	position: absolute;
	left: 311px;
	top: 146px;
	width: 155px;
	height: 48px;
	border: none;
}

/* TEXT STYLES */
a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #666;
}

/* Directions */
#directions_options {
	text-align: center;
	height: 25px;
	background: url(images/directions/transportByCar.png) no-repeat center;
	margin-bottom: 5px;
}

#directions_options a:active {
	outline: none;
}

.dirContent {
	padding: 6px;
/*	border: 1px solid #CCC; *///
}

#dirContent {
	text-align: left;
}

#train {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#car {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#map_canvas_bg {
	background: url(images/directions/mapBG.png) no-repeat top left;
	margin-left: -30px;
	margin-top: -30px;
	padding-left: 30px;
	padding-top: 30px;
}