@CHARSET "ISO-8859-1";

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #4d4d4d;
}

h1, h2 {
	font-size: 1em;
 font-style: italic;
}

ul {
	margin: 5px 0;
	padding: 0;
	}
	
li {
	list-style-type: none;
	margin: 0;
	}

p, h1 {	margin: 0 0 10px 0;}

img{border:0}

#page {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	background: url(images/bg_shadow.png) repeat-y fixed center top;
	position: relative;
}

#header {
	background: url(images/bg_shadow_top.png) no-repeat center top;
	padding: 10px 0 0 15px;
}

#header a, a:hover, a:visited {
	border: 0;
	padding: 0;
	}
	
#header a img {
	border: 0;
	}

#top_navigation {
	background: url(images/nav_bar.png) no-repeat -3px -10px;
	height: 30px;
	margin: 0 6px;
	padding-left: 400px;
	padding-top: 9px;
	position: relative;
	z-index: 100;
}

#block_1.site_map {
	width: 480px; 
	height: 250px; 
	margin-bottom: 10px;
	}

#top_navigation a, a:hover, a:visited {
	border-right: none;
	padding: 0 23px 0 17px;
	font-size: 12px;
	text-decoration: none;
	color: #4d4d4d;
	background: url(images/bg_nav_diamond.png) no-repeat right center;
}

#top_navigation a.last{
	background: none;
}
#top_navigation a:hover {
	text-decoration: underline;
	}
	
#banner {
	margin-bottom: 10px;
}
#content {
	margin: 0 18px;
}


#scheme_detail h1,
#block_1 h1{
	color:#fff;
	background: #fff url(images/blue-grad-horizontal.jpg) left top repeat-y;
	height:24px;
	line-height:24px;
	padding-left:5px;}

#block_2 table td h1{
	color:#222222;
	background: #fff url(images/grey-grad-horizontal.jpg) left top repeat-y;
	height:24px;
	line-height:24px;
	padding-left:5px;}


#content a, a:hover, a:visited {
	color: #4d4d4d;
	background: none;
	padding:  1px;
	border-right: none;
	text-decoration: underline;
	font-size: 13px;
	}

#footer{
	background: url(images/bg_shadow_bottom.png) no-repeat center bottom;
	height: 10px;
	margin-top: 10px;
	}

#schemes {
	position: absolute;
	top: 10px;
	right: 10px;
	}

#schemes a, a:visited, a:hover {
	color: #4d4d4d;
	padding: 0 3px;
	font-size: 12px;
	border-right: 1px solid #ccc;
	text-decoration: none;
	}
	
#schemes a:hover {
	text-decoration: underline;
	}

#schemes a.last {
	border-right: none;
	}

#about {
	position: absolute;
	bottom: -15px;
	left: 5px;
	font-size: 12px;
	color: #ccc;
	}
	
#dropdown {
	position: absolute;
	right: 140px;
	top: 25px;
	background-color: #f2f5fe;
	opacity: .85;
	filter: alpha(opacity=85);
	}
	
#dropdown li {
		padding: 3px 0;
	}
#dropdown a {
	background-image: none;
	}	
	
div.scheme_left {
	float: left;
	width: 110px;
	}
	
div.scheme_right {
	float: left;
	width: 370px;
	}
	
#block_1 .more_info {
	text-align: right;
	}
/********************************************
                  HOME
********************************************/

#block_2 table {
	width: 100%;
}

#block_2 td.right {
	text-align: right;
}

#block_2 table td {
	vertical-align: top;
	}

#block_2 table td h1 {
	margin-top: 0px;
	}
/********************************************
                  SCHEMES
********************************************/
ul#scheme_summary {
	margin: 0;
	padding: 0;
	}

ul#scheme_summary li {
	list-style-type: none;
	margin-top: 20px;
	}
	
#block_2 img {
	border: 0;
	}
/********************************************
                  SCHEME DETAIL
********************************************/
ul#scheme_detail {
	margin: 0;
	padding: 0;
	}

ul#scheme_detail li {
	list-style-type: none;
	margin-top: 5px;
	}
	
ull#scheme_detail li img {
	float: left;
	margin-right: 10px;
	}
	
ul#scheme_detail li h2 {
	float: left;
	width: 365px;
	margin: 0 0 10px 0;
	}

/********************************************
                  ACCOMODATION
********************************************/
#unit_table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	}
	
#unit_table .unit_size {
	font-weight: bold;
	background-color: #f2f5fe;
	}

#unit_table td, th {
	border-bottom: 1px solid #ccc;
	}

/********************************************
                  LINKS
********************************************/
ul.links {
	margin: 0;
	padding: 0;
	}

ul.links li {
	list-style-type: none;
	margin-top: 20px;
	}
	
ull.links li img {
	float: left;
	margin-right: 20px;
	}
	
ul.links li h2 {
	float: left;
	width: 300px;
	margin: 0 0 0 0;
	}

/********************************************
                  ONE TRUE LAYOUT
********************************************/	

#block_1
	{
	float: left;
	width: 480px;
	margin-left: 0%;
	margin-right: 10px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 220px;
	padding-left: 10px;
	margin-left: 0%;
	border-left: 1px solid #ccc;
	}
#block_3
	{
	float: left;
	width: 33%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */

.clear:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clear
	{
	display: inline-block;
	}
/*\*/
.clear
	{
	display: block;
	}
/* end easy clearing */
