/*Set screen background color*/
html{
background-color:#91b795;
text-align:center;
}
/*Flexible width centered layout*/
body{
	width:95%;
	min-width:770px;
	max-width:1200px;
	margin:5px auto;
	background-color:#ffffcc;
	color: #404033;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align:center;
}

#branding {
	background-image: url(../images/templates/shore_excursions_map.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #6d6757;
	height: 70px;
	vertical-align:top;
	overflow:hidden;
}



/*For index page slideshow CENTERED 770PX*/
#slideshow {
	background-image:url(../images/templates/map1200x190.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #6d6757;
	height: 190px;
	vertical-align:top;
	overflow:hidden;
}

#content{
	width:95%;
	height:95%;
	text-align:left;
	vertical-align:top;
	margin:15px;
	padding:10px;
	font-size:.85em;
}

#content_main{
	margin-right: 500px;
	margin-left:20px;
	text-align:left;
	padding:10px;
	border-right: thin dashed #999999;
	font-size:.85em;
}
/*For TOUR DETAILS DliDESHOW CENTERED 400PX*/
#content_sub{
	text-align:center;
	width:460px;
	min-height:425px;
	border:thin solid #666666;
	padding:0;
	float:right;
	margin:0;
	background-color:#e4e4e4;
	clear:right;
	margin-left:15px;
	margin-bottom:15px;
}
#content_tour_slideshow{
	width:480px;
	background-color:#e4e4e4;
}
#content_tour_details{
	width:480px;
	background-color:#e4e4e4;
}
#content_column_center{
	margin-right: 200px;
	margin-left:200px;
	text-align:left;
	padding:10px;
	border-left: thin dashed #999999;
	border-right: thin dashed #999999;
}
#content_column_right{
	width:185px;
	padding: 10px;
	float:right;
	margin:0 15px;
}
#content_column_left{
	width:185px;
	padding: 10px;
	float:left;
	margin:0 15px;
}

#notes table, #notes p {
	font-size:.825em;
	margin:10px;
}

#notes th{
	text-align:left; margin:5px;
	}

#notes td{
	text-align:left; margin:5px;}
tr{
	vertical-align:top;}
	
/* HEADERS*/

h1{
	margin-left:-3000px;
	color:#cccccc;}
	
h2{
	color:#0d3d6b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	text-align:right;
	margin-right:30px;
	margin-top:5px;}

/* NAVIGATION*/

#nav_main {
	background-image:url(../images/templates/corners_4_brn_grn.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color: #6d6757;
	overflow:hidden;
	height:25px;
	vertical-align:middle;
	font-size: .72em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	top:0;
	width:100%;
}

#nav_main ul {
	margin: 0;
	padding: 0;
}
#nav_main li {
	list-style-type: none;
	display: inline;
}
#nav_main a {
	float: right;
	padding: 5px 10px;
	text-decoration: none;
	color:#ffffcc;
}
#nav_main li a:active{
	color: #ffffff;	
}
#nav_main li a:visited {
	color:#c0cdd9;}
	
#nav_main a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}

/*  secondary nav*/
#nav_secondary {
	background-image:url(../images/templates/corners_4_brn_yellow.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size: .72em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	width:100%;
	overflow:hidden;
	height:25px;
	background-color: #6d6757;
	z-index:1;
}

#navlist li{
	margin-bottom:20px;
	clear:both;
}
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/

#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #6d6757;
	left: -9000px;
	z-index: 90000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #ffffcc;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #ffffcc;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-color: #6d6757;
	color: #ffffcc;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #6d6757;
	color: #ffffcc;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 200px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #ffffcc;
}
#pmmcrumb a,
 #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover,
 #pmmcrumb a:active,
  #pmmcrumb a:focus {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}
/*Footer*/

#footer{
	width:100%;
	clear:both;
	background-image:url(../images/templates/corners_4_brn_grn.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:60px;
	max-height:80px;
	background-color: #6d6757;
	color:#ffffcc;
	text-align:center;
	font-size:10px;
	font-weight:bolder;
	padding:10px 0;
	margin: 0;
}

#footer ul{
display:block;
	list-style: none;
	margin: 3px 0;
	padding: 0;
}

#footer li{	
	display:inline;
	font-size:11px;
	margin: 0;
	padding: 0;
	width: auto;
}

#footer a, 
#footer a.active:link, 
#footer a.active:visited, 
#footer a:active 
{
	color: #ffffcc;
	display:inline;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
}

#footer a:hover
{
	color: #c0cdd9;
	text-decoration: underline;
}
/* LIST OF TOUR LINKS */ 
#navlist {
	font-size:inherit;
	}

#navlist li{
	margin-bottom:20px;
	clear:both;
} 
#navlist h4{
	margin:0 0 3px 0;

}
#navlist td{
	padding: 5px 15px;
	/*
	border-top:thin solid #CCCCCC;
	border-left:thin solid #CCCCCC;
	border-bottom:medium solid #CCCCCC;
	border-right:medium solid #CCCCCC;
	*/
}
	
#navlist th{
	background-color:#FFF;
	width:112px;
	height: 112px;
	text-align:center;
	padding:0;
	margin:0;
/* 	border-bottom:medium solid #CCCCCC;
	border-right:medium solid #CCCCCC;
*/
}

/* ADDED STYLES */
.floatRight{
	float:right;
	clear:right;
	margin:15px 0 15px 15px;
	}
	
.floatLeft{
	float:left;
	clear:left;
	margin:15px 15px 15px 0;
	}
	
.colLeft{
	float:left;
	clear:left;
	margin:15px 15px 100px 0;
	height:100%;
	}
	
.dropCap {
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	font-weight:bold;
	color:#a5c4a5;
	padding-top:15px;}
	
.imageFloatRight{
	background-color:#FFFFFF;
	border:thin solid #e4e4e4;
	padding:5px;
	float:right;
	clear:right;
	margin:15px 0 15px 15px;
	}
	
.imageFloatLeft{
	background-color:#FFFFFF;
	border:thin solid #e4e4e4;
	padding:5px;
	float:left;
	clear:left;
	margin:15px 15px 15px 0;
	}
	
.imageBorder{
	border:thin solid #cccccc;
	padding:5px;
	margin:15px;}


/* Used a star hack so MSIE ignores the following bit CSS. */
html > * .dropshadow-br{
	background: url(../images/templates/shadow_full_br.png) no-repeat bottom right;
	padding: 0 6px 6px 0;
}
html > * .dropshadow-bl{
	background: url(../images/templates/shadow_full_bl.png) no-repeat bottom left;
	padding: 0 0 6px 6px;
}
html > * .dropshadow-tl{
	background: url(../images/templates/shadow_full_tl.png) no-repeat top left;
	padding: 6px 0 0 6px;
}
html > * .dropshadow-tr{
	background: url(../images/templates/shadow_full_tr.png) no-repeat top right;
	padding: 6px 6px 0 0;
}
/* Feed MSIE the behaviour. */
.dropshadow-br, .dropshadow-bl, .dropshadow-tl, .dropshadow-tr{
/*	behavior: url(../../www.stepintoalaska.com/_scripts/scripts/shadows.htc) url(../../www.stepintoalaska.com/scripts/shadows.htc) url("../../scripts/shadows.htc") url("../../../scripts/shadows.htc");*/
	position: relative;
}
.floatRight {
	float:right;
	clear:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#faqs {
margin-bottom:8px;
}

.faq_label{
font-weight:bold;}

.clearit{
clear:both;}

.cruiseLink{
text-transform:uppercase;
}
