@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color: #c88131;
	background-image: url(../images/big-bg.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a img {border:0;}
a:link {
	color: #c6262c;
	text-decoration: none;
	border:0;
}
a:hover {
	color: #E0AF68;
	text-decoration: underline;
}
a:visited {
	color: #c6262c;
	text-decoration: none;
}
a:visited:hover {
	color: #E0AF68;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #E08835;
}
a.whitelink 
{
    color:#ffffff;
    text-decoration: none;
    
}

a:hover.whitelink 
{
    color:#E1722C;
    text-decoration: none;
}

p {font-size: 95%;}

h2 {
	margin-bottom:-2px;
	margin-top:25px;
	border-bottom: 3px dotted #CCCCCC;
	font-size: 140%;
	color: #000000;
}

h3 {
	margin-bottom:-5px;
	font-size: 110%;
	font-style: italic;
}

h4 {
	margin-bottom:-11px;
	font-size: 105%;
	color: #000000;
}

ul.menulist li{
	margin:3px 0;
	list-style-type: circle;
}


#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 10px 0 0px;
	height:163px;
	text-align: left;
	vertical-align: top;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
img.logo {float:left; margin-top:1px;}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 451px; /* padding keeps the content of the div away from the edges */
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 613px;
}

.sidebar1home {	background-image: url(../images/home-bg.gif);}
.sidebar1sub {	background-image: url(../images/sub-bg.gif);}

#sidebar1-2col {
	float: left; /* since this element is floated, a width must be given */
	width: 678px; /* padding keeps the content of the div away from the edges */
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/sub-bg2.gif);
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 211px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-image: url(../images/home-bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 613px;
}
#sidebar2-2col {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}

#subcolbtm {
	background-image: url(../images/sub-bg-2colb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 700px;
	position:absolute;
	bottom:-28px;
	left:-12px;
}

#mainContent {
	margin-top: 0;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 480px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.bb {
	width:229px;
	height:16px;
	background-image: url(../images/bb-top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	display:block;
}
.bb-container {
	width:229px;
	background-color: #121211;
	background-image: url(../images/chalkb.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0;
	padding:0px;
	color: #FFFFFF;
}
.bb-contents {padding:0px 10px 10px 10px;}
.bb-contents em {
	color: #FFFFCC;
}
.bb-contents p {margin:5px 0px; padding:0;}
div.hr {
  height: 7px;
  background: url(../images/hr.gif) no-repeat scroll center;
  padding:0px 0 0px 0;
}
div.hr hr {
  display: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.hidden {display:none;}


/* Home boxes */

.newsletter {
	float: left;
	height: 154px;
	width: 199px;
	text-align: left;
	vertical-align: top;
	padding:30px 10px 10px 10px;
	margin-bottom:8px;
	margin-top:11px;
	position:relative;
}

.function {
	float: left;
	height: 174px;
	width: 189px;
	text-align: left;
	vertical-align: top;
	padding:40px 10px 10px 10px;
	margin-bottom:8px;
	position:relative;
}

.restaurant {
	float: left;
	height: 174px;
	width: 189px;
	text-align: left;
	vertical-align: top;
	padding:40px 10px 10px 10px;
	margin-bottom:8px;
	position:relative;
}
  
.gallery {		
	float: left;
	height: 144px;
	width: 199px;
	text-align: left;
	vertical-align: top;
	padding:50px 5px 10px 5px;
		margin-left:10px;
		margin-bottom:8px;
		margin-top:11px;
		position:relative;
}
  
.about {	float: left;
	height: 99px;
	width: 420px;
	text-align: left;
	vertical-align: top;
	margin-bottom:8px;
	position:relative;
	padding:10px;
}

.subpage {	float: left;
	width: 657px;
	text-align: left;
	vertical-align: top;
	margin-bottom:8px;
	position:relative;
	padding:10px;
}

a.gallerypic {
	margin:0 6px 6px 0;
	padding:0;
	width:52px;
	height:52px;
	border:3px solid #FFFFFF;
	float:left;
}

a:hover.gallerypic {
	border:3px solid #d99a42;
}

a:active.gallerypic {
	border:3px solid #000000;
}

a.gallerypic img{
	width:52px;
	height:52px;
	margin:0;
	padding:0;
}



p.whitebox {
	background-color: #FFFFFF;
	padding: 4px;
	margin:0px;
}

.whitebox {
	background-color: #FFFFFF;
	padding: 4px;
	margin:30px 0 0 0;
}

img.pic {margin-bottom:10px;}



a.sports {
	width:216px;
	height:50px;
	background-image: url(../images/livesports-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
	margin-top:10px;
}

a:hover.sports {
	width:216px;
	height:50px;
	background-image: url(../images/livesports-b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float:right;
	margin-top:10px;
}

/* Headers */

h2.boxheader {
	background-image: url(../images/newsletter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	top:3px;
	left:-7px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height:20px;
	padding:10px 20px 10px 10px;
	margin:0;
	border:0;
}

h2.boxheader a{color: #FFFFFF;}
h2.boxheader a:hover{color: #E08835;}
h2.boxheader a:active{color: #FFCC33;}

h2.whatson {
	background-image: url(../images/whatson.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 157px;
	width: 224px;
	border:0;
}

/* SubMenu */

ul.submenu {
	float:right;
	width:210px;
	padding-bottom:50px;
	background-color: #FFFFFF;
}

ul.submenu li {
	background-image: url(../images/newsletter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	padding:10px 20px 10px 10px;
	margin:0;
	background-color: #FFFFFF;
	}
ul.submenu li a {	color: #FFFFFF; text-decoration:none;}
ul.submenu li a:hover {	color: #E08835;}
ul.submenu li a:active {
	color: #FFCC33;
}


/* Elements */

a.signup, a:link.signup, a:active.signup, a:visited.signup {
	width:52px;
	height:26px;
	background-image: url(../images/signup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 5px 0 0 0;
	padding: 0px;
	float:left;
}

a:hover.signup {
	background-image: url(../images/signup.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.sports {margin:14px 0 0 -5px; float:left; padding:0px;}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom:2px;
	width:167px;
	height:19px;
	border: 0px dashed #666666;
	padding:3px;
	background-color: #f3f3f3;
	background-image: url(../images/form-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

strong {
	color: #E1722C;
	font-weight: bold;
}

a.pdfdl {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	height:14px;
}

.fltleft {width:300px; float:left; margin-right:30px; padding-top:10px;}
.fltright {width:310px; float:right; padding-top:10px; }

.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom:10px;
	width:270px;
	background-color: #f3f3f3;
	border: 1px dotted #646464;
}
