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

/*
	----------------------------------------------------------
	Stylesheet for Moving Mole
	----------------------------------------------------------
	Covers styles used for home page
	----------------------------------------------------------
*/

.home-bg {
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(/mole_images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

p.home-heading {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FF6600;
	padding-top: 63px;
	padding-bottom: 55px;
	line-height: 100%;
}

.search-bar {
	background-image: url(/mole_images/search_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


.search-bar .search-form .searchkeywords {
	font-size: 14px;
	background-image: url(/mole_images/field_search.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 288px;
}

.search-bar .search-form .searchnow {
	text-transform: uppercase;
	background-image: url(/mole_images/button_searchnow.png);
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 9px;
	text-decoration: none;
	color: #FFFFFF;
	background-position: center 0px;
}
.search-bar .search-form .searchnow:hover {
	color: #000000;
}

.search-bar .step-one {
	float: left;
	padding-left: 33px;
	display: block;
	background-image: url(/mole_images/1.png);
	background-position: left 42px;
	background-repeat: no-repeat;
	margin-left: 77px;
	padding-top: 15px;
	padding-bottom: 6px;
}
.search-bar .step-two {
	float: left;
	display: block;
	background-image: url(/mole_images/2.png);
	background-position: left 42px;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 33px;
	margin-left: 18px;
}
.search-bar .step-one p, .search-bar .step-two p  {
	font-size: 16px;
	font-weight: bold;
	text-indent: 5px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.search-bar .step-two p  {
	margin-bottom: 14px;
}

#overseasDestination {
	font-size: 16px;
	font-weight: bold;
	background: #ff6600;
	color: #000000;
}

