body {
	color: #434E6C;
	background-color: #DADCE2;
	margin: 0;
	font: .8em/1.5em Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: #434E6C;
	font-size: ;
}

img {
	border: 0;
}

#wrapper {
	width: 960px;
	min-height: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
}

/* --- Masthead Styles --- */

#masthead {
	float: left;
}

#masthead img {
	float: left;
}

#masthead a {
	border: none;
}

#mastheadWrapper {
	width: 688px;
	float: right;
	border-bottom: 1px solid;
	position: relative;
	height: 80px;
	margin-left: 12px;
}

#mastheadWrapper h1 {
	position: relative;
	float: left;
	font-size: 1.5em;
	margin: 30px 0 0;
	line-height: 1.1em;
}

#mastheadWrapper h1 span.block {
	display: block;
}

#mastheadWrapper ul {
	font-size: 0.9em;
	margin: 35px 0 0;
	font-weight: bold;
	padding-left: 40px;
}

#mastheadWrapper ul.add {
	float: right;
	list-style-type: none;
}

#mastheadWrapper ul.telEmail {
	float: right;
	list-style-type: none;
}

#mastheadWrapper .email a:hover {
	color: #CCD4FF;
}

/* --- Navigation Styles --- */

#navContainer {
	float: left;
	width: 188px;
}

#nav {
	/*float: left;*/
	list-style: none;
	padding: 0;
}

#nav li {
	font-weight: bold;
}

#nav li a {
	font-weight: bold;
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	/*padding: 6px 60px 6px 2px;*/
	padding: 6px 35px 6px 12px;
}

#nav li a:hover {
	color: #FFF;
	background-color: #434E6C;
}

/* #home #nav .home a:hover,
#rooms #nav .rooms a:hover,
#location #nav .location a:hover,
#directions #nav .directions a:hover,
#gallery #nav .gallery a:hover {
	color: inherit;
	background-color: inherit;
	cursor: default;
} */

/* --- Content Styles --- */

#content {
	width: 375px;
	float: left;
	margin-left: 50px;
	line-height: 1.8em;
}

#content h2 {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#content a.external {
	font-weight: bold;
	padding-right: 17px;
	background: url(../images/external_link_icon.gif) no-repeat center right;
}

#content a:visited {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
}


/* --- Sidebar Styles --- */

#sidebar {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}

#sidebar img {
	border: 1px solid #434E6C;
}

#sidebar p {
	margin: 2px 0 25px 0;
}

#sidebar a.external {
	color: #434E6C;
	font-weight: bold;
	padding-right: 17px;
	background: url(../images/external_link_icon.gif) no-repeat center right;
}

#sidebar a:visited {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* --- Gallery Styles --- */

#gallery #content {
	width: 700px;	
}

#image-gallery {
	width:  100%;
	list-style: none;
	text-indent: ;
	margin: 0;
	padding: 0;
}

#image-gallery li {
	float: left;
	width:  193px;
	margin: 20px;
}

#image-gallery li img {
	border: 1px solid;
}

/* --- Lighbox 2 Styles --- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

