@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	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/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a:active {
	text-decoration: underline;
	color: #be2100;
}
a:link {
	text-decoration: none;
	color: #be2100;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #be2100;
}
img, img a {
	border:none;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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 */
	color:#C90000;
}
.oneColFixCtrHdr #headerTop {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 100px;
}
.oneColFixCtrHdr #header h1 span{
	color:#000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size:14px;
	color:#108EE2;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size:13px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	margin-bottom:10px;
	color:#108EE2;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited, .oneColFixCtrHdr #footer a:hover{
	color:#000;
	text-decoration:none;
}
.oneColFixCtrHdr #footer p {
	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 */
}
#menu2{
	padding-left:10px;
	width:750px;
	height:22px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#menu2 a {
background:#b31e00 url('../images/bg-menu-bot-r.gif') no-repeat scroll top right;
color:#fff;
display:block;
float:left;
font:bold 11px arial, sans-serif;
height:22px;
margin-right:10px;
padding-right:7px; 
text-transform:uppercase;	
}
#menu2 a:hover {
text-decoration:none;
}
#menu2 a span {
background: #b31e00 url('../images/bg-menu-bot-l.gif') no-repeat;
display:block;
line-height:12px;
padding:5px 5px 5px 13px;
}
#menu2 a:hover {
background-position:100% -22px;
}
#menu2 a:hover span {
background-position:0% -22px;
padding:6px 5px 4px 13px;
}
#menu2 a.cur, #menu2 a:hover.cur { /* cur selected menu item */
background-color:#d9dcdf;
background-position:100% -44px;
color:#000;
}
#menu2 a.cur span, #menu2 a:hover.cur span {
background-color:#d9dcdf;
background-position:0% -44px;
padding:5px 5px 5px 13px;
}

#upsell {
	font-size:11px;
	height:30px;
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	clear: none;
	background-color: #CCC;
}

#airportsimg {
	margin-top:7px;
}


/*- Menu Tabs--------------------------- */ 

.formtopbga {
	background:url(../images/formtopa.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.formbtmbga {
	background-repeat:no-repeat;
	background-position:center bottom;
	background-image: url(../images/formbota.gif);
	padding-bottom:5px;
}
.formtopbgb {
	background:url(../images/formtopb.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.formbtmbgb {
	background-repeat:no-repeat;
	background-position:center bottom;
	background-image: url(../images/formbotb.gif);
	padding-bottom:5px;
}
.formtitle {
	color:#005c9e;
	font-weight:bold;
	font-size:12px;
}

#attractions {
	background-image: url(../images/attractions.jpg);
	height: 274px;
	margin-top: 1px;
	width: 722px;
}
#attractions .cat {
	color: #005c9e;
	width: 125px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	width: 125px;
}
#attractions .cat img {
	border: 0;
}
#attractions .cat h3 {
	font-size: 12px;
	font-weight: bold;
	color: #1D216B;
	margin: 0;
	padding: 5px 0 0 0;
}
#attractions h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #022f92;
	margin: 0;
	padding: 15px 0 5px 25px;
}
#testimonials {
	background-image: url(../images/testimonials.png);
	background-repeat: no-repeat;
	float: right;
	height: 356px;
	width: 240px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#smtopboxes {
	margin-top:10px;
}
#etoNotice {
	display:none;
}