body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

ul,li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin-bottom:5px;
	font-style:italic;
}

b{
	font-size:14px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333;
	font-style:italic;
}

a{
	color: #000000;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
a:HOVER{
	color: #01573c;
	text-decoration:underline;
}
a:VISITED{

}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	color:#333333;
}

H1{margin-top:10px; margin-bottom:10px; font-size:28px; font-weight:bold; font-family: monotype corsiva; color: #008001; font-style: italic;}
H2{margin-top:15px; margin-bottom:0px; font-size:16px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color: #333333; text-transform:uppercase;}
H3{margin-top:0; margin-bottom:0px; font-size:20px; font-weight: bold; font-family: monotype corsiva; color: #333333;}
H4{margin-top:0; margin-bottom:0px; font-size:16px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color: #333333;}
H5{margin-top:0; margin-bottom:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px; color: #000000; text-align:right; padding-top:5px; }
H6{margin-top:0; margin-bottom:0px; font-size:12px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color: #01573c;}

/****** TEMPLATE STYLES ******/
div#top{ 
	background-color:#404040;
	width:100%;
}
div#header{ 
	background-color:#404040;
	width:100%;
	height:520px;
}

div#top a{ 
	float:right; 
	padding:5px 10px 5px 0px; 
	text-decoration:none; 
	color:#cccccc; 
	font-size:14px;
}

div#menu {
	padding-left:170px;
	background:#404040;
}

div#container{
	width:901px;
	margin:0 auto; 
	border:2px solid #006600; 
	text-align:left;
	padding-bottom:0px;
	/*background:#e3f8b7;*/
}

div#content{
	float:right;
	width:680px;
	padding-bottom:20px;
	padding-left: 30px;
	padding-top: 0px;
	padding-right:20px;
	/*background:#ffffff;*/
}

div#content p{line-height:1.4;}

div#content img.noBorder{border:none;}

div#content img{ 
	border:2px solid #01573c;
	margin:0px 10px 10px 10px;
	float:right;
}
div#content p a img{
	float:none;
	text-align:center;
	border:none;
}
div#content table#menu { text-align:center; margin-top:0px; padding-top:0px; position:relative; top: -15px;}
table#booking td { text-align:left;}
table#booking td h5{ text-align:left;}

div#content  table#menu p{ 
	text-align:center;
	font-size:24px; 
	font-weight: normal; 
	font-family: monotype corsiva; 
	color: #333333;
	margin-bottom:0px;
	margin-top:0px;
}
div#content table#menu  h2 em{
	font-size:14px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333;
	font-style:italic;
	text-transform:capitalize;
}
div#content table#menu  h3{
	margin-top:0; margin-bottom:0px; font-size:30px; font-weight: bold; font-family: monotype corsiva; color: #333333;
}
div#navigation{
	float:left;
	width:170px;
	background:#e3f8b7;
	min-height: 700px;
	padding-bottom: 0px;
	
}

div#footer{
	clear:both;
	width:100%;
	background: #404040;
	text-align:center; 
	height:30px; 
}
div#footer p { 
	padding-top: 6px; 
	color: #cccccc; 
}



/*------------------ Home page style ------------------*/
div#home {
	margin-bottom:-12px;
	padding-bottom:-10px;
}

div#home a {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	}
div#home  #content a img{
	margin: 0px;
	padding: 0px;
	border: none;
	}
div#home #content td {	
	padding:none;
	margin:none;
}
div#home a:hover {
	color: #01573c;
	text-decoration:underline;
	}	
	
td#link1 {
	background-image: url(../Images/TemplateImages/link1.png);
	height:105px;
	}
td#link2 {
	background-image: url(../Images/TemplateImages/link2.png);
	height:103px;
	}
span.events1 p{
	width:132px;
	margin-left: 20px;
	margin-right:20px;
	margin-top:18px;	
}
span.events2 p{
	width:132px;
	margin-left: 20px;
	margin-top:10px;
}

td#venue td {
	font-weight:bold;
}
/****** CLEARFIX ******/

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */