@import url(shared.css);



/* layout */

body#level2 {
	background: #363636 url("../images/layout/bg-top.gif") repeat-x 0 0;
	padding: 28px 0 0 0;
	}

#level2 #wrapper {
	background: #95A7B5 url("../images/layout/bg-wrapper.gif") repeat-x 0 0;
	text-align: center;
	}
#level2 #columns { background: #fff url("../images/layout/columns-level2.gif") repeat-y 0 0; padding: 0 0 20px 0; }
#level2 #column-left   { width: 140px; padding: 0; }
#level2 #sidecolumns   { width: 585px; padding: 0; }
#level2 #column-middle { width: 350px; padding: 0 10px 0 0; }
#level2 #column-right  { width: 170px; padding: 20px 15px 0 15px; position: relative; }

#level2.c2 #columns { background-image: url("../images/layout/columns-level2-c2.gif"); }
#level2.c2 #column-middle { width: 560px; }	
#level2.c2 #column-right  { display: none; }

#level2.c1 #columns { background-image: none; }
#level2.c1 #column-left   { display: none; }
#level2.c1 #sidecolumns   { width: 760px; }
#level2.c1 #column-middle { width: 700px; float: left; padding: 0 0 0 30px; }	
#level2.c1 #column-right  { display: none; }
	
	

/* Text Classes */
p.note, li.note, ul.note li {
	font-weight: normal;
	font-style: italic;
	}
p.important, li.important, ul.important li {
	font-weight: bold;
	}
p.subhead {
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 12px; 
	color: #777; 
	margin: -3px 0 15px 0;
	line-height: 16px;
	}
.nomargin {
	margin: 0;
	}

p.caption {
	font-size: 11px;
	color: #666;
	width: 470px;
	margin: 0 0 12px 0;
	padding: 0;
	text-align: right;
	}
	
p.author { 
    font-size: 11px;
	color: #444;
	margin: 0;
	}


blockquote {
	margin: 12px 0;
	padding: 6px 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	}	
blockquote p {
	margin: 0;
	}	
blockquote, blockquote p {
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #a94f22;
	}



/* Forms */
form {
	padding: 3px;
	margin: 1em 0;
	}
fieldset {	
	border-top: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding: 1em;
	}	
fieldset.first {
	border: none;
	}
fieldset#errormessage {
	background-color: #ffffe0;
	}

table.formlayout {
	border: none;
	margin: 0;
	padding: 0;
	}

table.formlayout td {
	font-size: 12px;
	margin: 0;
	padding: 0 0 8px 0;
	vertical-align: top;
	}
table.formlayout th {
	font-size: 12px;
	margin: 0;
	padding: 5px 6px 0 0;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	width: 30%;
	}
table.formlayout td.radio {
	padding-top: 2px;
	}
	
table.formlayout th.firstsubhead {
	color: #000;
	margin: 0;
	padding: 5px 0 8px 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	}
table.formlayout th.subhead {
	color: #000;
	margin: 0;
	padding: 15px 0 8px 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	}
table.formlayout .small {
	font-size: 10px;
	font-weight: normal;
	}
table.formlayout .submitbtn {
	margin-top: 10px;
	}
table.formlayout .largewidth {
	width: 90%;
	}


table.tophead {
	margin: 1em 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-collapse: collapse;
	}

table.tophead th {
	font: bold 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	background-color: #e9e9e9;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px;
	text-align: center;
	}

table.tophead td {
	font: normal 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px;
	}



form#searchform p {
	margin: 2px 0 6px 2px;
	color: #666;
	}
@media print { form#searchform { display: none; } }




/* sidebar testimonial */
	
.l2-sidebar h4,
.tourpage-sidebar h4 {
	margin: 0;
	padding: 35px 0 3px 0;
	color: #51637b;
	clear: left;
	}

.l2-sidebar blockquote,
.tourpage-sidebar blockquote {
	border: none;
	margin: 0 0 0 -15px;
	padding: 5px 0 0 15px;
	background: transparent url(../images/layout/sidebar-blockquote.gif) no-repeat 3px 1px;
	}

.l2-sidebar blockquote p,
.tourpage-sidebar blockquote p {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #626262;
	}

.l2-sidebar blockquote p.quoteby,
.tourpage-sidebar blockquote p.quoteby {
	font: bold 10px/14px "Lucida Grande", Tahoma, sans-serif;
	color: #252525;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 2px;
	}

.l2-sidebar blockquote p.quotefrom,
.tourpage-sidebar blockquote p.quotefrom {
	font: 9px/12px "Lucida Grande", Tahoma, sans-serif;
	color: #626262;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
	}


/* highlight box in sidebar */

div.highlightbox {
	position: relative;
	background: #94a1ae url(../images/layout/highlightbox-top.gif) no-repeat 0 0;
	padding: 10px 0 0 0;
	width: 165px;
	margin: 0;
	}

div.highlightbox h2,
#tourpage div.highlightbox h2 {
	color: #fff;
	margin: 0 20px 5px 10px;
	padding: 0;
	background: none;
	}
.highlightbox p, 
.highlightbox li {
	font: 11px/14px "Lucida Grande", Tahoma, sans-serif;
	margin: 0;
	padding: 0 20px 6px 10px;
	color: #fff;
	}
	
.highlightbox p.learnmore {
	float: left;
	clear: left;
	width: 135px;
	background: #94a1ae url(../images/layout/highlightbox-bottom.gif) no-repeat 0 100%; /* rounded corners live here */
	color: #fff;
	}
	
.highlightbox p.learnmore a {
	float: left;
	clear: left;
	background: transparent url(../images/layout/highlightbox-arrow.gif) no-repeat 100% 4px;
	padding: 0 10px 0 0px;
	height: 14px;
	display: block;
	}
.highlightbox p.learnmore a:link,
.highlightbox p.learnmore a:visited{
	color: #d6e0bb;
	text-decoration: none;
	}
.highlightbox p.learnmore a:hover {
	color: #fff;
	text-decoration: underline;
	}

.highlightbox div.icon {
	position: absolute;
	top: 8px;
	right: -3px;
	width: 25px;
	height: 25px; 
	}
.highlightbox div.hike { background: transparent url(../images/layout/icon-hike-grey.gif) no-repeat 0 0; }
.highlightbox div.dine { background: transparent url(../images/layout/icon-dine-grey.gif) no-repeat 0 0; }







/* index page */
a.readmore {
	background: transparent url(../images/layout/readmore-arrow.gif) no-repeat 100% 5px;
	padding: 0 7px 0 0px;
	}
a.readmore:link,
a.readmore:visited {
	color: #586980;
	text-decoration: underline;
	}
a.readmore:hover {
	color: #000;
	text-decoration: underline;
	}
	
table.stafflist {
	border: none;
	border-collapse: collapse;
	}	
	
.stafflist td {
	vertical-align: top;
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
	}	
	
.stafflist img {
	padding: 5px;
	margin: 4px 10px 0 0;
	border: 1px solid #ccc;
	}	



/* Load tables */


table.load_table {
	margin: 1em 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-collapse: collapse;
	}

table.load_table th {
	font: bold 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
	background-color: #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px;
	text-align: left;
	}

table.load_table tr.headrow th {
	font-size: 10px;
	background-color: #e9e9e9;
	text-align: center;
	}

table.load_table td {
	font: normal 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px;
	text-align: center;
	}

	
/* Calendar tables */


table.calendar {
	margin: 1em 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	}

table.calendar th {
	font: bold 11px/19px "Lucida Grande", Tahoma, sans-serif;
	color: #363636;
	background-color: #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 6px 12px;
	text-align: left;
	vertical-align: top;
	}

table.calendar td {
	font: normal 12px/19px "Lucida Grande", Tahoma, sans-serif;
	color: #363636;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 6px 12px;
	text-align: left;
	vertical-align: top;
	}




/*  Navigation */

div.sidenav h2 {
	word-break: keep-all;
	width: 125px;
	background: #a94f22 url(../images/layout/sidenav-arrow.gif) no-repeat 145px 12px;
	padding: 5px 20px 5px 15px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font: 11px "Lucida Grande", Tahoma, sans-serif;
	letter-spacing: 1px;
	}
div.sidenav h2 a:link,
div.sidenav h2 a:visited,
div.sidenav h2 a:hover {
	color: #fff;
	text-decoration: none;
	}
	
div.sidenav ul {
	margin: 0;
	list-style: none;
	width: 160px;
	}
	
div.sidenav ul li {
	float: left;
	width: 160px;
	padding: 0;
	background: transparent url("../images/layout/sidenav-divider.gif") repeat-x 0 bottom;
	font: normal 12px "Lucida Grande", Tahoma, sans-serif;
	}
	
div.sidenav ul li a,
div.sidenav span#tripspecifics {
	display: block;
	float: left;
	width: 135px;
	padding: 7px 10px 6px 15px;
	}
	
div.sidenav ul li a:link,
div.sidenav ul li a:visited {
	color: #51637b;
	text-decoration: none;
	}
div.sidenav ul li a:hover {
	color: #51637b;
	background-color: #D4D4D0;
	text-decoration: none;
	}




div.sidenav ul li ul {
	margin: 0;
	list-style: none;
	width: 160px;
	}
	
div.sidenav ul li ul li {
	float: left;
	width: 160px;
	padding: 0;
	background-color: #eed;
	background-image: none;
	font: normal 10px "Lucida Grande", Tahoma, sans-serif;
	}

div.sidenav ul li ul li a {
	display: block;
	float: left;
	width: 135px;
	padding: 5px 10px 5px 15px;
	margin: 0;
	}
	
div.sidenav ul li ul li a:link,
div.sidenav ul li ul li a:visited {
	color: #324a6b;
	text-decoration: none;
	}
div.sidenav ul li ul li a:hover {
	color: #a94f22;
	background-color: transparent;
	text-decoration: underline;
	}

div.sidenav a.here:link,
div.sidenav a.here:visited,
div.sidenav a.here:hover {
	cursor: default;
	text-decoration: none;
	}
	
div.sidenav ul li a.here:link,
div.sidenav ul li a.here:visited,
div.sidenav ul li a.here:hover {
 	color: #a94f22;
	background: transparent url(../images/layout/sidenav-arrow-here.gif) no-repeat 5px 11px;
	}
	
div.sidenav ul li ul li a.here:link,
div.sidenav ul li ul li a.here:visited,
div.sidenav ul li ul li a.here:hover {
 	color: #a94f22;
	background: transparent url(../images/layout/sidenav-arrow-here.gif) no-repeat 5px 7px;
	}
	
	
	

/*
  New additions
*/
/*horizontal rules */
hr {
	border: none 0;
	border-top: 1px solid #d7d7d7;
	height: 1px;
	}
/* notop is used to remove the top margin from ordered/unordered lists on the job opportunity page */
.notop{
	margin-top: -.5em;
	}
/* divider is used in the job posting form to divide sections */
form .divider{
	border-top: 1px solid #d7d7d7;
	}

h2 a:link, h2 a:visited {
    color: #333;
	text-decoration: none;
	}
h2 a:hover {
    color: #a94f22;
	text-decoration: underline; 
	}

