/* ------------MAIN LAYOUT--------------------------------------------*/

body {
	background: #0c4b75 url('images/page-bg.png') repeat-x;
	font-family: "Georgia", "Baskerville", "Times New Roman", serif;
	font-size: 13px;
	color: #eff5f9;
}
#container {
	width: 920px;
	margin: 0px auto;
}
#header {
	background: url(images/header-bg.png) no-repeat 0px -20px;
	height: 145px;
	width: 920px;
	position: relative;
}
#navcontainer {
	background: #0e3855 url('images/nav-bg.png') repeat-x;
	width: 920px;
	height: 40px;
	margin-bottom: 8px;
	border-top: 1px solid #122f43;
	position: relative;
	z-index: 99;
	}
#flashcontainer {
	background: #3382b5;
	width: 920px;
	height: 265px;
}
#contentcontainer {
	background: #0c4b75;
	width: 920px;
	height: auto;
}
#footer {
	background: #0c4b75 url(images/footer-bg.png) no-repeat 30px 10px;
	margin-top: 8px;
	width: 920px;
	height: 85px;
}


/* ------------MORE LAYOUT--------------------------------------------*/

#content {
	width: 790px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 15px;
}

.column-left {
	width: 380px;
	float: left;
	margin-left: 70px;
}
.column-right {
	width: 380px;
	float: left;
	margin-left: 20px;
}

#registerbutton {
	display: block;
	abackground: #fc0;
	width: 200px;
	height: 40px;
	position: absolute;
	top: 95px;
	left: 655px;
}
#registerbutton a {
	display: block;
	width: 200px;
	height: 40px;
}
#myId {
	abackground: #3382b5;
}
#myId2 {
	background: #3382b5;
	margin-left: 100px;
}

.clearboth {
	clear: both;
}
ul {
	padding-left: 14px;
}
ul.nobullets {
	font-size: 19px;
	margin: 0 0 18px 0;
	padding: 0;
	list-style-type: none;
}
ul.bullets {
	font-size: 19px;
	margin: 0 0 0 0px;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
}
ol li {
	margin: 0;
	line-height: 18px;
	margin-bottom: 18px;
}
ol li ol {
	list-style-type: lower-alpha;
	margin-top: 18px;
}

img.nowselling {
	margin: 10px 0 10px 190px;
}
img.gallery {
	margin-bottom: 20px;
}

.house {
	clear: both;
}
.house img {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.house h3 {
	font-size: 15px;
}
.house p {
	font-size: 14px;
	line-height: 18px;
}


.pdf {
	background: url('images/icon-pdf.png') no-repeat;
	padding-left: 40px;
}
.pdf p {
	margin-top: 0;
}


/* ------------TEXT--------------------------------------------*/


p {
	font-size: 19px;
	afont-size: 17px;
	font-weight: normal;
	line-height: 27px;
	color: #eff5f9;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	padding: 25px 0;
}
h2.alt {
	padding: 25px 0 0 0;
}
h3 {
	font-size: 20px;
	margin-top: 16px;
}
h3 a {
	color: #eff5f9;
}
h4 {
}

img {
	border: 0px;
}
img.middle {
	margin-left: 100px;
}
img.masterplan {
	margin: 10px 0 10px 100px;
}
.rightlink {
	float: right;
	margin-top: 40px;
	font-size: 18px;
}


body#links a:link {
	color: #fff;
}
body#links a:hover {
	color: #ff2222;
}
.floatright {
	float: right;
}

#footer p {
	margin: 0;
	font-size: 12px;
	color: #8cafc7;
	text-align: center;
	line-height: 80px;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	margin-left: 15px;
}

/* ------------TABLES--------------------------------------------*/


table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}


/* ------------NAV--------------------------------------------*/

ul#nav {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav a {
	display: block;
	width: auto;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	color: #b4ddf6;
	font-size: 16px;
	font-weight: 400;
}
#nav a:hover {
	color: #fff;	
}
#nav li {
	float: left;
	width: auto;
}
#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	margin-left: 0px;
}
#nav li ul li {
	background: #0e3855;
	font-size: 12px;
	width: auto;
}
#nav li ul li a {
	text-align: left;
	margin-left: 10px;
	font-size: 13px;
	width: 130px;
	height: auto;
	line-height: 28px;
}
#nav li:hover, #nav li.hover {
    position: static;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
	}

#nav li#nav-home,#nav li#nav-home em {width: 93px;}
#nav li#nav-theparks,#nav li#nav-theparks em {width: 118px;}
#nav li#nav-location,#nav li#nav-location em {width: 107px;}
#nav li#nav-nowselling,#nav li#nav-nowselling em {width: 137px;}
#nav li#nav-gallery,#nav li#nav-gallery em {width: 91px;}
#nav li#nav-news,#nav li#nav-news em {width: 78px;}
#nav li#nav-contactus,#nav li#nav-contactus em {width: 123px;}

#nav em {
	display: block;
	position: absolute;
	z-index: 1;
	height: 40px;
}

#nav li#nav-home em,
#nav li#nav-theparks em,
#nav li#nav-location em,
#nav li#nav-nowselling em,
#nav li#nav-gallery em,
#nav li#nav-news em,
#nav li#nav-contactus em { background: url(images/nav-text.png) no-repeat; cursor: pointer;}

#nav li#nav-home em {background-position: 0 0;}
#nav li#nav-home:hover em {background-position: 0 -40px;}
#nav li#nav-theparks em {background-position: -93px 0;}
#nav li#nav-theparks:hover em {background-position: -93px -40px;}
#nav li#nav-location em {background-position: -211px 0;}
#nav li#nav-location:hover em {background-position: -211px -40px;}
#nav li#nav-nowselling em {background-position: -318px 0;}
#nav li#nav-nowselling:hover em {background-position: -318px -40px;}
#nav li#nav-gallery em {background-position: -455px 0;}
#nav li#nav-gallery:hover em {background-position: -455px -40px;}
#nav li#nav-news em {background-position: -546px 0;}
#nav li#nav-news:hover em {background-position: -546px -40px;}
#nav li#nav-contactus em {background-position: -624px 0;}
#nav li#nav-contactus:hover em {background-position: -624px -40px;}

/* ------------FORMS--------------------------------------------*/

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
fieldset ol li {
	font-size: 16px;
}
fieldset legend {
}
fieldset label {
	width: 120px;
	display: inline-block;
	vertical-align: top;
}
fieldset label em {
	color: #ff6829;
	color: #f54324;	
}
fieldset select {
	font-family: "Calibri", "Trebuchet MS", sans-serif;
	font-size: 12px;
	padding: 3px;
	font-weight: 400;
	border: 1px solid #494949;
}
fieldset input {
	border: 1px solid #494949;
	width: 200px;
	height: 18px;
	line-height: 18px;
}
fieldset.checkboxes input {
	background: none;
	width: auto;
	height: auto;
	border: none;
}
fieldset.checkboxes label {
	margin: 5px 0 3px 7px;
}
fieldset textarea {
	font-family: "Calibri", "Trebuchet MS", sans-serif;
	font-size: 14px;
	border: 1px solid #494949;
	padding: 3px;
}
fieldset #submit {
	text-transform: uppercase;
	cursor: pointer;
	width: 100px;
	height: 30px;
}

form#payonline label {
	width: 240px;
}
form#payonline input {
	width: 120px;
}
form#payonline input.small {
	border: none;
	background: #000;
}
#column-left a, #column-right a  {
	color: #fffff !important; 
}
a:link {
	color: #fffff !important;
}
a:visited {
	color: #fffff !important;
}
li a {
	color: #fffff !important;
}