/* Reset CSS */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
a, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pts;
	background-color:#DFD2E1;
}

ol, ul {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Font Styles */

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 12px;
}

/* Layout Styles */

#container {
	width: 800px;
	margin: 0px auto;
	height: auto;
	background-color: #fff;
}
#header {
	width: 100%;
	height: 210px;
	background-color: #51039E;
	border-bottom: 7px solid #ECB100;
	margin: 0;
}
#content {
	height: auto;
	margin: 0;
	padding: 0;
}
#sidebarRight {
	background-color: #fff;
	background: url(../images/sidebarBG.gif) top right repeat-y;
	float: left;
	font-size: 14px;
	margin: 0;
	border: 0;
}
#mainContent {
	width: 70%;
	background-color: #fff;
	float: left;
	padding: 20px 20px 20px 30px;
	height: auto;
}
#footer {
	width: 100%;
	height: 42px;
	background-color: #51039E;
	border-top: 7px solid #ecb100;
}


/* Header Styles */

#logo {
	float: left;
	
	
}
#navTop {
	background: url(../images/sidebarBG.gif) top right repeat-y;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
}


#navTop ul {
	float: left;
}
#navTop li {
	
	width: 90px;
	height: 27px;
	float: left;
	font-size: 10px;
	text-align: center;
	vertical-align: center;
	line-height: 1;
	padding-top: 3px;
	background: url(../images/navOff.gif) no-repeat;
}
#navTop li:hover {
	background: url(../images/navOn.gif) no-repeat;
}
#navTop a {
	width: 85px;
	height: 30px;
	display: block;
}
#navTop a:visited {
	color: #51039E;
}
#navTop a:hover {
	color: #666;
}
li.navOn {
	background: url(../images/navOn.gif) no-repeat !important;
}
li.navOff {
	background: url(../images/navOff.gif) no-repeat;
}

/* Content Styles */

#mainContent .homePics {
	position: relative;
}
#mainContent .homePics img {
	position: absolute;
	bottom: -100px;
	left: -100px;		
}
#mainContent a {
	color: #51039e;
}
#mainContent a:hover {
	color: #666;
}
#trueContainer {
	white-space: nowrap;
}
#horizontal_container {
	width: 10px;
}
.links {
	font-size: 12px;
	color: #000;
	list-style-type: disc;
}
ul.links {
	padding-left: 36px;
}
ul.bulletList {
	list-style-type: disc;
	font-size: 12px;
	padding: 0 0 20px 24px;
	line-height: 2;
}
.activityList {
	padding-left: 15px;
}
.activityList h3 {
	padding: 0 0 5px 15px;
	background: url(../images/bullet.gif) 0px 5px no-repeat;
}

/* Sidebar Styles */

#banner {
	width: 180px;
	height: auto;
	float: right;
	background-color: #fff1bb;
	text-align: center;
	margin: 10px 0 40px 0;
}
#bannerText {
	padding: 10px;
}

/* Footer Styles */

.copyright {
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.copyright a {
	color: #ecb100;
}
.copyright a:hover {
	color: #fff1bb;
}


/* Reservations Enquiry Form Styles */

label {
	width: 12em;
	float: left;
	font-size: 12px;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding: 2px 0 0 0 ;
}

.submit input
{
	margin-left: 4.5em;
}
input {
	color: #51039E;
	background: #fff1bb;
	border: 1px solid #000;
}


fieldset {
	border: 0;
	width: 24em;
}

legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
}
.inputmargin {
	margin: 3px 0 0 0;
}
label.nopad {
	padding: 0;
}



/* Misc. Styles */

.clrflt {
	clear: both;
}
.fltrgt {
	float: right;
}
.fltlft {
	float: left;
}
img.fltlft {
	margin: 0px 10px 10px 0px;
}
img.fltrgt {
	margin: 0px 0px 10px 10px;
}