body {
	font-family : Georgia, "Times New Roman", serif;
	line-height : 1.5em;
}

strong {
	font-weight : bold;
}

em {
	font-style : italic;
}

a:link {
	color : #4b6515;
}

a:visited {
	color : #cb6509;
}

a:hover {
	color : #7e9c26;
	text-decoration : none;
}

a:visited:hover {
	color : #e4a23c;
}


/* @group contact form */

#BookingForm {
	margin-top : 2em;
}

#BookingForm div {
	margin-bottom : 1em;
}

label {
	display : block;
	margin-bottom : .3em;
	font-size : 92%;
	line-height : 1.636;
	color : #2b5555;
}

input, textarea {
	width : 300px;
	padding : 2px;
	border : 1px solid #b0bbbb;
	background :  #f6f6f6;
	font : 109.1% Verdana, Geneva,  Arial, Helvetica, sans-serif;
}

input.form-error {
	border-width : 2px;
	border-color : #cb6509;
	color : #fff;
}

.submit input {
	width : auto;
	padding : 4px .5em;
	color : #4e6462;
	font-size : 100%;
}

.submit input:hover {
	color : #2b5555;
	background : #e2e2e2;
	cursor : pointer;
	cursor : hand;
}

#BookingForm p {
	margin : 0;
	line-height : 1.636;
	font-size : 92%;
	text-align : right;
}

/* @end */



/* @group sidebar */

#sidebar {
	font-size : 92.31%;
}

#sidebar div.photo {
	margin-bottom : 1.5em;
	padding : 7px;
	border : 1px solid #b0bbbb;
	background : #D7E0E0;
	text-align : center;
}

#sidebar div.photo img {
	display : block;
	margin : auto;
	border : 1px solid #b0bbbb;
}

#sidebar h2 {
	color : #4b6515;
	font-weight : bold;
	font-size : 100%;
	line-height : 1.5;
}

#sidebar ul {
	margin-bottom : 1.5em;
}

#sidebar li {
	padding-left : 15px;
	background : url(../img/bullet.png) 0 2px no-repeat;
}

#sidebar ul ul {
	margin : 0;
}

/* @end */



/* @group sidebar block */

.block {
	clear : both;
	overflow : auto;
	height : 1%;
	margin : 1em 0 2.182em;
	padding : .455em;
	border-top : 1px solid #b0bbbb;
	border-bottom : 1px solid #b0bbbb;
	background : #d7e0e0;
	color : #2b5555;
	font : normal 91.67% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height : 1.636;
}

#sidebar .block h2 {
	font-weight : bold;
	line-height : 1.636;
	color : #CB6509;
} 

.block h3 {
	font-weight : bold;
	line-height : 1.636;
}

.block p {
	line-height : 1.636;
}

.block img {
	float : right;
	display : inline;
	height : 6em;
	margin-left : 6px;
	margin-right : 3px;
	border : 1px solid #4e6462;
}

.block .readmore {
	padding-right : 14px;
	background : url(../img/bullet.png) right center no-repeat;
}

/* @end */


/* @group reviews */

.review cite {
	display : block;
	margin-top : 0;
	text-align : right;
	font-style : italic;
}

/* @end */



/* @group Google maps */

#GoogleMapWrap {
	position : relative;
	width : 330px;
	height : 330px;
	margin-top : 2em;
	border : 1px solid #b0bbbb;
}

#GoogleMapMap {
	position : absolute;
	top : 0;
	width : 100%;
	height : 100%;
}

#GoogleMapMap h3, #GoogleMapMap p {
	margin : 0;
}

#GoogleMapLoading {
	display : none;
	width : 100%;
	height : 100%;
	background-color : #d7e0e0;
	color : #2B5555;
}

#GoogleMapWrap.loading #GoogleMapLoading {
	display : block;
}

#GoogleMapLoading p {
	position : absolute;
	top : 50%;
	left : 50%;
	width : 100%;
	height : 16px;
	margin-top : -8px;
	margin-left : -50%;
	font-weight : bold;
	text-align : center;
}

#GoogleMapLoading img {
	float : none;
	display : inline;
	margin : auto;
	border : none;
	vertical-align : middle;
}

/* @end */