@charset "UTF-8";

body  {

	font-family: Arial, Helvetica;

	background: #666666;

	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: #000080;

	background-repeat: repeat;

	font-size: 11px;

	line-height: 1.3;

	background-image: url(../assets/bg.gif);

	background-position: 0 0px;

	margin-top: 15px;

}

#mainContent {

	font-family: Arial, Helvetica;

	margin-left: 200px;

	margin-right: 240px;

	width: 440px;

	line-height: 1.5;

	font-size: 11px;

	border-left-color: #CCCCCC;

	border-left-style: dotted;

	border-left-width: thin;

	padding-left: 15px;

	max-width: 440px;

}

#mainContent a:link {

	color: #003C7A;

	font-weight: bold;

	text-decoration: none;

}

#mainContent a:visited {

	color: #003C7A;

	font-weight: bold;

	text-decoration: none;

}

#mainContent a:hover {

	color: #00143A;

	font-weight: bold;

	text-decoration: underline;

}

#mainContent a:active {

	color: #00143A;

	font-weight: bold;

	text-decoration: underline;

}



#sidebar1 a:link {

	color: #666666;

	font-weight: bold;

	text-decoration: none;

	line-height: 8px;

	border-bottom-color: #CCCCCC;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	display: block;

	padding-bottom: 5px;

	height: 8px;

}

#sidebar1 a:visited {

	color: #666666;

	font-weight: bold;

	text-decoration: none;

	line-height: 8px;

	border-bottom-color: #CCCCCC;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	display: block;

	padding-bottom: 5px;

	height: 8px;

}

#sidebar1 a:hover {

	color: #666666;

	font-weight: bold;

	text-decoration: none;

	line-height: 8px;

	border-bottom-color: #CCCCCC;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	display: block;

	padding-bottom: 5px;

	height: 8px;

}

#sidebar1 a:active {

	color: #666666;

	font-weight: bold;

	text-decoration: none;

	line-height: 8px;

	border-bottom-color: #CCCCCC;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	display: block;

	padding-bottom: 5px;

	height: 8px;

}

#sidebar1 .img, #sidebar1 .img:link, #sidebar1 .img:visited, #sidebar1 .img:hover, #sidebar1 .img:active {

	border: 0;

	display: inline;

}



.thrColFixHdr #container {

	width: 904px;

	margin: 0 auto;

	text-align: left; /* this overrides the text-align: center on the body element. */

	height: auto;

	border-left-color: #666666;

	border-left-style: solid;

	border-left-width: 2px;

	border-bottom-color: #000000;

	border-bottom-style: solid;

	border-bottom-width: 2px;

	border-right-color: #000000;

	border-right-style: solid;

	border-right-width: 2px;

	background-color: #FFFFFF;

	border-top-color: #666666;

	border-top-style: solid;

	border-top-width: 2px;

} 

.thrColFixHdr #header {

	padding: 0 0px 0 0px;  /* 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. */

	height: 233px;

	background-image: url(../assets/webheadbarpic.gif);

	background-position: 0 74px;

	background-repeat: no-repeat;

	margin-bottom: 0px;

} 

.thrColFixHdr #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 0;

}

.thrColFixHdr #sidebar1 {

	float: left; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

	width: 160px;

	color: #003C7A;

	position: absolute;

	max-width: 160px;

}

.thrColFixHdr #sidebar2 {

	float: right; /* since this element is floated, a width must be given */

	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0px 25px 15px 10px; /* padding keeps the content of the div away from the edges */

	height: auto;

	color: #003C7A;

}

.thrColFixHdr #sidebar2 a:link, .thrColFixHdr #sidebar2 a:visited {

	text-decoration: none;

	font-weight: bold;

	text-decoration: none;

	color: #003C7A;

}

.thrColFixHdr #sidebar2 a:hover, .thrColFixHdr #sidebar2 a:active {

	text-decoration: underline;

}

.thrColFixHdr #footer {

	padding: 0 10px 0 20px;

	background-color: #00143A;

} 

#footer a:link {

	color: #FFFFFF;

	text-decoration: none;

	font-weight: normal;

}

#footer a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

#footer a:hover {

	color: #FFD000;

	text-decoration: underline;

}

#footer a:active {

	color: #FFFFFF;

	text-decoration: underline;

}

.thrColFixHdr #footer p {

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	color: #FFFFFF;

	font-size: 9px;

	margin: 0;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 0px;

	margin-bottom: 10px;

}

h1 {

	font-size: 1.8em;

	color: #003C7A;

	margin-top: 10px;

}

h2 {

	font-size: 1.2em;

	color: #003C7A;

}

h3, h4 {

	font-size: 11px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}



/* input class */

#mainContent .newstitle {

	font-family: Arial, Helvetica;

	line-height: 1.5;

	font-size: 11px;

	colour: #333333;

	font-weight: bold;

	text-transform: uppercase;

	width: 400px;	

}



#headerForm {

font-size: 0.8em;

color: #666666;

}

#headerForm form {

margin: 0;

padding: 5px 0;

}

#headerForm .search {

border-right: 1px solid #ccc;

border-bottom: 1px solid #ccc;

border-top: 1px solid #000;

border-left: 1px solid #000;

width: 128px;

}

#headerForm .searchImage {

padding: 0;

margin-bottom: -5px;

padding-right: 5px;

}

.results tr td {
border: 1px solid #0000FF;
padding: 10px;
margin: 10px;
background-color: #ecf9f7;
}

.title {
font-size: 20px;
font-style: italic;
font-weight: bold;
}

.formTitle {
padding-top: 3px;
font-weight: bold;
width: 150px;
float: left;
}
.formType {
margin-left: 10px;
}

#clear {
text-align: left;
clear: both;
position: absolute;
top: 190px;
background-color: #ecf9f7;
width:900px;
float: left;
}

#index {
padding: 10px;
float:right;
padding-left: 675px;
min-height: 475px;
}

#indexbb {
padding: 10px;
float:right;
padding-left: 531px;
min-height: 475px;
}

.h1header {
padding: 0; 
font-size: 30px;
font-style: italic;
text-align: center;
}

.prodList {
background-color: #b6dde8;
border: 1px solid #000099;
}

.prodList tr th, .prodList tr td {
text-align: center;
border: 1px solid #000099;
}

.booked0
{
background-color: #fff;
}

.booked1
{
background-color: #FFFF00;
}

.booked2
{
background-color: #FF6600;
}

.cottageTitle td {
text-align: left;
font-weight: bold;
}