/* links */
.content a, .content a:visited {
	color: #083991;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #63b3ff;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #63b3ff;
	font-weight: bold;
}
/* headers */
.content h1, .content h2, .content h3 {
	color: #083991;
	font-family: Tahoma, Sans-serif;
	font-weight: Bold;
}
.content h1 {
	color: #ce994f;
	font-size: 160%;
	font-weight: normal;
}
.content h2 {
	font-size: 130%;
	text-transform: uppercase;
}
.content h3 {
	font-size: 130%;
}
.content ul, .content ol {
	margin: 5px 20px;
	padding: 0 20px;
}
/* images */
.content img {
	/*
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
	*/
}
.content  img.float-right {
  	margin: 5px 0px 10px 10px;
}
.content img.float-left {
  	margin: 5px 10px 10px 0px;
}
.content code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em Tahoma, Sans-serif; ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
.content acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
.content blockquote {
	font: bold 1.4em/1.5em Tahoma, Sans-serif;
	margin: 10px;
 	padding: 0 0 0 25px;
    background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
	color: #444;
}
/* start - table */
.content table {
	border-collapse: collapse;
	/*margin: 10px;	*/
}
.content th strong {
	color: #fff;
}
.content th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	/*padding-left: 12px;
	padding-right: 12px;	*/
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
.content tr {
	height: 30px;
}
.content td {
	/*padding-left: 11px;
	padding-right: 11px;*/
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.content td.first,th.first {
	border-left: 0px;
}
.content tr.row-a {
	background: #F8F8F8;
}
.content tr.row-b {
	background: #EFEFEF;
}
/* end - table */
/* form elements */
.content form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;
}
.content label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
.content input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Tahoma, Sans-serif;
	color:#777;
}
.content textarea {
	width:400px;
	padding:2px;
	font: normal 1em Tahoma, Sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
.content input.button {
	font: bold 12px Tahoma, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}
/* search form */
form#search {
	float: right;
	margin: 0;
	padding: 0;
}
form#search #searchBox {
	border: 1px solid #037C97;
}
/********************************************
   LAYOUT
********************************************/
.content .main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Tahoma, Sans-serif;
	color: #444;
	padding: 15px 0 2px 0px;
	border-bottom: 1px solid #dadada;
}
/* Sidebar */
.content #sidebar {
	float: left;
	width: 195px;
	margin-top: 10px;
}
/* sidemenu */
.content ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px;
	padding: 0;
	border-top: 1px solid #E5E5E5;
	text-decoration: none;
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	border-bottom: 1px solid #E5E5E5;
}
.content * html body ul.sidemenu li {
	height: 1%;
}
.content ul.sidemenu li a {
	text-decoration: none;
	color: #326ea1;
	border: none;
}
.content ul.sidemenu li a:hover {
	color: #383d44;
	border: none;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
/* display and additional classes */
.clear { clear: both; }
/* post */
.post-by {
	font-size: .95em;
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;
	font-size: 95%;
	color: #666666;
}
.post-footer .date{
	margin: 0 10px 0 5px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
}
/* online bookings system */
#onlineBookingsButton {
	background-color: #4197B5 ;
	color: #FFF;
	width: 180px;
	padding: 1px;
	margin-left: 15px;
	/*margin-right: 10px;*/
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}
#onlineBookingsButton a:link {
	color: #FFF;
}
#onlineBookingsButton a:visited {
	color: #FFF;
}
#onlineBookingsButton a:hover{
	color: #FFF;
	background-color: #4197B5 ;
}
.rwr_block{
}
.rwr_label{
}
.rwr_dayLabel{
}
.rwr_picker{
}
.rwr_button{
}
#breadcrumbs a:link,
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:visited {
	color: #fff;
}
.breadcrumb {
	width: 55%;
}
.bluelarge { 
	font-size: 24px; 
	font-weight: 900; 
	color: #003399; 
	line-height: 16px;
	}
.bluenorm {  
	font-weight: 400; 
	color: #003399; 
	line-height: 16px;
	}
.captionText {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #003399; 
	}
.goldnorm { 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 12px; 
	font-weight: 900; 
	color: #CC9933; 
	line-height: 18px; 
	text-align: justify;
	}
.goldlarge { 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 24px; 
	font-weight: 900; 
	color: #CC9933; 
	line-height: 18px; 
	}