@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 auto 0 auto;
	font-size: 14px;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	background: url("img/upperbar.gif") repeat-x center top;
}
img
{
	border: 0;
}
a:link, a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: underline; color: #fa6303; }
a:active { text-decoration: underline; color: #F00; }


#content
{
	margin: 0 auto 0 auto;
	position: relative;
	width: 1000px;
	height: 700px;
}
#header
{
	position: absolute;
	z-index: 5;
	width: 1000px;
	height: 137px;
	top: 0px;
	text-align: center;
	color: #FFF;

	
}
#header img
{
	float: right;
	padding: 0px 60px 0px 0px;
}
#mainbox
{
	position: absolute;
	z-index: 2;
	top: 150px;
	width: 1000px;
	height: 550px;
	border: 1px solid;
}
#map
{
	position: relative;
	float: right;
	top: 0px;
	padding: 0px;
	margin: 40px 40px 0 0;
	border: 2px solid;
	
}
#maparea
{
	position: relative;
	width: 1000px;
	height: 550px;
	top: 0px;
	background: url("img/Mapbg.jpg") no-repeat center top;
}
#mapareatext
{
	position: relative;
	font-size: 14px;
	float: left;
	font-variant: small-caps;
	padding: 20px 30px 0px 40px;
	width: 440px;
	height: 520px;
}
#slider
{
	position: relative;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 410px;
}
#message
{
	position: absolute;
	z-index: 99;
	top: 30px;
	left: 30px;
}
#lowerbox
{
	position: relative;
	font-variant: small-caps;
	right: 0px;
	width: 320px;
	height: 120px;
	padding: 10px 0px 10px 30px;
}
#buttons
{
	position: relative;
	float: right;
	top: -120px;
	display: inline;
}
#buttons a
{
	display: inline;
	outline: none;
}
#buttons a:hover { background-position: 0 -75px; }
#buttons a:active { background-position: 0 -150px; }
	
#buttons .email
{
	position: absolute;
	top: 0px;
	right: 340px;
	width: 262px;
	height: 75px;
	background: url("img/email.gif") no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
#buttons .map
{
	position: absolute;
	top: 0px;
	right: 40px;
	width: 262px;
	height: 75px;
	background: url("img/map.gif") no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}	
#copyright
{
	padding: 8px 0 0 0;
	font-size: 10px;
	text-align: center;
}
