/*
 * style.css
 * colour scheme:
*/

body {
margin: 0;
padding: 0; 
color: #000000;
background-color: #333333;
font-family: arial, sans-serif, verdana;
font-size: 12px;
clear: both;
}

#container{
margin: 15px auto;
width: 850px;
height: 750px;
float: center;
background-color: #ffffff;
background : #ffffff url(../images/riverfog.jpg) bottom center no-repeat;
overflow: visible;
}

/*banner image across top of container */
#banner {
margin: 0px;
width: 850px;
height: 360px;
background : #ffffff url(../images/boatmooring.jpg) top right no-repeat;
}

#headercontent {
	width: 480px;
	height: 220px;
	float: left;
	color: #666666;
	background-color: transparent;
	text-align: justify;
	font-weight: bold;
	margin-top: 80px;
	margin-left: 30px;
}

/* start of config
 * links and search box on rhs of banner 
 * div and a:link etc */
#toplinks {
	width: 500px;
	height: 140px;
	float: left;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 20px;
}

#toplinks a {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}

#toplinks a:hover {
	color: #555555; 
	text-decoration: underline;
	font-weight: bold;
}
/* end of toplinks div config */

/* start of bottomlinks div config */
#bottomlinks {
	width: 450px;
	height: 85px;
	float: left;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 30px;
}

#bottomlinks a {
	color: #416477; 
	text-decoration: none;
	font-weight: bold;
}

#bottomlinks a:hover {
	color: #ffffff; 
	text-decoration: underline;
	font-weight: bold;
}
/* end of bottomlinks div config */

/* main content area 
 * full width of container */
p {
	margin-left: 30px;
	margin-right: 50px;
	text-align: justify;
	font-weight: bold;
	color: #666666;
	background: transparent;
	overflow: visible;
}

table.hire {
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 575px;
	background-color: #ffffff;
	border-width: 0px;
	border-collapse: collapse;
	border-style: solid;
}

td.colourbar {
	width: 150px;
	vertical-align: top;
	text-align: center;
}	

td.white {
	width:500px;
	height: 13px;
	background-color: #ffffff;
	vertical-align: middle;
	padding: 10px;
}	

td.blue {
	width:500px;
	background-color: #accbce;
	vertical-align: top;
	padding: 10px;
}	

td.yellow {
	width:500px;
	background-color: #f1dfa2;
	vertical-align: top;
	padding: 10px;
}	

td.red {
	width:500px;
	background-color: #f1baa4;
	vertical-align: top;
	padding: 10px;
}	

td.green {
	width:500px;
	background-color: #a8ca94;
	vertical-align: top;
	padding: 10px;
}	

td.grey {
	width:500px;
	background-color: #aaaaaa;
	vertical-align: top;
	padding: 10px;
}	

td.pad {
	width:250px;
	vertical-align: top;
	text-align: right;
	padding: 0px;
}	

td a {
	color: #777777; 
	text-decoration: none;
	font-weight: bold;
}

td a:hover {
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
}
	

