	html {font-size:62.5%;}
	body,
	html {
		margin:0;
		padding:0;
		background:#fff;
		color:#444;
		height:100%;
	}
	body {	
		background:url('/img/bg.jpg') repeat-x left top;
		border-top:10px solid #666;
		font:1.2em Arial, sans-serif;
		line-height:1.4em;
		min-width:750px;
	}
	#wrap {
		background:url('/img/parking-sign.jpg') no-repeat right top;
		margin:0 auto;
		width:750px;
	}
	.hide {visibility:hidden}
	img {border: 1px solid #3877a7; }
	a {color:#3877a7;}
	a:hover {color:#14466d}
	
	h1, h2, h3, h4 {
		font-family:Myriad Pro, Arial, sans-serif;
	}
	#header h1 {
		color:#3877a7;
		font-family: Myriad Pro, Arial, sans-serif;
		font-size: 2.5em;
    	padding:30px 5px;
	    margin:0;
	    margin:0;
    }
	#header h1 img {border: 0;}
	#header h1 span {
		color:#333;
		display:block;
		font-size:0.8em;
		padding-top:10px;
	}
	h2 {
		font-size: 1.5em;
		margin:10px 0
		}

	#main {
		float:left;
		width:500px;
		padding-bottom:30px;
	}

	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	
	#sidebar {
		background:url('/img/sidebar-top.jpg') no-repeat left top;
		float:right;
		padding-top:150px;
		padding-bottom:30px;
		width:240px;
	}

	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px;
    }
	
	#footer {
		clear:both;
		border-top:1px dotted #666;
	}
	#main li,
	#footer li {margin:3px;}
	
	/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_five */

.menu5 {padding:5px 0 0 1em; margin:0; list-style:none; height:40px; position:relative; background:transparent url('/img/pro_five_0c.gif') repeat-x left bottom; font-size:11px;}
.menu5 li {float:left; height:40px; margin-right:1px;}
.menu5 li a {display:block; float:left; height:40px; line-height:35px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url('/img/pro_five_0a.gif') no-repeat;}
.menu5 li a b {float:left; display:block; padding:0 16px 5px 12px; background:url('/img/pro_five_0b.gif') no-repeat right top;}
.menu5 li.current a {color:#000; background:url('/img/pro_five_2a.gif') no-repeat;}
.menu5 li.current a b {background:url('/img/pro_five_2b.gif') no-repeat right top;}
.menu5 li a:hover {color:#000; background: url('/img/pro_five_1a.gif') no-repeat;}
.menu5 li a:hover b {background:url('/img/pro_five_1b.gif') no-repeat right top;}
.menu5 li.current a:hover {color:#000; background: url('/img/pro_five_2a.gif') no-repeat; cursor:default;}
.menu5 li.current a:hover b {background:url('/img/pro_five_2b.gif') no-repeat right top;}
	
	.adBox {
		margin:1em 0;
		padding:1em;
	}
	
	.adBox img {
		border:none;
	}
	
	#sideAd {
		color:#333;
		font-size:1em;
		font-weight:bold;
		list-style-image: url('/img/red_arrow.png');
		text-transform:uppercase;
		margin-top:20px;
	}
	#sideAd li {line-height:1.6em}
	.column {float:left;width:250px;}
	.first {margin-left:10px;}
	.last {width:240px;}
	.pricelist {
		border:1px solid #ccc;
		width:220px;
		text-align:left;
	}
	.pricelist td {
		border-top:1px dotted #ccc;
		padding:3px;}
		
	.pricelist tr:hover {
		background-color:#efefef;
		cursor:help;
	}
	/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 1.2em;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: .1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	border:1px solid: 999;
	color: #444;
}
form div.required {
	color: #333;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	float:left;
	font-size: 1em;
	padding-right: 20px;
	width:200px;
}
input, textarea {
	font-size: 1em;
	padding: 2px;
}
textarea {
	font: 1em Arial, sans-serif;
	width:100%;
}
select {
	clear: both;
	font-size: 1em;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 1em;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=image],
input[type=submit] {
	display: inline;
	font-size: 1.1em;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input.timePicker {
	background:url('/img/time.png') no-repeat right center;
	border:1px solid #999;
	padding:3px;
	}
input.dateRange {
	background:url('/img/calendar.png') no-repeat right center;
	border:1px solid #999;
	padding:3px;
	}
/* Notices and Errors */
div.message {
	background-color:#cae6ef;
	background-repeat:no-repeat;
	background-position: 10px center;
	border:1px dotted #4585a7;
	clear: both;
	color: #4585a7;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0;
	padding:0.5em;
}

div.error {
	background-color:#efd1ca;
	background-image:url('/img/dialog-warning.png');
	border-color:#900;
	color:#900;
	padding-left:30px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 1.4em;
}
.form-error {border: 1px solid #900;}

div.message dl dd{
	color:#333;
	font-weight:normal;
}
div.message img {border:none}
/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_rtl {
	direction: rtl;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepicker_control {
	background: #400;
	padding: 2px 0px;
}
.datepicker_links {
	background: #000;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
	float: right;
	text-align: right;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
	float: left;
	text-align: left;
}
.datepicker_header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.datepicker_header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker_titleRow {
	background: #777;
}
.datepicker_daysRow {
	background: #eee;
	color: #666;
}
.datepicker_weekCol {
	background: #777;
	color: #fff;
}
.datepicker_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
.datepicker_daysCell a{
	display: block;
}
.datepicker_weekEndCell {
	background: #ddd;
}
.datepicker_titleRow .datepicker_weekEndCell {
	background: #777;
}
.datepicker_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #fcc !important;
}
.datepicker_currentDay {
	background: #999 !important;
}
.datepicker_status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.datepicker_titleRow a {
	color: #eee !important;
}
.datepicker_control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	border: 1px solid #777;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.dateRange + img { position: relative; left: -21px; top: -1px; } 

/* -------------------- Time Picker ----------------------------*/


div.time-picker {
  position: absolute;
  height: 200px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}
/* CATFISH RELATED - NOT REQUIRED FOR CATFISH TO WORK */
div#catfish {
	display: none; /* Stops catfish appearing before the page is fully loaded */
	background: url('/img/bg-catfish.png') repeat-x;
	color:#000;
	text-align: left;
	border-top: 1px solid black;
}
div#catfish .inner {width:700px;margin:0 auto}
div#catfish a#catfish-close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: black;
}
div#catfish iframe {
	padding: 20px;
}

/* SIMPLE MODAL */
#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:270px;
  width:550px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
  background:url(/img/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}
#simplemodal-container div {
	line-height:1.5em;
	padding:10px;
	font-size:1.1em;
}

.hl {padding:20px;}