@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: url(../images/bodyBG.png) top left repeat fixed #4f2d35;
}

/* MISC */
.clear { clear: both; }
.requiredSymbol { color: #900; }
.success, .telno { color: #b4d5ab; }
.asterisk { color: #fe1824; }

.asterisk.large { font-size: 21px; }
.telno { font-weight: bolder; }

p {
	line-height: 23px;
	text-align: justify;
}

/* LAYOUT */
#header, ul#headerMenu, #main, #footer {
	clear: both;
	margin: 0 auto;
}

#header, #main, #footer {
	width: 900px;
}

/* HEADER */
#header {
	margin-top: 20px;
	padding: 10px 0 0 0;
	background: url(../images/headerBG.png) top left no-repeat transparent;
	text-align: center;
}

#header h1, #header img {
	display: block;
	width: 870px;

	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 366px;
	height: 58px;

	margin: 15px 0 10px 20px;

	text-align: left;
	text-indent: -10000px;
	overflow: hidden;

	background: url(../images/logo.png) center left no-repeat;
}

#header img {
	clear: both;
	padding: 3px;
	margin-top: 15px;
	background-color: #fff;
}

/* HEADER MENU */
ul#headerMenu {
	width: 1000px;
	height: 53px;
	list-style-type: none;
	background: url(../images/menuBG.png) top center no-repeat transparent;
}

ul#headerMenu li {
	float: left;
	margin-top: 18px;
}

ul#headerMenu li a {
	display: block;
	float: left;
	width: 143px;
	height: 30px;
	margin: 0 0px;
	color:#aacc7c;
	font-size: 17px;
	text-decoration: none;
	background-image: url(../images/menuItems1.png);
}

/* DROP DOWN STUFF */
ul#headerMenu li ul {
	position: absolute;
	list-style-type: none;
	line-height: 1;
	margin-top: 30px;
	left: -999em;
}

ul#headerMenu li:hover ul, ul#headerMenu li.sfhover ul { left: auto; }

ul#headerMenu li ul li {
	float: left;
	clear: left;
	width: 143px;
	height: 30px;
	margin: 0;
}

ul#headerMenu li ul li a { display:block; margin:0; width:143px; }

/* MENU ITEMS AND HOVER EFFECTS 
ul#headerMenu li a#home { background-position: 0 0; }
ul#headerMenu li a#home:hover { background-position: 0 30px; }

ul#headerMenu li a#hotel { margin-left: 5px; background-position: -143px 0; }
ul#headerMenu li a#hotel:hover { background-position: -143px 30px; }

ul#headerMenu li a#placesofinterest { background-position: -286px 0; }
ul#headerMenu li a#placesofinterest:hover { background-position: -286px 30px; }

ul#headerMenu li a#roomrates { margin-left: 15px; background-position: -429px 0; }
ul#headerMenu li a#roomrates:hover { background-position: -429px 30px; }

ul#headerMenu li a#therapy { margin-left: 40px; background-position: -572px 0; }
ul#headerMenu li a#therapy:hover { background-position: -572px 30px; }

ul#headerMenu li a#bedrooms { background-position: -715px 0; }
ul#headerMenu li a#bedrooms:hover { background-position: -715px 30px; }

ul#headerMenu li a#lounges { background-position: -858px 0; }
ul#headerMenu li a#lounges:hover { background-position: -858px 30px; }

ul#headerMenu li a#diningrooms { background-position: -1001px 0; }
ul#headerMenu li a#diningrooms:hover { background-position: -1001px 30px; }

ul#headerMenu li a#conservatories { background-position: -1144px 0; }
ul#headerMenu li a#conservatories:hover { background-position: -1144px 30px; }

ul#headerMenu li a#gardens { background-position: -1287px 0; }
ul#headerMenu li a#gardens:hover { background-position: -1287px 30px; }

ul#headerMenu li a#boston { background-position: -715px 0; }
ul#headerMenu li a#boston:hover { background-position: -715px 30px; }

ul#headerMenu li a#crowland { background-position: -858px 0; }
ul#headerMenu li a#crowland:hover { background-position: -858px 30px; }
/* MENU ITEMS AND HOVER EFFECTS.1 */
ul#headerMenu li a#home { margin-left:120px; background-position: 0 0; }
ul#headerMenu li a#home:hover { background-position: 0 30px; }

ul#headerMenu li a#hotel { background-position: -143px 0; }
ul#headerMenu li a#hotel:hover { background-position: -143px 30px; }

ul#headerMenu li a#placesofinterest { padding-right:8px; background-position: -286px 0; }
ul#headerMenu li a#placesofinterest:hover { background-position: -286px 30px; }

ul#headerMenu li a#roomrates { margin-left:60px; background-position: -429px 0; }
ul#headerMenu li a#roomrates:hover { background-position: -429px 30px; }

ul#headerMenu li a#therapy { margin-left:40px; background-position: -572px 0; }
ul#headerMenu li a#therapy:hover { background-position: -572px 30px; }

ul#headerMenu li a#bedrooms { background-position: -715px 0; }
ul#headerMenu li a#bedrooms:hover { background-position: -715px 30px; }

ul#headerMenu li a#lounges { background-position: -858px 0; }
ul#headerMenu li a#lounges:hover { background-position: -858px 30px; }

ul#headerMenu li a#diningrooms { background-position: -1001px 0; }
ul#headerMenu li a#diningrooms:hover { background-position: -1001px 30px; }

ul#headerMenu li a#conservatories { background-position: -1144px 0; }
ul#headerMenu li a#conservatories:hover { background-position: -1144px 30px; }

ul#headerMenu li a#gardens { background-position: -1287px 0; }
ul#headerMenu li a#gardens:hover { background-position: -1287px 30px; }

ul#headerMenu li a#boston { padding-right:8px; background-position: -1430px 0; }
ul#headerMenu li a#boston:hover { background-position: -1430px 30px; }

ul#headerMenu li a#crowland { padding-right:8px; background-position: -1573px 0; }
ul#headerMenu li a#crowland:hover { background-position: -1573px 30px; }
/* MAIN */
#main {
	clear: both;
	padding: 10px 0 10px 0;
	background: url(../images/mainBG.png) top left repeat-y #642e2e;
}

/* CONTENT */
#content {
	float: right;
	width: 460px;
	margin-right: 10px;
	background: url(../images/contentBG.png) top left repeat-x;
}

#content.swap {
	float: left;
	margin-right: 0;
	margin-left: 10px;
}

#content p, #footer ul li, #footer ul li a, #footer address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content p {
	width: 440px;
	margin: 0 0 15px 10px;

	color: #d6e0d7;
}

#content p.testimonial {
	width: 85%;
	margin-top: 20px;
	padding: 2px 0 0 32px;
	background: url(../images/speechmarks.png) top left no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
}

#content p.testimonial em {
	display: block;
	font-style: normal;
	font-weight: block;
}

#content h2 {
	height: 40px;
	padding: 8px 0 0 10px;
	margin-bottom: 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;

	background: url(../images/strip.png) top left repeat-x;
}

#content h3 {
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #fff;
}
p.full_width {
	float:left;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:860px;
	margin:0 20px 15px 20px;
	color: #d6e0d7;
}	
}
.hotel_content_top {
	float: left;
	width: 920px;
	margin-left: 10px;
}

.hotel_content_top h2 {
	height: 40px;
	padding: 8px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

.hotel_content_top p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 860px;
	margin: 0 0 15px 10px;
	color: #d6e0d7;
}

.hotel_content_main {
	float: right;
	width: 460px;
	margin-right: 10px;
}

.hotel_content_main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size:10px;*/
	width: 440px;
	height: 192px;
	margin: 0 0 15px 10px;
	color: #d6e0d7;
}
.hotel_content_main a { color:#d6e0d7; }

/* sidebar */
#sidebar {
	float: left;
	width: 415px;
	padding-left: 15px;
}

#sidebar.swap {
	float: right;
	padding-left: 0;
	padding-right: 10px;
}

#sidebar img {
	display: block;
	float: left;

	width: 192px;
	height: 140px;

	padding: 3px;
	margin: 0 5px 5px 0;

	background-color: #fff;
}

#sidebar.swap img { float: right; }

#sidebar img.large {
	width: 395px;
	height: 200px;
}
#sidebar h3 {
	padding: 0 0 0 10px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #fff;
}
#sidebar p.testimonial {
	width: 85%;
	margin-top: 20px;
	padding:2px 0 0 32px;
	background: url(../images/speechmarks.png) top left no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
}
#sidebar p.testimonial img.quote {
	display: block;
	float: left;
	width:28px;
	height:19px;
	padding:3px;
	margin:0 5px 5px 0;
	background-color:#642e2e;
}
#sidebar p.testimonial em {
	display: block;
	font-style: normal;
	font-weight: block;
}

.hotel_sidebar {
	float: left;
	width: 415px;
	padding-left: 15px;
}

.hotel_sidebar img {
	display: block;
	float: left;

	width: 384px;

	padding: 3px;
	margin: 0 5px 5px 0;

	background-color: #fff;
}

/* FORM STUFF */
form {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

form div {
	clear: both;
	padding: 10px 0;
}

form div label, form div input, form div textarea { float: left; }

form div input.text, form div textarea {
	width: 275px;
	padding: 4px 8px;
	margin-right: 5px;
	border: 1px solid #555;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form div input.text:hover, form div textarea:hover { border: 1px solid #000; }
form div input.button { margin-left: 135px; }

form p {
	width: 75%;
	margin-left: 25px;
}

form div label {
	width: 125px;
	margin-right: 10px;
	text-align: right;
	color: #b4d5ab;
}

/* FOOTER */
#footer {
	margin-bottom: 20px;
	background: url(../images/footerBG.png) bottom left no-repeat transparent;
}

#footer address {
	display: block;
	float: left;
	margin: 10px 0 0 50px;

	color: #fff;
	font-style: normal;
}

#footer ul {
	float: right;
	list-style-type: none;

	margin: 10px 0;
}

#footer ul li, #footer ul li a {
	color: #aacc7c;
}

#footer ul li {
	margin: 0 10px;
	display: inline;
}

#footer ul li a { text-decoration: none; }
#footer ul li a:hover { text-decoration: underline; }

#footer ul#copyright {
	clear: right;
	width: 45%;
}

#footer ul#copyright li {
	display: block;
	text-align: right;
}

/* WEBCASTLE BRANDING */
a#webcastle {
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;
}

a#webcastle .red { color: #f00; }
a#webcastle .white { color: #fff; }