html,body{
	margin: 0;
	padding: 0;
}

body{
	font: 80% Arial, verdana, sans-serif;
	text-align: center;
	background-color: #333333;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
  
div#container{
	width: 775px;
	margin: 0 auto;
	background-color: #000000;
	text-align: left;
}

div#header{
	height: 160px;
	margin: 0;
	padding: 0;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#content{
	float: right;
	width: 615px;
}

div#content p{
	line-height: 180%;
	text-align: justify;
	width: 400px;
}

dl{
	line-height: 180%;	
}

#content a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

div#navigation{
	float: left;
	width: 160px;
}

div#content-footer{
	margin-top: 30px;
	float: right;
	width: 615px;
}

#content-footer p{
	margin-bottom: 15px;	
}

div#footer{
	color: #FFFFFF;
	clear: both;
	width: 100%;
	background-color: #121413;
	text-align: right;
	border-top: 1px solid #555555;
}

/**
 * Custom styles
 */
a{
	color: #F69A15;
	text-decoration: none;	
}

p{
	margin-top: 5px;	
}

address{
	font-style: normal;	
	line-height: 150%;
}

img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu{
	list-style-type: none;
	margin: 10px;
	padding: 0;
	line-height: 150%;
}

#menu li{
	margin: 0;
	padding: 0;
	background: #000 url('/images/bullet.jpg') no-repeat 0px 6px;
}

#menu a{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 12px;
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Verdana;
}

#menu a.selected, #menu a:hover{
	color: #f69a15;
}

#speed-bar{
	margin: 6px 20px 0px 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	font-size: 95%;
	text-transform: uppercase;
}

#speed-bar li{
	display: inline;
	margin: 2px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Sans-serif;
}

#speed-bar a.selected{
	color: #888888;
	font-weight: bold;
}

#speed-bar li a{
	color: #666666;
	text-decoration: none;
}

#speed-bar li a:hover{
	color: #dddddd;	
}

h1{
	font-size: 24px;	
	font-weight: normal;
	font-family: Georgia, Arial, Verdana;
	font-style: italic;
	border-bottom: 1px solid #f69a15;
	height: 26px;
	margin: 10px 0;
}
	
h2{
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 20px solid #222222;
	line-height: 15px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}


/**
 * CSS image rollovers (mask background)
 */
ul#thumbnails{
	float:left;
	clear: both;
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

ul#thumbnails li{
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #333333;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

ul#thumbnails a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

ul#thumbnails a:hover{
	background-position: 0px -70px;
}

#garage a{
	background-image: url('../images/mapRollover.jpg');
}

#staff a{
	background-image: url('../images/garageRollover.jpg');
}

#map a{
	background-image: url('../images/buildingRollover.jpg');
}
