html * {padding:0; margin:0;}

html{height:100%;}

body
{
    font-size: 62.5%;
    font-family: Verdana, Arial, sans-serif;
    color: #333;
    background-color: #585858;
    text-align:center;
    height:100%;
}


#page
{
    width:770px;
    background: #fff url(../img/bg.gif) repeat-y 0 0;
    margin:0 auto -66px auto;
    min-height:100%;
    height: auto !important;
    height:100%;
    text-align:left;
}

/* ----- Header ----- */

#header 
{
    height:165px;
    background: url(../img/header.jpg) no-repeat 15px 0;
}

#header h1
{
    text-indent:-200em;
}

/*
#header .headernav
{
    background-color: #fff;
    width:11em;
    padding:1px;
    border:1px solid #333;
    margin: 0 0 0 16px;
}


#header .headernav a
{
    display:block;
    border-left:8px solid #FE7C21;
    color: #333;
    padding-left:4px;
    text-decoration:none;
}*/

#header .headernav
{
text-indent:-450em;
}



#printlogo
{
    display:none;
}

/* ----- Navigation ----- */
/*      see menu.css      */


/* ----- Main ----- */

#main
{
    padding:8px 15px 80px 15px;
}

.center
{
    text-align:center;
}

/* ----- Footer ----- */

#footer
{
    height:66px;
    width:740px;
    background: url(../img/footer.jpg) left top repeat-x;
    margin:0 auto;
}

#footer p
{
    padding:3px 3px 10px 3px;
    font-size:1em;
}

#footer a
{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:1em;   
}

#footer a:focus, #footer a:active
{
 color: #333;   
}

#footer a:hover
{
    text-decoration:underline;
}

#footer p span
{
    float:right;
}

#footer .copy
{
    text-align:left;
}

#footer p span a
{
    color:#333;
    text-transform:none;
}

#footer .sep
{
    margin:0 12px;
    vertical-align:middle;
}

/* ----- Tabs ----- */
#tabs
{
    margin:20px 74px 0 74px;
    height:2em;
}

#tabs a.active{
	padding: .4em 16px;
	background: #FFF url(../img/tab_active.jpg) repeat-x 0 0;
	border: 1px solid #bababa;
	color:#FE7C21;
	font-weight:bold;
	border-bottom:0;
	border-left:0;
	position:relative;
	text-decoration:none;
	top:0.52em;	
	z-index:1;
}

#tabs a:hover.active {
	color: #f30;
}

#tabs a#firsttab
{
    border-left:1px solid #ccc;
}

#tabs a.dormant{
	padding: .2em 10px;
	background: #FFF url(../img/tab_dormant.jpg) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom:0;
	border-left:0;
	position:relative;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	top:.64em;	
}

#edit{
	background-color:#fff;
	border:1px solid #666;
	padding:4px;
	margin:10px;
	display:none;
}

/* ----- Content ----- */
#content
{
    border: 1px solid #ccc;
    margin:0 74px;
    padding: 12px 16px;
    background: #fff url(../img/content_bg.jpg) repeat-x 0 100%;
}

#content h2
{
    font-size:1.8em;
    background: url(none);
    padding: 5px 0 12px 0;
    margin:0;
    color: #FE7C21;   
}

#content h2 span, h2 span
{
    color: #333;
    font-size:0.6em;
}

#content h2 span a, h2 span a
{
    color: #333;
}


/* ----- Content ----- */

.imgleft
{
    float:left;
    margin: 5px 10px 5px 0;
}


#addnews
{
    padding:10px 0;
}

#addnews a
{
    color:#FE7C21; 
}

.newsAbstract
{
    padding: 8px 0 0 0;
}

.newsby
{
    border-bottom: 1px solid #ccc;
    margin-bottom:12px;
    font-style:italic;
}

.newsarticle
{
    padding-bottom:10px;
}

.author
{
    color: #333;
    font-weight:bolder;
}

hr
{
    height:1px;
    border: 1px solid #ccc;
    margin:14px 30px 20px 30px;
}

strong
{
    color: #000;
}

/* ----- Events  ------ */

h3 a
{
    color: #000;
}


table {
	border-collapse:collapse;
	font-size: 100%;
}

td, th{
	padding:8px 30px 8px 6px;
	text-align:left;
}

.ar {
	text-align:right;
}

table.display thead
{
    background-color: #f2f3f4;
}

table.display
{
    margin:12px 0;
}

table.eventstable, table.display{
	width:100%;
	border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.eventsheader{
	background-color:#dedede;
	color:#333;
}

.eventstable th, table.display th, .eventstable td, table.display td
{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.even {
	background-color:#fff;
}

.odd {
	background-color:#f6f6f6;
}
/* ----- Booking ----- */
.button_left
{
    padding:12px 10px;
}

.button_right
{
    padding:12px 10px;
    text-align:right;
}

.error
{
    margin:4px 4px 12px 4px;
    border:1px solid #666;
    background: url(../img/error2.gif) no-repeat 5px 50%;
    padding: 4px 30px;
}

.required
{
    background: url(../img/required.gif) no-repeat left top;
    padding-left: 13px;
}

.required_error
{
    background: url(../img/required_error.gif) no-repeat left top;
    padding-left: 13px;
    text-decoration: underline;
}

.non_required_error
{
    color:#f00;
    text-decoration: underline;
}


#booking #content
{
    margin-top:24px;
}

#booking h3
{
    padding: 6px 0 14px 0;
}

form
{
    font-size:100%;  
}

form .floatright
{
    float:right;
    margin-right:12px;
}

#booking h4
{
   margin: 22px 0 8px 0;
}

#booking h4.tableheader
{
        text-align:center;
    border: 1px solid #ccc;
    background-color: #dfdfdf;
    margin: 10px 0 0 0;
    
}

.tablehightlight
{
    color: #000;
}


#booking .carttotals, .orderaddress, .order
{
    border: 1px solid #ccc;
    border-top:0;
    margin-bottom: 10px;
    width:100%;
}

#booking .carttotals th
{
    text-align:left;
    width:80px;
}

#booking .tablefooter
{
    background: #efefef;
    color: #000;
    font-weight:bold;
}

#booking .carttotals td
{
    text-align:left;
}

#booking .carttotals td, #booking .carttotals th, .orderaddress th, .orderaddress td, .order th, .order td
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.customer
{
    margin-bottom:16px;
}

.checkbox 
{
    background-color: #FFF;
}

/* ----- Elements ----- */

h2
{
    font-size:1.8em;
    background: url(../img/h2.gif) no-repeat left top;
    padding: 5px 0 12px 74px;
    margin: 20px 0 8px 12px;
    color: #FE7C21;
}

h3
{
        padding: 2px 0 10px 0;
        font-size: 1.4em;
        color: #000;
}

h3 span
{
    font-size:.8em;
    color: #333;
}

h3 span a
{
    color: #FE7C21;
}


h4
{
        padding: 2px 0 6px 0;
        font-size: 1.2em;
        color: #333;
}

p, address, #content ul, #content ol
{
    font-size:1.2em;
    line-height:1.4;
    font-style:normal;
    padding: 4px 8px 10px 6px;
}

#content ul, #content ol
{
    margin-left:1.5em;
}

#content ul li, #content ol li
{
    padding:2px 0 4px 0;
}

.small
{
    font-size:0.8em;
}

a
{
    color: #FE7C21;
}


input
{
    margin:0 6px 0 0;
    vertical-align:middle
}

.sub
{
    background: #FE7C21;
    color: #333;
    font-weight:bold;
    font-size:1em;
    vertical-align:middle;
}

a img
{
    border:0;
}

.subscription
{
    padding:5px 0 10px 5px;
    margin: 20px 10px 20px 10px;
}

/*  -------  ADMIN  --------  */
#admin h1
{
    font-size: 1.4em;
    margin: 5px 0 12px 0;
}

#admin h2
{
    background: url(none);
    padding:0;
}

#admin form
{
    margin:0 20px 34px 20px;
    padding-bottom:12px;
    border-bottom:1px solid #ccc;
}

.adminlinks
{
    margin:5px 0 16px 0;
}

.fieldsep
{
    padding: 10px 0;
}

.table_ob
{
    width:100%;
}

.table_ob, .table_nolength
{
    border:1px solid #ccc;

}

.table_ob td, .table_ob th, .table_nolength td, .table_nolength th
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

 .table_ob th
 {
    background-color: #dedede;  
 }

.tablefooter
{
    background: #efefef;
    color: #000;
    font-weight:bold;
}

#admin fieldset
{
    border:0;
}

.loginmessage
{
    padding:0 26px 20px 26px;
}

.close
{
    float:right;
    margin: 0 0 8px 0;
}

#pageeditor
{
    margin:0 74px 22px 74px;
    padding: 16px 22px;
    border:1px solid #ccc;
    display:none;
    
}

#pageeditorlink
{
    border:1px solid #ccc;
    background-color:#fff;
    padding: 5px 12px;
    margin: 0 0 0 74px;
    width:10em;
}

#pageeditor input
{
    margin: 0 12px 0 0;
}

#pageeditor label
{
    margin: 0 12px 0 0;
}

.pe_buttons
{
    background-color: #efefef;
    text-align:right;
    padding:3px;
    margin:6px 0 0 0;
}

/* ############# HTML AREA ############ */


.htmlarea{
	width:605px;
	border:1px solid #ccc;
	margin: 10px 0;
}

div.toolbar table {
	border-collapse:collapse;
	margin:0
}

div.toolbar table th, div.toolbar table td{
	padding:0
}

/* ############# CLEAR FIX  ############ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */