* {
	margin: 0;
	padding: 0;
}

/* body */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: justify;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(images/tile.gif);
	background-position: left;
	background-repeat: repeat-y;
	min-width: 1000px;
}

hr {
	margin: 20px 0 20px 0;
	padding: 0;
	color: #BC2122;
	border: #BC2122 solid 2px;
	clear: both;
}

a:hover, a:link {
	outline: none;
}

/* eo body */

h1, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
	text-align: left;
}

h1 em {
	font-style: normal;
	color: #000;
}

/* h2 */

h2 {
	margin-top: 1em;
	margin-bottom: 1.5em;
	font-size: 1.4em;
	color: #000;
}

h2 em {
    font-style: normal;
	color: #000;
}

/* eo h2 */

h3 {
	color: #000;
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 18px;
	margin-right: 20px;
}

/* header */

#header {
	height: 100px;
	background: #fff;
}

/* eo header */

/* logo */

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin-left: 20px;
	margin-top: 13px;
	font-size: 60px;
	font-weight: normal;
	color: #BC2122;
	background-image: url(images/red_page.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 65px;
}

#logo h1 a {
	color: #BC2122;
	padding-left: 70px;
}

#logo h2 {
	margin: 0;
	padding: 0;
	padding-left: 140px;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	letter-spacing: 0.5em;
}

#logo h2 a {
	color: #000;
}

#logo a {
	text-decoration: none;
}

/* eo logo */

#wrapper {
	background-image: url(images/watermark.gif);
	background-repeat: repeat-y;
	border: #000 1px solid;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	background-color: #fff;
}

/* menu1 */

#menu1 {
	margin: 0;
	padding-top: 32px;
	padding-right: 10px;
	float: right;
	width: 610px;
}

#menu1 ul {
	margin: 0;
	list-style: none;
}

#menu1 li {
	display: inline;
}

#menu1 a {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-family: 'Arial', Helvetica, sans-serif;
	color: #BC2122;
	letter-spacing: 0.2em;
}

#menu1 a:hover {
	background: #666;
	color: #fff;
}

#menu1 .current_page_item a {
	background: #666;
	color: #fff;
}

/* eo menu */

/* page */

#page {
	min-width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}

#page a {
	color: #BC2122;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#page a:hover {
	color: #BC2122;
	text-decoration: underline;
	outline: none;
}

/* eo page */

#latest-post {
	float: left;
	width: 55%;
    _width: 40%;
	padding: 14px 25px 0 25px;
	/* background: url(images/img02.gif) repeat-x left top; */
	line-height: 25px;
}

#latest-post.post {
	width: 55%;
    _width: 45%;
}

#latest-post p {
	clear: left;
}

* html #latest-post {
	width: 55%;
}

#latest-post ul li, #latest-post ol li {
	padding-bottom: 10px;	
}

#latest-post ol li {
	margin-left: 20px;	
}

#latest-post ul li {
	margin-left: 20px;
	list-style: square;	
}

#latest-post img {
	float: left;
	margin: 20px;
	margin-left: 0;
	margin-top: 0;
	border: none;
}

#latest-post h1 {
	letter-spacing: 1px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #BC2122;
}

#latest-post h1 span {
	color: #000;
}

#latest-post h2 {
	letter-spacing: 0.5px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #BC2122;
	line-height: 18px;
	text-align: left;
	clear: left;
}

#latest-post h2 span {
	color: #000;
}

.post .title {
	margin: 0;
}

/* sidebar bottom */

#sidebar {
	clear: both;
	background: #BC2122 /*url(images/img03.gif) no-repeat right bottom*/;
	padding: 0;
	color: #fff;
	text-align: left;
	font-size: 11px;
	margin: -30px 0 0 20px;
	*margin: -20px 0 0 20px;
}

#sidebar img {
	float: left;
	border: #000 solid 2px;
	margin-right: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	margin-left: 110px;
	background: #BC2122 /*url(images/img03.gif) no-repeat right bottom*/;
    line-height: 1.6em;
}

#sidebar li {
	display: block;
	float: left;
	padding: 20px;
	margin-right: 0;
	list-style: none;
	background: #BC2122 /*url(images/img03.gif) no-repeat right bottom*/;
    width: 230px;
}


#sidebar h2 {
	width: 150px;
	height: 90px;
	margin: 0 0 15px 0;
	padding: 0 50px 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: 'Arial', Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2em;
}

#sidebar p {
	color: #fff;
}

#sidebar a {
	text-decoration: none;
	color: #fff;
}

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

/* eo sidebar */

/* bar */

#bar {
	background-color: #000;
	padding: 5px;
	height: 40px;
}

#bar p {
	margin: 0;
	text-align: left;
	font-size: 10px;
	color: #fff;
}

/* eo bar */

/* menu */

#info {
	height: 400px;
}

#menu {
	float: left;
	z-index: 1000;
	font-size: 90%;
	margin: 0 0 50px 0; /* this page only */
}

#menu .img {
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
}

#menu img {
	border: #000 solid 2px;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 150px;
}

/* hack for IE5.5 */
* html #menu ul {
	margin-left: -16px; ma\rgin-left: 0;
}

/* position relative so that you can position the sub levels */
#menu li {
	position: relative;
	background: #BC2122;
	height: 26px;
}

/* get rid of the table */
#menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
}

/* style the links */
#menu a, #menu a:visited {
	display: block; 
	text-decoration: none;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	width: 149px;
	color: #fff;
	text-indent: 5px;
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
}

/* hack for IE5.5 */
* html #menu a, * html #menu a:visited {
	background: #BC2122;
	width: 150px;
	w\idth:149px;
}

#menu a:hover, #menu li.selected a {
	color: #fff; 
	background: #000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 150px; 
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
	visibility: hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
#menu ul :hover ul :hover ul ul{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
	visibility: visible;
}

/* make the fourth level visible when you hover over third level list OR link */
#menu ul :hover ul :hover ul :hover ul { 
	visibility: visible;
}

/* menu */

/* sidebar1 */

#sidebar1 {
	font-size: 11px;
	margin-top: 20px;
	float: right;
	width: 35%;
	padding: 0 0 20px 0;
	margin-right: 1.7em;
}

* html #sidebar1 {
	width: 35%;
}

#sidebar1 h1 {
	font-size: 14px;
	color: #000;
}

#sidebar1 h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
}

#sidebar1 .article-intro {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

#sidebar1 .article p {
	line-height: 20px;
	letter-spacing: 0.05em;
}

#sidebar1 .article h2 {
	font-size: 11px;
	text-transform: none;
	padding: 0;
	background-image: none;
	margin: 0;
	width: 100%;
}

#sidebar1 img {
	float: left;
	border: #000 solid 2px;
	margin-right: 10px;
	margin-top: 10px;
}

#sidebar1 a {
	color: #000;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar1 p {
	padding: 0;
	color: #fff;
	text-align: left;
	line-height: 18px;
}

#sidebar1 ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#sidebar1 li ul {
	line-height: 25px;
	padding: 0 0 20px 20px;
	background: #BC2122 url(images/turn.gif) no-repeat right bottom;
}

#sidebar1 li li {
	list-style: none;
	margin-top: 0;
	margin-left: 10px;
	padding: 0 10px 10px 10px;
	color: #fff;
	text-align: left;
	line-height: 20px;
}

#sidebar1 li li span {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0 0 0 0;
	font-style: normal;
}

#sidebar1 li li em {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0 0 0 0;
	font-style: normal;
}

#sidebar1 li li a {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	color: #fff;
	outline: none;
}

#sidebar1 li li a:hover {
	text-decoration: underline;
	color: #fff;
}

#sidebar1 h2 {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: #BC2122 url(images/img07.gif) repeat-x center bottom;
	text-transform: uppercase;
	font-family: 'Arial', Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.2em;
}

/* eo sidebar1 */

/* footer */

#footer {
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background: #000;
}

#footer p {
	margin: 0;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

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

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

/* eo footer */

#sidebar1 ul li ul {
	padding: 10px;
}

/* form */

form {
	border: #000 solid 1px;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 20px;
}

form ul li {
	color: #BC2122;
}

.invalid {
    color: #BC2122;
}

form#directions {
	margin: 0 auto;
	font-size: 90%;
	width: 300px;
	text-align: left;
	margin-top: 5px;
}

form#directions input#directions {
	width: 220px;
}

.button {
	margin: 10px 20px 0 0;
	padding:5px 29px;
	background: #BC2122;
	border: none;
	color: #fff;
	cursor: pointer;
}

#ValidationIcon {
	clear: both;
	float: right;
	*float: left;
	margin: 0 10px 10px 0;
	*margin: 10px -20px 10px 0;
	}
	
.FaciliteList {
	margin: 0 0 0 20px;
	}	
	
#dgPhoto img {
	margin: 0 0 0 -10px;
	}	
/*#dgSlider{
	margin: 0 0 0 -10px;
	}*/	
	
#dgViewport {
	left: 19px;	
	}

#dgViewport img {
	margin: 0 10px 0 0;	
	}
	
#gallery {
	margin: 10px auto 0 auto;
	position:relative;
	overflow: auto;
	height: 90px;
}

#map {
    margin: 0 auto;
    height: 270px;
    width: 270px;
}
:no
/* eo form */

.newsPhoto {
    float: right;
    margin: 20px 10px 5px 0;
}

#latest-post .article{
	margin: 0;
}

#latest-post .article p {
	clear: none;
}

#latest-post .article h2 {
	clear: none;
}

#latest-post .article h1 {
	margin-top: 0.6em;
}

#latest-post .newsPhoto {
	border: #000 solid 2px;
}

#sidebar1 .article p, #news_list .article p {
    display: none;
}
#sidebar1 .article div.article-intro p, #news_list .article div.article-intro p {
    display: block;
}
/* additional */
#bookshop img {
	border: #000 1px solid;
}