﻿<style type="text/css"> 
<!-- 

	/*  GENERAL  */
	
	

.body {
    background-color: #677ba3;
    font-size: 14px;
	font-weight: normal;
	
	
}


.container { 
    width:100%;
    font: 100% Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	background-color: #677ba3;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

.maincontent  {	
    background-color: #f9f8cb;
    width:70%;
	font: 100% Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	margin-left:10px;
	margin-right:10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


h1 {font-family: Bookman Old Style,times new roman,arial,verdana,helvetica,sans-serif; font-weight: 500; color: #800000; background-color:transparent; text-decoration:none; }
h1 {font-family: Bookman Old Style,times new roman,arial,verdana,helvetica,sans-serif; font-weight: 500; color: #800000; background-color:transparent; text-decoration:none; }
h2 {font-family: Bookman Old Style,times new roman,arial,verdana,helvetica,sans-serif; font-weight: 300; color: #800000; background-color:transparent; text-decoration:none; }
h3 {font-family: arial,verdana,helvetica,sans-serif; font-weight: normal; background-color:transparent; text-decoration:none; font-size: 22px; line-height:20px; }
h4 {font-family: arial,verdana,helvetica,sans-serif; font-weight: normal; background-color:transparent; text-decoration:none; font-size: 22px; line-height:20px; }

	
a:link    {color:#000080; background-color:transparent; text-decoration:none; font-weight: normal; }
a:visited {color:#000080; background-color:transparent; text-decoration:none; font-weight: normal; }
a:active  {color:#800000; background-color:transparent; text-decoration:none; font-weight: normal; }
a:hover   {color:#7c1706; background-color:transparent; text-decoration:underline overline; font-weight: normal; }
	
}


.table1 { 
    background-color: #f9f8cb;
    width:100%;
    border-style:solid;
    border-width:thin;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.table2 { 
    background-color: #ffffff;

}

.tourinfo { 
    background-color: #cccccc;

}

.style2 {font-weight: bold;
}

.title { 
    color: maroon;
    font-weight: 400; 
}

.header { 
	background: #f6efce; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
 
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/


.boxareas {

	font-family: arial,verdana,helvetica,sans-serif;
    font-size:14px;
	font-weight: normal;
	margin: 2; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

.boxtypes {

	font-family: arial,verdana,helvetica,sans-serif;
    font-size:14px;
	font-weight: normal;
	margin: 2; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

	


.footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer1 { 
	padding: 0 13px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	text-align:center
}
.footer2 { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: Arial,Verdana,Helvetica,sans-serif;
	font-size:10px;
	text-align:center
}

.footer3 { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: Arial,Verdana,Helvetica,sans-serif;
	font-size:10px;
	text-align:left
}
/* Miscellaneous classes for reuse */
.accommodationareasfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.accommodationareasfltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>