@CHARSET "utf-8";

/* Main Styles */
html {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}
body {
	background-color: #FFFFFF;
	margin-bottom: 2%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
.container {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}



/* Header Styles */
.header {
	margin-bottom: 50px;
	width: 100%;
}
.header a {
	border: none;
	color: black;
	text-decoration: none;
}
.header img {
	border: none;
	margin-bottom: -150px;
	height: 150px;
	width: 650px;	
}
h1 {
	padding-top: 50px;
	text-align: right;
}
h2 {
	text-transform: capitalize;	
}

/* Main Content Styles */
.entry {
	height: 100px;
	margin-bottom: 2%;
	margin-top: 2%;
	width: 100%;
}
.entry a {
	border: none;
	color: #000000;
	text-decoration: none;
}
.entry img {
	background-color: #333333;
	border: medium inset LightGray;
}
.entry h3 {
	color: #0000FF;
	padding-top: 20px;
	text-decoration: underline;
}
.thumb {
	height: 150px;
	width: 150px;
}
.left .thumb {
	float: left;
	margin-right: 10px;
}
.right {
	text-align: right;
}
.right h3, .right p {
	text-align: right;
}
.left p.link, .right p.link {
	color: blue;
	text-decoration: underline;	
}
.right .thumb {
	float: right;
	margin-left: 10px;
}
.directions {
	/*display: none;*/
}


/* Secondary Content Styles */
#map_canvas {
	height: 400px;
	width: 600px;
}
.gallery {
	margin-left: 160px;
}
.gallery h2, .gallery p {
	margin-left: -160px;
	text-align: center;
}
.gallery img.tall {
	margin-left: 60px;	
}
.gallery .nav {
	display: block;
	width: 480px;
}
.gallery .nav .left {
	float: left;
}
.gallery .nav .right {
	float: right;
}



/* Footer Styles */
.footer {
	float: left;
	margin-top: 60px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;	
}
.footer p {
	margin: 0;
	text-align: center;
}