/* global tags */

* { margin: 0; padding: 0; border: 0; }
img { vertical-align: bottom; float: left; }
a[href] { color: #122B4D; }
a:link, a:visited { color: #122B4D; }
body
{
	background-repeat: repeat;
	background-image: url(images/bg.png);
}
/* layout */

div#container
{
	width: 100%; height: 100%;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(images/bg-fade.png);
}
div#horizon
{
	width: 963px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}
div#header img
{
	float: left;
}
div#menu_container
{
	padding-top: 116px;
}
div#leftcolumn
{
	float: left;
}
div#rightcolumn
{
	width: 310px;
	float: right;
}
div#rightcolumn img
{
	float: right;
}
div.breaker
{
	clear: left;
}
div.jdSlideshow
{
	width: 653px; height: 472px;
}

/* property pages */

div#pagebody
{
	background-color: #d8e4f3;
	width: 573px;
	/* T R B L */
	padding: 30px 35px 15px 45px;
}
div#pagebody p, li
{
	font-family: Arial;
	color: #17284c;
	font-size: 10pt;
	line-height: 18pt;
}
div#pagebody p
{
	padding-bottom: 25px;
}
li
{
	margin-left: 20px;
}
ul
{
	padding-bottom: 10px;
}
div#pagebody img
{	/* T R B L */
	padding: 5px 10px 10px 0px;
	float: left;
}
div#gallerybox
{
	background-image: url('images/gallerybar.png');
	background-color: #1c4278;
	width: 310px;
	float: left;
	padding-top: 70px;
}
div#footerbar
{
	width: 963px;
	height: 69px;
	background-image: url('images/footer.png');
}
div#column_container
{
	background-image: url('images/bg_page.png');
	background-repeat: repeat-y;
	background-color: #D8E4F3;	/* light blue */
}

/* locations page */

/* attractions page */

div#activitiesbox
{
	background-image: url('images/activities.png');
	background-repeat: no-repeat;
	width: 310px; height: 660px;
	float: left;
	padding-top: 70px;
}
div.attraction
{
	padding-bottom: 10px;
}

/* tariffs page */

table#tariffs
{
	margin-bottom: 40px;
	border: 1px solid #a1abb6;
	width: inherit;
}
table#tariffs td
{
	padding: 10px;
	vertical-align: top;
	font-size: 0.80em;
}
table#tariffs th
{
	height: 60px;
}
table#tariffs td.subline
{
	font-style: italic;
	height: 55px;
}
table#tariffs td.index
{
	font-weight: bold;
	color: #122B4D;
	text-align: right;
	font-size: 0.90em;
}
ul.subtle
{
	list-style-image: none;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}

/* menu rollovers */

div#menu { text-align: right; }
div#menu span { padding-right: 20px; }

div#menu span { background: no-repeat top left; }
span#menu_1 a { width: 73px; height: 37px; display: -moz-inline-box; display: inline-block; background: url(images/menu_1.png);}
span#menu_2 a { width: 123px; height: 37px; display: -moz-inline-box; display: inline-block; background: url(images/menu_2.png);}
span#menu_3 a { width: 115px; height: 37px; display: -moz-inline-box; display: inline-block; background: url(images/menu_3.png);}
span#menu_4 a { width: 144px; height: 37px; display: -moz-inline-box; display: inline-block; background: url(images/menu_4.png);}
span#menu_5 a { width: 143px; height: 37px; display: -moz-inline-box; display: inline-block; background: url(images/menu_5.png);}
span#menu_6 a { width: 82px; height: 37px; display: -moz-inline-box; display: inline-block; background: url(images/menu_6.png);}
div#menu a:hover { background-position: bottom right; }

/* text */

h1
{
	font-size: 1.1em;
	color: #122B4D;
}

div#footer
{
	color: #122B4D;
	font-size: 0.65em;
	font-family: Arial;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 3px;
}