@charset "utf-8";
/* CSS Document */
* {margin: 0px; padding: 0px;}

body {
	background-color: #fff;
	background-image: url(images/bg01_nonslice.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #ff9700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff9700;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #F00;
}
/* end of links */
/* Text */
.Text18px {
	font-size: 18px;
}
.Text24px {
	font-size: 24px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#p {
	display: inline;
}
.BreadCrumbDivider {
	font-size: 9px;
}

/* Others */
.AttractionsCol {
	position: relative;
	height: 210px;
	width: 650px;
	float: left;
	margin-left: 10px;

}
.SliderTextColLeft {
	position: relative;
	height: 170px;
	width: 229px;
	float: left;
	text-align: justify;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999;
	padding-right: 10px;
}
.SliderTextColRight {
	position: relative;
	height: 170px;
	width: 300px;
	float: left;
}

.TextCol {
	border: 1px dashed #999;
	position: relative;
	height: auto;
	width: 320px;
	float: left;
	padding: 10px;
	margin-left: 10px;
	text-align: justify;
}
.TextColNonJustified {
	border: 1px dashed #999;
	position: relative;
	height: auto;
	width: 320px;
	float: left;
	padding: 10px;
	margin-left: 10px;
}
.TextColFullWidth {
	border: 1px dashed #999;
	position: relative;
	height: 160px;
	width: 650px;
	float: left;
	padding: 10px;
	margin-left: 10px;
	text-align: justify;
	overflow: auto;
}

.PictureCenter {
	vertical-align: middle;
}
.PictureTop {
	vertical-align: top;
}
hr {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-top-color: #999;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #58585a;
	border-bottom-color: #58585a;
	border-left-color: #58585a;
}
li {
	text-indent: 20px;
	list-style-position: inside;
	list-style-type: circle;
}
.FormLeft {
	float: left;
	width: 60px;
	position: relative;
}
.FormRight {
	float: left;
	width: 255px;
	position: relative;
}
.ClearLeft {
	clear: left;
	float: none;
}
.FormBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #58585a;
	border-right-color: #58585a;
	border-bottom-color: #999;
	border-left-color: #58585a;
	background-color: #58585a;
}
.YellowText {
	color: #ffffe5;
}
.RedText	{
	color: #FFFF80;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
}

