body {
	background: #f0f0f0;
	padding: 20px 0;
	font-family: verdana, arial, serif;
	font-size: 10px;
}

#wrapper {
	width: 720px;/*775*/
	padding: 0 25px 25px 25px;
	margin: 0 auto;
	border: 1px solid #0c3f5f;
	background-color: #fff;
	background-image: url("/i/header-bg.png");
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#header {
	position: relative;
	height: 175px;
}

a#logo {
	position: absolute;
	top: 25px;
	left: 10px;
}

h1#strapline {
	position: absolute;
	top: 115px;
	right: 45px;
	color: #ed1c24;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul#navigation {
	position: absolute;
	bottom: 0;
	width: 720px;
	padding: 10px 0;
	background-color: #4d4d4f;
	text-align: center;
}

	ul#navigation li {
		display: inline;
		padding: 0 6px 0 11px;
		background-image: url("/i/nav-divider.png");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
		ul#navigation li a {
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
		} 
		
		ul#navigation li a:hover,
		ul#navigation li.on a {
			color: #fdb813;
		}
		
.banner {
	width: 720px;
	height: 154px;
	border-top: 1px #fff solid; 
}

	.banner img {
		display: block;
		width: 720px;
		height: 154px;
	}
	
	

#content {
	margin: 15px 0;
	}
	
#inner-navigation {
	width: 630px;/*670*/
	height: 20px;/*27*/
	padding: 7px 0 0 40px;
	background: #f9c23f url("/i/inner-nav-bg.png") -9px 0 no-repeat;
	margin: 50px 0 15px 0;
	color: #fff;
}

	#inner-navigation a {
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		padding: 0 3px;
	}
	
	#inner-navigation a:hover {
		color: #313131;
	}
	
.content-homepage {
	width: 720px;	
}	
	.home-box {
		width: 162px;/*172*/
		padding: 5px;
		height: 185px;
		background-color: #e9ebed;
		margin-right: 10px;
		float: left;
	}
	
		.home-box h1 {
			background-image: url("/i/homepage-h-bg.png");
			background-position: 0 0;
			background-repeat: no-repeat;
			padding: 4px 4px 5px 0;
			text-align: right;
		}
		
			.home-box h1 a {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				color: #fff;
			} .home-box h1 a:hover {
				color: #0ba14b;
			}
			
		.home-box p {
			color: #555e64;
			padding: 12px 10px 10px 10px;
			line-height: 12px;
		}
		
		.home-box h4 {
			padding: 7px 10px 0 10px;
			font-weight: bold;
			color: #001f47;
			line-height: 13px;
		}
		
		.home-box h4 a {
			color: #001f47;
			text-decoration: none;
			font-weight: bold;
		}
		
		a#home-book-now {
			display: block;
			width: 144px;
			height: 31px;
			margin: 52px auto 0 auto;
		}
	
	
	
.content-border {
	position: relative;
	border: 4px solid #e9ebed;
	padding: 20px;
	}
	
	#logout-box {
		position: absolute;
		top: 20px;
		right: 20px;
		color: #666;
		text-align: right;
	}
	
		#logout-box a {
			color: red;
		}
		
		#logout-box a:hover {
			background: red;
			color: #fff;
			text-decoration: none;
		}
	
	a#book-now {
		display: block;
		position: absolute;
		top: 7px;
		right: 7px;
	}	
	
		a#book-now img {
			display: block;
		}
	
	.content-border h1 {
		color: #555e64;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	.content-border h2 {
		padding: 8px 0;
		width: 435px;
		background-image: url("/i/h2-bg.png");
		background-position: 100% 0;
		background-repeat: repeat-y;
		font-weight: bold;
		color: #000;
		margin: 15px 0;
	}
	
	.content-border h3 {
		font-weight: bold;
		color: #000;
		margin: 15px 0;
	}
	
	.content-border p {
		font-size: 10px;
		line-height: 12px;
		margin: 15px 0;
	}
	
	.content-border span {
		display: block;
		margin-bottom: 30px;
	}
	
		.content-border span a {
			color: #ed1c24;
		} .content-border span a:hover {
			color: #000;
		}
	
		strong {
			font-weight: bold;
		}
		
		.content-border .red {
			color: #ed1c24;
		}
	
		.content-border p a {
			font-weight: bold;
			color: #000;
			text-decoration: none;
		} .content-border p a:hover {
			color: #ed1d24;
		}
		
		.content-border p a.inner-link {
			font-weight: bold;
			text-decoration: underline;
		}
		
		.nobold {
			font-weight: normal !important;
		}
	
	.content-border h4 {
		margin: 15px 0;
	}
	
		.content-border h4 a {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		} .content-border h4 a:hover {
			color: #ed1d24;
		}
		
	.content-border ul li {
		background-image: url("/i/lidot.png");
		background-position: 0 4px;
		background-repeat: no-repeat;
		font-size: 10px;
		line-height: 12px;
		margin: 15px 0;
		padding: 0 0 0 13px;
	}
	
	.content-border ul.v2 {
		margin: 15px 0;
	}
	
	.content-border ul.v2 li {
		margin: 2px 0;
	}
	
	.content-border ol li {
		font-size: 10px;
		line-height: 12px;
		margin: 7px 0;
	}
	
		.content-border ol li a {
			color: #000;
			font-weight: bold;
		} .content-border ol li a:hover { 
			color: #ed1c24;
		}
		
		.content-border ul li a {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		} .content-border ul li a:hover { 
			color: #ed1c24;
			text-decoration: underline;
		}
		
	.content-border table {
		margin: 5px 0;
	}
	
		.content-border table tr td {
			padding: 0 10px 0 0;
			line-height: 14px;
			vertical-align: top;
		}
	
	.grey-box {
		background-color: #e9ebed;
		padding: 5px 15px;
	}
	
	
	
#booking-form,
#property-add-form {
	padding: 20px 0;	
}

#booking-form div {
	padding: 5px 0;
}

	#booking-form label {
		display: block;
		width: 120px;
		float: left;
		text-align: right;
		font-size: 12px;
		padding: 3px 10px 0 0;
		line-height: 14px;
	}
	
	#booking-form label em {
		color: red;
		display: none;
	}
	
	#booking-form label.error {
		float: none !important;
		display: block;
		width: 400px;
		padding: 3px 0 0px 142px;
		color: red;
		text-align: left;
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		background: transparent url("/i/required-arrow.png") 132px 5px no-repeat;
	}
	
	#booking-form input, 
	#booking-form textarea,
	#booking-form option {
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		line-height: 14px;
		padding: 3px;
	}
	
	.edit-row {
		width: 590px;
	}
	
	.delete-row {
		color: #666;
		padding: 0 0 0 0 !important;
		text-align: left;
		background: #fff;
		border: 0 !important;
		font-size: 10px !important;
		text-decoration: underline;
		width: 60px;
		cursor: pointer !important;
	}
	
		.delete-row:hover {
			color: red;
		}
	
	.save-row {
		font-weight: bold;
	}
	
	.add-row-container {
		background: #fff;
		border: 0 #eee solid;
		margin: 0 0 10px 0;
	}
	
	.bad-msg {
		background: red;
		color: #fff;
		padding: 10px 50px;
		text-align: center;
		margin: 0 auto;
	}
	
	.good-msg {
		background: #00cc00;
		color: #fff;
		padding: 10px 50px;
		text-align: center;
		margin: 0 auto;
	}
	
	.msg {
		margin-bottom: 3px;
		font-weight: bold;
		line-height: 14px;
	}
	
.book-admin-container label.error {
	float: none !important;
	display: block;
	width: 400px;
	padding: 3px 0 10px 12px !important;
	color: red;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: transparent url("/i/required-arrow.png") 2px 5px no-repeat !important;
}

div.admin-row {
	position: relative;	
}

	div.admin-row .delete-row {
		position: absolute;
		top: 7px;
		right: 0;
	}
	
	
	
#footer {
	background-color: #231f20;
	color: #fff;
	text-align: center;
	padding: 7px;
}

	#footer > * {
		color: #fff;
		text-decoration: none;
	}
	
		#footer a:hover {
			color: #ed1c24;
		}

	