@charset "UTF-8";
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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/v1bg.jpg);
}
.chester #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #315053;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #315053;
	margin-left: auto;
	padding-left: 0px;
	height: auto;
}

.chester #header {
	background: #315053;
	width: 800px;
	padding: 0;
	height: 124px;
}

.chester #centercopy {
	width: 500px;
	height: auto;
	float: right;
	background-color: #7A8E8D;
	border: thin solid #D7D0B5;
	clear: right;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.chester #header2 {
	height: 249px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/top-image.jpg);
	
}
.chester #header3 {
	background: #d7d0b5; 
	height: 30px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;  
}
.chester #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 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.chester #mainContent {
	background: #315053;
	width: 800px;
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.chester #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 50px;
	background: #d7d0b5;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	visibility: visible;
} 
.chester #footer.booking {
	align: bottom;
} 
.chester #footer p {
	margin: 10px; 
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px; 
	height: auto; 
}

.chester #mainCopy {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}


/* TEXT AND VISUAL ELEMENTS */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #315053;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #d7d0b5; 
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #315053;
	text-decoration: none;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #315053;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #315053;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #315053;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #315053;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}


p.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #315053;
}

/* Horizonal main menu across top */

.table
{
background: red;

}
.table ul
{
float:left;
margin:0;
padding:0;
border:1px solid #FFFFFF;
}
.table ul li
{
list-style:none;
padding:3px 10px
}
.table ul li.title
{
font-weight:bold;
color: #315053;
}
.table ul li.even; 
{
background:#fffff; 
}
.table ul li.odd
{
background: #FFFFE6;
}


a:link.secondlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:visited.secondlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover.secondlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:active.secondlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

