.bg1 {
	background: #000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg1.jpg) top center no-repeat;
	}
	
.bg2 {
	background: #939564 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg2.jpg) top center no-repeat;
	}

.bg3 {
	background: #74b8f9 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg3.jpg) top center no-repeat;
	}
	
.bg4 {
	background: #000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg4.jpg) top center no-repeat;
	}
	
.bg5 {
	background: #3f3f3f url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg5.jpg) top center no-repeat;
	}


.bg6 {
	background: #000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg6.jpg) top center no-repeat;
	}
	
	

#Home {
margin: 0 auto;}









/* BODY */
body {
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, "Lucida Grande", arial, sans-serif;
	color: #666;
	font-size: 75%;
}

	
	html>body {
		font-size: 12px;
	}
	

		
			
		
		
		
		
/* PAGE CONTAINER */
#pageContainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
		
			
			
/* HEADER */	
	

	#logo {
		height: 0px;
		float: left;
		clear: both;
		width: 241px;
		z-index: 2;
		padding: 0 0 0 20px;

		

	}
	
	
/* ROTATOR */
#rotator {
	clear: both;
	min-height: 342px;
	height: auto !important;
	position: relative;
	overflow: hidden;
	width:960px;
	float: left;
	z-index: 3;

}			
		
	#headerimage {
	float: left;
	clear: both;
	height: 341px;
	position: relative;
	overflow: hidden;
	width:960px;
	z-index: -1;

}
	
	
	

	/* search */
	.search {
		height: 30px;
		right: 5px;
		top: 0px;
	}
		.search label {
			display: none;
		}
		
		.search input.searchInput {
			border: 1px solid #c7c7c7;
			color: #777;
			height: 20px;
			width: 210px;
			padding: 6px 4px 0;
			margin-top: 5px;
		}	
		.search input.searchButton {
			border: none;
			padding-bottom: 6px;
			padding-top: 6px;
			width: 80px;
			color: #fff;
			right: 0;
			background: url(images/search-button.gif) 0 0 no-repeat;
		}	


			
				
		
		
/* NAVIGATION */	
#navigation {
	background: #272727;	
	height:38px;
	margin-top:-1px;
	width: 960px;
}				
	#navigation .mainNav li {
		float: left;
		font-size: 16px;
		font-family: "gill sans", arial, sans-serif;
		text-transform: uppercase;
		color: #fff;		
	}	
	
	#navigation .mainNav li a {
		color: #cccccc;
		display: block;
		text-decoration: none;
		padding: 10px 15px;
		border-right: 1px solid #363636;
	}	
		#navigation .mainNav li a:hover,
		#navigation .mainNav li.selectedPage a,
		#navigation .mainNav li.selectedPageRoot a {
			background: #fff;
			color: #000;
		}					
		
		
		
		
/* CONTENT AREA */
#contentContainer {	
	clear: both;
	position: relative;
	height: auto !important;
	float: left;
	width: 960px;
}	
			
		/* two column layout - sec page */	
	#secBg {	
		background: url(images/content-bg-sec.gif) 0 0 repeat-y;
	}	
	

	
	#subColumn {
		float: left;
		width: 220px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
		clear: both;
	}	
		 #subColumn #extraColumn {
			width: 200px;
			margin-left: 10px;
			padding: 20px 0 30px;
		}	
 #mainColumn {
		float: left;
		width: 680px;
		padding: 20px 30px 10px;
		min-height: 550px;
		height: auto !important;
		background-color: #fff;
	}		
		

	
	
		
	
	
/* SEC NAV */
.secNav {
	background: #fff;
	padding: 25px 0 30px;
}
	.secNav li {
		margin-bottom: 2px;
	}
		.secNav li a {
			display: block;
			padding: 2px 12px;
			text-decoration: none;
			text-transform: uppercase;
			color: #000;
			font-size: 11px;
			letter-spacing: 2px;
			font-family: "gill sans", arial, sans-serif;
		}
			.secNav li a:hover,
			.secNav li.selectedPage a,
			.secNav li.selectedPageRoot a {
				color: #fff;
				background: #cc6d2e;
			}
	
	
	
	
	
/* BREADCRUMB */
#breadCrumb {
	height: 30px;
	border-top: 1px solid #F2F2F2;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
	#breadCrumb #youAreHere {
		color: #acacac;
		width: 210px;
		float: left;
		text-align: right;
		padding: 5px;
	}
	
	#breadCrumb .breadCrumb {
		float: left;
		padding: 6px 30px;
		color: #b5b5b5;
		background: transparent;
	}
		#breadCrumb .breadCrumb a {
			text-decoration: none;
			color: #b5b5b5;
		}
	
	
	
	
	
	
		
/* SITE FOOTER/NAVIGATION */
#footer {
	background: #000;
	padding: 20px 0 20px 20px;
	clear: both;
	color: #ababab;
}	
	#footer .footerContent {
		width: 960px;
		margin: 0 auto;
	}
		#footer .footerContent li {
			float: left;
			width: 225px;
			padding-right: 13px;
		}
			#footer .footerContent h4 {
				margin: 0 0 12px 0;
				font-weight: normal;
				color: #ababab;
				text-transform: uppercase;
			}
			
		#footer .footerContent a {
			color: #ababab;
			display: block;
			padding-bottom: 3px;
			text-decoration: none;
		}			
			#footer .footerContent a:hover {
				color: #fff;
			}
	
	
	#footer #copyright {
		width: 915px;
		margin: 20px auto 0;
		color: #555;
		clear: both;
		padding: 5px 0 0;
		border-top: 1px dotted #3a3a3a;
	}
		#footer #copyright a {
			color: #555;
		}

	
	#poweredBy {
		visibility: hidden;
	}
			
			
#maincolumn .photoGalleryElement {			
margin:auto auto auto 75px !important;
}

