#tourbox {
	width:830px;
	/*background-image: url(../images/header.jpg);
	background-color:#aaaaaa;*/
	padding:3px 10px;
	/*border:1px solid #900000;*/
	text-align:left;
	margin:6px auto 6px auto;
	position:relative;
}

#tourbox a.nextlinks {
	color: White;
	font-size:80%;
	margin:0 4px;
	text-align:left;
}

#tourbox h1 {
	font-size:18px;
	color: #cc6600;
	text-align:right;
	position:absolute;
	top: 10px;
	right:10px;
	margin-bottom:4px;
	z-index:3;
}
/*#tourbox h1.shadow {
	color: black;
	text-align:right;
	position:absolute;
	top: 2px;
	right:5px;
	z-index:2;
}*/
#tourbox .steptitle {
	font-size:1em;
	font-weight:bold;
	color: yellow;
	float:left;
	margin-right: 8px;
}
#tourbox .continue {
	color: white;
	font-size:80%;
/*	position:absolute;
	text-align:right;
	top: 40px;
	right: 6px; 
	padding:6px 8px;*/
}
#tourbox .continuebutton {
	color: #333300;
	background-color:#ffff99;
	border:2px solid #333300;	
	padding:4px 8px;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
	}
	
.continuebutton {
	color: yellow;
	padding:4px 8px;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
	}
	
#tourbox img {
	position: absolute;
	top:0;
	left:0;	
	}

#tourbox p {
	font-size:.9em;
	color:navy;
	margin-top:2.25em;
}
#tourbox table.tourmenu {
	width:100%;
	margin:0;
	border-collapse:collapse;
}	
#tourbox table.tourmenu th {
	background-color:navy;
	border:1px solid navy;
}
#tourbox table.tourmenu td {
	background-color:Cornsilk;
	border:1px solid navy;
	padding:5px;
}
#tour_splashpage {
	width:850px;
	/*min-height: 100px;*/
	margin: 20px auto;
}

#notices.tour {
	width:650px;
	color: White;
	background-color: #003399;
	border:none;
	margin:0 auto;
}
