/* ~~~~~~~~~ layout ~~~~~~~~~~ */

#container {
	width: 860px;
	margin: 10px auto;
	background: #fff;
	padding: 0 30px;
	overflow: hidden;
	border-left:5px solid #EE2024;
	border-right:5px solid #EE2024;
}

#page-header{
	background: url(../images/header.jpg) no-repeat;
	height:227px;
}

.headerTitleLarge{
	font-weight: normal;
	color: #182b76;
	/*font: 4.2em/1.4 georgia, 'times new roman', times, serif;*/
	font: 4.2em/1.4 arial narrow, helvetica, sans-serif;
	margin: 15px 0 0 0;
	text-transform:uppercase;
	width:500px;
	float:left;
}

.headerTitleMed{
	font-weight: normal;
	color: #182b76;
	/*font: 3.7em/1.4 georgia, 'times new roman', times, serif;*/
	font: 3.7em/1.4 arial narrow, helvetica, sans-serif;
	margin: 20px 0 0 0;
	text-transform:uppercase;
	width:100%;
	float:left;
	clear;left;
}

.headerTitleSmall{
font-weight: normal;
	color: #182b76;
	/*font: 3.1em/1.4 georgia, 'times new roman', times, serif;*/
	font: 3.1em/1.4 arial narrow, helvetica, sans-serif;
	margin: 0px 0 0 0;
	text-transform:uppercase;
	width:100%;
	float:left;
	clear;left;
}

.details{
	margin:17px 0;
	height: auto;
	float:left;
	clear:left;
	width:896px;
}
.detailsDivider {
	border-bottom:1px solid #e0e0e0;
	float:left;
	clear:left;
	width:865px;
	margin-bottom: 10px;
}
.details img{
	float:left;
	width:200px;
}
.details p, .details ul{
	float:left;
	clear:none;
	margin:0 0 0 15px;
	font-size: 1.7em;
}
.detailsImage {
	float:left;
	clear:left;
	width:200px;
}
.detailsCopy{
	float:left;
	clear:none;
	width:487px;
	/*background:#eee;*/
}
.detailsPrices {
	float:left;
	clear:none;
	width:202px;
	font-size: 2.1em;
	padding-top: 0px;
	/*background:#d01414;*/
}
.itinerary {
	margin:17px 0;
	height: 720px;
	/*border-bottom:1px solid #e0e0e0;*/
}
.itinerary p{
	float:left;
	clear:none;
	margin:0 0 15px 0;
	font-size: 1.7em;
}
.price{
	float:right;
	text-transform:uppercase;
	font: 1.4em/1.4 arial, helvetica, sans-serif;
	font-size: 2.5em;
}
.price2{
	float:right;
	text-transform:uppercase;
	font: 1.4em/1.4 arial, helvetica, sans-serif;
	font-size: 1.7em;
}
.specialNote{
	color: #cf1013;
	margin: 0 0 0 20px;
	text-transform:uppercase;
}
.redBack{
	background:#d01414;
	width:100%;
	text-align:center;
}
.redBack h1{
	color:#fff;
	font: 4.2em/1.4 arial, helvetica, sans-serif;
	padding:30px 0;
}
.bookingAgents{
	width:100%;
}	
.bookingAgents p{
	width:300px;
	float:left;
	font: 1.7em/1.4 georgia, 'times new roman', times, serif;
	color:#182b76;
	margin-left:20px;
}
.pickupLocation {
	float:left;
	clear:left;
	width:200px;
	font-size: 1.9em;
	font-weight:bold;
}
.pickupPoint {
	float:left;
	clear:none;
	width:400px;
	font-size: 1.9em;
}
/* ~~~~~~~~~ header ~~~~~~~~~~ */

#main-navigation {
	padding: 5px 0 0 0;
}
	#main-navigation ul {
		overflow: hidden;
		/*width: 320px;*/
		list-style: none;
		font-size: 1.5em;
		float:right;
	}
		#main-navigation li {
			float: left;
		}
			#main-navigation li a {
				background: #5b6371;
				margin: 0 5px 0 0;
				padding: 3px 24px;
				display: block;
				color: #fff;
				text-decoration: none;
			}
			#main-navigation li.current a {
				background: #263246;	
			}
			#main-navigation li a:hover {
				background: #263b88;	
			}
			
/* ~~~~~~~~~ article ~~~~~~~~~~ */

article {
	width: 100%;
	overflow: hidden;
}

section {
	float: left;
	width: 100%;
}

/* ~~~~~~~~~ aside ~~~~~~~~~~ */

aside {
	float: right;
	width: 310px;
}

* ~~~~~~~~~ forms ~~~~~~~~~~ */

#contactForm{
	float: left;
	padding:2px 0px;
	border:none;
}

#registrationForm{
	float: left;
	padding:15px;
	border:1px solid #cecccc;
}

input[type=text],
input[type=password],
input[type=file],
select,
.textarea{
	padding: 5px;
	font-size:16px;
	border: 1px solid #cecccc;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=file]:hover,
select:hover,
.textarea:hover{
	padding: 5px;
	font-size:16px;
	border: 1px solid #3c85c1;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
select:focus,
.textarea:focus{
	padding: 5px;
	font-size:16px;
	border: 1px solid #bb1d1d;
	color:#333;
	font-weight: normal;
}

.formRow {
    clear: both;
    height: 30px;
	padding-top: 5px;
}

.formTextFixedWidth2 {
    clear: both;
    float: left;
    padding-top: 3px;
    width: 221px;
	font-size:16px;
}

.formField {
    clear: none;
    float: left;
	font-size:16px;
}

#homeButtons, input[type=submit]{
	background: #5b6371;
	padding:6px 9px 6px 9px;
	border:none;
	text-transform:uppercase;
	font-size:12px;
}

#homeButtons a, input[type=submit]{
	color: #fff;
	text-decoration:none;
}

#homeButtons a:hover, input[type=submit]:hover{
	background: #263b88;
	color:#fff;
}

.required {
	color: red;
}

#formfeedback {
	background: #fdfbab;
	padding: 5px;
	width:550px;
}
#pickupGrid {
	border-bottom: 1px solid #e0e0e0;
	width:860px;
	height:110px;
	font-size:16px;
	font-weight:bold;
}
.pickupTown {
	float:left;
	clear:left;
	width:200px;
	margin-right:20px;
	font-size:16px;
}
.pickupTime {
	float:left;
	clear:none;
	width:190px;
	margin-right:20px;	
	font-size:16px;
	text-align:right;
}
.bookNow {
	margin-top: 6px;
	background: #182C75;
	padding: 2px 5px;
	width:80px;	
	color:#fff;
	float:right;
	text-transform:uppercase;
	font: 1.4em/1.4 arial, helvetica, sans-serif;
	margin-left:10px;
}
.bookNow2 {
	float:left;
	clear:both;
	background: #182C75;
	padding: 5px 10px;
	width:80px;	
	color:#fff;
	text-transform:uppercase;
	font: 1.4em/1.4 arial, helvetica, sans-serif;
	margin-top:10px;
	margin-bottom: 20px;
}
.bookNow a, .bookNow2 a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.itineraryDay {
	background: #d01414;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 5px;
}
.redStrip {
	background: #d01414;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 1.8em;
	text-align: center;
	margin: 20px auto;
	height: 25px;
	clear: both;
	width: 700px;
}
.adultChild {
	float:right;
	margin-left:35px;
}
/* ~~~~~~~~~ footer ~~~~~~~~~~ */
			
footer {
	width: 860px;
	margin: 20px auto;
	font-size: 1.4em;
	text-align: center;
	border-top:1px solid #ccc;
	padding:10px 0 0 0;
	color:#fff;
}