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

#tab_section_top_box {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#000000;
	width:760px;
	background-attachment: scroll;
	background-image: url(../images/bottom_bg_03.png);
	background-repeat: repeat;
	background-position: 0 0;
}
#tab_section_top_title {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:5px;
}
#tab_section_box {
	overflow:hidden;
	width:760px;
	background-attachment: scroll;
	background-image: url(../images/bottom_bg_06.png);
	background-repeat: repeat;
	background-position: 0 0;
	padding-bottom:20px;
}
#tab_section_content {
	
	width:760px;
}
#download {
	border:medium none;
	top:16px;
	float:left;
	margin-left: 10px;
}
.story_group_outer {
	float:left;
	width:380px;
}
.story_group_outer_2 {
	float:left;
	overflow:hidden;
	width:760px;
}
.story_group_listen {
	border-bottom:1px solid #999999;
	float:left;
	margin-left:20px;
	padding:10px 0;
	width:720px;
}
.story_group {
	border-bottom:1px solid #999999;
	float:left;
	margin-left:20px;
	width:350px;
}
.story_group_outer:hover {
	background:transparent url(../images/bg1.png) repeat scroll -20px 0;
}
.story_group_outer_2:hover {
	background:transparent url(../images/bg1.png) repeat scroll -20px 0;
}

.map_icon {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/map_icon.png) repeat scroll 0 0;
	float:left;
	height:46px;
	margin: 10px 0px;
	width:72px;
}
.story_group_outer:hover .map_icon {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/explr_map.png) repeat scroll 0 0;
}
.story_title {
	color:#333333;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	margin-left:10px;
	margin-top:18px;
	width:160px;
	font-size: 14px;
}
.story_title_listen {
	color:#333333;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	margin-left:10px;
	padding-top:5px;
	width:160px;
}
.dnld {
	border:medium none;
	float:right;
	margin-right:5px;
	margin-top:20px;
}
.dnld_2 {
	border:none;
	float:right;
	margin-right:5px;
}
#tab_wrapper{
	float: left;
}
#tabs {
	margin-bottom: 20px;
	margin-top: -20px;
	list-style-type: none;
	display: block;
	width: 1000px;
	padding-left:20px;
}

.tab{
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	height: 50px;
	float: left;
	margin-right: 5px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 17px;
	border-top:1px solid #FFFFFF;
}
.tab.active{
	background-image: url(../images/tab_active.png);
}
.tab a{
	text-decoration: none;
	color: #333;
}
.tab_active a{
	text-decoration: none;
	color: #333;
}
.tab a:hover{
	text-decoration: none;
	color: #000;
}

.audio{
	margin-top: 5px;
}


/* Customize a Tour content */

#tab_section_top_box_customize{
	color:#333;
	width:1000px;
	background-attachment: scroll;
	background-image: url(../images/bottom_bg_03.png);
	background-repeat: repeat;
	
}

#tab_section_box_customize {
	overflow:hidden;
	width:1000px;
	background-attachment: scroll;
	background-image: url(../images/bottom_bg_06.png);
	background-repeat: repeat;
	background-position: 0 0;
	padding-bottom:20px;
}

#customize{
	padding: 10px;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	width: 980px;
}

#locations{
	line-height:25px;
	margin-top:20px;
	overflow: hidden;
}

div.locations.loc_left  {
	float: left;
	width: 220px;

}
 
div.locations.loc_center {
	float: left;
	width: 220px;
	padding-left: 15px;
}

div.locations.loc_right {
	float: left;
	width: 220px;
	padding-left: 15px;
}

div.locations.bottom {
	-moz-border-radius:6px;
	background-color:#D6D5C8;
	border:1px solid #999999;
	float:left;
	padding:50px 20px;
	text-align:center;
	width:220px;
}
