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

#left-col{
	width:635px;
	height:auto;
	float:left;
	margin-bottom: 20px;
}


#main-content{
	width:585px;
	height:auto;
	background-color:#fff;
	-moz-box-shadow:    1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow:         1px 1px 1px 1px #ccc;
	margin-top:25px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-bottom: 25px;
}
		
.content-intro{
	color:#09C;
	font-size: 14px;
}

.journeydesc{
	float: left;
	width: 410px;
	margin-bottom: 21px;
}

#top-content{
	width:635px;
	height:auto;
	background-color:#fff;
	-moz-box-shadow:    1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow:         1px 1px 1px 1px #ccc;
	margin-bottom: 25px;
}
	
	
	
	
	
.top-content-header{
	width: 585px;
	padding: 25px;
	margin-top: 0px;
}

.top-content-image{
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.journeycost{
	float: left;
	width: 80px;
	text-align: left;
	color: #000;
	margin-left: 45px;
}

.journeycostsub{
	float: left;
	width: 80px;
	text-align: left;
	color: #F60;
	font-size: 24px;
	font-family: 'Colaborate-ThinRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 45px;
}

.journeybook{
	float: left;
	width: 70px;
	text-align: center;
	margin-top: 21px;
	background-image: url(../images/bkgrd-button.png);
	height: 25px;
	margin-left: 45px;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
}

.journeybook a{
	color:#fff;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.journeybook a:hover{
	color:#09C;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
