/* CSS Document */

body {
	color:#666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	background-color: #162648;
	background-attachment: fixed;
	background-repeat: repeat;
}

img {
	border: thin none #162648;
}

form {
	margin:0;
	padding:0;
}

h1 {
	color: #003;
	background-color:transparent;
	font-weight: bold;
	font-size:1.5em;
	text-decoration:underline;
}

.hred {
	color:#F00;
	font-size:1.3em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom:0;
	margin-top:0;
}
	

.h {
	color: #669933;
	background-color:transparent;
	font-weight: bold;
	font-size:1.3em;
	text-decoration:none;
}


.h2 {
	color: #ffffff;
	background-color:transparent;
	font-weight: bold;
	font-family:"Lucida Calligraphy";
	font-size: 1.2em;
	text-decoration: none;
}

.h10 {
	color: #660066;
	background-color:transparent;
	font-weight: bold;
	font-family:"Lucida Calligraphy";
	font-size: 1.5em;
	text-decoration:underline;
}

.h4 {
	color: #000165;
	background-color:transparent;
	font-size:1.3em;
	text-decoration: none;
	font-weight: bold;
	margin-left: 110px;
}

.h5 {
	color:#000165;
	background-color:transparent;
	font-size:1.5em;
	font-weight: bold;
	font-style: normal;
	text-align:center
}

.h2 {
	color: #003;
	background-color:transparent;
	font-weight: bold;
	font-size:1.3em;
	text-decoration:underline;
}

h3 {
	color:#000165;
	background-color:transparent;
	font-size:1em;
	text-decoration: none;
}

h4 {
	color: #000165;
	background-color:transparent;
	font-weight: bold;
	font-size:1.3em;
	text-decoration:none;
}

.h6 {
	color:#000165;
	background-color:transparent;
	font-size:1.1em;
	text-decoration:none;
	text-align:left;
	padding-left:0px;
	}

.h7 {
	color:000165;
	background-color:transparent;
	font-size:0.9em;
	text-decoration:none;
}

.h8 {
	color: #003;
	background-color:transparent;
	font-weight: bold;
	font-size:1.3em;
	text-decoration:none;
}

.h9 {
	color: #003;
	background-color:transparent;
	font-weight: bold;
	font-size:0.7em;
	text-decoration:none;
}

.menutext {
	color: #000165;
	background-color:transparent;
	font-weight: bold;
	font-family:"Lucida Calligraphy";
	font-size: 1em;
	text-decoration: none;
}

.offerstext1 {
	color: #000165;
	background-color:transparent;
	font-weight: bold;
	font-family:"Lucida Calligraphy";
	font-size: 1.2em;
	text-decoration: none;
}

.container {
	width: 765px;
	height:auto;
	background-color:white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

html>body .container {
	padding-top:5px;
	height:auto;
}

.cornercontainer {
	width: 785px; 
	margin: 0px auto;
	background-color:white;
}

.corners_top div  { background: url(images/containerTopLeft.gif) no-repeat top left; }
.corners_top      { background: url(images/containerTopRight.gif) no-repeat top right; }
.corners_bottom div  { background: url(images/containerBottomLeft.gif) no-repeat bottom left; }
.corners_bottom      { background: url(images/containerBottomRight.gif) no-repeat bottom right; }

.corners_top div, .corners_top, .corners_bottom div, .corners_bottom {
	height: 6px;
	width: 785px;
	margin: 0px auto;
}

.headerContainer {
	position:relative;
	height:120px;
	border-bottom-width: 20px;
}

.bwLogo {
	position:relative;
	float:left;
	padding:0px 10px 10px 10px;
	/*border:1px solid black;*/
}

.headingStrapLineContainer {
	position:relative;
	width:400px;
	float:left;
}

.headingStrapLine1 {
	position:relative;
	width:400px;
	font-size:1.1em;
	color:#999999;
	padding-top:20px;
}

.headingStrapLine2 {
	position:relative;
	width:400px;
	padding-top:0px;
}

.headingStrapLine1Lower {
	position:relative;
	width:400px;
	font-size:1.1em;
	color:#999999;
	padding-top:30px;
}

.holmwoodlogo {
	position:relative;
	float:right;
	padding:0px 10px 10px 10px;
}

.clearFloats {
	clear:both;
}

/* TOP NAVIGATION */

.topNavContainer {
	position:relative;
	height:25px;
	font-size:0.6em;
	margin:0px;
	border-bottom:3px solid #002774;
}

.topNavContainer a,
.topNavContainer a:hover, 
.topNavContainer a:visited, 
.topNavContainer a:link, 
.topNavContainer a:active {	
	color:#003399;
	text-decoration:none;
	}

.topNavTabSelected {	
	position:relative;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
	height:19px;
	BACKGROUND-POSITION: right top;	
	BACKGROUND-IMAGE: url(images/navTabSelectedRight.gif);	
	BACKGROUND-REPEAT: no-repeat;
	cursor:hand;
	}
	
html>body .topNavTabSelected {
	height:25px;
}

.topNavTabSelected b {	
	position:relative;
	float:left;
	color:white;
	margin:0px;
	padding:5px 10px 1px 10px;
	height:19px;
	BACKGROUND-POSITION: left top;	
	BACKGROUND-IMAGE: url(images/navtabSelectedLeft.gif);
	BACKGROUND-REPEAT: no-repeat;
	/*border:1px solid red;*/
	}

.topNavTabSelected b a,
.topNavTabSelected b a:hover, 
.topNavTabSelected b a:visited, 
.topNavTabSelected b a:link, 
.topNavTabSelected b a:active {	
	color:white;
	text-decoration:none;
	}

.topNavTabOn {	
	position:relative;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
	height:19px;
	BACKGROUND-POSITION: right top;	
	BACKGROUND-IMAGE: url(images/navTabSelectedRightGold.gif);	
	BACKGROUND-REPEAT: no-repeat;
	cursor:hand;
	}
	
html>body .topNavTabOn {
	height:25px;
}

.topNavTabOn b {	
	position:relative;
	float:left;
	color:#003399;
	margin:0px;
	padding:5px 10px 1px 10px;
	height:19px;
	BACKGROUND-POSITION: left top;	
	BACKGROUND-IMAGE: url(images/navtabSelectedLeftGold.gif);
	BACKGROUND-REPEAT: no-repeat;
	/*border:1px solid red;*/
	}

.topNavTabOn b a,
.topNavTabOn b a:hover, 
.topNavTabOn b a:visited, 
.topNavTabOn b a:link, 
.topNavTabOn b a:active {	
	color:#003399;
	text-decoration:none;
	}

.topNavTabOff {	 
	display:block;
	position:relative;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
	height:19px;
	background: url(images/navTabNotSelectedRight.gif) right top no-repeat;
	}
	
html>body .topNavTabOff {
	height:25px;
}

.topNavTabOff b {
	display:block;
	position:relative;
	float:left;
	color:#003399;
	margin:0px;
	padding:5px 10px 1px 10px;
	height:19px;
	background: url(images/navtabNotSelectedLeft.gif) left top no-repeat;
	background-image: url(images/navtabNotSelectedLeft.gif);
	}

.topNavTabOff b a,
.topNavTabOff b a:hover, 
.topNavTabOff b a:visited, 
.topNavTabOff b a:link, 
.topNavTabOff b a:active {	
	color:#003399;
	text-decoration:none;
	}

/* END TOP NAVIGATION */

.headerImageContainer {
	position:relative;
	width: 760px;
	height:183px;
	padding:5px 0px 0px 0px;
}

html>body .headerImageContainer {
	height:188px;
}

.headerImage1 {
	position:relative;
	float:left;
}

.headerImage2 {
	position:relative;
	padding-left:5px;
	float:left;
}

.headerImage3 {
	position:relative;
	padding-left:5px;
	float:left;
}

.contentContainer {
	/*position:relative;*/
	font-size:14px;
	height:auto;
	margin-top:5px;
	font-weight: bold;
	color: #333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	text-align: center;
	/*border:1px solid black;*/
}

html>body .contentContainer {
	height:auto;
}

/* LEFT CONTAINER */

.leftContainer {
	position:relative;
	width:200px;
	float:left;
	/*border:1px solid black;*/
}


.booknowwide a {
	display:block;
	position:relative;
	width:440px;
	height:52px;
	text-decoration: none;
	background-image: url(images/BookNow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	Left:130px
}

.booknowwide a:hover {
	background: url(images/BookNow.gif) 0 -52px no-repeat;
}		

/* LEFT NAVIGATION */

.leftNavContainer {
	position:relative;
	width:192px;
	margin:5px 2px 2px 0px;
}

.leftNavContainer a,
.leftNavContainer a:link,
.leftNavContainer a:visited,
.leftNavContainer a:hover,
.leftNavContainer a:active {
	color: #666666;
	text-decoration: none;
}

.leftNavLink { 
	position:relative;
	height:14px;
	margin:0px 0px 1px 12px;
	padding:0;
	cursor: pointer;
	/*border:1px solid green;*/

}

.leftNavLinkhr {
	position:relative;
	font-size:0em;
	height:1px;
	margin:3px;
	padding:0;
	/*margin:5px 0px 5px 2px;*/
	border-bottom: 1px solid #666666;
	/*border:1px solid blue;*/
}

.lefSubNavLink {
	position:relative;
	height:15px;
	margin:5px 0px 5px 10px;
	cursor: pointer;
	/*border:1px solid red;*/
}
html>body .lefSubNavLink {
	margin:5px 0px 6px 10px;
}

.leftNavLinkText {
	position:relative;
	float:left;
	/* [disabled]margin-bottom: 3px; */
	font-size: 13px;
}

.leftNavLinkTextSelected a,
.leftNavLinkTextSelected a:link,
.leftNavLinkTextSelected a:visited,
.leftNavLinkTextSelected a:hover,
.leftNavLinkTextSelected a:active {
	position:relative;
	float:left;
	color:#003399;
	font-weight:bold;
	margin-bottom: 3px;
}

.leftNavLinkArrow {
	position:relative;
	float:right;
	padding-top:3px;
}	

/* END LEFT NAVIGATION */



.leftboxes {
	position:relative;
	padding:5px;
	margin-top:5px;
	background-color: #D6EEF2;
	margin-bottom: 10px;
	border: 2px solid #003;
}

.leftbutton {
	position:relative;
	width:160px;
	font-size:1.1em;
	margin-top:5px;
	color:white;
	top: auto;
	background-color: #006;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	left: 0px;
}

.leftbutton a,
.leftbutton a:link,
.leftbutton a:hover,
.leftbutton a:active,
.leftbutton a:visited {
	text-decoration:none;
	color:white;
}

/* END LEFT CONTAINER */

/* CENTRE AND RIGHT CONTAINER */

.centreAndRightContainer {
	position:relative;
	width:550px;
	float:right;
}

.centreAndRightContainerwhole {
	position:relative;
	width:750px;
	float:right;
}

.Booknowbox {
	position:relative;
	padding:0px;
	margin-top:5px;
	margin-bottom:10px;
	background-color: #6FF;
	border: 2px solid #003;
}

/* CENTRE CONTAINER */

.centreContainer {
	position:relative;
	width:402px;
	float:left;
	padding-top:10px;
	font-size:11px;
	line-height:17px;
	text-align: left;
	border: medium double #006;
	background-color: #D6EEF2;
}

.centreContainerrestonindex {
	position:relative;
	width:402px;
	float:left;
	padding-top:10px;
	margin-left:0px;
	font-size:11px;
	line-height:17px;
	text-align: left;
	border: medium double #006;
	background-color: #D6EEF2;
}

.centreContainer2 {
	position:relative;
	width:600px;
	float:left;
	padding-top:10px;
	font-size:12px;
	line-height:17px;
	text-align: left;
	
	}
.centreContainer3 {
	position:relative;
	width:500px;
	float:left;
	padding-top:10px;
	font-size:14px;
	line-height:17px;
	text-align: center;
	margin-left: 0px;
}

.centreContainer4 {
	position:relative;
	width:550px;
	float:left;
	padding-top:10px;
	font-size:12px;
	line-height:17px;
	text-align: left;
	margin-left: 0px;
}

.centreContainer5 {
	position:relative;
	width:535px;
	float:left;
	padding-top:10px;
	font-size:12px;
	line-height:17px;
	text-align: center;
	margin-left: 0px;
}
.centreContainerwide {
	position:relative;
	width:765px;
	float:left;
	padding-top:10px;
	font-size:12px;
	line-height:17px;
	text-align: left;
}

.centreContainer p {
	margin-top:7px;
	margin-bottom:7px;
}

.offersbutton {
	position:relative;
	width:160px;
	font-size:1.1em;
	margin-top:5px;
	color:white;
	top: auto;
	background-color: #006;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	left: 150px;
}

.offersbutton a,
.offersbutton a:link,
.offersbutton a:hover,
.offersbutton a:active,
.offersbutton a:visited {
	text-decoration:none;
	color:white;
}

#othertext {
	font-size: 9px;
	color: #FFF;
}


/* END CENTRE CONTAINER */

/* RIGHT CONTAINER */

.rightContainer {
	position:relative;
	width:127px;
	float:right;
	padding-left:5px;
}

.rightContainerwide {
	position:relative;
	width:229px;
	float:right;
	padding-left:5px;
}

.rightboxes {
	position:relative;
	margin-top:5px;
	background-color: #D6EEF2;
	border: 2px solid #003;
	padding: 5px;
}

.rightbutton {
	position:relative;
	width:90px;
	font-size:1.1em;
	margin-top:5px;
	color:white;
	top: auto;
	background-color: #006;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	left: 0px;
}

.rightbutton a,
.rightbutton a:link,
.rightbutton a:hover,
.rightbutton a:active,
.rightbutton a:visited {
	text-decoration:none;
	color:white;
}

.amenitiesbar {
	position:relative;
	width:95px;
	float:right;
	padding-left:5px;
}


/* END RIGHT CONTAINER */

/* END CENTRE AND RIGHT CONTAINER */

/* Footer */

.footer {
	position:relative;
	margin-top:20px;
	height:55px;
	font-size:0.6em;
	background-color:white;
	font-style: normal;
}

html>body .footer {
	height:auto;
	color: #333;
}

.footerPt1 {
	position:relative;
	margin-right:40px;
	float:left;
}

.footerPt2 {
	position:relative;
	float:left;
}

.footerPt3 {
	position:relative;
	float:right;
}

.footerPt4 {
	clear:both;
	position:relative;
}

/* END Footer */

.formerror
{
	color: red;
	font-weight: bold;
}

#calendardiv {
	position:absolute;
	background-color:white;
	layer-background-color:white;
	z-index:999;
}.container .contentContainer .centreAndRightContainer .heading h1 strong {

}
.container .contentContainer .centreAndRightContainer .heading h1 strong em {
	font-weight: bold;
}
.container .contentContainer .centreAndRightContainer .centreContainer p {
	font-size: 12px;
	text-align: center;
	font-style: normal;
}
.container .contentContainer .centreAndRightContainer .centreContainer ul li {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
#header13 {
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
.header13 {
	font-size: 9px;
	font-weight: bolder;
	text-decoration: underline;
}
.container .footer p .h5 {
	text-decoration: underline;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer2 #wb_Text div {
	text-align: center;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer2 #wb_Text img {
	margin-left: 300px;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 ul li div {
	font-family: Verdana, Geneva, sans-serif;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 ul li div {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 ul li {
	font-family: Times New Roman, Times, serif;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 ul li {
	font-family: Lucida Calligraphy;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 ul li {
	font-family: Lucida Calligraphy;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 ul li {
	font-family: Arial, Helvetica, sans-serif;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 ul li {
	font-family: Verdana, Geneva, sans-serif;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 #wb_Text .h5 strong {
	font-family: Lucida Calligraphy;
}
.cornercontainer .corners_top {
	color: #FFF;
}
.container .footer .contentContainer p a img {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 {
	border: thick double #006;
	background-color: #CFF;
	
	}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text7 {
	border: none;
	background-color: #FFF;
}
.container #wb_Text6 .h2 img {
	border: thin double #006;
}
.container #wb_Text6 .h2 {
	font-size: 9px;
}
.container #wb_Text6 .h2 {
	font-size: 16px;
}
.container p strong {
	font-size: 12px;

}
.container .contentContainer .leftContainer .leftNavContainer .leftNavLink .leftNavLinkText a {
	color: #555;
}
.container .contentContainer .centreAndRightContainer .Booknowbox div form table {
	display: block;
	position: relative;
	visibility: visible;
}
.container .contentContainer .centreAndRightContainer .Booknowbox div form table {
	font-size: 12px;
	border: thin solid #006;
}
.container .contentContainer .centreAndRightContainer p img {
	border: medium none #006;
}
tag10 {
	color: #063;
}
#tag10 {
	color: #063;
}
.container .contentContainer .leftContainer p .leftNavContainer img {
	border: thick double #003;
}

.container .footer .footerlinks .footerlinks p em {
	color: #CCC;
}
.container .contentContainer .centreAndRightContainer .centreContainer5 .Booknowbox div table tr td .h6 strong {
	text-align: center;
}
.container .contentContainer .centreContainerrestonindex p img {
	margin-left: 13px;
}
.container .contentContainer .centreContainerrestonindex p img {
	border: 1px solid #003;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 p img {
	border: thin solid #003;
}
.container .contentContainer .centreAndRightContainerwhole .centreContainer3 #wb_Text6 p img {
	margin: 2px;
}


.container .contentContainer .leftContainer .leftboxes p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.container .contentContainer .centreAndRightContainer img {
	border: medium double #006;
}

