/* Custom styles
For: Go South Adventures
Copyright (c) 2009, Conflare, All rights reserved.



/*  Basic 
-------------------------------------------  */

/* @group Basic Styles */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-weight:normal;
	font-size: 62.5%;
	background: #ffcc66 url(images/body_bg.gif) 0 0 repeat;
	color: #333;
}

h1 {
	font-size: 16px;
	margin: 20px 0 6px 0;
	color: #e86101;
	font-weight: normal;
	letter-spacing: 0.08em;
}

h2 {
	font-size: 14px;
	margin: 20px 0 6px 0;
	padding: 0 0 2px 0;
	color: #999;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	letter-spacing: 0.08em;
}

p {
	font-size: 11px;
	line-height: 1.75;
	margin: 10px 0;
}

ul, ol {
	margin: 2px 5px;
	padding: 0 0 0 10px;
	color: #333;
	font-size: 11px;
}

ul ul ul li a:link, ul ul ul li a:visited {
	color: #e86101;
	text-decoration: underline;
}

ul ul ul li a:hover {
	color: #e86101;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
	background-color: inherit;
/

* font-weight: 700; */
}

a:hover {
	text-decoration: underline;
	color: #e86101;
	background-color: inherit;
}

a img {
	border: 0;
}

/* @end */

/* @group Containers */

#outerwrap01, #outerwrap02 {
	position: relative;
	margin: 0;
	padding: 0;
}


#wrap {
	position: relative;
	background: #fff;
	color: #333;
	margin: 0 auto;
	width: 850px;
	padding: 20px;
	padding-top: 0px;
	border-left: 5px solid #f2c05d;
	border-right: 5px solid #f2c05d;
}

#content_inner_wrapper {
	position: relative;
	/* background:url(images/left_sidebar_bg.gif) #fff repeat-y left top; */
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Global Navigation */

/*
ul.horizontal, ul.horizontal li, ul.horizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #ffcc66;
	font-weight: 700;
}

ul.horizontal {
	top: 0px;
	left: 0px;
	position: relative;
	float: left;
	width: 850px;
	cursor: default;
	z-index: 2000;
	font-size: 9px;
}

ul.horizontal li li {
	font-size: 9px;
}

ul.horizontal li {
	width: auto;
	float: left;
	position: relative;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	left: 1em;
	margin: 0 0 0 -0.1em;
}

* html ul.horizontal li {
	margin: 0 -1.1em 0 1em;
	left: 0;
}

ul[class^="horizontal"] li {
	margin: 0 -1.1em 0 1em;
	left: 0;
}

ul.horizontal ul {
	z-index: 2020;
	padding: 0;
	cursor: default;
	position: absolute;
	left: -100em;
	top: auto;
	width: 12.2em;
	margin: 0 0 0 0;
	padding: 1px 0 0 0;
}

ul.horizontal ul li {
	width: 100%;
	float: none;
	left: auto;
	margin: -1px 0 0 0;
	white-space: nowrap;
}

ul.horizontal ul ul {
	margin: -0.45em 0 0 7.65em;
}
*/

/* design styles */
/*

ul.horizontal ul {
	border-width: 1px;
	border-style: solid;
	border-color: #ffeca7 #a97741 #a97741 #ffeca7;
}

ul.horizontal a, ul.horizontal a:visited {
	display: block;
	cursor: pointer;
	cursor: hand;
	background: #ffcc66;
	padding: 5px 18px 5px 15px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}

ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a:active,
ul.horizontal a.rollover:link, ul.horizontal a.rollover:visited {
	background: #fcdb9b;
	color: #000;
}
*/

/* submenu indicator arrows */

/*
ul.horizontal li.hasmenu > a:link, ul.horizontal li.hasmenu > a:visited {
	background: url(images/down-arrow.gif) #ffcc66 no-repeat 92% 50%;
}

ul.horizontal ul li.hasmenu > a:link, ul.horizontal li.hasmenu > a:visited {
	background: url(images/down-arrow.gif) #ffcc66 no-repeat 95% 50%;
}

ul.horizontal li.hasmenu > a:hover,
ul.horizontal li.hasmenu > a:focus,
ul.horizontal li.hasmenu > a:active,
ul.horizontal li.hasmenu > a.rollover,
ul.horizontal li.hasmenu > a.rollover:visited {
	background: url(down-red.gif) #fed37f no-repeat 92% 50%;
}

ul.horizontal ul li.hasmenu > a:hover,
ul.horizontal ul li.hasmenu > a:focus,
ul.horizontal ul li.hasmenu > a:active,
ul.horizontal ul li.hasmenu > a.rollover,
ul.horizontal ul li.hasmenu > a.fed37f {
	background: url(right-red.gif) #ffcc66 no-repeat 95% 50%;
}

* html ul.horizontal li.hasmenu a,
* html ul.horizontal li.hasmenu a:visited {
	background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(images/down-arrow.gif) #fed37f no-repeat 92% 50%" : "#ffc");
}

* html ul.horizontal ul li.hasmenu a,
* html ul.horizontal ul li.hasmenu a:visited {
	background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(images/down-arrow.gif) #fed37f no-repeat 95% 50%" : "#ffc");
}

* html ul.horizontal li.hasmenu a:hover,
* html ul.horizontal li.hasmenu a:active,
* html ul.horizontal li.hasmenu a.rollover,
* html ul.horizontal li.hasmenu a.rollover:visited {
	background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(images/down-red.gif) #fed37f no-repeat 92% 50%" : "#ffefcf");
}

* html ul.horizontal ul li.hasmenu a:hover,
* html ul.horizontal ul li.hasmenu a:active,
* html ul.horizontal ul li.hasmenu a.rollover,
* html ul.horizontal ul li.hasmenu a.rollover:visited {
	background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(images/right-red.gif) #fed37f no-repeat 95% 50%" : "#ffefcf");
}
*/


/* Navigation */
#navigation {
	color: #fbded1;
	background: #e73e00;
	float: left;
	width: 100%;
	clear: both;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 10px;
	margin-bottom: 4px;
	position: relative;
	z-index: 10;
}
	#navigation ul, #navigation li {
		display: block;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#navigation ul {
		float: left;
		margin-right: -1px;
	}
	
	
	#navigation a {
		color: #fbded1;
		text-decoration: none;
		display: block;
		padding: 0 18px;
		margin: 8px 0;
		border-right: 0px solid #fbded1;
		font: 13px Arial, Helvetica, sans-serif;
	}
	
		#navigation li.active a {
			color:#fff;
		}
	
	#navigation_gold_box, #navigation_green_box {
		background: #e1c44b;
		height: 14px;
		padding: 8px 0;
		width: 42px;
		float: right;
		border-left: 2px solid #FFF;
	}
	#navigation_green_box {
		background: #81a11c;
	}
	
	/* Subnav */
	#navigation ul li ul {
		display: none;
		float: none;
		clear: none;
		position: absolute;
		width: 200px;
		z-index: 10;
		color: #fff;
		background: #c23700;
		border:5px solid #e73e00;
		margin-left: 0px;
		padding-bottom: 9px;
		overflow: hidden;
	}
	#navigation ul li ul li {
		float: none;
		border-top: 1px solid #e3bda2;
		margin: -1px 20px 0 20px;
	}
	* html #navigation ul li ul li {
	/*	margin-bottom: -15px;*/
	}
	#navigation ul li ul li a {
		color: #fff;
		border: 0;
		margin: 0;
		padding: 8px 0;
	}
	
	#navigation a:hover, #navigation li.active {
		color: #e3bda2;
	}
	
		#navigation li.active ul li {
		color: #fbded1;
		
		}
	
	#navigation li.hover ul {
		z-index: 11;
	}
	

	
/* @end */

#homepage_feature {
	margin-top: 0px;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
	#homepage_feature_mainbox {
	}
	#homepage_feature_mainbox img {
		display: none;
		float: left;
		clear: both;
	}
	#homepage_feature_mainbox img.active {
		display: block;
	}


	#homepage_feature_nav, #homepage_feature_nav li {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#homepage_feature_nav {
			margin-top: 4px;
		}
		#homepage_feature_nav li {
			clear: none;
			width: 169px;
			margin-right: 1px;
		}
		
			li.last_homepage_featurenav_item {
				width:170px !important;
				margin-right: 0px !important;
			}
	
		#homepage_feature_nav a {
			display: block;
			color: #e5ebd1;
			background: #009600;
			text-decoration: none;
			font: 11px Arial, Helvetica, sans-serif;
			line-height: 12px;
			text-transform: uppercase;
			padding: 6px 12px;
			text-align: center;
		}
		#homepage_feature_nav .active a {
			color: #fbded1;
			background: #e73e00;
		}
		
		#homepage_feature_nav a:hover {
			color: #fbded1;
			background: #e73e00;
		}

/*
	GOOD FOR 7 DESTINATIONS OR SO

	#homepage_feature_nav, #homepage_feature_nav li {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#homepage_feature_nav {
			margin-top: 4px;
		}
		#homepage_feature_nav li {
			clear: none;
			width: 105px;
			margin-right: 1px;
		}
		
			li.last_homepage_featurenav_item {
				width:108px !important;
				margin-right: 0px !important;
			}
	
		#homepage_feature_nav a {
			display: block;
			color: #e5ebd1;
			background: #009600;
			text-decoration: none;
			font: 11px Arial, Helvetica, sans-serif;
			line-height: 12px;
			text-transform: uppercase;
			padding: 6px 12px;
			text-align: center;
		}
		#homepage_feature_nav .active a {
			color: #fbded1;
			background: #e73e00;
		}
		
		#homepage_feature_nav a:hover {
			color: #fbded1;
			background: #e73e00;
		}
*/
/* @group Header */

#header {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent url(images/contact_bg.gif) 600px 0px no-repeat;
}

#header h1 {
	color: #505050;
	background-color: inherit;
	width: 250px;
	margin: 0 0 0 20px;
	padding-top: 10px;
	font-size: 2.2em;
	float: left;
}

#header h1 a {
	color: #505050;
	background-color: inherit;
	text-decoration: none;
}
/*

.brand {
	position: relative;
	clear: left;
	overflow: hidden;
}
*/
/*

body.layout2 .brand {
	background: #fff url(images/brand_home_bg.gif) 0px 2px no-repeat;
	height: 338px;
}

body.layout2 .brand .leftSide {
	float: left;
	width: 589px;
	margin: 0;
	padding: 0;
	background: #fff;
	height: 253px;
	overflow:hidden;
}

body.layout2 .brand .leftSide img, body.layout2 .brand img {
	border: none;
	padding: 0;
	margin: 0;
}

body.layout2 .brand .rightSide {
	float: right;
	width: 180px;
	border: none;
	margin-top: 20px;
	margin-right:30px;
}
*/

#headerImagesFade {
	position: relative;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 260px;
}

#headerImages {
	position: relative;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 180px;
}

#headerImagesFade li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerImages li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#headerImages img {
	display: block;
	margin-top: 2px;
}

#frontphoto {
	margin: 0 0 10px;
	border: 2px solid #ededed;
}

#contactBlock {
	margin-top: 20px;
	width: 500px;
	font-size: 1.2em;
	float: right;
	text-align: right;
	margin-right: 20px;
}

#contactBlock, #contactBlock  a:link, #contactBlock  a:visited {
	color: #e86101;
}

#contactBlock  a:hover {
	color: #000;
}

#contactBlock #tollFree {
	font-size: 15px;
	display: block;
}

/* @end */

/* @group Sidebar1 (left) */

#leftside {
	clear: left;
	float: left;
	/*width: 140px;*/
	width: 210px;
	margin: 0 0 5px;
	padding: 0;
}


#leftside div.announce {
	clear: left;
	margin: 0px 0 15px 0;
	padding: 7px 10px;
	width: 115px;
	background-color: #f4f4f4;
}

#leftside div.announce p {
	margin: 10px 0 0;
	padding: 0;
}

#leftside div.announce h2 {
	font-size: 10px;
}

#leftside div.announce ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#leftside div.announce ul li {
	
}

#leftside div.announce ul li a:link, #leftside div.announce ul li a:visited {
	color: #666;
}


.side_contact_info {
	margin: 18px 10px 0 0;
	padding: 14px;
	list-style: none;
	/* background:#ededed url(images/left_nav_upper_left_bg.gif) 0 0 no-repeat; */
}


.side_contact_info h3 {
	margin:0;
	padding:0;
	list-style: none;

}

.side_contact_info ul {
	margin:0;
	padding:0;
	list-style: none;
}

.side_contact_info li {
	margin:8px 0;
	padding:0;
	list-style: none;
}

.side_newsletter_signup {
	margin: 18px 10px 0 0;
	padding: 14px;
	list-style: none;
	/* background:#ededed url(images/left_nav_upper_left_bg.gif) 0 0 no-repeat; */
}



/*  SIDEBAR NAVIGATION MENU  */

.sidebar_nav_menu {
	margin: 18px 10px 0 0;
	padding: 0px 14px 14px 14px;
	list-style: none;
	border: 0px solid red;
    list-style: none;
	/*background: #FFF2D9;*/
	/* background:#ededed url(images/left_nav_upper_left_bg.gif) 0 0 no-repeat; */
}

.sidebar_nav_menu li {
	padding: 0;
    margin:0;
	line-height: 1.8em;
    font-size:0.88em;
    list-style: none;
}

.sidebar_nav_menu li a:link, .sidebar_nav_menu li a:visited  {
	text-decoration: none;
	padding: 0;
       margin:0;
}

.sidebar_nav_menu li a:hover {
	text-decoration: underline;
}

.sidebar_nav_menu li.active a:link, .sidebar_nav_menu li.active a:visited {
	color: #e86101;

}

.sidebar_nav_menu ul {
	margin:0 0 0px 0px;
	padding:0;
}

.sidebar_nav_menu ul ul {
	margin:0 0 6px 6px;
	padding:0;
}

.sidebar_nav_menu .tour_type {
	margin: 20px 0 0 0;
	padding: 0;
}

#leftside h2 {
	margin: 2px 0 2px 0;
	padding: 2px 0;
	font-size:1.2em;
	color: #000;
	font-weight:normal;
	border:none;
	border-bottom:1px solid #ccc;
	letter-spacing:0.9px;
}

.sidebar_nav_menu h2.trips_to a {
	font-style: italic;
	font-size: 0.84em;
	border:none;
	font-weight:normal;
}

.sidebar_nav_menu h2.trips_to a:link, .sidebar_nav_menu h2.trips_to a:visited {
	text-decoration: none;
	color: #999;
}

.sidebar_nav_menu h2.trips_to a:hover {
	text-decoration: none;
	color: #333;
}

.sidebar_nav_menu h3 {
	margin: 10px 0 2px 0;
	padding: 0;
	font-size:0.9em;
	letter-spacing:0.9px;
	font-weight:normal;
	text-transform:uppercase;
	color: #525252;
}


/* New tours */

#content ul#sub_tours {
	display: block;
	margin:0;
	padding:10px 0 7px 0;
	border-bottom: 0px solid #ededed;
}

	ul#sub_tours li{
		display: inline;
		font-size: 1.2em;
		padding-right: 5px;
	}
	
	ul#sub_tours a {
		color: #E86101;
		font-weight: normal;
		text-decoration:underline;
		padding:10px;
	}
	
	ul#sub_tours a.key_filter_selected {
		font-weight: bold;
		text-decoration:none;
		/* background:#f1f1f1 ; */
	}


.key_filter_target {
	padding:0;
	margin:0;
}

.program_details_box {
	padding:0; 
/*
	border:1px solid #ccc;
	background: #ededed;
*/
	font-style:italic; 
	font-size:0.94em;
}

.program_email_us {
	padding:10px 0; 
	font-size:0.94em;
}

h2.details_box {
	clear: none !important;
	position: relative;
	border: 0 !important;
	font: 24px Helvetica !important;
	line-height: 24px !important;
	margin: 10px 0 -10px 20px !important;
}
* html h2.details_box {
	width: 95% !important;
}
.details_box_01 * {
	clear: none !important;
}
.details_box_01 {
	clear: none !important;
	padding:0 0 0 5px;
	margin: 0 0 0 0px;
	width: 610px;
}
	.details_box_01_inner {
		padding:0 5px 0 0;
		margin: 0;
		width: 605px;
	}

	.details_box_01_inner2 {
		padding: 3px 30px 1px 30px;
		margin: 0 0 0 0;
		width: 539px; 
		background: transparent url(images/boxes/bounding_box_bg.png) 0 0 repeat-y;
	}
		.details_box_tabs {
			position: relative;
			padding-left: 2em;
			margin-top: 20px;
			margin-bottom: -11px;
			z-index: 2;
		}
		.details_box_tabs ul, .details_box_tabs li {
			display: block;
			list-style: none;
			margin: 0 !important;
			padding: 0 !important;
		}
			.details_box_tabs li {
				display: -moz-inline-box;
				display: inline-block;
				*display: inline;
				*zoom: 1;
			}
				.details_box_tabs li a {
					display: block;
					padding: 10px 12px 6px 12px;
					color: #666;
					background: #E3E3E3;
					text-decoration: none;
					*margin-right: .25em;
				}
			.details_box_tabs .active {
				font-weight: bold;
			}
				.details_box_tabs .active a {
					color: #000;
					background: #ccc url(images/boxes/tabs_box_bg_active_bg.png) 0 0 no-repeat;
				}
				
				
				

		.details_box_01_inner2 .tab-body {
			display: none;
		}
			.details_box_01_inner2 .tab-body-active {
				display: block;
			}

	.details_box_01_top {
		background: transparent url(images/boxes/bounding_box_top.png) 0 0 no-repeat;	
		padding: 0 5px;
		margin: 0 0 0 0px;
		height: 20px;
		width: 610px;
		*width: 599px; /* Fix IE 7 float/overflow issue */
	}
	
	.details_box_01_bottom {
		background: transparent url(images/boxes/bounding_box_bottom.png) 0 0 no-repeat;	
		padding: 0;
		margin: 0 0 0 0px;
		height: 20px;
		width: 610px;
	}

* html .details_box_01, * html .details_box_01_top, * html .details_box_01_inner1, * html .details_box_01_bottom {
	float: left;
	width: 594px !important;
	overflow: hidden !important;
	padding: 0 5px;
}

.details_box_01 h3.itinerary {
	margin: 0 !important;
	padding: 0 !important;
}

.details_box_01 table, .details_box_01 tr, .details_box_01 td {
	padding: 0;
	border: 0;
	margin: 0;
}
.details_box_01 table {
	margin: 15px -30px 0 -30px !important;
}
.details_box_01 td {
	padding: 0 30px;
	border-right: 1px solid #ededed;
}
.details_box_01 td.itineraryCellLast {
	border: 0 !important;
}

.details_box_01 ul.itinerary {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.details_box_01 ul.itinerary, .details_box_01 ul.itinerary li {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.details_box_01 .returnTop {
	margin-bottom: 0;
	margin-right: -15px;
	float: none;
	clear: none;
}


#content table#accommodations {
	display: block;
	width: 100%;
	margin: 20px 0;
}

#content table#accommodations td {
	padding-right: 7px;
}

ul#accommodations li {
	display: inline;
}
/* @end */

/* TOUR GALLERY and ITINERARY IMAGES*/

/*.member_orgs {
	list-style-type: none;
	border:0px solid green;
}
.member_orgs li {
	float: left;
	padding:0;
	margin:0;
	width:150px;
	height:40px;
	margin-right: 6px;
	margin-bottom: 40px;
	color: #333333;
	border:0px solid red;
}
.member_orgs li img {
	display: block;
	border: 0px solid green;
	margin: 0 10px 15px 0;
	padding:0;
}*/

#content ul.tour_images {
	list-style-type: none;
	overflow: hidden;
 	margin:0;
 	padding:0;
 	border:0px solid red;
}

#content ul.tour_images li {
	float: left;
	width:120px;
	height:120px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content ul.tour_images img {
 	margin:0;
 	padding:0;
	display: block;
	border: 2px solid #ededed;
}

#content ul.tour_images a {
 	margin:0;
 	padding:0;
	border: none;
}

#content .itinerary_images {
	float: right;
	margin: 4px 0 10px 10px;
	padding:0;
	border:1px solid #ededed;
}

#content ul.tour_videos, #content ul.tour_videos li.tour_video {
	display: block;
	list-style: none;
	margin: 10px 0;
	padding-left: 0;
}

/* Sub tabs */

/*
.sub_tabs {
	display:block;
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding:0 0 4px 10px;
	border-bottom: 1px solid #9d9d9d;
}

	.sub_tabs li { 
		display: inline; 
		padding: 6px 8px 6px 8px;
		margin-right: 2px;
		border: 1px solid #9d9d9d;
		border-bottom: none;
	}

	.sub_tabs li a:link, .sub_tabs li a:visited { 
		color:#121212;
		font-size:0.92em;
	}
	
	.sub_tabs li a.manual_tab { 
		color:#E54B19;
	}
	
		.sub_tabs li.manual_tab a { 
			color:#fff;
			
		}
		
		#sub_tabs .manual_tab {
			border-top: 1px solid #E54B19;
			border-left: 1px solid #E54B19;
			border-right: 1px solid #E54B19;
			background:#E54B19;
		}
		
		#sub_tabs .activeTab {
		background: #fff;
		}
		
*/


/* @group Sidebar2 (right) */

#sidebar2 {
       margin:0;
       padding:0;
}

#sidebar2 ul {
	margin: 10px 0;
	padding: 0;
}

#sidebar2 ul li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar2 ul li ul li {
	list-style: disc;
	margin: 0 0 0px 0px;
	padding: 0;
}



#sidebar2 ul ul li {
	margin: 0 0 4px 0;
	font-weight: normal;
}

/* @end */

/* @group Home Page */
#sidebarHome {
	float: right;
	width: 280px;
	margin: 20px 0px 0 20px;
	padding: 0;
	height:200px;
	overflow:hidden;
	/*border:1px solid red;*/
}

#sidebarHome {
	float: right;
	width: 280px;
	margin: 20px 0px 0 20px;
	padding: 0;
	/*border:1px solid red;*/
}

	#sidebarHome p.ngadventure_blurb {
		float:right;
		width:140px;
		margin:10px 30px 0 0;
	}

	#sidebarHome p,#sidebarHome ul {
		font-size: 1em;
		margin: 0 0 16px;
		padding: 0;
	}

	#sidebarHome li {
		list-style: none;
		line-height: 1.2em;
		margin: 0 0 6px 0;
		padding: 0;
	}

	#sidebarHome ul ul {
		margin: 6px 0 0 10px;
		padding: 0;
	}

	#sidebarHome ul ul li {
		margin: 0 0 4px 0;
	}

	#sidebarHome ul ul li a {
		font-size: 1.1em;
		font-weight: normal;
	}

	#sidebarHome h2, #sidebarHome h3 {
		color: #505050;
		background-color: inherit;
		font-size: 1.2em;
		margin: 0 0 10px;
		padding: 0;
	}

	#sidebarHome img {
		border: none;
		float:left;
		width:94px;
	}

/* Blurbs */

#blurbs {
	margin-top: 36px;
	padding: 0 0 0 0px;
	height: 176px;
	overflow: auto;
	font: 11px Arial, Verdana, Sans-serif;
	line-height: 18px;
	color: #2f2f2f;
}
#blurbs h1, #blurbs h1 a {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 12px 0;
	color: #2f2f2f;
}
#blurbs a {
	color: #141414;
	text-decoration: none;
}

#blurbs p, #blurbs ul {
	margin: 11px 0 !important;
}

#blurbs ul, #blurbs li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 14px;
}
#blurbs li {
	margin: 7px 0;
}

#blurbs .blurb {
	float: left;
	width: 246px;
	height: 156px;
	margin: 0 8px 0 8px;
	padding: 0 10px;
	background: transparent url(images/blurb.png) 0 22px no-repeat;
}


#homeFeature .box {
	background: #FEF1D7;
}

	#homeFeature .box p {
		font-size: 10px;
	}

	#homeFeature .boxtop {
		background: url(images/featurebox/ne.gif) no-repeat top right;
	}

	#homeFeature .boxtop div {
		height: 25px;
		background: url(images/featurebox/nw.gif) no-repeat top left;
	}

	#homeFeature .boxbottom {
		margin: 0;
		padding: 0;
		background: url(images/featurebox/se.gif) no-repeat bottom right;
	}

	#homeFeature .boxbottom div {
		height: 15px;
		background: url(images/featurebox/sw.gif) no-repeat bottom left;
	}

	#homeFeature .boxcontent {
		margin: 0;
		padding: 0px 25px 0px 25px;
	}

	#homeFeature .boxcontent h3 {
		padding: 0;
		margin: 5px 0;
		font-size: 1.0em;
		font-weight: normal;
		color: #333;
	}


	#homeFeature .boxcontent h3 a:link, 
	#homeFeature .boxcontent h3 a:visited, {
		color: #333;
	}

	#homeFeature .boxcontent h3 a:hover {
		color: #000;
	}



/* @end */

/* @group Content */

#content {
	margin: 10px 15px 5px 220px;
	border-left: 0px solid #e0e0e0;
	border-right: 0px solid #e0e0e0;
	padding: 1px 0 0 0;
	line-height: 1.3em;

}
* html #content {
	margin-left: 223px;
}

body.layout3 #content {
	margin-right: 10px;
}




#contentwide {
	margin: 0 0 5px 150px;
	border-left: 1px solid #f0f0f0;
	padding: 0 0 0 10px;
	line-height: 1.6em;
}

#content h3,#contentwide h3, #content h3 a {
	font-size: 1.2em;
    font-weight:bold;
	margin: 16px 0 0 0;
    padding:0;
	color: #000;
line-height:1.3em;
}



/*#content p
 {
	margin: 8px 0;
    padding:0;
	color:#000;
    line-height:1.6em;
    letter-spacing:0.3px;
}
*/
#content img,#contentwide img {
	padding: 0;
	margin: 0 10px 3px 0;
	display: inline;
	background: #cccccc;
	color: #303030;
	border: 1px solid #ccc;
}

#content p {
	margin: 8px 0;
    padding:0;
	color:#000;
    line-height:1.6em;
    letter-spacing:0.3px;
}

#content ul, 
#contentwide ul, 
#content ol, 
#contentwide ol {
		margin: 8px 0 8px 16px;
	    padding:0;
		color:#000;
	    line-height:1.6em;
	    letter-spacing:0.3px;
	
}

#content li, #contentwide li {
	margin: 6px 0 6px 0;
	padding: 0 0 0 0px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol {
	margin: 0 0 0 16px;
	padding: 0;
}

/*#content .tripList h3 {
	font-size: 11px;
	margin: 0 0 0px 0;
	color: #333;
}
*/

#content .tripList {
	margin: 10px 20px 20px 0;
	padding: 0;        
	height: 130px;
 overflow:hidden;
}

#content h2 {
	color: #000;
        margin:26px 0 2px 0;
        padding:0 0 4px 0;
	font-weight:normal;
}

#content .tripList h3, #content .tripList h3 a {
	margin:0;
        padding:0;
}

#content h2.details {
	clear:right;
	margin: 4px 0 0 0;
}

img.tripListThumb {
	margin: 0px 10px 10px 0;
	padding: 0;
	float: left;
}

.itineraryBlock {
	margin: 8px 0;
	padding: 0;
	overflow: hidden;
}

.clearLeft {
	clear: left;
	margin: 0;
	padding: 0;
}

.clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
}

.listImage {
	float: right;
	margin: 0 0 10px 10px;
}

/* @end */

/* @group Sponsors */
#logos {
	text-align: center;
	margin:0 10px 0 5px;
	overflow:hidden;
	height:120px;
}

#logos h3 {
	font-size: 0.92em;
	font-style: italic;
	font-weight:normal;
}

#logos .member_orgs li {
	list-style: none;
	float:left;
	display: inline;
	padding:5px;
	margin:5px;
	height:60px;
	border:1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}	

/* @group Accommodations */

.accommodation_description {
	font-size: 11px;
	line-height: 1.75;
	margin: 10px 0;
}

ul.accommodationImages {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.accommodationImages li {
	margin: 0;
	padding: 0;
}

ul.accommodationImages img {
	float: left;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px;
	width: 880px;
	border-top: 0px solid #f0f0f0;
	text-align: center;
	color: #999;
	background: #f0f0f0;
	font-size: 0.90em;
	border-left: 5px solid #f2c05d;
	border-right: 5px solid #f2c05d;
	border-bottom: 5px solid #f2c05d;
}

body.layout2 #footer {
	clear: none;
}

#footer p {
	margin: 8px;
	line-height: 1em;

}

#footer p a:link, #footer a:visited {
	color: #666;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal
}

#footer p a:hover {
	text-decoration: underline;
	color: #000;
}

/* @end */

/* @group Credits */

#credits {
	clear: both;
	margin: 0 auto;
	padding: 5px;
	width: 808px;
	color: #ce9d3c;
	border-top: 0px solid #f0f0f0;
	text-align: center;
	color: #999;
	font-size: 0.82em;
}

#credits {
	clear: none;
}

#credits p {
	margin: 0px;
	line-height: 1em;
}

#credits p a:link, #credits a:visited {
	color: #ce9d3c;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal
}

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

/* @end */

/* Staff page styling */

#content .staff_picture {
	margin-top: 3px;
	float: left;
}

#content .staff_name {
	color: #000;
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
	margin-top: 20px;
	font-weight:normal;
}


/* @group Global */

.returnTop {
	text-align: right;
	margin:15px 0;
	padding:0; 
}

.returnTop a:link, .returnTop a:visited {
	color: #E86101;
	text-decoration: none;
	font-size: 10px;


/*

text-align:right;*/
}

.returnTop a:hover {
	text-decoration: underline;
}

.left {
	margin: 3px 10px 2px 0;
	float: left;
}

.right {
	margin: 2px 0 2px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

/* @end */

/* @group Browser Hacks */

ul.horizontal a {
	float: left;
}

@media Screen, Projection {

ul.horizontal a {
	float: none;
}

}

ul.horizontal ul a {
	float: none !important;
}

@media screen, projection {

* html ul.horizontal li {
	display: inline;
	f\loat: left;
	background: #fff;
}

}

* html ul.horizontal li {
	position: static;
}

* html ul.horizontal a {
	position: relative;
}

/* iframe layer */

ul iframe {
	position: absolute;
	z-index: 1010;
	border: none;
}

/* @end */

/* @group Admin Login */

#login {
	width: 450px;
	\width: 450px;
	w\idth: 450px;
	border: 2px solid #eeb749;
	padding: 30px;
	margin: 20px;
	background: #fff;
	text-align: left;
}

#login h1 {
	font-size: 120%;
}

#login img {
	margin: 0 0 10px 100px;
	border: 0px solid #ededed;
}

#login p {
	margin: 5px;
	margin-left: 0;
	padding: 0;
	color: #333;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

#login p a:link, #login p a:visited {
	font-size: 10px;
	text-decoration: none;
}

#login p a:hover {
	font-size: 10px;
	text-decoration: underline;
}

#login input {
	font: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}

div.login-link {
	margin: 10px;
}

div.login-link a:link, div.login-link a:visited {
	font-size: x-small;
	text-decoration: underline;
}


p.tour_title {
	margin-bottom: 0px;
	padding-bottom: 0;
	font-weight: bold;
}



/* @end */

/*  SPECIALIZED 
-------------------------------------------  */
  	
/* FORMS
-------------------------------------------  */

textarea {
	width:500px;
}
