/* -------------------------------------
		Container
   ------------------------------------- */
#container {	
	width: 854px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0 8px;
	position: relative;
}

	#linkLogo {
		position: absolute;
		top: 0px;
		left: 7px;
		width: 242px;
		height: 89px;
	}
	
	#talkLink {
		position: absolute;
		top: 9px;
		right: 7px;
		height: 63px;
		width: 224px;
	}

/* -------------------------------------
		Header
   ------------------------------------- */
#header {
	
}

#header h1 {
	margin-left: -3000px;
	margin-top: 10px;
	background: url(logo.gif) no-repeat 3000px 0px;
	height: 89px;
}	

#talkToSomeone {
	text-indent: -3000px;
	background: url(poletje.gif) no-repeat;
	height: 63px;
	margin-top: -79px;	
	margin-left: 630px;
	margin-right: 0;
}


/* -------------------------------------
		Promo Header
   ------------------------------------- */
#promoHeader .flash {
	margin-left: -30px;
	margin-top: 2px;
	height: 285px;
	width: 685px;
}

#promoHeader p {
	font-size: 0.75em;
}

#atolLogo
{
	clear: left;
	float: left;
	margin-top: 10px;
}


/* -------------------------------------
		Content
   ------------------------------------- */

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 565px;
}

	.IE6 #content {
		height: 565px;
	}

	#content p, #content ul {
		font-size: 0.7em;
		margin-top: 5px;
		line-height: 150%;
	}
	
	#content p {		
		margin-left: 10px;
		margin-right: 10px;
	}
	
		.cms #content p {
			margin-left: 0px;
			margin-right: 0px;
		}
	
	#content h2 {
		color: #0069aa;
		font-size: 1.0em;
		margin-bottom: 5px;
	}
	
	#content h3 {
		color: #0069aa;
		font-size: 0.8em;
		text-transform: lowercase;
	}
	
	#content h4 {
		font-size: 0.8em;
		margin-top: 3px;
	}
	
	/* ------ Left panel ------ */
	#content #left {
		width: 542px;
		float: left;
	}
	
	/* ------ Right panel ------ */
	#content #right {
		width: 302px;
		float: left;
		padding-left: 10px;
	}
		        
	#content #lateGetaways {
		width: 288px;
		padding: 4px 2px 9px 2px;	
		background: url(bgDottedBorder.gif) no-repeat bottom left;	
	}
	
		#content #lateGetaways h2 {
			font-size: 1.2em;
		}
		
		#content #lateGetaways ul {
			line-height: 110%;
		}
		
		#content #lateGetaways a {
			color: #0069aa;
			text-decoration: none;
		}
		
			#content #lateGetaways a:hover {
				text-decoration: underline;
			}

/* -------------------------------------
		Footer
   ------------------------------------- */

#footer {
	clear: both;
	background: url(bgFooter.png) no-repeat bottom center;		
	width: 870px;
	margin: 0 auto;
	padding-bottom: 14px;
}

	.IE6 #footer {
		background: #ffffff;
	}
	
/*-----------------------------------------------------------------
		Stuff it wasn't worth creating a new CSS file for 
-----------------------------------------------------------------*/

.searchResults {
	margin-top: 10px;
	margin-bottom: 10px;
}

#somethingDifferent {
	clear: left;
	margin-top: 10px;
}

	#somethingDifferent h2 {
		color: #0069AA !important;
		text-transform: lowercase;
	}
	
/*-------- Talk to an expert ------*/
.expert {
	background: url(bgDottedBorder.gif) no-repeat bottom left;
	margin-top: 7px;
	margin-bottom: 13px;
	padding-bottom: 13px;	
}

.expert .content {
	margin-left: 102px;
}

.expert dl {
	margin-top: 10px;
	font-size: 0.7em;
}

.expert dt {
	width: 170px;
	float: left;
	clear: left;
	font-weight: bold;
}

.expert dd {
	margin-left: 180px;
	margin-bottom: 3px;
}

.imageEmail {
	width: 91px;
	margin-top: 3px;
	margin-right: 8px;
	float: left;
}

	.imageEmail a {
		display: block;
		background: #003358;
		color: #ffffff !important;
		font-size: 0.7em;
		font-weight: bold;
		text-align: center;
		padding: 2px 0px;
	}
