@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/back-block-top.jpg);
	background-repeat: repeat-x;
	color: #192C53;
}
#Page {
	width: 900px;
	text-align: left;
	background-color:#FFFFFF;
}
#Page #Header {
	margin: 0px;
	padding: 0px;
}
#Footer {
	background-color: #192C53;
	color:#CCCCCC;
	font-size: small;
}
#Footer2 {
	background-image: url(../images/back-block-bottom.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
#Footer3 {
	width: 900px;
	background-color: #192C53;
	color:#CCCCCC;
	font-size: small;
}
#Footer4 {
	padding: 5px;
}
#Body {
	padding: 10px;
	background-image: url(../images/back-block-body.jpg);
	background-repeat: repeat-x;
}
#Body H1 {
	color: #192C53;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: large;
}
#Body H2 {
	color: #192C53;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: medium;
}
#Body H3 {
	color: #192C53;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: small;
}
h4 {
	font-size: large;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

#Body P {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: small;
}
#Body UL {
	font-size: small;
}
#Body LI {
	font-size: small;
}

#Menu {
	background-color: #192C53;
	font-size: medium;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#Menu UL {
	vertical-align:middle;
	text-align:right;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	list-style-type: none;
}
#Menu LI {
	display: inline;
	color: #D1D5DD;
	padding-left: 5px;
	padding-right: 5px;
}
#Menu LI A:link {
	text-decoration: none;
	color: #FFFFFF;
}
#Menu LI A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#Menu LI A:hover {
	text-decoration:underline;
	color: #D1D5DD;
}
#Menu LI A:active {
	text-decoration: none;
	color: #FFFFFF;
}

#SubMenu {
	background-color: #DDDDDD;
	font-size: small;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#SubMenu UL {
	vertical-align:middle;
	text-align:right;
	margin: 0px;
	padding: 2px 10px 2px 0px;
	list-style-type: none;
}
#SubMenu LI {
	display: inline;
	color: #5E6B86;
	padding-left: 5px;
	padding-right: 5px;
}
#SubMenu LI A:link {
	text-decoration: none;
	color: #192C53;
}
#SubMenu LI A:visited {
	text-decoration: none;
	color: #192C53;
}
#SubMenu LI A:hover {
	text-decoration:underline;
	color: #AEB5C2;
}
#SubMenu LI A:active {
	text-decoration: none;
	color: #192C53;
}


#Testimonial {
	font-style: italic;
	color:#999999;
}
#Testimonial .Quote {
	margin: 0px;
	padding: 5px;
	text-align: center;
}
#Testimonial .From {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: x-small;
}
#Ticker {
	width: 900px;
	clear: both;
	background-color: #D1D6DC;
	color: #333333;
	font-size: x-small;
}
#Ticker A:link {
	text-decoration: none;
	color: #333333;
}
#Ticker A:visited {
	text-decoration: none;
	color: #333333;
}
#Ticker A:hover {
	text-decoration:underline;
	color: #666666;
}
#Ticker A:active {
	text-decoration: none;
	color: #333333;
}

#ColumnLeft520 {
	float:left;
	width:520px;
}
#ColumnLeft420 {
	float:left;
	width:420px;
}
#ColumnRight420 {
	float:right;
	width:420px;
	background-color: #E8E8E8;
}
#ColumnRight320 {
	float:right;
	width:320px;
}

#ColumnLeft616 {
	float:left;
	width:616px;
}
#ColumnRight180 {
	float:right;
	width:244px;
}

#ColumnLeft398 {
	float:left;
	width:398px;
	margin: 0px;
	padding: 0px;
}
#ColumnRight462 {
	float:right;
	width:462px;
	margin: 0px;
	padding: 0px;
}

#Spacer {
	clear:both;
	margin: 10px;
}

.Padding5 {
	padding: 5px;
	margin: 0px;
}

FORM {
	padding: 0px;
	margin: 0px;
}

#Tabs {
	margin: 0px;
	padding: 0px;
	background-color: #D1D6DC;
}

#HireRates {
	text-align:center;
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
}
#HireRates TABLE {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #AEB5C2;
	border-left-color: #AEB5C2;
}
#HireRates TH {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AEB5C2;
	border-bottom-color: #AEB5C2;
	background-color:#5E6B86;
	color: #FFFFFF;
}
#HireRates TD {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AEB5C2;
	border-bottom-color: #AEB5C2;
}

#SlideShow {
	width: 320px;
	height: 240px;
}

#OpeningTimes H3 {
	font-size: medium;
}
#OpeningTimes TABLE {
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	border-collapse: collapse;
}
#OpeningTimes TABLE TR TH {
	text-align: right;
}
#OpeningTimes TABLE TR TD {
	padding-left: 10px;
}
	