@charset "utf-8";
/* CSS Document */

/* @group Hotels */

article section .hotels {
	width: 100%;
	display: inline-block;
	background: url('../img/splitter_line_content.png') no-repeat center bottom;
	margin-top: 0px;
	padding-bottom: 15px;
}

article .hotels .header {
	margin-bottom: 5px;
}

article .hotels .row {}

article .hotels .block {
	width: 30%;
	margin-right: 3%;
	float: left;
}

article .hotels img {
	max-width: 120px;
	float: right;
}

article .hotels .block p {
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Sponsors */

article section .sponsorslist .textblock {
	display: block;	
}

article section .sponsorslist .block {
	float: left;
	width: 125px;
	margin-right: 8px;	
}


/* @end */

/* @group Disclaimer */

article section .columnlist {
	clear: both;
	float: left;
	display: block;
	margin-bottom: 15px;
}

article section .columnlist .block {
	float: left;
	width: 220px;
}

article section .columnlist h3 {
	font: bold 12px/16px Georgia, "Times New Roman", Times, serif;
}
article section .columnlist p {
	font: normal 11px/16px Georgia, "Times New Roman", Times, serif;

}

/* @end */