@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e3ecf9;
	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: #000000;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #ffffff;  /* 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. */
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #316ac5;
} 
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #316ac5;
	text-align: left;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
}
.thrColFixHdr #mainContent {
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	float: left;
	width: 775px;
} 
#index #mainContent {
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	float: left;
	width: 520px;

}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	clear: both;
	background-color: #E3ECF9;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3d5274;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #316ac5;
	text-align: center;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.box {
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

.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;
	font-weight: bold;
	padding-bottom: 0px;
}
#logo {
	float: left;
	width: 340px;
	margin-top: 24px;
}
#tagline {
	float: right;
	width: 500px;
	margin-top: 50px;
	margin-bottom: 0px;
}
#header h3 {
	padding: 0px;
	color: #316ac5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	text-align: right;
}
#header h2 {
	margin: 0px;
	padding: 0px;
	color: #316ac5;
}
#header h1 {
	margin: 0px;
	font-size: 42px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 p {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 130%;
	font-size: 0.9em;
}
#sidebar2 h3 {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.4em;
	color: #316AC5;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar2 ul {
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: disc;
	padding-left: 25px;
}
#sidebar2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 120%;
}
.thrColFixHdr #container #header {
	float: left;
	width: 930px;
}
#mainContent td {
	font-size: 0.9em;
	text-align: center;
}
#mainContent h3 {
	font-size: 1.4em;
	color: #316AC5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.box p {
	font-size: 0.9em;
	line-height: 120%;
}
#giteNav ul {
	width: 220px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
		}

#giteNav li {
	display: block;
	font-size: 0.9em;
	margin-left: 0px;
}

#giteNav a:link, #giteNav a:visited {
	color: #000066;
	background-color: #E3ECF9;
	display: block;
	margin-bottom: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

#giteNav a:hover {
	background-color: #316ac5;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
		}
#giteNav {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 400px;
	margin-top: 10px;
}
.box h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #316AC5;
	font-size: 1.2em;
}
.thrColFixHdr #container #mainContent .box h3 {
	margin-bottom: 10px;
}
#index #container #mainView_2_760 {
	margin-left: 10px;
	margin-top: 10px;
}
#container #mainContent a {
	color: #316AC5;
	text-decoration: none;
}
#container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E3ECF9;
}
#index #container #mainContent a {
	color: #316AC5;
	text-decoration: none;
}
#index #container #mainContent a:hover {
	color: #316ac5;
	text-decoration: underline;
}

#availability #container #mainContent a {
	color: #316AC5;
	text-decoration: none;
	display:inline;
}
#availability #container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #316AC5;
}

.thrColFixHdr #container #mainContent .box li {
	line-height: 140%;
	font-size: 0.9em;
}
.thrColFixHdr #container #mainContent .box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a {
	color: #316ac5;
	text-decoration: none;
}
#footer a:hover {
	color: #316ac5;
	text-decoration: underline;
}
img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#booking #container #mainContent .box a, #contact #container #mainContent .box a {
	color: #316AC5;
	text-decoration: none;
}
#booking #container #mainContent .box a:hover, #contact #container #mainContent .box a:hover {
	color: #316AC5;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent #giteNav img {
	display: block;
}
#index #container #mainContent #caption {
	font-size: 80%;
}
#index #container #navbar {
	clear: both;
}
#giteNav a {
	font-size: 1.0em;
}
.thrColFixHdr #container #mainContent .box #availability a {
	font-size: 1.4em;
}
.thrColFixHdr #container #mainContent .box #availability {
	width: 240px;
	text-align: center;
	background-color: #E3ECF9;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	line-height: 100%;
	padding: 5px;
	float: right;
}
.thrColFixHdr #container #mainContent .box #availability a:hover {
	background-color: #E3ECF9;
	color: #000066;
}
#availability #container #mainContent table {
	color: #000066;
}
#availability #container #mainContent table .availabilityLink {
}
#language   {
	margin-left: 800px;
	margin-top: -75px;
	float: left;
	width: 140px;
}
#language p {
	font-size: 50%;
}
#language p a   {
	text-decoration:none;
	color: #333333;
	}

.thrColFixHdr #container #mainContent .avail a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #316AC5;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent .avail a:hover {
	font-size: 24px;
	color: #234a8b;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent .avail {
	margin-top: 20px;
}
.thrColFixHdr #container #mainContent .box a:hover {
	color: #316AC5;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent .box ul {
	list-style-position: inside;
	list-style-type: disc;
}
#contact #container #mainContent .box #enquiryForm {
	width: 280px;
	background-color: #F7F9FD;
	padding: 6px;
	border: 1px dotted #E3ECF9;
}
#contact #container #mainContent .box #enquiryForm #comments {
	width: 240px;
}

