@charset "utf-8";

html {
	height:100%;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: center;
}
.festive {
	color: #006633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	display: none;
}
.festive h2 {
	font-size: x-large;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.festive p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 2px;
}


p {
	margin-top: 16px;
}
#mainContent h1 {
	color: #B63421;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B63421;
	padding-bottom: 1px;
	font-size: x-large;
	margin-bottom: 8px;
}
.thrColFixHdr #container {
	width: 780px;
	font-size: medium;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background%20spacer800x5.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.thrColFixHdr #headercontainer {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #000000;
	width: 780px;
}




.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
	background-color: #EEEEEE;
}
.Nofloat {
}

#Sidecontent p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#sidebar1 #Sidecontent {
	padding: 4px;
}

.thrColFixHdr #mainContent {
	margin-bottom: 0;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 22px;
} 


.Footer {
	background-color: #B63421;
	font-size: small;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	width: 764px;
	float: left;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.OpeningTimes {
	width: 255px;
	text-align: left;
	margin-left: 300px;
	height: 86px;
	border: thin solid #B63421;
	margin-bottom: 0px;
}

.OpeningTimes th {
	background-color: #B63421;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	color: #FFFFFF;
}
.FloatRight {
	float: right;
}

.OpeningTimes tr {
	color: #B63421;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B63421;
}
.FloalLeft {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
.ContainerMarginBottom {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
}


.FloalLeft_Backred_Txtwhite {
	float: left;
	padding: 6px;
	color: #FFFFFF;
	background-color: #B63421;
}
.form {
	padding-top: 6px;
	line-height: 22pt;
	margin-top: 111px;
}
.error {
	color: #FF0000;
}
.TableNofloat {
	padding: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 288px;
}
.TableNofloat ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
	list-style-type: square;
}


.TableNofloat th {
	background-image: url(../images/RoundedTop.gif);
	padding: 6px;
	color: #FFFFFF;
	text-align: center;
}
.TableNofloat td {
	padding: 6px;
	border: thin solid #C6362B;
	height: 100px;
}



.TableFL {
	padding: 2px;
	float: left;
	margin-right: 0px;
}
.TableFL th {
	background-image: url(../images/RoundedTop.gif);
	padding: 6px;
	color: #FFFFFF;
	text-align: center;
}
.TableFL  td {
	padding: 6px;
	border: thin solid #C6362B;
	height: 100px;
}
.TableFL ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
	list-style-type: square;
}



.Pics {
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Fulljustified {
	text-align: justify;
}
.Fulljustified img {
	margin: 5px;
}
.Fulljustified p {
	margin-bottom: -7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #B63421;
	text-decoration: none;
}
a:active {
	color: #B63421;
	text-decoration: none;
}
a:visited {
	color: #B6344A;
	text-decoration: none;
}
a:hover {
	color: #DBA741;
	text-decoration: none;
}
