@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background.gif);
	font-size: 100%;
}
img {border:0;}
.thrColFixHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */

	text-align: left;
	background-image: url(../images/background_sidebar1.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F7ECCF;
}
.thrColFixHdr #container2{
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/background_sidebar1.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;

	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F7ECCF;
}
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
}
.thrColFixHdr #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 */
}
#bottomWrapper {
	position: relative;
	width: 850px;
	background-color: #F6E9CA;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #D59F0F;
	float: left;
	height: 125px;
}
#bottomWrapper img {
	margin-left: 6.5px;
}
.thrColFixHdr #container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}
.thrColFixHdr #container .titlePurple {
	color: #54075B;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -1px;
}
.thrColFixHdr #container .titleOrange {
	color: #D59F0F;
	font-size: 17px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 119px;
	position: relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
.thrColFixHdr #container #sidebar1 a, .thrColFixHdr #container #sidebar1 a:link, .thrColFixHdr #container #sidebar1 a:visited, .thrColFixHdr #container #sidebar1 a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #54075B;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #54075B;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	float: right;
	position: relative;
	height: auto;
}
#mainContent h1, #mainContent2 h1 {
	color: #54075B;
	text-transform: uppercase;

	}
.thrColFixHdr #mainContent {
	width: 505px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	float: left;
	background-color: #F7ECCF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.thrColFixHdr #mainContent2 {
	width: 705px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	float: left;
	background-color: #F7ECCF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.thrColFixHdr #mainContent3 {
	width: 100%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	float: left;
	background-color: #F7ECCF;
	padding-top:15px;
}

.thrColFixHdr #mainContent a, .thrColFixHdr #mainContent a:link, .thrColFixHdr #mainContent a:visited, .thrColFixHdr #mainContent a:active {
	color: #54075B;
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:hover {
	color: #54075B;
	text-decoration: none;
}
.thrColFixHdr #mainContent2 a, .thrColFixHdr #mainContent2 a:link, .thrColFixHdr #mainContent2 a:visited, .thrColFixHdr #mainContent2 a:active {
	color: #54075B;
	text-decoration: underline;
}
.thrColFixHdr #mainContent2 a:hover {
	color: #54075B;
	text-decoration: none;
}
.thrColFixHdr #footer {
	position: relative;
	padding: 0 0px 0 0px;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #54075B;
	color: #FFFFFF;
	height: 35px;
	float: left;
	width: 850px;
	text-align: center;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.thrColFixHdr #footer p, .thrColFixHdr #footer a, .thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited, .thrColFixHdr #footer a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 0px;
	margin: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.thrColFixHdr #footer a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.fltrt { /* 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#advertisements {
	background-color: #EBEBEB;
	height: 160px;
	width: 850px;
	position: relative;
	float: left;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topBanner {
	position:relative;
	width:850px;
	height:55px;
	z-index:1;
}
#separator {
	background-image: url(../images/background_separator.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 850px;
	position: relative;
	float: left;
}
#adBox1, #adBox2, #adBox3 {
	position:relative;
	width:200px;
	height:150px;
	z-index:1;
	float: left;
	background-color: #FFFAEB;
	margin-right: 16px;
}
#adBox4 {
	position:relative;
	width:200px;
	height:150px;
	z-index:1;
	float: right;
	background-color: #FFFAEB;
}
#test {
	position: relative;
	float: left;
}
.thrColFixHdr #container2 {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/background_sidebar2.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #54075B;
	letter-spacing: normal;
	word-spacing: normal;
}
.thrColFixHdr #container #mainContent2 li {
	margin: 0px;
	padding: 0;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #mainContent2 ul {
	padding-left: 1em;
	border-top-width: 0px;
	border-bottom-width: 0px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oddrow {
	background-color: #FFFFFF;
}
.evenrow {
	background-color: #FBF6E7;
}
#destinations {
	width: 250px;
	height:350px;
	float: left;
	overflow: auto;
}
#map {
	width: 455px;
	height: 350px;
	float: right;
}
.small {
color: #666666;
	font-size: 12px;
	margin-left: 10px;
}
.newsletterDescription {
	font-size: .9em;
	color: #666666;
	margin: 5px;
}
#getawayTable td {
	padding:3px;	
	}