@import url("reset.css");
html {
	overflow-y: scroll;
}

body {
	font: .8em/1.25em arial, sans-serif;
	color: #959595;
	height: 100%;
}

#pagewrap {
	width: 755px;
	height: 100%;
	padding-top: 0px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

#header {
	width: 755px;
	height: 355px;
	background-image: url(../images/header_bg.jpg);
	position: relative;
}

.post_content ul {
	margin-bottom: 10px;
}

.post_content li {
	list-style-type: disc;
	margin-left: 16px;
}

#nav {
	width: 350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 31px;
	padding-left: 10px;
}

ul#menu {
	margin-right: auto;
	margin-left: auto;
	width: 340px;
	height: 31px;
	list-style-type: none;
	position: relative;
}

ul#menu li {
	display: inline-block;
}

ul#menu li a {
	display: block;
	height: 23px;
	color: #959595;
	text-decoration: none;
	font-size: .75em;
	padding-top: 8px;
	padding-right: 2px;
	padding-left: 1px;
}

ul#menu li.selected a {
	color: #000;
}

ul#menu li a:hover {
	color: #000;
}

#hero {
	width: 540px;
	height: 322px;
	clear: both;
	padding-left: 215px;
}

#hover_gallery {
	position: absolute;
	top: 31px;
	left: 215px;
	z-index: 1;
}

.canvas {
	width: 322px;
	height: 322px;
	float: left;
}

.canvas img {
	float: left;
}

.hover_menu {
	width: 41px;
	float: left;
	height: 164px;
	margin-top: 79px;
}

.hover_menu img {
	float: left;
}

#contentwrap {
	clear: both;
}

#content {
	width: 330px;
	position: relative;
	margin-right: 0;
	padding: 30px 0 0px 216px;
	float: left;
}

.gallery_nav {
	text-align: center;
	width: 322px;
	position: absolute;
	top: 345px;
}

.clear {
	clear: both;
}

.dotted_border {
	background: url(../images/dotted_border.png) repeat-x;
	width: 330px;
	height: 19px;
	clear: both;
}

.dotted_border_bottom {
	background: url(../images/dotted_border.png) repeat-x 0 30px;
	width: 330px;
	height: 49px;
	clear: both;
}

.left_col {
	width: 157px;
	float: left;
	padding-right: 8px;
}

.right_col {
	width: 157px;
	float: left;
	display: inline;
	padding-left: 8px;
}

.gallery_thumbs {
	width: 330px;
}

.gallery_thumbs img {
	float: left;
}

#sidebar {
	float: left;
	width: 165px;
	padding-left: 28px;
	padding-top: 30px;
}

.post_wrap {
	padding: 0 7px;
	margin-bottom: 2px;
}

h4.post_title {
	font-weight: normal;
	font-style: normal;
	line-height: 1.15em;
	color: #959595;
	padding-bottom: 3px;
	font-size: 1em;
}

.post_wrap p {
	font-size: .85em;
	line-height: 1.2em;
	padding-top: 2px;
}

p.post_text a {
	color: black;
	text-decoration: none;
}

span.more_link {
	color: black;
}

p.post_text a:hover {
	text-decoration: underline;
}

/* News Page Styles */

#news_content {
	margin-left: 216px;
	padding-top: 30px;
}

.date {
	color: black;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	padding-bottom: 10px;
}

.post_content {
	float: left;
	width: 325px;
}

.post_image {
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 10px;
}

.post_image img {
	margin: 0;
	padding: 0;
	text-decoration: none;
	float: left;
}

.dotted_border_post {
	background: url(../images/dotted_border.png) repeat-x 0;
	width: 330px;
	height: 29px;
	clear: both;
}

.dotted_border_post_long {
	background: url(../images/dotted_border.png) repeat-x 0;
	width: 530px;
	height: 29px;
	clear: both;
}

#footer {
	width: 100%;
	height: 50px;
	clear: both;
	text-align: center;
	font-size: .75em;
	line-height: 1em;
	padding-top: 10px;
}

p {
	padding-bottom: 8px;
	padding-top: 0;
	margin-top: 0;
}

#footer p {
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #959595;
}

a:hover {
	color: black;
}

p.paddo a, p.chelmer a {
	color: black;
}
strong {
	color: black;
	font-weight: normal;
	font-style: normal;
}

input.submit {
	margin-top: 10px;
	margin-bottom: 8px;
}

.error, .booknow {
	color: red;
}

ul#menu li a.booknow {
	color: red;
}

h3.thanks {
	font-size: 1.1em;
}





