body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	marginwidth: 0px;
	marginheight: 0px;
	padding:0px;
	background-color: #DED2C3;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a
{
	color: #A38B6B;
	text-decoration: underlined;
}

a:hover
{
	color: #FFAE00;
	text-decoration: underlined;
}

h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 130%; font-weight: normal; color: #A38B6B; background-color:inherit; margin:0px; padding:15px; }
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 15px; font-weight: normal; color: #FFFFFF; background-color:inherit;}
h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 90%; font-weight: bold; color: #A38B6B; background-color:inherit;}
h4 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 80%; font-weight: bold; color: #A38B6B; background-color:inherit;}
h5 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 80%; font-weight: bold; color: #A38B6B; background-color:inherit;}
h5 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 80%; font-weight: bold; color: #A38B6B; background-color:inherit;}
h6 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 80%; font-weight: bold; color: #A38B6B; background-color:inherit;}


#message {
	width:100%;
	background-color:#F00;
	color:#FFF;
	text-align:center;
	border-bottom:1px solid #FFF;
}

#message p {padding:10px; font-size:14px; font-weight:bold; color:#FFF;}
#message a {color:#FFF; text-decoration: underlined;}
#message a:hover {color:#000; text-decoration: underlined;}

p, ul, li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D0E54;
}

li {padding:0px 15px 0px 0px;}

hr
{
	color: #cccccc;
	width: 95%;
	height: 1px;
	border: 1px dashed;
	border-width: thin;
}

form {display:inline;}
#form li {font-size: 100%; font-weight: normal; background-color:inherit;}
.red {color:#FF0000; background-color:inherit;}


.textHeader
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A38B6B;
	padding-left: 10px;
	padding-right: 5px;
}

.textHeaderBlue
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	olor: #0D0E54;
	padding-left: 10px;
	padding-right: 5px;
}

.textSubHeader
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #A38B6B;
	padding-left: 10px;
	padding-right: 5px;
}

.textSubHeaderNOPAD
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #A38B6B;
}


.textDate
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	padding-left: 8px;
	padding-right: 8px;
}

.textDate a
{
	color: #000066;
}

.textFooter
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;	
}

.content-padding
{
	padding-left: 10px;
	padding-right: 5px;
}

.dotted
{
	border: 1px dashed;
	border-color: #A0A0A0;
	padding: 5px;
}

img.padding {margin:5px;}


.textTestimonials
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px;
}

.textTestimonialsTitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFAE00;
}

.textTestimonialsCompany
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF5C29;
	font-style: italic;
}

.textGeneral
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
}

.bookingTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A38B6B;
}

.textbookingForm
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
}

.textbookingForm a
{
	text-decoration: underlined;
	color: #585858;
}

.textErrors
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.textDates
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #A38B6B;
}

.boxHome {
	background-color:#0D0E54;
	margin: auto;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	padding:5px;
}

.boxHomeDashed {
	border: 1px dashed #D2D2D2;
	padding: 4px;
	width:523px;
	margin: 10px auto;
}

.boxHomeDashedLeft {
	float:left;
	border: 1px dashed #D2D2D2;
	padding: 4px;
	width:250px;
	margin: 10px 5px 10px 5px;
}

.boxHomeDashedRight {
	float:right;
	border: 1px dashed #D2D2D2;
	padding: 4px;
	width:250px;
	margin: 10px 5px 10px 5px;
}

/*######################################################################################################################################*/
/* START SITEMAP NAVIGATION*/

.sitemapContent {
	float:left;
	width:219px;
	margin:0px 20px 0px 0px;
	padding:5px 5px 5px 5px;
	font-size: 11px;
	color: #0D0E54;
}

.sitemapHeading {
	height:15px;
	padding:5px;
	margin: 0px 0px 0px 0px;
	background-color:#D7D7D7;
	color:#000000;
	font-weight:bold;
}
 
.sitemapLinks{color:#848589; padding:5px; line-height:18px;} 
.sitemapLinks a, .sitemapLinks a:visited {color:#0D0E54; background-color:inherit;}
.sitemapLinks a:hover, .sitemapLinks a:active {color:#FFAE00; background-color:inherit;}

/*END SITEMAP NAVIGATION*/
/*######################################################################################################################################*/

.marginT {margin-top:10px;}
.marginR {margin-right:10px}
.marginB {margin-bottom:10px;}
.marginL {margin-left:10px;}
.clear {clear:both;}


.slide-out-div {
    padding: 20px;
    width: 250px;
	height:242px;
	background-color: #354150;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;	
}

.slide-out-div p {color:#FFF; padding:6px 0px 6px 0px; font-size:11px; font-family:Arial, Helvetica, sans-serif;}
.slide-out-div h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: normal; color: #A38B6B; background-color:inherit; margin:0px; padding:10px 0px 10px 0px;}

form{display:inline;}
.slide-out-div textarea, .slide-out-div input, .slide-out-div select {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; width:180px; margin:5px 0px 10px 0px;}
.slide-out-div .submit { background-color:#a38b6b; color:#FFF; padding:5px; border:0px; cursor:pointer; width:90px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	}
.slide-out-div .submit:hover { background-color:#da2027; color:#FFF; padding:5px; border:0px; cursor:pointer;}


input.amount {color: #000000; font-size: 11px; width:50px; font-family:Arial, Helvetica, sans-serif; padding:2px; margin:6px 0px 6px 0px;}
input.payNow {color: #FFF; background-color:#0d0e54; font-size: 10px; padding:2px; width:75px; border:0px; cursor:pointer;}
input.payNow:hover {color: #000; background-color:#ffae00; font-size: 10px; padding:2px; width:75px; border:0px;}
