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

a img {border: none; }


body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #546d8d;
	margin:0px;
	padding:10px 0px 0px 18px;
	line-height: 1.6em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.bold {
	font-weight: bold;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
	width: 900px;
}

#header {
	height:90px;
	position:relative;
}

#curvedline {
	position:absolute;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #546d8d;
	visibility: visible;
	width: 100%;
	bottom: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#logo {
	float: left;
	width:200px;
	height:85px;
}

#nav {
	padding:0;
	margin:0;
	position: absolute;
	right:0px;
	bottom:4px;
}

#nav ul {
	font: 12px "Comic Sans MS";
	margin:0;
	padding: 0;
	list-style: none;	
}

#nav li {
	display:inline;
	margin: 0 0px 0 0;
	padding: 0;
}

#nav li a
{
	float: left;
	display: block;
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: white;
	padding: 3px 10px;
}

#nav li a:hover
{
	color: white;
	background-color: #546d8d;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#nav .current a
{
	color: white;
	background-color: #546d8d;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#nav2
{
	padding:0px;
	margin:0px;
	white-space:nowrap;
	list-style-type:none;
	position:absolute;
	top:25px;
	right:7px;
	font-family: "Comic Sans MS", cursive;
	font-size:11px;
}

#nav2 li
{
	display:inline;
	float:left;
	padding: 0px .3em;
}

#nav2 li a
{
	color: black;
	text-decoration:none;
	padding: 0px .2em;	
}

#nav2 li a:hover
{
	color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #969;
}

#nav2 .current a
{
	color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #969;
}

#tophalf
{
	margin: 0;
	padding: 0;
	position:relative;
	width:100%;
	height: 425px;
	background-color: #546d8d;
}

#tophalf1
{
	margin: 0;
	padding: 0;
	position:relative;
	width:100%;
	height: 500px;
	background-color: #546d8d;
}

#tophalf2
{
	margin: 0 auto;
	padding: 0;
	width: 725px;
}


#nav3
{
	margin: 0;
	padding: 0;
	position:absolute;
	width: 200px;
	height: 425px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #546d8d;
/*	background-color: #EAEAEA;    To add lines between items */
}

.hidden {display:none}
.shown {display:inline}

#nav3 ul
{
	margin:0;
	padding:0;
}

#nav3 ul li
{
	padding-bottom: 1px; /*bottom spacing between menu items*/
	font: bold 14px "Comic Sans MS";
	list-style-type:none;
}

#nav3 ul li a
{
	color: white;
	background: #546d8d;
	display: block;
	line-height: 19px;
	padding-left: 10px; /*link text is indented 8px*/
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

#nav3 li a:hover {
	color: black;
	background-color: white;
}

#nav3 .current a{
	color: black;
	background-color: white;
}

#frontpage, #pictures {
	height: 425px;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	overflow: hidden;
}

#frontpage {
	width: 900px;
	left:0px;
}

#pictures {
	width: 697px;
	left:202px;
}

p.rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	margin:0px;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	height: 51px;
}

#summarybox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #969;
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-decoration: none;
	display: block;
	line-height: 1.5em;
}

#summarybox a:hover {
	text-decoration: underline;
	color:#333;
}

.summaryimg a img {
	padding:0px;
	margin: 40px 0px 0px 0px;
	border: 1px solid #000;
	position:relative;
	left:-6px;
	opacity: .75;
	filter: alpha(opacity=75);
}

.summaryimg a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}


p.sum2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: normal;
	color: #969;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content {
	margin:0px;
	padding:0px;
	position:absolute;
	left:202px;
	width:697px;
	top:0px;

/*	border: 1px solid #0C3;  */
}

#phone {
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px 0px;
	padding:3px 10px;
	width:182px;
	font-size:16px;
	color: black;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#phone2 {
	margin:0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 3px;
	font-size:16px;
	color: #546d8d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#phone-top {
	position:absolute;
	right:10px;
	top:10px;
}

#phone-top a, #phone-top a.visted{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #546d8d;
	text-decoration: none;
}


#tripbar {
	width:100%;
	padding:1px 2px;
	background-color:#546d8d;
	margin-top: 10px;

}

h1.triplength {
	color: white;
	margin:0px;
	padding:2px 0px 2px 5px;
	position:relative;
	font-size:18px;
}

#activityname {
	padding: 0px 2px 0px 2px;
	margin-bottom: 5px;
	background-color:546d8d;
	width:100%
}


#activitytext {
	color: #969;
	margin:0px;
	padding:5px 15px 10px 15px;
	font-size:14px;
}

#cost {
	background-color: #EAEAEA;
	margin:0px;
	padding: 0px 12px 0px 12px;
}

p.triptext {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

h2.trip {
	color: #546d8d;
	margin: 0px;
	padding: 12px 0px 6px 0px;
	font-size:18px;
}

h1.trip {
	color: #546d8d;
	margin:0px;
	padding:0px;
	position:relative;
	line-height: 1.5em;
}

#tripname {
	color: #546d8d;
	margin:0px;
	padding:15px 0px 0px 0px;
	font-size:18px;
	position:relative;
	width:482px;
	font-weight:bold;
}

#tripname a img {
	margin: 0px 10px 0px 10px;
	width:15px;
	height:15px;
}

#tripname a {
	color: #546d8d;
	text-decoration: none;
}

#tripname a:hover {
	color: #99B1E2;
	text-decoration: none;
}

div#tripname a span
{
	display: none;
}

.description
{
	position: relative;
	top:-60px;
	width: 440px;
	padding: 60px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
	z-index: 1;
	color: black;
	background: #EAEAEA;
	font: 11px Verdana, sans-serif;
	text-align: left;	
}


.trip {
	width:482px;
	margin:0px;
	padding:10px 0px 0px 0px;
}

.triptitle {
	color: #546d8d;
	font-size:18px;
	font-weight:bold;
	padding: 0px 5px 0px 25px;
	background-image:url(../images/arrow-r.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
	position:static;
}

.triptitle2 {
	color: #546d8d;
	font-size:18px;
	font-weight:bold;
	padding: 0px 5px 0px 25px;
	background-image:url(../images/arrow-d.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
	position:static;
}

.tripsum {
	margin: 5px 0px 0px 10px;
	width:460px;
	position:relative;
	z-index:10;
}

.tripactivity, .tripseason, .tripdepart {
	padding:5px 10px;
	height: 45px;
	margin:0px 0px 0px 0px;
	width:125px;
	float:left;
}

.a-title, .s-title, .d-title {
	text-align: center;
	font-size:14px;
	color: #666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.a-rating, .s-list, .d-loc {
	margin:0px;
	padding:2px 0px;
	text-align: center;
	font-size:12px;
	color: #969;
	font-family: Arial, Helvetica, sans-serif;
}

.tripdesc {
	margin: 0px;
	padding: 0px;
	width:100%;
	display:none;
	position:relative;
	top:0px;
}

.tripdesc2 {
	margin: 0px;
	padding: 0px;
	width:100%;
	display:block;
	position:relative;
	top:0px;
}
.description2 {
	width: 440px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
	background: #EAEAEA;
	color: black;
	font: 11px Verdana, sans-serif;
	text-align: left;
}

.blueback {
	background: #EAEAEA;
}

.hover {
	cursor:pointer;
	opacity:0.5;  
    filter:alpha(opacity=50);  
    -moz-opacity:0.5; 
	background: #EAEAEA
	background-image:url(../images/arrow-r.gif);
}

div#tripname a:hover span
{
	display: block;
	position: static;
	width: 375px;
	padding: 15px;
	margin: 0px 0px 10px 0px;
	z-index: 100;
	color: black;
	background: #EAEAEA;
	font: 12px Verdana, sans-serif;
	text-align: left;
	border: 1px solid #CCC;
}

#extras
{
	margin: 10px 0px 0px 0px;
}

#extrainfo
{
	margin: 9px 0px 0px 0px;
}

#extrainfo a {
	font-size:12px;
	color: #546d8d;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

#extrainfo a:hover {
	color: #99B1E2;
	text-decoration: none;
}


#line {
	background-color:#969;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:5px;
	width:687px;
	margin-bottom:10px;
}

#line1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #546d8d;
	width:100%;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#line2 {
	background-color:#969;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:5px;
	width:100%;
	margin-bottom:10px;
}

#line3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #546d8d;
	width:90%;
	margin:0 auto;
}

#line4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #546d8d;
	width:100%;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tripdifficulty, #tripseasons, #triplocations {
	padding:10px 0px;
	height: 45px;
	margin:0px 0px 0px 26px;
	width:125px;
	float:left;
}

#difficultyscale, #seasonheading, #locationheading {
	margin:0px;
	padding:0px;
	text-align: center;
	font-size:14px;
	color: #666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#difficultyrating, #seasons, #location {
	margin:0px;
	padding:4px 0px;
	text-align: center;
	font-size:12px;
	color: #969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.floatright {
	float: right;
	margin: 4px;
}

#bottomhalf {
	margin: 0px;
	padding: 0px;
	position:relative;
	width: 100%;
	background-color: white;
}

#fronttext {
	margin: 35px 35px 0px 35px;
	padding: 40px 15px 0px 15px;
	position:relative;
	background-color: white;
	font-size: 14px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	letter-spacing: 1px;
}

#slogan {
	text-align:center;
	margin:0;
	padding:5px 0px;
}

#left-col {
	margin: 10px 0px 0px 0px;
	width:202px;
	text-align: center;
	float:left;
	overflow: hidden;
}

#summarybox {
	margin: 0px;
	width:202px;
	float:left;
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sumbox {
	margin: 0px 0px;
	padding:10px 10px;
	width:182px;
	font-size:14px;
	color: #666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#sumboxdata {
	margin:0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size:12px;
	color: #969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#pricebox {
	font-size:14px;
	color: #666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	display: inline;
}

#priceboxdata {
	font-size:12px;
	color: #969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	display: inline;
}

#center-col {
	margin-top:10px;
	width:480px;
	padding: 0px 10px;
	text-align: left;
	float:left;
}

#right-col {
	margin-top:15px;
	width:198px;
	float:left;
	text-align: center;
	float:left;
	overflow: hidden;
}

#share-code {
	margin: 10px auto;
	width:85px;
	height:28px;
}

#footer {
	width:900px;
	margin-top: 50px;
	padding:0;
	position:relative;
}


#footercontent {
	margin: 0px auto;
	padding: 10px 0px;
	width:650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-color:#546d8d;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#clearboth {
	clear:both;	
}

#column1, #column3 {
	margin: 0px;
	padding:0px;
	width:340px;
	float:left;
	position:relative;
}

#column2 {
	margin: 10px;
	padding:0px;
	width: 200px;
	float:left;
	text-align: center;
}

.box1 {
	margin: 10px 10px;
	float: left;
	width:150px;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
}

.boxtext {
	position: absolute;
	bottom: -25px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 25px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(0,0,0,0.6);
	color:white;
	z-index: 1;
}

.boxtext p {
	position:relative;
	bottom: 7px;
	padding:0px 0px 0px 0px;
	text-align: center;
}
#multibox {
	margin: 0px auto;
	padding:0px;
	width: 900px;
}

.box {
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer img {
	padding:20px;
	margin:0px;
	vertical-align: middle;
}

.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	background-color: #EAEAEA;
	padding: 10px 10px 4px 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.quoted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #EAEAEA;
	text-align: right;
}

img.tquotes {
	padding: 25px 0px 75px 0px;
}

img.tquotes-left {
	padding: 10px 10px 10px 8px;
	background-color:#FFF;
}

#testimonial img {
	padding:20px 45px 20px 45px;
	vertical-align: middle;
	float:left;
}

#t-spacing {
	width:100%;
	background-color:#FFF;
	padding: 10px 5px 40px 5px;
}

/*	border: 1px solid #0C3;  */