/* CSS Document */
h1, body, p, td {
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited, body, p, td {
	font-size:13px;
	color:#000066;
}

td { 
	vertical-align:top;
}

p {
	margin:0;
	margin-bottom:8px;
}

h1 {
	border-bottom:1px solid #cccccc;
	width:480px;
}

h2 {
	border-bottom:1px solid #888888;
}

h1, h2, h3 {
	color:#000066;
}

h1,h2 {
	margin-bottom:8px;
}

h1,h2 {
	font-size:18px;
}

h1.inline {
	font-size:13px;
	width:auto;
	display:inline;
	border-bottom: none;
	color:#000066;
}

h3 {
	font-size:14px;
	margin-bottom:5px;
	margin-top:0px; 
}

.heading {
	margin-bottom:6px;
	margin-top:15px;
}

.images {
	width:110px;
	float:right;
	background-color:#f0f0ff;
	padding:5px;
	border:1px solid #cccccc;
}

.images img {
	margin-bottom:15px;
	margin-top:15px;
	border: 1px solid black;
	
}

.body { 
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-y;
	width: 956px
}


.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 956px;
}

.footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 956px;
}
.textBody {
	width: 956px;
	padding-top:110px;
	text-align:left;
	padding-bottom:16px;
}

.booking div {
	margin-bottom:5px;
}

.booking input {
	width:231px;
	font-size:12px;
	height:17px;
}

label {
	width:80px;
	line-height:12px;
	display:block;
	text-align:right;
	float:left;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	padding-right:3px;
	vertical-align:middle;
}	

table.smaller label {
	width:40px;
}

.full {
	width:300px !important;
}

.half {
	width:80px !important;
}

input.smaller {
	width:60px !important;
}

.fairTable th {
	color: white;
	background-color:#000000;
}

.message {
	display : block;
	color: #cc0000;
	font-size:11px;
	margin-left:90px;
}

table.smaller .message {
	margin-left:50px;
}

.booking {
	margin-bottom:5px;
}

ul {
	padding-left:20px;
}

li {
	margin-bottom:5px;
	padding-left:0px;
}