/* CSS Document */

a {
	color: #003865;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

td {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
}

h1 {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003865;
	text-transform: uppercase;
	display:inline;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	display:inline;	
}

	
li {		
	margin-left: -13px;
	list-style-image: url(/images/bullet.gif);
}

body {
	background-color: #CCCCCC;

}

.left-shad {
	background-image: url(images/frame/left_shadow.jpg);
	
}

.right-shad {
	background-image: url(images/frame/right_shadow.jpg);

}

.watermark {
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.frame-top {
	background-image: url(images/frame/frame-t.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}

.frame-bottom {
	background-image: url(images/frame/frame-b.jpg);
	background-repeat: repeat-x;

}

.frame-left {
	background-image: url(images/frame/frame-l.jpg);
	background-repeat: repeat-y;

}

.frame-right {
	background-image: url(images/frame/frame-r.jpg);
	background-repeat: repeat-y;
	background-position: right;

}


.bottom-tile {
	background-image: url(images/borders/bot-tiler.jpg);
	background-repeat: repeat-x;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;

}

.bottom-tile a{
	color: #666666;
	text-decoration:none;
}	

.bottom-tile a:hover {
	text-decoration:underline;
}

.footer {
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.footer a {
	color:#666666;
}

.footer a:hover {
	color:#000000;
	text-decoration:none;
}

.formtext {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003865;
}

#bookings_form .form_description h2 { margin-bottom: 15px; display: block; }

p#message_warning { padding: 10px; margin-bottom: 10px; font-size: 1.4em; font-weight: bold; color: #F0F0F0; background-color: #F00  !important; }
p#message_confirmation { padding: 10px; margin-bottom: 10px; font-size: 1.4em; font-weight: bold; color: #F0F0F0; background-color: #0C0; }
p.red { color: #F00; }
p.warning { margin: 0; }

#locations {
	padding: 20px 20px;
}