/* CSS Document */

/* GLOBAL STYLES */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000000;
}
a {
	color: #39408a;
}
a:hover {
	color: #e76f41;
}
/* END OF GLOBAL STYLES */


#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(../images/css/wrapper_bg.gif) repeat-y top left;
}

#strapline {
	width: 950px;
	margin: 0 auto;
	color: #fff;
	line-height:20px;
} 

#strapline h1 {
	font-size:11px;
	font-family:verdana, arial;
	font-weight:normal;
	color:#E5E5E5;
}

/* HEADER STYLES */
#header {
	background: #ffffff url(../images/css/header_bg.jpg) no-repeat top left;
}
#header img {
	display: block;
	border: none;
	clear: both;
}
#header a img {
	float: left;
	margin: 31px 0 23px 30px;
}
#header p {
	float: left;
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #999999;
	width: 240px;
	border: 1px solid #cccccc;
	padding: 9px;
	margin-bottom: 20px;
}
/* END OF HEADER STYLES */

/* NAV STYLES */
#nav {
	background-color: #000000;
	border-left: 10px solid #4d4d4d;
	width: 940px;
	float: left;
}
#nav img {
	float: right;
	margin-bottom: 3px;
}
#nav ul {
	list-style: none;
	border-top: 1px solid #4d4d4d;
	clear: both;
}
#nav li {
	float: left;
}
#nav li a { /* Main menu options */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 2px 12px;
}
#nav li:first-child a { /* Main menu options */
	padding-left: 20px;
}
/* You are here auto select styling */
body#home a#homeLink,
body#facilities a#facilitiesLink,
body#facilitiesSub a#facilitiesLink,
body#catering a#cateringLink,
body#events a#eventsLink,
body#accommodation a#accommodationLink,
body#location a#locationLink,
body#galleryPage a#galleryPageLink,
body#news a#newsLink,
body#contact a#contactLink,
body#christmasparty a#christmaspartyLink
body#weddings a#wedddingsLink {
	background-color: #666666;
}
#nav li a:hover {
	background-color: #e86f41;
}
/* END OF NAV STYLES */


/* CONTENT STYLES */
#main {
	clear: both;
}
#content {
	float: left;
	width: 610px;
	min-height: 390px;
	background: #ffffff url(../images/css/content_bg.jpg) no-repeat top left;
	padding: 5px 0 0 30px;
	margin-bottom: 30px;
}
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #999999;
	margin: 0 0 1em 0;
	padding: 2px 5px 20px 5px;
	/*background-color: #999999;*/
	border: 1px solid #999999;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #39408a;
	/*border-bottom: 1px solid #39408a;*/
	padding: 0;
	margin-bottom: 0.5em;
}
#content p+h3 {
	margin-top: 1.5em;
}
#content h3 a {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
}
#content h3 a:hover {
	color: #39408a;
	text-decoration: underline;
}
#content h4 {
	font-size: 1em;
	font-weight: bold;
	color: #542989;
	/*text-transform: uppercase;*/
	margin: 1em 25px 0.2em 0;
	margin-left: 8px;
	clear: both;
}
#content p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.4em;
}
#content ol {
	list-style: decimal;
	margin: 0 0 2em 25px;
	font-size: 1.1em;
}

#content ul {
	margin: 0 0 2em 25px;
	font-size: 1.1em;
}
#content li {
	margin: 0 0 1em 0;
}
#content li.nobullet {
	background: none;
}
#content li ul {
	list-style: none;
	margin: 0 0 0 5px;
}
#content li ul li {
	font-size: 0.9em;
	margin: 0 0 0.7em 0;
	background: url(../images/css/bullet2.gif) no-repeat left center;
}

#content dl {
	margin: 0.7em 25px 1.5em 8px;
}
#content dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 15px;
	background: url(../images/css/bullet.gif) no-repeat left center;
}
#content dd {
	font-size: 1.1em;
	margin: 0 0 1em 18px;
}
#content address {
	font-size: 1.2em;
	margin: 2em 0 1em 0;
	line-height: 1.5em;
}

#content .gallery {
}
#content .gallery ul {
	list-style: none;
	margin: 15px 0 30px 0;
	padding: 0;
	float: left;
}
#content .gallery li {
	margin: 0 0 11px 0;
	float: left;
}
#content .gallery li img {
	border: 1px solid #7f7f7f;
	display: block;
}
#content li.galleryGutter {
	margin-left: 11px;
}
#galleryPage #content .gallery li {
	margin: 0 30px 25px 30px;
	text-align: center;
}
#galleryPage #content .gallery li img {
	margin-bottom: 5px;
}

.column {
	float: left;
	width: 295px;
}
.twocolumn {
	float: left;
	width: 580px;
}
.gutter {
	margin-left: 20px;
}
.foodDirect{
	float: left;
	margin: 0 10px 2px 0;
}
.vspace {
	margin-bottom: 1.5em;
}







/* END OF CONTENT STYLES */


#breadcrumbs p {
	color: #999999;
	font-size: 1em;
	margin: 0 0 1em 0;
}
#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #e76f41;
	text-decoration: underline;
}
#breadcrumbs .divider {
	color: #e76f41;
}

/* SIDEBAR STYLES */
#sidebar {
	width: 290px;
	float: right;
}
#sidebar img {
	display: block;
	margin: 10px 0 20px 0;
}
#sidebar p {
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 20px 1em 0;
}
#sidebar p img {
	display: inline;
	margin: 0;
}
/* END OF SIDEBAR STYLES */



#content #submenu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#content #submenu li {
	margin: 0 0 0.2em 0;
}
#content #submenu li a {
	font-size: 0.9em;
	color: #999999;
}
#content #submenu li a:hover{
	color: #e76f41;
}

/* FOOTER STYLES */
#footer {
	clear: both;
	background-color: #000000;
	color: #ffffff;
	padding: 3px 0 50px 0;
}
#footer p {
	float: left;
	
}
#footer p.copyright {
	float: right;
}
#footer a {
	color: #e86f41;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}

#footerlinks {
	clear:both;
	text-align:center;
	background-color: #4D4D4D;
	width: 100%;
	color: #fff;
	float: left;
}
#footerlinks ul {
	list-style: none;
	
}
#footerlinks li {
	float: left;
	padding: 0 7px;
	border-left: 1px solid #999999;
	margin: 5px 0;
}
#footerlinks li:first-child {
	border: none;
}

#footerlinks a {
	color: #E3E3E3;
	text-decoration:underline;
}
#footerlinks a:hover {
	color: #fff;
	text-decoration:underline;
}
/* END OF FOOTER STYLES */



/* SELECTIVE STYLES */

#location #wrapper {
	background: #ffffff url(../images/css/location_wrapper_bg.gif) repeat-y top left;
}
#location #content {
	width: 500px;
}
#location .column {
	width: 240px;
}
#location #sidebar {
	width: 400px;
}
#location #sidebar img {
	margin-top: 0;
}

#gallery #wrapper {
	background: none;
	background-color: #ffffff;
}
#gallery #content {
	width: 900px;
}
#gallery #sidebar {
	width: 0;
}

#gallery .gutter {
	margin-left: 40px;
}

#facilities #wrapper {
	background: none;
	background-color: #ffffff;
}
#facilities #content {
	width: 900px;
}
#facilities #sidebar {
	width: 0;
}
#facilities #content th {
	font-weight: normal;
}
#facilities #content th a {
	font-weight: bold;
}
#facilities #content .tableSection {
	background-color: #f2f2f2;
}
#facilities #content .tableSection h3 {
	color: #000000;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 1.5em 0 0 0;
}
#facilitiesSub #wrapper {
	background: #ffffff url(../images/css/location_wrapper_bg.gif) repeat-y top left;
}
#facilitiesSub #content {
	width: 500px;
}
#facilitiesSub #sidebar {
	width: 400px;
}
#facilitiesSub #content h3 {
	font-size: 1.6em;
	margin: 1.5em 0 1em 0;
}
#facilitiesSub #content li {
	margin-bottom: 0.7em;
}
#facilitiesSub #content table {
	margin-bottom: 2em;
}
#facilitiesSub #content #submenu li {
	margin-bottom: 0.2em;
}
#facilitiesSub #content .tableHeads th {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
#facilitiesSub #sidebar img {
	margin-top: 20px;
}

#events #wrapper {
	background: none;
	background-color: #ffffff;
}
#events #content {
	width: 900px;
}
#events #sidebar {
	width: 0;
}
#events .twocolumn {
	width: 560px;
}
#events .gutter {
	margin-left: 40px;
}

#news .newscolumn {
	width: 275px;
	float: left;
}
#news .gutter {
	margin-left: 40px;
}
#content .story {
	border-bottom: 1px solid  #e6e6e6;
	margin-bottom: 0.5em;
}

#content .newsdate {
	text-align: right;
	color: #666666;
	margin-bottom: 0.3em;
}
#content .newscolumn p+h3 {
	margin-top: 0;
}
/**/


/* EVENTS LIST STYLES */

#content .event {
	border-bottom: 2px solid #cccccc;
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0 5px 0;
	background: url(../images/css/event_bg.gif) repeat-y bottom right;
}

#content .over {
	background: url(../images/css/event_bg_hover.gif) repeat-y bottom right;
	cursor: pointer;
}
#content .event a:hover {
	text-decoration: underline;
	color: #39408a;
}
#content .logo {
	float: left;
	width: 100px;
}
#content .name {
	float: left;
	width: 300px;
	margin-left: 10px;
}
#content .event .name {
	font-weight: bold;
	font-size: 1.2em;
}
#content .event .name a {
	text-decoration: none;
}
#content .type {
	float: left;
	width: 50px;
	margin-left: 10px;
	text-align: center;
}
#content .date {
	float: left;
	width: 80px;
	margin-left: 10px;
	text-align: center;
}

#events h3 {
	clear: both;
	background: none;
	border-bottom: 2px solid #39408a;
	padding: 0;
	margin: 0 0 5px 0;
}
#content .monthEnd {
	margin-bottom: 25px;
}

#content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	clear: both;
}
#content th {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #cccccc;
}
#content .tableHeads th {
	border: none;
}
#content td {
	font-size: 1.1em;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #cccccc;
}
#content caption {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.3em;
}
sup {
	font-size: 0.6em;
}
#content .hotel {
	float: right;
	margin-bottom: 15px;
	clear: both;
	width: 236px;
}
#content .hotel p {
	color: #333333;
	float: left;
	width: 110px;
	line-height: 1.1em;
}
#content .hotel p.tel {
	float: right;
	width: 105px;
}
#content .hotel p.fullwidth {
	width: 236px;
}
#content .hotel img {
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 2px;
}
#flash {
	background: url(../images/css/flash_bg.gif) no-repeat top left;
}

#linklist {}
#linklist .ul {list-style-type:none;}
#linklist .linklist_title {border-bottom:1px dotted #ccc;padding:5px 0;margin:5px 0;font-size:18px;line-height:23px;font-weight:normal;color:#39408A}
#linklist .linklist_title a {font-size:18px;line-height:23px;font-weight:normal; text-decoration: none;color:#737373;}
#linklist .linklist_title a:hover {text-decoration:underline;color:#AECF38;}
#linklist .ul {margin:0 0 20px 0;padding:0;}
#linklist .ul .li {margin:0 0 8px 0;padding:0;}
#linklist .ul .li a {padding-left:30px;background-repeat:no-repeat;text-decoration:none;background-image:url(../images/sitemap_blue/page1.gif);}
#linklist .ul .li a:hover {text-decoration:underline;background-image:url(../images/sitemap_blue/page2.gif);}
#linklist .linklist_item {margin:0 0 14px 0;padding:0 0 0 25px;}
#linklist .linklist_item a {text-decoration:none;}
#linklist .linklist_item a:hover {text-decoration:underline;}
#linklist .ul .ul,
#linklist .ul .ul .ul
#linklist .ul .ul .ul .ul {margin:4px 0 0 0;padding-left:15px;}

.readerFloat {
	float: right;
}

#c2a {float:right;text-align:right;margin:10px 10px 0 0;padding:10px 10px 0 0;}
#c2a img {margin-bottom:7px;display:inline;}
#c2a a img {float:none;margin:0;}


