@charset "utf-8";
*	{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	}
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	color:#333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page moved to wrapper*/
/*	border: 1px solid #000000;*/
	/*text-align: left;  this overrides the text-align: center on the body element. moved to wrapper */
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 180px;
	background-image: url(images/bannerpic1.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
} 
.twoColFixRtHdr #container #header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 28px;
}
.twoColFixRtHdr #container #header ul a:hover {
	color: #000000;
	font-weight: bold;
}

.twoColFixRtHdr #container #header a {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2em;
	padding-bottom: 5px;
	padding-left: 2em;
	color: #333333;
	display:block;
}
#lowercontent a {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2em;
	padding-bottom: 5px;
	padding-left: 2em;
	color: #333333;
	display:block;
	background-color: #CCCCCC;
	background-image: url(images/butgrey2cut.jpg);
	
}
#lowercontent a:hover {
	color: #000000;
	font-weight: bold;
}
.twoColFixRtHdr #container #header li {
	float: left;
	background-color: #CCCCCC;
	background-image: url(images/butgrey2cut.jpg);
	background-repeat: repeat-x;
}
/* padding-top: 5px;
	padding-bottom: 5px; */

/*.twoColFixRtHdr #header h1 {
	margin: 0;*/ /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div 
}*/
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 10px;
	margin-top: 10px;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	margin: 20px 0 20px 20px; /* 350px right margin originally the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:390px;
	} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0;  /*padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.twoColFixRtHdr #container #mainContent p {
	font-size: 1.3em;
	line-height: 120%;
	padding: 10px;
}
.twoColFixRtHdr #container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	padding-top: 74px;
}
.twoColFixRtHdr #container #header img {
	padding: 5px;
	float: right;
	display: inline;
}
.twoColFixRtHdr #container #lowercontent dl {
	float: left;
	clear: none;
	padding: 10px;
}
.twoColFixRtHdr #container #lowercontent dt {
	float: left;
}
.twoColFixRtHdr #container #lowerpics ul {
	list-style-type: none;
}
.twoColFixRtHdr #container #lowerpics li {
	width: 25%;
	float: left;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
.twoColFixRtHdr #container #sidebar1 p {
	padding-top: 30px;
}


.twoColFixRtHdr #container #lowercontent dd {
	float: left;
}
.twoColFixRtHdr #container #lowercontent p {
	float: left;
	padding-left: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #wrapper {
	padding: 2px 1px 10px 1px;
	background-color: #FFFFFF;
	width: 820px;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left;
}
#lowerlink a {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2em;
	padding-bottom: 5px;
	padding-left: 2em;
	color: #333333;
	display:inline;
	background-color: #CCCCCC;
	background-image: url(images/butgrey2cut.jpg);
}
#lowerlink a:hover {
	color: #000000;
	font-weight: bold;
}
.twoColFixRtHdr #wrapper #container #footer a {
	color: #333;
	text-decoration: none;
}
/*.twoColFixRtHdr #wrapper #container #accom .rooms dl {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}*/
.twoColFixRtHdr #wrapper #container #accom {
	float: left;
	padding: 10px;
	width: 620px;
	background-color: #FFFFFF;
	margin: 10px 80px 10px;
	display: inline;
}
#hall {
	margin-top: 15px;
	font-size: 1.25em;
	line-height: 1.5em;
}
#hall img {
	float: right;
	margin: 0px 8px 0 8px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D9E0E6;
	border-right-color: #C8CDD2;
	border-bottom-color: #C8CDD2;
	border-left-color: #D9E0E6;
}
.availlink {
	padding-left:350px;
}
#accom a {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2em;
	padding-bottom: 5px;
	padding-left: 2em;
	color: #333333;
	display:inline;
	background-color: #CCCCCC;
	background-image: url(images/butgrey2cut.jpg);
	}
#accom a:hover {
	color: #000000;
	font-weight: bold;
}

.twoColFixRtHdr #wrapper #container #accom #sroom dl {
	float: left;
	width: 615px;
	padding: 0px;
	margin: 20px 20px;
/*	display: inline;*/
}
/*.twoColFixRtHdr #wrapper #container #accom  dl {
	background-color:#FF0000;
	
	}*/
.twoColFixRtHdr #wrapper #container #accom #sroom dt {
	float: right;
	width: 302px; /*300 - img m and p and b to 274*/
	font-size: 2em;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #wrapper #container #accom #sroom dd {
	font-size: 1.25em;
	line-height: 1.5em;
}
.twoColFixRtHdr #wrapper #container #accom #sroom {
	margin-top: 25px;
	font-size: 1.25em;
	line-height: 1.5em;
}
.twoColFixRtHdr #wrapper #container #accom #sroom dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D9E0E6;
	border-right-color: #C8CDD2;
	border-bottom-color: #C8CDD2;
	border-left-color: #D9E0E6;
}
.twoColFixRtHdr #wrapper #container #accom #sroom img {
	float: left;
	margin: 0px 8px 0 0;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D9E0E6;
	border-right-color: #C8CDD2;
	border-bottom-color: #C8CDD2;
	border-left-color: #D9E0E6;
}
.twoColFixRtHdr #wrapper #container #accom h2 {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #wrapper #container #accom #kitch dl {
	float: left;
	padding: 0px;
	margin: 20px 20px;
	/*display: inline;*/
}
/*.twoColFixRtHdr #wrapper #container #accom  dl {
	background-color:#FF0000;
	
	}*/
.twoColFixRtHdr #wrapper #container #accom #kitch dt {
	float: left;
	width: 302px; /*300 - img m and p and b was 274*/
	font-size: 2em;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #wrapper #container #accom #kitch dd {
	font-size: 1.25em;
	line-height: 1.5em;
}
.twoColFixRtHdr #wrapper #container #accom #kitch dd.img img {
	/*float: left;
	margin: 0 8px 0 0;*/
	float: right;
	margin: 30px 0 0 8px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D9E0E6;
	border-right-color: #C8CDD2;
	border-bottom-color: #C8CDD2;
	border-left-color: #D9E0E6;
}
.twoColFixRtHdr #wrapper #container #accom #kitch img {
	/*float: left;
	margin: 0 8px 0 0;*/
	float: right;
	margin: 0px 8px 0 8px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D9E0E6;
	border-right-color: #C8CDD2;
	border-bottom-color: #C8CDD2;
	border-left-color: #D9E0E6;
}
.twoColFixRtHdr #wrapper #container #accom #kitch {
	margin-top: 25px;
	font-size: 1.25em;
}
/*.twoColFixRtHdr #wrapper #container #accom #rooms .alt dt {
	float: left;
}
.twoColFixRtHdr #wrapper #container #accom #rooms .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
}*/
.twoColFixRtHdr #wrapper #container #accom #kitch ul {
	margin-left: 20px;
}
.twoColFixRtHdr #wrapper #container #accom #sroom ul, .twoColFixRtHdr #wrapper #container #accom #bedroom ul {
	margin-left: 340px;
}
.twoColFixRtHdr #wrapper #container #accom .eachroom {
	margin-top: 20px;
}
.twoColFixRtHdr #wrapper #container #accom .eachroom #kitch .img img {
	margin-top: 0px;
}
.twoColFixRtHdr #wrapper #container #accom #bedroom img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D9E0E6;
	border-right-color: #C8CDD2;
	border-bottom-color: #C8CDD2;
	border-left-color: #D9E0E6;
}
	
.twoColFixRtHdr #wrapper #container #accom #bedroom h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Papyrus;
	font-size: 2em;
}
.twoColFixRtHdr #wrapper #container #accom #bedroom {
	margin-top: 25px;
	font-size: 1.25em;
}
.styleh {
	font-size: 1.7em;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #wrapper #container #accom #showerroom img {
	float: right;
	margin: 0 8px 0 0;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D9E0E6;
	border-right-color: #C8CDD2;
	border-bottom-color: #C8CDD2;
	border-left-color: #D9E0E6;}
.twoColFixRtHdr #wrapper #container #accom #showerroom {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 25px;
	font-size: 1.25em;
}.twoColFixRtHdr #wrapper #container #accom #showerroom ul {
	margin-left: 20px;
}
.twoColFixRtHdr #wrapper #container #bookings p {
	float: left;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #wrapper #container #bookings p a {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2em;
	padding-bottom: 5px;
	padding-left: 2em;
	color: #333333;
	display:block;
	background-color: #CCCCCC;
	background-image: url(images/butgrey2cut.jpg);
}
.twoColFixRtHdr #wrapper #container #bookings p a:hover {
	color: #000000;
	font-weight: bold;
}
.twoColFixRtHdr #wrapper #container #bookings .condits {
	font-size: 1.25em;
	margin-top: 150px;
	margin-left: 120px;
	line-height: 1.5em;
}
.twoColFixRtHdr #wrapper #container #contact {
	float: left;
	padding: 10px;
	width: 620px;
	background-color: #FFFFFF;
	margin: 10px 80px 10px;
	height:400px;
	display: inline;
}
.twoColFixRtHdr #wrapper #container #guest {
	float: left;
	padding: 10px;
	width: 620px;
	background-color: #FFFFFF;
	margin: 10px 80px 10px;
	/*height:600px;  was 400*/
	display: inline;
}
.twoColFixRtHdr #wrapper #container #bookings {
	float: left;
	padding: 10px;
	width: 620px;
	background-color: #FFFFFF;
	margin: 10px 80px 10px;
	display: inline;
}
.twoColFixRtHdr #wrapper #container #contact a, .twoColFixRtHdr #wrapper #container #directions a {
	text-decoration: none;
}
.twoColFixRtHdr #wrapper #container #contact a:hover, .twoColFixRtHdr #wrapper #container #directions a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #wrapper #container #directions {
	float: left;
	padding: 10px;
	width: 620px;
	background-color: #FFFFFF;
	margin: 10px 80px 10px;
	height:550px;
	display: inline;
	font-size: 1.25em;
	line-height: 1.5em;
}
.twoColFixRtHdr #wrapper #container #directions p{
	padding:10px;
}
.twoColFixRtHdr #wrapper #container #directions h2{
	font-size: 2ems;
	font-family:Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #wrapper #container #contact p, .twoColFixRtHdr #wrapper #container #guest p {
	font-size: 1.25em;
}
.normaltxt {
	font-size: 1.25em;
}
.largertxt {
	font-size: 1.4em;
}
