/* CSS Document */

body{
background-image:url('graphics/background_image.jpg');
background-repeat:no-repeat;
background-position:top center;
margin:0;
padding:0;
line-height: 1.5em;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-color:#edeedc;
}


#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#topsection{
 /*Height of top section*/
}

#topsection h1{
margin: 0;

}

#contentwrapper{
	background-image:url('graphics/middle_image.jpg');
	background-repeat:repeat-y;
	
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 345px; /*Set right margin to RightColumnWidth*/
}



#contentcolumn h1 {
	font-size:1.5em;
	font-style:bold;
	margin-left:20px;
	color:#820303;

}

#contentcolumn h2 {
	font-size:1.1em;
	font-style:normal;
	margin-left:20px;
	color:#f59796;
	font-style:italic;
	
}

#contentcolumn h3 {
	margin-bottom:0px;
	font-size:1.2em;
	font-style:normal;
	margin-left:20px;
	color:#f59796;
	font-style:italic;
	
}

#contentcolumn p {
	margin-top:2px;
	font-size:0.9em;
	margin-left:20px;
	font-style:italic;
}

#contentcolumn a:link, #contentcolumn a:visited, #contentcolumn a:active {
	color:#820303;
	text-decoration:none;
}

#contentcolumn a:hover {
	text-decoration:underline;
}

#rightcolumn{
float: left;
width: 345px; /*Width of right column*/
margin-left: -345px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
	height:115px;
	background-image:url('graphics/footer_background_image.jpg');
background-repeat:no-repeat;
	clear: left;
	width: 100%;

	color: #FFF;
	text-align: center;
	padding: 4px 0;
	
}

#footer a{
color: #FFFF80;
}

#mainimage {
background-image:url(graphics/main_image_background.jpg);
background-repeat:no-repeat;
height:249px;
}

#contacttop {
	margin:23px 0px 0 10px;
	float:left;
}

#contacttop h1 {
	margin-left:2px;
	font-size:1.1em;
	color:#820303;
	margin-top:1px;
	margin-bottom:2px;
}

#contacttop a:link {
	color:#820303;
}

#contacttop p {
	font-size:0.9em;
	margin-left:2px;
	margin-top:2px;
	line-height:1.3em;
}

#facilities {
	margin-left:15px;
	}
	
#facilities ul {
	padding:0 0 0 5px;
	margin:0px;
list-style: none;
}

#facilities li {
	text-decoration:none;
	font-size:0.9em;
	background-image:url(graphics/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color:#820303;
	margin-top: 0.3em;
	margin-right: 5px;
	margin-bottom: 0.3em;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 25px;
}

#attractions ul {
	padding:0 0 0 5px;
	margin:0px;
list-style: none;
}

#attractions li {
	text-decoration:none;
	font-size:1.1em;
	background-image:url(graphics/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color:#820303;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 25px;
}
	
#attractions {
	margin-left:15px;
	}
	
#bottommenu {
	float:left;
}

#bottommenu ul {
	list-style: none;
padding: 0;
margin: 20px 0 0 30px;
	
}

#bottommenu li {
	padding-left:6px;
	padding-right:6px;
	float:left;
}

#bottommenu li a:link, #bottommenu li a:visited, #bottommenu li a:active{
	text-decoration:none;
	color:white;
}

#bottommenu li a:hover {
	border-bottom: 1px dotted white;
}

#copyright {
	margin-top:2px;
	margin-right:30px;
	width:295px;
	float:right;
	border-left:dotted 1px white;
}

#map {
	width:425px;
	margin-left:40px;
	border:2px solid #820303;
	margin-bottom:20px;}


#attractions a:link, #attractions a:visited, #attractions a:active {
	text-decoration:none;
	margin-right:20px;
	font-size:0.9em;
	font-style:italic;
	padding:3px 6px 3px 6px;
	float:right;
	background-color:#820303;
	color:white;
}

#attractions a:hover {
	text-decoration:underline;
	margin-right:20px;
	font-size:0.9em;
	font-style:italic;
	padding:3px 6px 3px 6px;
	float:right;
	background-color:#550404;
	color:white;
}


	
	
