body{  
    font-size: 62.5%;
    font-family: Georgia, Arial, Verdana, sans-serif;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
}

/* -------------------------------- */
/* =100 Clearfixes			  */
/* -------------------------------- */

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.accessibility{
	position: absolute;
	left: -9999px;
}

*{
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}
input{
    border: 0;
}

h1{
    position: absolute;
    z-index: 3000;
    top: 500px;
	left: -9999px;
    font-family: Times;
    font-size: 2.2em;
	width: 600px;
}
h1 em{
    color: #a0cf67;
    font-style: italic;
}

.roundedCornersWrapper{
	position: relative;
	z-index: 3000; 
	float: left;
	margin: -6px 0 0 0;
}
#video .roundedCornersWrapper{
	float: right;
	display: inline;
	width: 80px;
}
#bio .roundedCornersWrapper{
	width: 460px;
}
.roundedCornersWrapper img{
	position: relative;
	z-index: 3000;
	float: left;
}
.roundedCornersTop{
	position: relative;
	z-index: 5000;
	bottom: -6px;
	float: left;
	width: 100%;
	height: 6px;
 	background: url(../img/top_right_black.png) no-repeat top right;  
}
.roundedCornersTopLeft{
	float: left;
	width: 6px;
	height: 6px;
 	background: url(../img/top_left_black.png) no-repeat top left;  
}
.roundedCornersBottom{
	position: relative;
	z-index: 5000;
	top: -6px;
	float: left;
	width: 100%;
	height: 6px;
 	background: url(../img/bottom_right_black.png) no-repeat top right;  
}
.roundedCornersBottomLeft{
	float: left;
	width: 6px;
	height: 6px;
 	background: url(../img/bottom_left_black.png) no-repeat top left;  
}

#page{
    position: relative;
    margin: 0 auto;
	text-align: left;
    width: 980px;
}

#map{
    position: absolute;
    z-index: 2000;
}
#noFlashAlternativeRoutesMap{
    position: absolute;
    z-index: 2000;
	outline:0;
}

#noFlashAlternativeCarousel, #noFlashAlternativeVideoPlayer{
	outline:0;
}



#topNav{
    float: left;
    position: absolute;
    z-index: 2000;
    top: 30px;
    left: 30px;
    width: 220px;
}

#topNavTopCorners{
    float: left;
    width: 220px;
    height: 8px;
	font-size: 0em;
 	background: url(../img/top_nav_panel_top_corners.png) no-repeat top left;   
}
#topNavBottomCorners{
    float: left;
    width: 220px;
    height: 8px;
 	background: url(../img/top_nav_panel_bottom_corners.png) no-repeat top left;   
}
#topNavBody{
    float: left;
    padding: 10px 0 10px 0;
    width: 100%;
 	background: url(../img/landing_panel_body.png) repeat top left;   
}
#topNavBodyContent{
	position: relative;
	z-index: 200;
    float: left;
    padding: 0 0 0 0;
    width: 100%;  
}
#topNavBodyContent{
	position: relative;
	z-index: 2000;
    float: left;
    padding: 0 0 0 0;
    width: 100%;  
}

#mapHelpTrigger{
    display: none;
    position: relative;
    z-index: 3000;
    float: left;
    clear: both;
    width: 19px;
    height: 19px;
    top: 10px;
    left: 10px;
    background: url(../img/btn_help.png) no-repeat top left; 
}


#topNav #routeLinks{
    float: left;
	width: 220px;
}

#topNav ul{
    float: left;
	margin: -10px 0 0 0;
    list-style: none;
    width: 100%;
}
#topNav ul li{
    float: left;
    padding: 10px 0;
    width: 100%;
	background: url(../img/divider_line_fade.png) no-repeat bottom center; 
}
#topNav ul li.topNavLast{
    float: left;
    padding: 10px 0 0 0;
    width: 100%;
	background: none; 
}
#topNav a{
    float: left;
    color: #fff;
    font-family: Times;
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-decoration: none;
	cursor: hand;
}
#topNav a span.placeNames{
    float: left;
	font-size: 12px;
    text-align: center;
    line-height: 1em;
    width: 100%;
}
#topNav a span.character{
    float: left;
	font-size: 10px;
    text-align: center;
    line-height: 1em;
    width: 100%;
}
#topNav a em{
    float: left;
    color: #a0cf67;
    font-style: italic;
    width: 100%;
    line-height: 1em;
 	background: url(../img/route_to_line_fade.png) no-repeat center center; 
}
#topNav a:hover{
    color: #a0cf67;
}

#topNavPagination{
    float: left;
    width: 100%;
	text-align: center;
}
#topNavPagination ul{
    width: auto;
}
#topNavPagination ul li{
    float: left;
    display: inline;
    padding: 0;
    width: auto;
}
#topNavPagination ul li a{
	width: 19px;
	height: 19px;
}
#topNavPagination ul li a#topNavPrevious{
    margin: 0 10px 0 0;
  	background: url(../img/pagination_previous.png) no-repeat center left; 
}
#topNavPagination ul li a#topNavNext{
    margin: 0 0 0 8px;
  	background: url(../img/pagination_next.png) no-repeat center left; 
}

#topNavPagination ul li span.routes{
    margin: 4px 2px 0 0;   
}
#topNavPagination ul li span.routes{
    float: left;
    width: 9px;
    height: 8px;
  	background: url(../img/page.png) no-repeat center center;   
}
#topNavPagination ul li span.routes.selectedRoutes{
  	background: url(../img/page_selected.png) no-repeat center center;   
}
#topNavPagination ul li span.routes.selectedRoute{
    width: 9px;
    height: 8px;
  	background: url(../img/page_selected.png) no-repeat center center;   
}

#mapHelp{
	display: none;
    float: left;
    position: absolute;
    z-index: 2000;
    top: 185px;
    left: 415px;
    width: 320px;
}
#mapHelpClose{
	position: absolute;
    z-index: 3000;
    width: 19px;
	height: 19px;
	top: -3px;
	left: 281px;
  	background: url(../img/btn_close.png) no-repeat top left; 
}

#mapHelpTopCorners{
    float: left;
    width: 100%;
    height: 8px;
	font-size: 0em;
 	background: url(../img/map_help_panel_top_corners.png) no-repeat top left;   
}
#mapHelpBottomCorners{
    float: left;
    width: 100%;
    height: 8px;
 	background: url(../img/map_help_panel_bottom_corners.png) no-repeat top left;   
}
#mapHelpBody{
    float: left;
    padding: 10px 0 0 0;
    width: 100%;
 	background: url(../img/landing_panel_body.png) repeat top left;   
}
#mapHelpBodyContent{
	position: relative;
    z-index: 2000;
    float: left;
    padding: 0 20px; 
}
 #mapHelp h3{
	margin: -5px 0 10px 0;
	padding: 0 30px 10px 0;
    font-size: 2.1em;
 	background: url(../img/map_help_panel_line_fade.png) no-repeat bottom center; 
 }
  #mapHelp p{
	padding: 0 0 20px 0;
	font-size: 1.5em;	
 }


#contentNav{
    position: relative;
    z-index: 3000;
    float: left;
    margin: 600px 0 0 0;
    width: 950px;   
}
#contentNav ul{
    float: left;
    list-style: none;   
}
#contentNav ul li{
    float: left;
    display: inline;
    padding: 0 10px 0 0;
    color: #59ad40;
    font-family: Times;
    font-weight: bold;
    font-size: 1.5em;
}
#contentNav ul li a{
    float: left;
    display: inline;
    padding: 3px 0 3px 0;
    color: #fff;
    text-decoration: none;
}
#contentNav ul li a.backToTop{
    padding: 3px 0 3px 25px;
    color: #fff;
    text-decoration: none;
    background: url(../img/btn_top.png) no-repeat center left;
}

#contentNav ul li.noLink{
    float: left;
    display: inline;
    padding: 3px 10px 3px 0;
} 
.contentPadder{
    padding: 0 30px; 
}
.mainContent{
    margin: 0 40px 0 0;
	padding: 0;
}
.mainContent h2{
	padding: 0 0 20px 0;
	font-size: 2em;
}

.mainContent .colLeft p{
    padding: 0 0 20px 0;
	color: #ccc;
	font-size: 1.5em;
}

.mapContent h2{
	padding: 0 0 20px 0;
	font-size: 2em;
}

.bioIntro{
    float: left;
    margin: 0 0 20px 0;
	width: 100%;
    border-bottom: 1px solid #404040;
}
.bioIntro p{
    float: left;
    padding: 0 0 20px 0;
    color: #ccc;
    font-size: 1.5em;
    font-weight: bold;
}
.bioIntro h2{
    float: left;
    padding: 0 0 25px 0;
    font-family: Times;
    font-weight: bold;
    font-size: 3em;
    width: 100%;
}

.bioIntro h2 object{
	float: left;
    margin: -8px 0 -15px 0;
}

ul.qa{
    float: left;
    width: 100%;
    list-style: none;
    color: #ccc;
}
ul.qa li{
    float: left;
    width: 100%;
}
ul.qa li p{
    float: left;
    padding: 0 0 20px 0;
    font-size: 1.5em;
    width: 100%;
}
ul.qa li p em{
    font-weight: bold;
    font-style: normal;
}

p.caption{
    float: left;
    padding: 10px 0 10px 0;
    color: #ccc;
    font-size: 1.5em;
    width: 100%;
}
.quote{
    float: left;
	margin: 0 0 35px 0;
    padding: 45px 0 10px 0;
    width: 100%;
  	background: url(../img/quote_open.png) no-repeat 0 10px;
    border-top: 1px solid #978e8e;
	border-bottom: 1px solid #978e8e;
}
.quote p{
    float: left;
    padding: 10px 0 45px 0;
    font-size: 2.4em;
    line-height: 1.4em;
    width: 100%;
  	background: url(../img/quote_close.png) no-repeat bottom left;  
}

.quote p object{
	float: left;
    margin: 0;
}

#footer{
    float: left;
    margin: 30px 0 0 0;
    padding: 20px 0 25px 0;
    width: 950px;
  	background: url(../img/footer_line_fade.png) no-repeat top center;  
}
#footer ul{
    float: right;
	padding: 0 20px 0 0;
}
#footer ul li{
    float: left;
    display: inline;
	padding: 4px 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1em;
}
#footer ul li.homeSite{
	padding: 3px 0 3px 30px;
    background: url(../img/home_site_shamrock.png) no-repeat left center;
}
#footer ul li a{
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    color: #fff;
	font-style: italic;
    text-decoration: none;
    border-right: 1px solid #978e8e;   
}
#footer ul li.homeSite a{
	font-style: italic; 
}
#footer ul li.homeSite a em{
	font-weight: bold;  
}

.activityOverviewDetails{
    float: left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	width: 100%;
    border-bottom: 1px solid #404040;
}
.activityOverviewDetails img{
    float: left;
	width: 80px;
}
.activityOverviewDetails table{
    float: right;
	font-size: 1.5em;
	width: 350px;
}
.activityOverviewDetails .roundedCornersWrapper{
	width: 80px;
}
.activityOverviewDetails.activityOverviewDetailsSuggested table{
	width: 100%;
}
.activityOverviewDetails table th{
    padding: 0 10px 0 0;
	font-weight: bold;
	vertical-align: top;
}
.activityOverviewDetails table td{
    padding: 0 10px 0 10px;
	vertical-align: top;
}
.activityOverviewDetails h2{
    float: left;
    padding: 0 0 5px 0;
	color: #59ad40;
    font-size: 3em;
	line-height: 1em;
    width: 100%;
}
.activityOverviewDetails h2 object{
    float: left;
    margin: -10px 0 -10px 0;
}
.activityOverviewDetails h3{
    float: left;
    padding: 0 0 10px 0;
	color: #fff;
    font-size: 3em;
	line-height: 1em;
    width: 100%;
}
.activityOverviewDetails h3 object{
    float: left;
    margin: 0 0 -3px 0;
}
.pagination{	
	float: left;
	padding: 15px 0 20px 0;
	width: 460px;
    border-top: 1px solid #404040;
}
.pagination a, .pagination span{	
	float: left;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
.pagination a.paginationPrevious{	
	float: left;
	padding: 2px 0 2px 25px;
  	background: url(../img/pagination_previous.png) no-repeat center left;  
}
.pagination span.paginationPreviousDisabled{	
	float: left;
	padding: 2px 0 2px 25px;
  	background: url(../img/pagination_previous_disabled.png) no-repeat center left;  
}
.pagination a.paginationNext{	
	float: right;
	padding: 2px 25px 2px 0;
  	background: url(../img/pagination_next.png) no-repeat center right; 
}
.pagination span.paginationNextDisabled{	
	float: right;
	padding: 2px 25px 2px 0;
  	background: url(../img/pagination_next_disabled.png) no-repeat center right; 
}

.carousel{
	float: left;
	padding: 0 0 25px 0;
}

#videoPlayerContainer{
	float: left;
	padding: 0 0 45px 0;
}

#googleMapContainer{
	float: left;
	padding: 0 0 45px 0;
}

.videoCharacterIntro{
	float: left;
	padding: 0 0 20px 0;
	width: 100%;
}
.videoCharacterIntro .videoCharacterDetails{
	float: left;
	width: 220px;
	height: 68px;
	text-align: right;
    border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
.videoCharacterIntro .videoCharacterDetails h3{
	float: right;
	padding: 10px 5px 5px 5px;
	font-size: 2em;
}
.videoCharacterIntro .videoCharacterDetails a{
	float: right;
	padding: 0 5px 0 12px;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
  	background: url(../img/link_arrow_white.png) no-repeat center left; 
}

.itineraryLink a{
	float: left;	
	padding: 0 5px 0 12px;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
  	background: url(../img/link_arrow_white.png) no-repeat scroll 0; 
	
    
}



.videoCharacterIntro img{
	float: right;
	display: inline;
	width: 80px;
}

.panelsScroller{
	float: left;
	position: relative;
	z-index: 3000;
	width: 100%;
}
.scrollPanelsBlock{
	position: relative;
	z-index: 3000;
	float: left;
}

.scrollPanels{
	position: relative;
	z-index: 3000;
	left: 40px;
	overflow: hidden;
}
#topNav .scrollPanels{
	left: 10px;
}
.scrollPanelsContent{
	position: relative;
	z-index: 3000;
}

.scrollPanel {
	float:left;
	display:inline;
	font-size: 1.5em;
	width: 220px;
}
#topNav .scrollPanel {
	width: 220px;
}
.scrollPanel h4 a{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
.scrollPanel p{;
	color: #999;
}
.scrollPanel p.date{
	padding: 0 0 3px 0;
	font-weight: bold;
}

.scrollPanelPrevious{
	display: none;
	position: absolute;
	z-index: 3000;
	top: 100px;
	left: 0;
	width: 19px;
	height: 19px;
  	background: url(../img/pagination_previous.png) no-repeat top left; 
}
.scrollPanelPreviousDisabled{
  	background: url(../img/pagination_previous_disabled.png) no-repeat top left; 
}
#topNav .scrollPanelPrevious{
	top: 0;
}
.scrollPanelNext{
	display: none;
	position: absolute;
	z-index: 3000;
	top: 100px;
	left: 430px;
	width: 19px;
	height: 19px;
  	background: url(../img/pagination_next.png) no-repeat top left; 
}
.scrollPanelNextDisabled{
  	background: url(../img/pagination_next_disabled.png) no-repeat top left; 
}

.scrollPanelPaginationContainer{
	display: none;
	float: left;
	width: 100%;
	text-align: center;
}
ul.scrollPanelPagination{
	width: auto;
}
ul.scrollPanelPagination li{
	display: inline;
	width: 9px;
	height: 8px;
}
#topNav ul.scrollPanelPagination li{
	background: none;
}
ul.scrollPanelPagination li span.scrollPanelPage{
	display: inline-block;
	width: 9px;
	height: 8px;
  	background: url(../img/page.png) no-repeat top left;
}
ul.scrollPanelPagination li span.scrollPanelPageSelected{
  	background: url(../img/page_selected.png) no-repeat top left;
}

.colRight ul{
	float: left;
	padding: 10px 0 20px 0;
	width: 100%;
}
.colRight ul li{
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 4px 0;
	font-size: 1.5em;
}
.colRight ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 100%;
}

.colRight ul li a span.listItemNumber{
	float: left;
	color: #acd267;
	width: 2em;
}

.colRight ul li a span.inlineContainer{	
	width: 500em;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	
	
}


/* expanding panels for route markers */
.routeMarker{
    position: absolute;
    z-index: 2000;
	float: left;
    top: 0px;
    left: 0px;
}
.routeMarker .routeMarkerTopCorners, .routeMarker .routeMarkerBottomCorners{
	position: relative;
    z-index: 2000;
	float: left;
	width: 100%;
	clear: both;
	font-size: 0em;
	height: 6px;
}

.routeMarker .routeMarkerTopLeftCorner, .routeMarker .routeMarkerBottomLeftCorner{
	position: absolute;
    z-index: 3000;
	left: 0;
	width: 8px;
	height: 6px;
	font-size: 0em;
}
.routeMarker .routeMarkerTopLeftCorner{
	background: url(../img/routes_marker_top_left.png) no-repeat top left;
}
.routeMarker .routeMarkerBottomLeftCorner{
	background: url(../img/routes_marker_bottom_left.png) no-repeat top left;
}

.routeMarker .routeMarkerTopRightCorner, .routeMarker .routeMarkerBottomRightCorner{

	margin: 0 0 0 8px;
	height: 6px;
	font-size: 0em;
}
.routeMarker .routeMarkerTopRightCorner{
	background: url(../img/routes_marker_top_right.png) no-repeat top right;
}
.routeMarker .routeMarkerBottomRightCorner{
	background: url(../img/routes_marker_bottom_right.png) no-repeat top right;
}
.routeMarker .routeMarkerBody{
	float: left;
	width: 100%;
}
.routeMarker .routeMarkerBodyContent{
	padding: 5px 20px;
	font-size: 2em;
	background: url(../img/routes_marker_body.png) repeat-y top left;
}
.routeMarker .routeMarkerPointer{
	float: left;
	width: 100%;
	height: 8px;
	background: url(../img/routes_marker_pointer_down.png) no-repeat top center;
}

.info-window{
	font-family: Georgia, Arial, Verdana, sans-serif;
	background:white none repeat scroll 0 0;
}
    
.info-window h4{
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
}
.mainContent .colLeft .info-window p{
	color: #000;
	font-size: 1.2em;
}

.info-window a, .info-window ul li a{
	color: #0000cc;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}


.info-window ul{
	
}

.iconList ul li{

width: 200px;
font-size:1.5em; 
padding: 0pt 40px 10px 25px; 


}

.bodyLink {
background:transparent url(../img/link_arrow_white.png) no-repeat scroll left 4px;
padding: 0 5px 0 12px;
}
.bodyLink a {
color: #fff;
    text-decoration: none;
}

.videoCharacterIntro .videoCharacterDetails a:hover,.bodyLink:hover,#contentNav ul li a:hover,a.extLink:hover,a.paginationNext:hover,a.paginationPrevious:hover {
text-decoration: underline !important;
}

a.extLink{
color: #59AD40;
text-decoration: none
}

#pagenav{
    float: left;
    margin: 10px 0 20px 0;
    padding: 20px 0 25px 0;  
}
#pagenav ul{
    float: left;
	padding: 0 10px 0 0;
}
#pagenav ul li{
    float: left;
    display: inline;
	padding: 4px 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1em;
}
#pagenav ul li a{
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #978e8e;   
}
#pagenav ul li a:hover {
text-decoration: underline !important;
}
#rightnav {
	padding: 4px 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4em;
}
.meet {
	 line-height: 1.5em;
	margin: 10px 0 30px 0;
    padding: 10px 0 10px 0;
    border-top: 1px solid #978e8e;
	border-bottom: 1px solid #978e8e;
}
.meet a {
	color: #fff;
    text-decoration: none;
}
.mapicons {
	line-height: 1.5em;
	margin: 30px 0 10px 0;
    padding: 10px 0 10px 0;
}
.itinerary a {
	color: #fff;
    text-decoration: none;
}
.itinerary a:hover {
	color: #fff;
    text-decoration: underline;
}
#back{
    float: left;
    margin: 10px 0 40px 0;
    padding: 0;  
}
#back ul{
    float: left;
	padding: 0 10px 0 0;
}
#back ul li{
    float: left;
    display: inline;
	padding: 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1em;
}
#back ul li a{
    margin: 0 5px 0 0;
    padding: 0;
    color: #fff;
    text-decoration: none;  
}
#back ul li a:hover {
text-decoration: underline !important;
}
#green {
    color: #59ad40;
}
.routeContent h2{
	padding: 0 0 20px 0;
	font-size: 2em;
}
.mapicon {
	padding: 5px 0 0 0;
}
