.error {
	padding: 5px 5px 5px 30px;
	background-color: #FFC3C9;
	border:1px solid #C00;
	color:#222;
	background-image: url(../images/icons/cross.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
/* 
-----------------------------------------------------------------------------
Travel stories
-----------------------------------------------------------------------------*/
.storypicl {
	float:left;
	margin:0px 20px 20px 0px;
	border:1px solid #AAA;
}
.storypicr {
	float:right;
	margin:0px 0px 20px 20px;
	border:1px solid #AAA;
}
h1 {
	font-size:18px;
	letter-spacing:-0.5px;
	color:#222;
	font-weight:normal;
	margin:15px 0px;
}
h2 {
	font-size:16px;
	letter-spacing:-0.5px;
	color:#222;
	font-weight:normal;
	margin-bottom:10px;
}
h2 span {
	color:#F00;
}
h3 {
	font-size:14px;
	letter-spacing:-0.5px;
	color:#222;
	font-weight:normal;
	margin-bottom:10px;
}
.heading {
	margin:15px 0px;
}
#content-mid {
	line-height:1.5;
}
#content-mid p {
	margin:10px 0px;
}
#content-mid .desc ul,
.list {
	margin:0px 0px 15px 25px;
}
.button {
	background-image:url(../images/backgrounds/button.png);
	background-repeat:repeat-x;
	cursor:pointer;
	padding:1px 10px;
	color:#FFF;
	border: 1px solid #666;
}
.threecolumn .column {
	width:161px;
	float:left;
	padding-right:20px;
}
.end,
.threecolumn .end {
	padding:0px;
}
.column p, .column h1 {
	padding:8px 0px;
}
.two-column {
	width:263px;
	float:left;
	margin-right:10px;
}
.end {
	margin-right:0px;
}
.two-column h1,
.two-column h2 {
	font-size:18px;
	letter-spacing:-0.5px;
	color:#222;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
.text_button {
	border: none;
	background: none;
	cursor: pointer;
	font-size: 11px;
	color: #005580;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	display: inline;
	border-bottom: 1px solid #005580;
}
/* 
-----------------------------------------------------------------------------
Contact
-----------------------------------------------------------------------------*/
#contact-map {
	position:relative;
	border:1px solid #999;
	margin-top:15px;
	width:261px;
	height:200px;
}
.contact {
	margin:0px;
	margin-top:15px;
	padding:0px;
}
.contact li {
	list-style:none;
	clear:both;
}
.contact label {
	text-align:right;
	width:65px;
	float:left;
	padding:2px;
	margin:3px;
	color:#666;
}
.contact input, 
.contact textarea {
	border:1px solid #999;
	padding:2px;
	margin:2px;
	float:left;
	color:#333;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:11px;
}
.contact .button {
	cursor:pointer;
	padding:2px 10px;
	margin-left:77px;
	color:#FFF;
}
.contact .error {
	background-color:#FF6666;
	color:#FFF;
	border:1px solid #990000;
	float:left;
	padding:2px;
	margin:2px 2px 2px 77px;
}
/* 
-----------------------------------------------------------------------------
Messages
-----------------------------------------------------------------------------*/
.success {
	padding: 5px 5px 5px 30px;
	background-color: #BCED86;
	color:#222;
	border:1px solid #548C31;
	background-image: url(../images/icons/tick.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.info {
	padding: 5px 5px 5px 30px;
	background-color:#FFFF66;
	border:1px solid #FFDD00;
	color:#222;
	background-image: url(../images/icons/exclamation.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.not_allowed {
	padding: 5px 5px 5px 30px;
	background-color: #CC8671;
	border:1px solid #CC0000;
	color:#222;
	background-image: url(../images/icons/exclamation.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
/* 
-----------------------------------------------------------------------------
Out there
-----------------------------------------------------------------------------*/
.out-there {
	position: relative;
	left: -1px;
	top: -25px;
	float: left;
	width: 479px;
	padding: 100px 100px 0px 0px;
	background-image: url(../images/out-there-header.png);
	background-repeat: no-repeat;
	background-position: top;
}
