/* Colors 

BG = Black
Content BG = White
Links = Red
Links Hover = Black

*/

/* Overrides */

body {
	background-color: black;
	font-family: verdana;
	color: black;
	text-align: center;
	font-size: 0.9em;
}
input, textarea {
	border: 1px solid #999999;
	background: white;
	padding: 3px;
	font-family: verdana;
	font-size: 0.7em;
}
select {
	margin-right: 95px;
	background: white;
	padding: 3px;
	font-family: verdana;
	font-size: 0.7em;
	}

/* cells */

#main {
	width: 770px;
	border: 2px solid white;
	text-align: left;
	margin: 0px auto;
	background-color: white;
	padding: 5px;
}
#header {
	width: 760px;
	height: 84px;
	background-image: url(images/header_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	background-color: white;
}
#footer {
	width: 770px;
	height: 150px;
	border: 2px solid white;
	padding: 5px;
	background-color: black;
	color: white;
	text-align: center;
	margin: 0px auto;
	font-size: 0.7em;
}
#imagebar {
	width: 770px;
	padding: 5px;
	border: 2px solid white;
	margin: 0px auto;
	height: 85px;
	background-color: white;
}
#navigationrow {
	width: 760px;
	height: 50px;
	margin-top: 70px;
	border: 0px solid white;
}
#contact {
	width: 250px;
	height: 450px;
	margin-left: 50px;
	text-align: right;
}
#location {
	width: 150px;
	height: 250px;
	float: right;
	text-align: center;
	margin-right: 50px;
}
#centerform {
	width: 250px;
	height: 300px;
	margin-left: 200px;
	text-align: right;
}
#newsform {
	width: 250px;
	height: 150px;
	margin-left: 200px;
	text-align: right;
}

/* classes */

.introimagesboxes {
	margin-top: 5px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 5px;
	text-align: center;
	width: 145px;
	float: left;
	font-size: 0.7em;
	white-space: none;
}
.introimages {
	border: 1px solid black;
}
.footerlinkcells {
	margin-top: 100px;
	width: 750px;
	margin: 0px auto;
}
.hidden {
	visibility: hidden;
}
.sitemap {
	margin-left: 300px;
	}
.day {
	margin-right: 48px;
	}
.noborder {
	border: 0px;
	}
/* links */

a.borderbottom {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid red;
	font-weight: normal;
}
a.borderbottom:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid white;
	font-weight: normal;
}
a {
	color: red;
	text-decoration: none;
	border-bottom: black solid 1px;
}
a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid red;
}
a.textonly {
	font-size: 1.0em;
	font-weight: bold;
}
a.textonly:hover {
	font-size: 1.0em;
	font-weight: bold;
}
a.footer {
	border: 1px solid white;
	background-color: black;
	color: white;
	height: 25px;
	padding: 2px;
	text-align: center;
}
a.horz {
	color: white;
	font-size: 15px;
	text-decoration: none;
	padding-top: 2px;
}
a.horz:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid red;
}
.horizontal {
	width: 140px;
	height: 20px;
	background: black;
	border: 1px solid white;
	text-align: center;
	margin: 4px;
	float: right;
}
.bottom {
	color: white;
	font-size: 0.6em;
}
a.bottomlinks {
	color: white;
	text-decoration: none;
	font-size: 0.6em;
}
a.bottomlinks:hover {
	color: white;
	text-decoration: none;
	font-size: 0.6em;
	border-bottom: 1px solid red;
}
a.none {
	text-decoration: none;
	border: 0px;
}
a.none:hover {
	text-decoration: none;
	border: 0px;
}