/* CSS Document */
html, body{
	width:780px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.search-box{
	background-color:#d72623;
	width:450px;
	height:200px;
	color:#FFFFFF;
	vertical-align:top;
	padding:10px;
	background-image:url(images/search_box_bg.gif);
	background-repeat:repeat-x;
}

.search-box th{
	text-align:left;
	padding-left:80px;
}

.search-box th, .search-box td{
	padding-top:6px;
}

.submit-button{
	background-color:#FFFFFF;
	color:#3f6dc2;
	border-bottom:thin #3f6dc2 solid;
	border-right:thin #3f6dc2 solid;
	font-weight:bold;
	margin-top:25px;
}

.offer-box{
	width:300px;
	height:0px;
	color:#3f6dc2;
	vertical-align:top;
}

.offer-box .sub-title{
	font-size:12px;
	font-weight:bold;
	padding:4px 0px 3px 10px;
	background-color:#d72623;
	color:#FFFFFF;
	text-align:left;
}

.offer-box th{
	font-size:12px;
	padding:0px 20px 0px 20px;
}

.search-box .title, .offer-box .title{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.search-box .title{
	padding-left:20px;
}

.footer {
	font-size: 10px;
	padding-top:15px;
}

.footer a {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom:15px;
}

/*.menu {
	text-align: left;
	border-bottom: 1px solid white;
	padding-bottom: 0.3em;
}*/
.hot-destinations h2{
	font-size:14px;
	color:#3f6dc2;
	padding:0px;
	margin-bottom:3px;
	margin-top:3px;
}

.menu{
	 background-image:url(images/menu_bg.gif);
	 height:25px;
	 width:780px;
	 color:#FFFFFF;
	 text-align:center;
	 line-height:23px;
	 vertical-align:middle;
	 padding:0px;
}

.menu a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 20px 0px 20px;
}

.menu a:hover{
	color:#f5d156;
}

/*****  CONTACT US PAGE *******/

.address-table{
	text-align:left;
	background-image:url(images/search_box_bg.gif);
	background-repeat:repeat;	
	color:#FFFFFF;
}

.address-table td{
	padding-left:40px;
}	

.address-table th{
	padding-left:25px;
}

.footer-links-banner {
	background-color: #D72926;
	 height: 19px;
	 color: white;
}

.footer-links-banner a {
	color: white;
}