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

h1 {
	color: black;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h2 {
	color: #666666;
	font-size: 18px;
	font-style: bold;
}

body {
	background:url(../backgrounds/wallpaper1.jpg) repeat;
	color: #424242;
	
	}
	
.bodytext {
	color: #424242;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bodytext A:link {
	color: #424242;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.bodytext A:visited {
	color: #424242;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.bodytext A:active {
	color: #424242;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.bodytext A:hover {
	color: #424242;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

.bluesidebar {
	color: #CCCCCC;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px;
}

.lightgreyborder {
	border: 2px solid #999999;
}

.footer {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

#footer .footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .footer a:hover {
	color: #fdd22a;
	text-decoration: underline;
}

#footer .footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.btbug {
	color:  white;
	text-align: center;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#btbug a:link {color: white; text-decoration:none;}
#btbug a:visited {color: white; text-decoration:none;}
#btbug a:hover {color: #fdd22a; text-decoration: underline;}
#btbug a:active {color: white; text-decoration: none;}

#drivingdirections {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 5px;
	height: auto;
	width: 425px;
	list-style-position: outside;
	list-style-type: circle;
	background-color: #ebebeb;
	position: relative;
	border: 1px solid #d5d5d5;
	margin-top: 10px;
}

