@charset "UTF-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}

body{
	color: #000000;
	text-align: center;
	background: url(images/bg8.gif) repeat #3399FF;
	font-family: Helvetica, Arial, Sans-Serif;
    font-size: 62.5%;
}

#container_outer{
	width: 940px;
	margin: 0 auto 0 auto;
	background: url(images/cont_bg.png) repeat-y;
}

#container{
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	background: #fff;
}
 
	
/* navigation 
-----------------------------------------*/

#navigation{
	width: 215px;
	text-align: center;
	padding: 0;
	margin: 0 20px 0 20px;
	float: left;
	display: inline;
}

.cufon li{
	list-style: none;
	}
	
.cufon li a{
	padding: .6em 0 .3em 0;
	display: block;
	margin-bottom: 1px !important;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.8em;
	}
	
.zone1 a{
	background: url(images/zone1.png) no-repeat;
	color: #fff;
	}
	
.zone1 a:hover{
	background: url(images/zone1h.png) no-repeat;
	color: #fff;
	}
	
.zone2 a{
	background: url(images/zone2.png) no-repeat;
	color: #fff;
	}
	
.zone2 a:hover{
	background: url(images/zone2h.png) no-repeat;
	color: #fff;
	}
	
.zone3 a{
	background: url(images/zone3.png) no-repeat;
	color: #cc0000;
	}
	
.zone3 a:hover{
	background: url(images/zone3h.png) no-repeat;
	color: #fff;
	}
	
.zone4 a{
	background: url(images/zone4.png) no-repeat;
	color: #fff;
	}
	
.zone4 a:hover{
	background: url(images/zone4h.png) no-repeat;
	color: #fff;
	}

.zone5 a{
	background: url(images/zone5.png) no-repeat;
	color: #fff;
	}
	
.zone5 a:hover{
	background: url(images/zone5h.png) no-repeat;
	color: #fff;
	}
	
.zone6 a{
	background: url(images/zone6.png) no-repeat;
	color: #fff;
	}
	
.zone6 a:hover{
	background: url(images/zone6h.png) no-repeat;
	color: #fff;
	}

	
/* masthead
-----------------------------------------*/

#masthead{
	width: 860px;
	height: 265px;
	margin: 0 20px;
	background: url(images/masthead_bg.jpg) no-repeat #fff;
	line-height: 1.3;
	position: relative;
}

#head_logo{
	float: left;
	margin: 3em 0 0 30px;
	}
	
#subscribe{
	position: absolute;
	top: 85px;
	left: 560px;
	z-index: 500;
	width: 180px;
	}

.code{
	color: #e81d31;
	}

/* main layout 
------------------------------*/

#content{
	float: left;
	margin: 3em 0 1em 0;
	}

#main_column{
	width: 370px;
	float: left;
	display: inline;
}

#right_column{
	width: 235px;
	float: left;
	display: inline;
	margin: 0 20px 0 20px;
        }
		
#login{
	background: #ffff00;
	padding: 0 0 1em 0;
	}

#login ul{
       border-top: 1px dotted #666;
       margin: 0 15px;
}

#login li{
       font-size: 1.3em;
       border-bottom: 1px dotted #666;
       padding: 5px 0 5px 0;
       list-style: none;
}

#login li a{
       color: #cc0000;
}

#login li a:hover{
       color: #000;
}
	
#latest{
	background: url(images/latest_bg.png) no-repeat;
	margin: 1em 0 0 0;
	padding: 1.3em 13px .5em 13px;
	}

	
ul.news{
	border-top: 3px dotted #fff;	
	margin-bottom: 10px;
	}

ul.news li{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3;
	list-style-type: none;
	padding: 8px 0 8px 0;
	border-bottom: 3px dotted #fff;	
}

.news li a{
	color: #FFFF00;
	padding: 0 0 0 0;
	font-weight:bold;
}

.news li a:hover{
	color: #000;
}

.news_post{
border-bottom: 1px dotted #999;
margin: 0 0 1em 0;
}	

.fees{
     border-bottom: 2px dotted #cc0000;
     padding: 1em 0 0 0;
}

/* booking page style
-----------------------------------*/	

ul.bookings{
      border-top: 1px dotted #999;
      margin: 0 0 1em  0;
       }

.bookings li{
       font-size: 1.4em;
       list-style: none;
       padding: 5px 0 5px;
       border-bottom: 1px dotted #999;
       }

.bookings li a{
       font-size: 1.2em;
       color: #cc0000;
       }

.bookings li a:hover{
       color: #666;
       }


		
/* content typography styles 
-----------------------------------*/	

h1{
	font-size: 3em;
	color: #009966;
	font-weight: normal; 
	padding: 0 0 .5em 0;
	letter-spacing: 1px;
	}
	
#main_column h2, #register_column h2{
	font-size: 2em;
	color: #003366;
	font-weight: normal; 
	padding: 0 0 .5em 0;
	letter-spacing: 1px;
	}
	
#latest h2{
	font-size: 2em;
	color: #FFFF00;
	font-weight: normal; 
	padding: 0 0 .5em 0;
	letter-spacing: 1px;
	}
	
h3{
	font-size: 2em;
	color: #993366;
	font-weight: normal; 
	padding: 0 0 .5em 0;
	letter-spacing: 1px;
	}
	
#main_column h4{
	font-size: 1.6em;
	color: #009966;
	font-weight: normal; 
	padding: 0 0 .5em 0;
	letter-spacing: 1px;
	}
	
#login h4{
	font-size: 1.4em;
	color: #cc0000;
	font-weight: normal; 
	padding: 1em 0 .3em 13px;
	}

#register_column h4{
	font-size: 1.6em;
	color: #cc0000;
	font-weight: normal; 
	padding: 1em 0 .5em 0;
        float: left;
        clear: both;
       width: 800px;
	}
#register_column h5{
	font-size: 1.4em;
	color: #666;
	font-weight: normal; 
	padding: 1em 0 .5em 0;
        float: left;
        clear: both;
width: 800px;
	}
#register_column p{
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	line-height: 1.3;
	padding: 1em 0 1em 0;
	text-align: left;
        clear: both;
}
	
#login p{
	font-size: 1.2em;
	color: #333;
	font-weight: normal; 
	padding: .7em 0 .5em 15px;
	}
	

#main_column p, blockquote{
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	line-height: 1.3;
	padding: 0 0 1em 0;
	text-align: left;
}

ul.mainlist{
	margin: 0 0 1em 0;
}

ul.mainlist li{
	margin: 0 0 0 15px;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
	list-style: circle;
}

.mainlist li a{
	color: #000;
}

.mainlist li a:hover{
	color: #CC0000;
}

table {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 1px solid #ccc;
        margin: 0 0 1em 0;
}

td {
	border-bottom: 1px solid #CCC;
	padding: 5px 0.5em;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}

ul.locations{
	border-top: 2px dotted #999;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
	border-bottom: 2px dotted #999;
	height: 25px;
	}

ul.locations li{
	margin: 0 25px 0 0;
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
	display: block;
	float: left;
	list-style: none;
}

.locations li a{
	color: #000;
	border-bottom: 1px dotted #000;
}

.locations li a:hover{
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

ol li{
	margin: 0 0 0 15px;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
}

address{
	font-style: normal;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 0 1em 15px;
	text-align: left;
	}

#main_column p a{
	color: #cc0000;
	font-weight: bold;
}

#main_column p a:hover{
	color: #FF9900;
	border-bottom: 1px dotted #FF9900;
}



#right_column p a{
	color: #3eb703;
	font-weight: bold;
}

#right_column p a:hover, #right_column p a:focus{
	color: #333;
	border-bottom: 1px dotted #999;
}



img {
	display: block;
	border: 0;
}

/* register page styles
----------------------------------------*/

#register_column{
       margin: 0 25px;
}

ul.register li{
        list-style: none;
        color: #003366;
        font-size: 1.2em;
}

.inline_label{
        display: block;
	float: left;
        clear: both;
        width: 375px;
	color: #003366;
        margin: 6px 0 5px 0;
        text-align: right;
}
	
.inline_field{	
	display: block;
	float: left;
	border: 2px #CC0000 solid;
	background: #fff;
	margin: 3px 40px 0 10px;
	width: 350px;
	color: #333;
	padding: 2px;
	}

.inline_label3{
        display: block;
	float: left;
        clear: both;
	color: #003366;
        margin: 6px 0 5px 0;
        text-align: left:
}
	
.inline_field3{	
	display: block;
	float: left;
	border: 2px #999 solid;
	background: #fff;
	margin: 3px 40px 0 10px;
	width: 200px;
	color: #333;
	padding: 2px;
	}

.inline_label2{
display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 75px;
	padding: 1px;
	margin: 6px 0 0 15px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size: 1.3em;
	clear: both;
	}
	
.inline_field2{	
	display:inline;
	width:120px;
	margin: .5em 0 0 0;
	}

.clearfix{
       clear: both;
       width: 100%;
}
  
/* Form styles
----------------------------------------*/

.label{
    font-weight: bold;
    color: #cc0000;
    font-size: 1.2em;
}

fieldset {
    border: none;
    padding: 0;
    }

fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
    }
    
fieldset ul li {
	padding-bottom: 20px;
	color: #000;
font-size: 1.3em;
line-height: 1.3;
    }
    
fieldset input, 
fieldset select,
fieldset textarea {
	font: 1.2em Arial, Helvetica Sans-Serif;
	font-weight: normal;
	border: 0;
	border: 2px solid #CC0000;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 0 0;
	color: #333333;
}

fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover {
	border: 2px solid #999;
}
	
fieldset textarea {
    overflow: auto;
	font: 1.2em Arial, Helvetica Sans-Serif;
}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
}

fieldset select option {
    padding: 0 15px 0 2px;
}

fieldset label {
	font: 1.3em Arial, Helvetica Sans-Serif;
    display: block;
    margin: 0 0 5px 0;
}

fieldset label.note {
	font: 1.2em Arial, Helvetica Sans-Serif;
    font-weight: normal;
    color: #999;
    margin: 3px 15px 0 0;
    font-style: italic;
}

.required {
	color: #CC0000 !important;
}

fieldset label.checkbox_note {
    font-weight: normal;
    display: inline;
    float: none;
}

fieldset label.full, fieldset input.full,
fieldset select.full, fieldset textarea.full { width: 95%; }

fieldset label.full {
    float: left;
}

fieldset p {
    margin-bottom: 8px !important;
}

.submit button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#cc0000;
	border:2px solid #cc0000;
	font-size: 1.1em;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding:5px 7px 6px 7px; /* Links */
}
.submit button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.submit button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.submit button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.submit a:hover{
	background-color: #999999;
	border:2px solid #a29880;
	color:#fff;
}

#go{	
	float: right;
	clear: both;
	margin: 1em 15px 0 0;
	}
	
/* footer styles 
------------------------------*/
	  
#footer{
	width: 860px;
	margin: 1em 20px 0 20px;
	text-align: left;
	clear: both;
	padding: 10px 0 0 0;
	background: url(images/footer_bg.png) no-repeat #fff;
	height: 5em;
	}
	

	
#footer-right{
	text-align: right;
	float: right;
	}

#footer p{
	color: #fff;
	font-size: 1.2em;
	padding: .8em 10px 0 10px;
}

#footer a{
	color: #FFFF00;
	text-decoration: none;
}

#footer a:hover, #footer a:focus{
	color: #66FF00;
} 

.flist{
	margin: .8em 0 0 10px;
	}

.flist li{
	display: inline;
	list-style: none;
	font-size: 1.2em;
	color: #fff;
	padding: 0 10px 0 0;
	}


.detail{
	color: #999999;
	font-size: 70%;
}

.left{
	float: left;
	margin-right: 10px;	
	margin-bottom: 5px;
	display: inline;
}
  
.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
}

.hide{
	display: none;
}

