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

/* CONTENT */

div#whyactive-content {
     margin:0px;
	/* margin: 10px 0px 0px 10px;	*/
}

div#tabs {
    width:auto;
	/* width: 694px; */
	border-bottom: solid 1px #69bb45;
}

div#whyactive {
	background: url(../images/whyactive-bg.gif) repeat-y;
	border-top: solid 1px #69bb45;
	width:auto;
	/* width: 694px; */
	padding: 10px;	
	color:#000000;
	line-height:20px;
}

div#whyactive-bottom {
	clear: both;
	background: url(../images/whyactive-bottom.gif) no-repeat;
	width:auto;
	/* width: 694px; */
	height: 22px;	
}

/* Guides page */
.guidepanel {
	text-align:center;
}
.guidepanel ul {
	list-style-type:none;
	margin:0;
}
.guidepanel ul li {
	display:block;
	float:left;
	width:150px;
	text-align:center;
	margin:8px;
}
.guidepanel ul li a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.guidepanel a h2 {
	height:50px;
	margin:0;
	overflow:hidden;
	font-size:16px;
}


.photocaption {
	font-size: 9px;
	line-height: 16px;
	text-align: center;
}

.bio {
	font-size: 11px;
	line-height: 20px;
	text-align: left;
}

/* press pages */

div.press {
	clear:both;
	/* border-top: 1px grey dashed; 
	padding-top: 10px; */
}


div.press img {
	background-color: #fff;
	border-color:#999;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

div#presslong {
}

.pressbiline {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align:center;
}

/* contact us page */

div.contactusbox{
	text-align:center;
}

.contactusbiline {
	font-size:15px;
	font-weight:bold;
}

/* faq / questions page and reviews */

.accordiontext {
	text-align:justify;
	font-size: 0.9em;
	padding: 4px 4px 4px 4px;
}

.itineraryaccordion h3, .reviewsaccordion h3 {
	/*background: url(../images/arrow-itineraries.gif) no-repeat left -51px;*/
	background: url(../images/arrow-itineraries_a.gif) no-repeat left -51px;
	padding: 7px 15px;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.itineraryaccordion h3{
	font-size: .9em;
	color: #333;
}

.review_date {
	font-weight: normal;
	font-size: .8em;
	color: #333;
}

.itineraryaccordion h3.active, .reviewsaccordion h3.active {
	background-position: left 5px;
	cursor: pointer;

}


.andrewsays_intro { float:right; width: 320px; background-color:  #eeeecc; border: 1px solid grey; padding: 2px 5px; font-size: 12px;}
.andrewsays { background-color: #eeeecc; border: 1px solid grey; padding: 2px 5px; font-size: 12px; margin-bottom: 10px;}


