body
{
	font-size: 12pt;
	text-align: left;
	color: black;
	background-color: #FFFFF7;
	margin: 0px 0px 0px 0px;
}
H1
{
	font-family: "Times New Roman", Times;
	font-size: 24pt;
	text-align: center;
	text-transform: capitalize;
	color: navy;
	background-color: transparent;
}

H2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	color: #FF6000;
	background-color: transparent;
	font-weight: bold;
}
H3
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	text-align: center;
	color: #800080;
	background-color: transparent;
	font-weight: bold;
}
H4
{
	font-family: Verdana, Arial;
	font-size: 11pt;
	text-align: center;
	color: green;
	background-color: transparent;
}
H5
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	text-align: left;
	text-transform: capitalize;
	color: #800080;
	background-color: transparent;
}
H1.left,H2.left, H3.left, H4.left{
	text-align: left;
}
div.menu{
	width: 193px;
}
div.menu a{
	/* create a button look for menu links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5pt;
	padding-left: 3px;
	border-top: 1px solid #082C4A;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #082C4A;
	border-right: 1px solid #003399;
	color: white;
	background-color: #082C4A;
	display: block;
	width: 100%;
}
div.menu a:link, div.menu a:visited
{
	border-top: 1px solid #99ccff;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #99ccff;
	border-right: 1px solid #003399;
	background-color: #0099ff;
	color: white;
}
div.menu a:hover, div.menu a.submenu1:hover, div.menu a.submenu2.hover
{
	background-color: #3366FF;
	color: white;
}
div.menu a:active, div.menu a.submenu1:active, div.menu a.submenu2.active
{
	/* depress effect on click */
	border-top: 1px solid #003399;
	border-bottom: 1px solid #99ccff;
	border-left: 2px solid #003399;
	border-right: 1px solid #99ccff;
	background-color: RED;
	width: 100%;
	color: white;
}
div.menu a.submenu1{
	text-indent: 5mm;
	background-color: #6400FF;
	color: white;
}
div.menu a.submenu2{
	text-indent: 10mm;
	background-color: #FF6000;
	color: white;
}

table.pageframe
{
	border: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
td.titlebar
{
	COLOR: #FFFFF7;          
	font-family: Verdana,"Times New Roman",serif;
	padding-top: 3mm;
	padding-bottom: 3mm;
	background-color: #082C4A;
	text-align: center;
}
td.titlebar h1{
	COLOR: #FFFFF7;          
	font-family: Arial,"Times New Roman",serif;
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
td.navCell
{
	border-right: 1px solid #082C4A;
	font-size: 12pt;
	width: 193px;
}
.pickList
{
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	background-color: #0099ff;
	display: block;
	width: 100%;
}
.content
{
	padding-top: 3mm;
	padding-bottom: 3mm;
	padding-left: 3mm;
	padding-right: 3mm;
	font-size: 12pt;
}
.splash
{
	border: thin solid black;
	padding: 3px;
	background-color: #FF6000;
	color: black;
	margin: 5px;
	line-height: 11pt;
	font-size: 12pt;
	text-align: center;
}
UL
{
	list-style-image: url(../images/bull1.gif);
}
LI
{
	list-style-image: url(../images/bull1.gif);
}
.leftFloat
{
	float: left;
	padding: 5mm;
	/* border: thin solid red; */
}
.rightFloat
{
	float: right;
	padding: 5mm;
	/* border: thin solid green; */
}
#bottomText
{
	vertical-align: top;
	background-color: Silver;
}
.end
{
	clear: both;
}
table.tight
{
	border: none;
	padding: 5px 5px 5px 5px;
	width: 800px;
}
HR
{
	color: #A43E00;
	background-color: #FF6000;
	height: 5px;
	width: 80%;
}
table.pricing
{
	padding: 2px 2px 2px 2px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
td.dates, th.dates
{
	background-color: #009AFF;
	text-align: center;
}
td.prices
{
	text-align: center;
	background-color: transparent;
}
td.labels{
	text-align: left;
	background-color: transparent;
	font-size: 12px;	
}
.noShow
{
	display: none;
}
.column
{ 
	float: left; 
	width: 45%; 
	margin: 1%;
} 
.comment
{
	font-style: italic;
	padding: 2mm 2mm 2mm 2mm;
	font-size: 12pt;
}
center, .center
{
	text-align: center;
}
.attention
{
	text-align: left;
	color: Red;
	font-weight: bolder;
}
.w3cLogos{
	margin: 5px;
	text-align: left;
}
#bookingForm{
	border: thin solid black;
	background-color: #FAFAD2;
	padding: 3px;
}
#bookingForm H4{
	text-align: left;
}
#extrasTable{
	display: none;
}
.testimonial{
	
}
.testimonial h4{
	text-align: left;
}
.companyDetails{
	font-size: 8pt;
	color: black;
}
#blogInsert{
	margin: 0;
	/*
	width: 193px;
	float: right;
	margin: 1px 1px .8em .8em;
	border: thin solid black; */
	
}
#blogInsert h2.sidebar-title{
	color: gray;
	font-size: .75em;
	text-align: left;
	margin: 2px 1px 2px 5px;
	line-height: .75em;
}
#blogInsert UL{
	padding-bottom: .8em;
	border-bottom: thin dashed gray;
}
#blogInsert LI{
	list-style-image: none;
}
.testimonial{
	margin-left: 20px;
	margin-right: 10px;
	border: thin solid black;
	padding: 10px;
}
#tandc UL, #tandc LI{
	list-style-image: none;
}
/*  brochure download form styles */
#brochure_details_form{

	width: 550px;
	overflow: hidden;
}
#brochure_details_form .title{
	width: 95%;
	clear: both;
	font-weight: bold;
	margin-bottom: .8em;
	
}
#brochure_details_form .label{
	width: 40%;
	float: left;
	font-weight: bold;
	margin-bottom: .8em;
	height: 1em;
}
#brochure_details_form .form_field{
	width: 55%;
	float: left;
	font-weight: bold;
	clear: right;
	margin-bottom: .8em;
	min-height: 1em;
}
.small{
	font-size: 10pt;
	font-weight: normal;
}
#announcement{
	width: 690px;
	margin: 1em auto 1em auto;
	border: 10px solid #FF6000;
	padding: 1em;
	clear: both;
	overflow: hidden;
}
#announcement .text{
	font-weight: bold;
	text-align: center;
	float: left;
	font-size: 22pt;
	font-family: "Times New Roman", Times, serif;
}
#announcement .image{
	width: 320px;
	float: right;
}
#announcement .emphasise{
	color: Red;
	font-size: 14pt;
}