a {
	color: #7C4C62;
}
li.current {
background:#4E2337;
width:140px !important;
}
html>body li.current {
width:144px !important;
}
a.current {
color:#FFFFFF !important;
border:none !important;
}
a:visited {
	color: #7C4C62;

}
a:hover {
	color: #000066;

}

#main
{
	color: #727272;
}

#main ul.features {
text-align:left;
margin:0 0 20px 20px;
}

#main h1 {
margin-top:20px;
color: #7C4C62;
font-size:22px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#main h2 {
color: #7C4C62;
font-size:16px;
}

#main h3 {
color: #7C4C62;
font-size:12px;
font-style:italic;
}

#main ul
{
	line-height:1.8em;
}



#main div.images {
margin:20px 0 0 0;
}


#main div.images img {

}

#main div.images img.center_image {
margin:0 4.3%;
}

html>body #main div.images img.center_image {
margin:0 9.5%;
}

a img {
border:none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7C4C62;
	line-height: 18px;
	text-align: center;
	margin:0 0 10px 0;
	padding:0;
}

#wrapper {
	position: relative;
	border: 1px solid #4E2337;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin:20px auto 10px auto;
	min-width: 800px;
	width:98%;
}

#bg_wrapper {
background: url(../images/bg_right.jpg) no-repeat bottom 105%;
z-index:-1;
}

#table-holder {
float: right;
text-align: center;
width: 1055px;
}

#header 
{
	height:1%;
	width:100%;	
	float:left;
}

#header h1, #header h2 {
display:none;
}

#header #logo {
margin-left:140px;
text-align:center;
}

#navigation {
width:140px;
text-align:left;
float:left;
}


/* styles for all UL's in the list */
#nav, #nav ul
{
list-style:none;
font-family:verdana;
	margin: 0;
	padding: 0;
}
#nav li a {
float:left;
width:100%;
display:block;
text-decoration:none;
border-bottom: solid #D3CFC3 1px;
padding:5px 0 5px 5px;
color:#55203C;
}

#nav li a:hover {
color:#000;

}
#nav li ul {
display:none;
}

#nav li ul li a {
float:left;
background:#D9CDD1 url(../images/subnav.gif) no-repeat 5px 5px;
padding:0 0 5px 25px;
}

#nav li ul li {
float:left;
background:#D9CDD1;
padding:0 0 0 0px;
width:120px;
}

#nav li ul li ul li a {
background:#D9CDD1 url(../images/subsubnav.gif) no-repeat 15px center;
padding:0 0 5px 30px;
width:114px;
display:block;
}
#nav li ul li ul li a:hover
{
	background:#EEE8EA url(../images/subsubnav_on.gif) no-repeat 15px center;
}


#nav ul li {

}


#nav li ul a {
border:none;
background:#D9CDD1;
}
#nav li ul a:hover
{
	color:#55203C;
	background-color:#EEE8EA;
}

#nav {
margin-top:40px;
}

#nav li {
float:left;
width:139px;
font-weight:bold;
}

#nav li.first-item a {
border-top: solid #D3CFC3 1px;
}

#nav li.over ul {
display:block;
}

hr {
color:#4E2337;
height:1px;
width:100%;
}

#timings td
{
	background-color:#EDE4E8;
	color:#6A3951;
}
.centerit
{
	text-align:center;
}

input.address {
margin:0;
}
textarea {
margin-bottom:17px;
}

div#main {

text-align: left;
float:left;
margin-left:20px;

}

div#footer {
margin:0 auto;
padding:2px 5px;
}

#copyright-holder {
width: 95%;
margin: 0 auto;
}

.copyright-text {
margin-left: 145px;
}

#facilities_wrapper {
width:100%;
position:static;
text-align:left;

}
html>body #facilities_wrapper {
float:left;
}

div#facilities {
text-align: left;
margin:0 auto;
border:solid green 1px;
float:left;
}

div#facilities div {
float:left;
text-align:left;
margin:0 0;
}

div#facilities div a, div#facilities div img {
}

ul.documents {
margin:10px 0 0 27px;
}

ul.documents li {
list-style:none;
padding: 0 0 20px 30px;
}

ul.documents li a {
background:url(../images/layout/icon_pdf.gif) no-repeat top left;
padding:4px 25px;
}

ul.horizontal li {
float:left;
text-align:center;
padding:0;
width:33%;
}

ul.horizontal li a {
text-align:center;
background:url(../images/layout/icon_pdf.gif) no-repeat top center;
padding:25px 0px;
float:left;
}


ul.address {
font-style:normal;
list-style:none;
text-align:center;
margin:0 0 10px 0;
}

ul.features {
margin:0 0 0 40px;
padding:10px 20px;
}

ul.food_and_drink_package {
text-align:left;
margin:10px 0 10px 40px;
}



#footer {
height:1%;
clear:both;
text-align: center;
font-size: 13px;
margin:0 auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/** format contact us form **/
form textarea {
}



form input.button {
margin:0px 0 10px 0;
padding:2px;
background:#F1EEE7;
border:solid #CCCCCC 1px;
color:#4E2337;
font-weight: bold;
font-family:georgia;
font-size:11px;
}

table#contact {
}

table#contact td {
	vertical-align:top;
}

table td img {

}

div#contact_form_container table {
float:left;
width:100%;
}


ul.errors {
color:#FF0000;
list-style:none;
}

.hide {
display:none;
}

/** style events **/
.vevent {


width:80%;
text-align:left;
margin:5px auto;
padding:0 0 20px 0;
}
.dtstart, .dtend {
font-weight:bold;
}
.vevent img {
float:left;
margin:0 10px 10px 0;
}

.price {
float:right;
font-size:20px;
padding:5px;
}

div.row {
clear:both;
width:100%;
text-align:left;
}

div.toprow {
text-align:left;
}

.about_box {
float:left;
width:33%;
}

div.clear {
clear:both;
height:0;
}

#facility_menu
{
	margin-left:25px;
	text-align:left;
}
#breadcrumb
{
	text-align:left;
	margin-bottom:20px;
}
.left
{
	text-align:left;
	margin-left:25px;
}

fieldset {
margin:0 0 30px 0;
padding:10px 10px;
}

legend {
margin:0 0 10px 0;
padding:0 0 5px 0;
text-align:left;
font-size:17px;
color: #7C4C62;
}

label {
width:100%;
font-weight:bold;
}
html>body label {

}





label.not_main {
float:none;
width:100% !important;
font-weight:normal;
}


span.or_separator {
display:block;
width:100%;
margin:15px 0;
text-align:center;
border-top:dotted #CCCCCC 1px;
border-bottom:dotted #CCCCCC 1px;
}



/* new styles */

#maincontent
{
	height: 100%;
	color: #727272;
	margin:0 30px 0 180px;
	text-align:left;
}
#maincontent h1 {
	margin-top:20px;
	color: #7C4C62;
	font-size:22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#maincontent h2 {
	color: #7C4C62;
	font-size:16px;
}

#maincontent h3 {
	color: #7C4C62;
	font-size:12px;
	font-style:italic;
}

#brochure {
height: 620px;
}

#images
{
	text-align:center;
}
.p10
{
	padding:10px;
}
#maincontent #imageSlideshowHolder
{
	margin:0 auto;
	display:block;

	width: 518px;

	height: 453px;

	position:relative;
}
.greyfont
{
	color: #727272;
}
#foodpackages h3
{
	margin:5px 0 0 0;
	padding:0;
}
.sep
{
	width:50px;
	margin:5px 0 0 0;
}