@charset "utf-8";


#container {
	width: 1040px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/home/home01.png);
	background-repeat: no-repeat;
	background-position: center top;
} 

#rooftop
{
	height: 384px;
	z-index:1;
	padding: 0px;
	width: 575px;
	margin-bottom: 20px;
	margin-top: 17px;
	float: left;
}
.slideshow   {
	z-index: 2;
}




#header {
	padding: 0;  /* 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: 1px;
} 
#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-position: top;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 105px;
	z-index: 2000;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	margin-top: -10px;
	margin-right: 115px;
	padding: 0px;
}
#sidebar2 h3 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #8AA6AA;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}
#Special {
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	float: right;
	text-align: right;
}



#main1a {
	float: left;
	width: 340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 300px;
} 
#main2 {
	width: 480px;
	margin-top: 0px;
	margin-right: 110px;
	float: right;
	height: 180px;
	padding: 0px;
}
#main2  h1  {
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#main2 h2 {
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 10px;
	color: #779797;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#main2   p   {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #A7BBBE;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#main2 a:hover {
	color: #9CC521;
	text-decoration: none;
}


#main2  li {
	color: #FFB508;
	background-image: url(../images/icons/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#main2 li a {
	color: #FFFFFF;
	text-decoration: underline;
}

#main3 {
	width: 470px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 125px;
	float: right;
	margin-bottom: 0px;
}
#main3  h1 {
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: normal;
	line-height: 120%;
}

#main3   a   {
	text-decoration: none;
}
#map {
	float: right;
	height: 200px;
	width: 200px;
}
.colour4 {
	color: #A7BBBE
}
.colour5 {
	color: #FFAD00
}
#Special {
	height: 175px;
	width: 175px;
}

