html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ul, p, table, td
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body
{
	color: #4E534D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(body-bg-repeat-y.jpg);
	background-color: #ececec;
	background-repeat: repeat-y;
	background-position: center top;
}
h1
{
	color: #474E46;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3em;
	font-family: "Times New Roman", Times, serif;
}
h2
{
	color: #495048;
	font-size: 1.5em;
	line-height: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h3
{
	color: #495048;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}
p
{
	margin-bottom: 0.7em;
}
a, a:link
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#outerWrapper
{
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
}
#outerWrapper #header
{
	font-size: 1.7em;
	line-height: 1em;
	background-image: url(no-flash-header.jpg);
	height: 204px;
	width: 960px;
}
#outerWrapper #topNavigation
{
	height: 50px;
	background-image: url(nav-bg-repeat-x.jpg);
}
#outerWrapper #topNavigation #navleftshim
{
	float: left;
	height: 50px;
	width: 20px;
	background-image: url(nav-left-shim.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #topNavigation #navrightshim
{
	height: 50px;
	width: 20px;
	float: right;
	background-image: url(nav-right-shim.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper
{
	background-image: url(content-bg-repeat-y.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#outerWrapper #contentWrapper #content
{
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	position: relative;
	margin: 0;
}
.moredetails
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 40px;
	margin-right: 40px;
	width: 880px;
	display: none;
}

.closeBtnLeft
{
	float: left;
	height: 50px;
	width: 20px;
	background-image: url(nav-left-shim.jpg);
	background-repeat: no-repeat;
}
.closeBtnRight
{
	height: 50px;
	width: 20px;
	float: right;
	background-image: url(nav-right-shim.jpg);
	background-repeat: no-repeat;
}
.moredetails ul
{
	list-style-type: square;
	margin-left: 20px;
}

.moredetailsbtn
{
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: 20px;
	text-decoration: underline;
}
.closemoredetails
{
	text-align: center;
	background-image: url(nav-bg-repeat-x.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	padding-top: 5px;
}
.closemoredetails a
{
	text-decoration: underline;
}


div.leftcol
{
	width: 45%;
	float: left;
}
div.rightcol
{
	width: 45%;
	float: right;
}
div.clearboth
{
	clear: both;
	height: 0px;
	width: 0px;
}
#outerWrapper #footer
{
	background-image: url(footer-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: center;
	font-size: 10px;
}
#navigation
{
}
#navigation li
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
}
#navigation a
{
	font-weight: normal;
	font-size: 18px;
	display: block;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #4F564E;
}
#navigation li.selected
{
	background-image: url(nav-btn-bg-repeat-x.jpg);
	background-repeat: repeat-x;
}
#navigation li.selected a
{
	background-image: url(nav-btn-left-shim.jpg);
	background-repeat: no-repeat;
}
#navigation li.selected .shim
{
	width: 5px;
	background-image: url(nav-btn-right-shim.jpg);
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.headertext
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: -1000px;
}
/* accordion styles menu page */
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBDBA;
}
/* accordion header */
#accordion h2
{
	cursor:pointer;
	background-image: url(arrow-right.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDBA;
}
#accordion h2:hover
{
	cursor:pointer;
	background-image: url(arrow-right-dark.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDBA;
}
/* currently active header */
#accordion h2.current
{
	cursor:default;
	background-image: url(arrow-down.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left center;
}
/* accordion pane */
#accordion div.pane
{
	display:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDBA;
}
/* a title inside pane */
#accordion div.pane h3
{
}
div.events
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBDBA;
}
/* events page styles */
div.eventpane
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDBA;
	margin-bottom: 10px;
}
/* photo gallery pages styles */
div.photothumbs
{
	margin-top: 10px;
	margin-bottom: 10px;
}
div.photothumbs img
{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #DBDBDB;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* the overlayed element */
/* the overlayed element */
.simple_overlay
{ /* must be initially hidden */
	z-index:10000; /* styling */
	background-color:#333;
	width:675px;
	min-height:200px;
	border:1px solid #666; /* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	display: none;
}
/* close button positioned on upper right corner */
.simple_overlay .close
{
	background-image:url(close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* the large image. we use a gray border around it */
.simple_overlay #img
{
}
/* "next image" and "prev image" links */
.simple_overlay .next, .simple_overlay .prev
{ /* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px; /* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.simple_overlay .prev
{
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
.simple_overlay .next
{
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}
.simple_overlay .next:hover, .simple_overlay .prev:hover
{
	text-decoration:underline;
	background-color:#000;
}
/* when there is no next or previous link available this class is added */
.simple_overlay .disabled
{
	visibility:hidden;
}
/* the "information box" */
.simple_overlay .info
{
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}
.simple_overlay .info strong
{
	display:block;
}
/* progress indicator (animated gif). should be initially hidden */
.simple_overlay .progress
{
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}
/* everybody should know about RGBA colors. */
.simple_overlay .next, .prev, .info
{
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;
}
/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbphotos a.active img
{
	outline:1px solid #000;
	z-index:9999;
	position:relative;
}
/* job vacancy styles */
div.jobs
{
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBDBA;
	margin-top: 5px;
}
div.jobdescription
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDBA;
	padding-top: 10px;
	padding-bottom: 10px;
}
#enqform
{
	margin: 0px;
	padding: 5px;
	border: 1px solid #BBBDBA;
}
#enqform label
{
	display: block;
	margin-top: 5px;
	font-size: 80%;
}
#enqform .button
{
	background-color: #869085;
	color: #FFFFFF;
	margin-top: 10px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 80%;
}
#enqform .error
{
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/* home page styles */
#sizer
{ /* items on the home page are absolutly poistioned so need an elemnt to hold the page hight */
	height: 720px;
}
#specials
{
	width: 314px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 30px;
	margin-right: 30px;
	background-image: url(specials-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
#specials h3
{
	height: 90px;
	width: 314px;
	background-image: url(specials-top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#specials h3 span
{
	position: absolute;
	margin-top: -10000px;
	margin-right: 10000px;
}
#specials p
{
	margin: 0px;
	background-image: url(specials-repeat-y.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 140%;
}
#specials a
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#plate
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#intro
{
	width: 450px;
}
#shoutabout
{
	width: 450px;
	margin-bottom: 30px;
}
#hanging
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 480px;
	margin-top: -10px;
}
#cform
{
	margin: 0px;
	border: 1px solid #D1D1D1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#cform .error
{
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.rightofcommentform
{
	float: right;
}
.leftofcommentform
{
}
/* comments styles */
div.comments
{
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBDBA;
}
div.comment
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDBA;
	margin-bottom: 10px;
}
.commentdate
{
	font-size: 70%;
}
#commentform
{
	margin-bottom: 20px;
	width: 880px;
}
#commentform label
{
	display: block;
	margin-top: 10px;
	font-size: 80%;
}
#submitbtn
{
	background-color: #869085;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 6px;
	margin-top: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* pagination styles */
a.paginationtext
{
	font-size: 80%;
	color: #7C8479;
}
.paginationrecordcount
{
	font-size: 80%;
	text-align: center;
	padding: 10px;
	color: #869085;
}
div.links
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBDBA;
}
div.link
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDBA;
}
div.link h2
{
	padding-left: 30px;
	background-image: url(arrow-right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
div.link h2:hover
{
	padding-left: 30px;
	background-image: url(arrow-right-dark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
div.link a
{
	color: #495048;
	font-weight: normal;
	display: block;
}
#bullets
{
	background-color: #ECECEC;
}
#bullets td
{
	background-color: #FFFFFF;
	height: 80px;
	padding: 5px;
}
#bullets td:hover
{
	background-color: #EDEDED;
}
#bullets .bulletsdiv p
{
	margin: 0px;
	padding: 0px;
}
#bullets .bulletsdiv a
{
	z-index: 100;
	font-weight: normal;
	text-decoration: none;
	display: block;
	left: 0px;
	top: 0px;
	color: #495048;
}
#bullets .bulletsdiv a:hover
{
	text-decoration: underline;
}
#bullets .bulletsdiv a strong
{
	color: #495048;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}
#bullets .bulletsdiv a span
{
	display: none;
}
#newssubform
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#newssubform p
{
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 85%;
}
#newssubform label
{
	display: block;
	margin-top: 5px;
	font-size: 85%;
}
#newssubform .error
{ color: #FF0000; font-size: 85%; line-height: 85%; display: none; 
}
#newssubform .success
{ color: #009900; margin-top: 10px; display: none; 
}
#newssubform #subbtn
{
	margin-top: 10px;
	background-color: #ECECEC;
	border: 2px solid #D4D4D4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#announcement
{
	height: 300px;
	width: 300px;
	position: absolute;
	left: -300px;
	top: 100px;
	z-index: 50000;
}
