/* CSS Document */
/* Hides from IE5-mac \*/
* html #right_column_content {height: 1%;}
/* End hide from IE5-mac */
#bookings_title {
	border-top: 1px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	height: 52px;
	background: url(../images/title_booking.jpg) no-repeat left top;
}
p {
	margin: 0px;
}
h1 {
	display:none;
}
#content {

}
.column_header_blue_bg {
	background-color: #138dca;
	padding: 4px 5px 4px 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;	
}
.left_column {
	background-color: #FFFFFF;
	background-image: url(../images/right_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 33px;
	border-left: 1px solid #28ABE2;	
	width: 250px;
}
#left_column_yellow {
	/*width: 208px;*/
	background-color: #fae666;
	padding: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #055db7;
}
#left_column_yellow p {
	color: #055db7;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#left_column_yellow h3 {
	color: #055db7;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div.hr {
  height: 3px;
  background: url(../images/blue_dots.gif) repeat-x left top;
  margin: 5px 0px;
}
div.hr hr {
  display: none;
}
.right_column {
	background-color: #FFFFFF;
	background-image: url(../images/right_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}
#right_column_content {
	/*width: 208px;*/
	padding: 33px 23px 23px 23px;
	border-right: 1px solid #28ABE2;	
}
#title_book_excursion h2 {
	color: #F4870D;
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
}
#right_column_content h3 {
	color: #F4870D;
	font-size: 14px;
	margin: 0px;
	padding: 15px 0px;
	text-transform: uppercase;
}
#right_column_content h4 {
	color: #072F84;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-transform: capitalize;
}
#school_details {
	background: url(../images/dashes.jpg) no-repeat right center;
	margin: 15px 0px 0px 0px;
}
#school_details h2 {
	color: #072f84;
	font-size: 22px;

}
#contact_details {
	background-image: url(../images/title_contact_details.jpg);
	height: 21px;
	width: 251px;
	background-repeat: no-repeat;
	/*border: none solid #FF0000;*/
}

.contact_details_copy {
	color: #138DCA;
	font-weight: bold;	
}
.dark_blue_bold {
	color: #033A8E;
	font-weight: bold;
	font-size: 11px;	
}
.dark_blue_copy {
	color: #072F84;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.light_blue_copy {
	color: #055db7;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.light_blue_copy_small {
	font-size: 10px;
	color: #063E85;
}

.booking_input {
	width: 250px;
	font-size: 10px;
	color: #063E85;
	background-color: #E6EFF9;
	border: 1px solid #716F64;
	/*margin: 5px 10px 5px 0px;*/
}
.state_input {
	width: 50px;
	font-size: 10px;
	color: #063E85;
	background-color: #E6EFF9;
	border: 1px solid #716F64;
	/*margin: 5px 10px 5px 0px;*/
}
.excursion_input {
	width: 155px;
	font-size: 10px;
	color: #063E85;
	background-color: #E6EFF9;
	border: 1px solid #716F64;
}
.other_input {
	font-size: 10px;
	color: #063E85;
	background-color: #E6EFF9;
	border: 1px solid #716F64;
}
.extra_input {
	width: 100%;
	height: 40px;
	font-size: 10px;
	color: #063E85;
	background-color: #E6EFF9;
	border: 1px solid #716F64;
	margin: 5px 0px 5px 0px;
}

textarea {
	/* Font defaults */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#SiteMap_Links .Links h3 {
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 12px;
}