@charset "UTF-8";
body  {
	font: 90% "Trebuchet MS", Arial, sans-serif;
	background: #666666 url(images/bg_main.jpg) top center repeat-x;
	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;
}
.Style #container { 
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(images/bg_mainhotels.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0
} 

.Style #container p.credentials {margin:10px 20px 0 30px; letter-spacing:6px; font-size:80%; font-style:italic; text-align:center; color:#888}
.Style #container p.credentials a:link, .Style #container p.credentials a:visited {color:#900; text-decoration:none}
.Style #container p.credentials a:hover {color:#666}
.Style #container div.hr {height:1px; border-bottom:1px solid #DDD; margin:30px 20px 5px 20px}

.Style #header { 
	padding: 0 ;  /* 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. */
} 
.Style #header table {border-collapse:collapse; border:none}
.Style #header td {border:none; padding:0}
.Style #header td img {border:none; padding:0}

.Style #header #navTop {
	background:transparent url(images/navigation_hotelsinsurreybc.jpg) no-repeat center top;
	text-align: center;
	font-size: 140%;
	color: #44BABE;
	padding-top: 26px;
	height: 35px;
	text-shadow:0px 0px 3px #44BABE
}
.Style #header #navTop a:link, .Style #header #navTop a:visited {
	color:#44BABE;
	display:inline;
	text-decoration:none;
	padding: 20px 15px; letter-spacing:-1px
}
.Style #header #navTop a:hover {color:#00FFFF}
.Style #header #navTop a:active {color:#FFF}

/********************* SIDE BAR ********************/
.Style #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* 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 */
	margin-left:25px;
	margin-top:15px;
	background:#f5f5eb /*url(images/bg_booknow.jpg) right 135px no-repeat*/;
	border:5px solid #e3e3d4;
}
.Style #sidebar h1 {display:block; background:#44BaBe url(images/bg_title.jpg) center repeat-x; color:white; font-size:140%; margin:0!important; padding:3px;  text-transform:capitalize; text-align:center; border-top:1px solid #008989; border-bottom:1px solid white; text-shadow:0 0 3px #024242; letter-spacing:-1px}
.Style #sidebar p {margin:10px; font-size:inherit}

.Style #sidebar ul {list-style:none; padding:0; margin:10px 0 }
.Style #sidebar li {border-bottom:1px solid #E3E3D4}
.Style #sidebar li.noBorder {padding-bottom:20px; border:none!important}
.Style #sidebar li a:link, .Style #sidebar li a:visited {text-decoration:none; display:block; color:#333333; padding:4px 10px; font:bold 120% "Trebuchet MS", Arial, sans-serif}
.Style #sidebar li a:hover {color: #44babe}

.Style #sidebar img {text-align:center; border:1px solid #999}

.Style #sidebar h1.copywriting {font-size:100%; font-weight:normal; background:none; color:#000; text-align:left; text-transform:none; text-shadow:none; border:none}

.Style #sidebar h1.copywriting a:link, .Style #sidebar h1.copywriting a:visited {text-decoration:none; color:#009999}
.Style #sidebar h1.copywriting a:hover {border:none; color:#00CCCC}


/************** MAIN CONTENT **********/
.Style  #mainContent  h1 {
	color: #44babe; border-bottom:1px dotted #88DDDD; letter-spacing:-1px; font-size:170%; line-height:.9em; text-transform:capitalize
}

.Style  #mainContent  h2 {font-size:140%}

.Style #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 */
} 
.Style #mainContent a:link, .Style #mainContent a:visited {color: #CB3332; text-decoration:none}
.Style #mainContent a:hover {color:#00DDDD}

.Style #mainContent img {border:1px solid black}


/*************** FOOTER ******************/
.Style #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent url(images/bg_footer.jpg) repeat-x  top;
	font-size:80%;
	color:#aaa;
	text-shadow:0 0 2px #666 
} 
.Style #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:  23px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background:transparent url(images/gr_footermotelssurreybc.jpg) no-repeat  top;
	text-align:center;
	
}
.Style #footer div {margin-bottom:30px}
.Style #footer div a:link, .Style #footer div a:visited {color:#CC9; text-decoration:none}
.Style #footer div a:hover {color:#DDD}

.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; font-size:80%; color:#333; background:#f5f5eb; line-height:1.2em; padding:5px  }
.fltrt img {margin-bottom:5px}

.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;
}

h4 {color:#009999}

a.goBack:link, a.goBack:visited {background:#900; display:block; color:#bff!important; border:1px solid black; padding:1px 5px; width:auto; float:right; font-size:50%!important; text-transform:uppercase; font-family:Verdana, Arial, Helvetica, sans-serif}
a.goBack:hover {background:#B00; color:white!important}


hr {height:1px; color:#900; border:none; background:#CBB}
