/* ---------------------------------------------------- 
  
   default resets
   http://meyerweb.com/eric/tools/css/reset/index.html
   
   ---------------------------------------------------- */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%; 
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 110%;
	padding:10px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
}

tr {
	vertical-align:top;
}
td, th {
	padding:3px;
}

th {
	font-weight:normal;
	text-align:left;
}


img {
	border:none;
	}


a:link, a:visited {
	text-decoration:none; 
	color:#000000;
	}
	
a:hover, a:active {
	text-decoration:underline;
	color:#000000;
	}

	

/* ---------------------------------------------------- 
  
   debugging
   
   ----------------------------------------------------

 div {
	border:1px solid #FF0000;
	}

 */ 
  

/* ---------------------------------------------------- 
  
   layout and visual
   ---------------------------------------------------- */
body {
		background-color:#EBEBEC;
		color:#000000;
	}
	
#page { 
	background-color:#FFFFFF;
	margin: 10px auto;
 	width: 965px;
	position:relative;
	padding-top:10px;
}

div#company {
	margin:0 10px;
	height:169px;
	width:945px;
}
#company h1 {
	position:absolute;
	top:-9999px; 
}

#company p#contactinfo {
	float:left;
	margin:50px 25px;
	}

#contentmain {
	width: 100%;
 	float: right;
	margin-left: -210px;
}

.single #contentmain {
	width: 100%;
/* 	float: right;
	margin-left: -210px; */
}

#info {
	margin:0 0 15px 210px;
	background-color:#FFFFFF;
	padding:0 10px 0 15px;
 
}

.single #info {
	margin:0 0 15px 0;
	background-color:#FFFFFF;
	padding:0 10px 0 10px;
 
}
#contentsub {
	/* padding:0px 0px 20px 10px; */
	width:200px; 
	float: right;
}

div#footer {
	clear:both;
	background-color:#EBEBEC;
}

.clearing {
  height: 0;
  clear: both;
}

.clearonly {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin:0px;
	font-size:1px;
}


   

/* ---------------------------------------------------- 
  
   images and tables
   
   ---------------------------------------------------- */


.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
}

ul.imagelist li {
	display:inline;
	float:left;
	padding:10px 10px 0 0;
	}

.imagelist img {
	border:1px solid #ccddcc;
}
	

/* ---------------------------------------------------- 
  
   type and style
   
   ---------------------------------------------------- */

body, p, h1, h2, h3, h4, h5, li, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#info p {
	margin:0 0 9px 0;
/*	color:  #4C4C4C; 
	color:  rgba(0,0,0,0.7);  70% black */
	color:  #404040;
}

#info li {
/*	color:  #4C4C4C; 
	color:  rgba(0,0,0,0.8);  70% black */
	color:  #404040;
	}

h2 {
	margin:0 0 20px 0;
	line-height:120%;
	}

h3 {
	margin:0 0 8px 0;
	line-height:120%;
	font-weight:bold;
}


blockquote {
	margin-left:20px;
}

div.hr {
	background-color: #ccddcc;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
} 
hr {
	display:none;
}

.nodisplay { display:none; }

#footer p {
	text-align:left;
	background-color:#EBEBEC;
	padding:5px 0 0 10px;
}

ul.bulleted {
	margin:15px;
	padding-left:15px;
	list-style-type:square;
}

.bulleted li {
	padding-bottom:7px;
}

#company p#contactinfo {
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:100;
	line-height:117%;
	}

/* text size stuff */


p, li, dd, dt {
	 font-size:80%;
}

.note {
	 font-size:70%;
}

h1 {
	 font-size:150%;
}

h2 {
	 font-size:140%;
}

h3 {
	 font-size:85%;
}

h4 {
	 font-size:90%;
}

h5 {
	 font-size:85%;
}

#footer p {
	font-size:65%;
}

#company p#contactinfo {
	 font-size:140%;
	}

p#contactinfo .email {
	 font-size:75%; /* of parent */
	}

div#navigation {
	margin:6px 10px 20px 10px;
}

#navmenu li {
	float:left;
	width:135px;
	text-align:center;
	padding:20px 0;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:105%;
}

#navmenu li a, #buttonlinks li a {
	color:#FFF;
}


#navmenu li.current_section {
	color:#000;
}

#navmenu li#home {
	background-color: rgb(73.3%,23.9%,53.1%);
}

#navmenu li#tours {
	background-color: rgb(51.5%,51.1%,63.4%);
}

#navmenu li#people {
	background-color: rgb(46.6%,55.8%,57.1%);
}
#navmenu li#included {
	background-color: rgb(66.3%,68.3%,54.7%);
}

#navmenu li#booking {
	background-color: rgb(63.5%,55%,0%);
}

#navmenu li#challenge {
	background-color: rgb(72.3%,63.8%,58.3%);
}

#navmenu li#contact {
	background-color: rgb(80.2%,65.5%,67.9%);
}



.getinput th {
	text-align: right;
}

.getinput td {
	text-align: left;
}

#info p.warn {
	color:red;
}