/* (c) copyright, all rights reserved. */

@import url(reset.css);
@import url(../lightbox/stylesheets/lightbox.css);

 {
	border: 1px solid blue !important;
}

/* Add block-level elements here as you see fit */
h2, h3, h4, h5, p, ol, ul, dl, blockquote, table, img {
	margin: 20px 0;
}

body {
	background: #EAE2c0;
	font: 12px verdana, helvetica, arial, sans-serif;
	color: rgb(50,50,50);
}

#page {
	position: relative;
	width: 600px;
	margin: 40px auto 0 auto;
	padding: 0 40px;
	background: url(../images/page_bg.png) repeat-y 50% top;
}

/*-- Top contact details --*/
#contact {
	position: absolute;
	right: 30px;
	top: -40px;
	margin: 0;
	font-size: 11px;
	color: rgb(120,120,50);
}

#contact a {
	color: rgb(120,120,50);
	text-decoration: underline;
}

#contact a:hover {
	background: none;
}

/*-- Header and navigation --*/
#header {
	position: relative;
	height: 200px;
	padding: 20px 0;
	border-top: 20px solid white;	
	background: rgb(240,240,240) url(../images/header_bg.jpg) no-repeat left top;
}

h1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 580px;
	padding: 10px;
	background: transparent;
	text-align: right;
	font: normal 20px helvetica;
	color: white;
}

h1 span {
	display: block;
	font-size: 12px;
}

#nav {
	position: absolute;
	left: 0;
	bottom: 5px;
	margin: 0;
}

#nav li {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}

#nav li a {
	padding: 5px 10px;
	background: rgb(100,100,100);
	line-height: 10px;
	color: white;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#home #home,
#location #location,
#gallery #gallery {
	background: white;
	color: rgb(50,50,50);
}

/*-- Main --*/
#main {
	
}

h2 {
	height: 40px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left 50%;
	font-size: 1px;
	color: white;
}

h2#welcome {
	background-image: url(../images/heading_welcome.png);
}

h2#facilities {
	background-image: url(../images/heading_facilities.png);	
}

h2#location_ {
	background-image: url(../images/heading_location.png);	
}

h2#directions {
	background-image: url(../images/heading_directions.png);	
}

h3 {
	font-weight: bold;
}

em {
	font-weight: bold;
}

.facilities {
	padding-left: 0px;
}

h4.facilities {
	clear: left;
	margin-bottom: -20px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

ul.facilities li {
	float: left;
	padding-right: 10px;
	font-size: 23px;
}

ul.facilities .alt {
	font-weight: bold;
}

h4 {
	font-weight: bold;
	text-decoration: underline;
}

/*-- Photo Gallery --*/
#gallery {
	margin: 20px 0;
}

#gallery .image-box {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}

#gallery .image-box img {
	width: 90%;
	height: 120px;
}

/*-- Widgets --*/

.image-box {
	float: right;
	width: 250px;
	text-align: center;
}

.image-box.right {
	margin: 0 0 20px 20px;
}

.image-box img {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 4px;
	border: 1px solid rgb(220,220,220);
}

.image-box p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: rgb(150,150,150);
}

.image-box a:hover {
	background: none;
}

.hr {
	clear: left;
	margin: 40px 0 30px 0;
	height: 10px;
	background: rgb(240,240,240);
	border-top: 1px solid rgb(220,220,220);
}

.subtle {
	color: rgb(150,150,150);
	font-size: 11px;
}

/*-- Map --*/
#map {
	width: 540px;
	height: 400px;
	margin: 20px auto;
	border: 5px solid rgb(220,220,220);
}

#map_instructions {
	text-align: center;
	
}

/*-- Links --*/
a:link,
a:active,
a:visited,
a:hover {
	color: rgb(0,100,200);
}

a:hover {
	background: rgb(0,100,200);
	color: white;
	text-decoration: none;
}

/*-- Footer --*/
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid rgb(220,220,220);
	text-align: center;
	font-size: 11px;
	color: rgb(100,100,100);
}

#footer a:link,
#footer a:visited {
	color: rgb(100,100,100);
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

#page_footer {
	width: 648px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/page_footer_bg.png) no-repeat left top;
}
