* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image:url(../layout/page-bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

 #wrapper { 
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 760px;
}


h1 {
	font-size:1.2em;
	margin:3px 0px 5px 2px;
	padding:6px 0px 6px 10px;
	color: rgb(51,51,0);
	background-image:url(../layout/h-bg.jpg);
	background-repeat:no-repeat;
}

h2 {
	font-size:1.1em;
	margin:3px 0px 0px 2px;
	padding:6px 0px 6px 10px;
	color: rgb(51,51,0);
	background-image:url(../layout/h-bg.jpg);
	background-repeat:no-repeat;
}

h3 {
	font-size:1.1em;
	margin:3px 0px 0px 2px;
	padding:6px 0px 6px 2px;
	color: rgb(51,51,0);
}


p {
	padding: 5px;
		font-size:1em;
}

li {
	margin-left:25px;
}

/********************* Links  *******************/
a:link , a:visited {
	color:rgb(153,153,153);
	font-size: 1em;
}

a:hover ,  a:focus {
	color:#ff0000;
	font-size: 1em;
}

.readMoreLink {
	position:relative;
	float:right;
	margin:0px 5px 5px 0px;	
}
/********************* Header  *******************/
#header {
	color: #ffffff;
	width: 760px;
	float: left;
	margin-bottom:0px;
	height: 100px;
	background-image:url(../layout/logo.jpg);
	background-repeat:no-repeat;
}

 /********************* Menu  *******************/
#menuContainer 	{
	position:relative; 
	float:right;
	top:40px;
	right:10px;
	height:2em; 
	background:transparent;
	clear:both;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#menuContainer a:link , #menuContainer a:visited {
	color:rgb(51,51,0);
	font-size: .9em;
	font-weight:bold;
}

#menuContainer a:hover ,  #menuContainer a:focus {
	color:rgb(102,102,51);
	font-size: .9em;
	text-decoration:none;
}


/********************* Footer  *******************/

#footer { 
	width: 760px;
	height: 55px;
	clear: both;
	color:rgb(51,51,0);
	font-size:.65em;
	text-align:center;

}

#footer .footerContent {
	margin:-2px 0px -2px 0px;
	background-image:url(../layout/footer.jpg);
	background-repeat:repeat-y;
}

#footer a:link , #footer a:visited {
	color:rgb(51,51,0);
	font-size: 1em;
}

#footer a:hover , #footer a:focus {
	color:rgb(102,102,51);
	font-size: 1em;
	Text-decoration:none;
}

/********************* Font and Text Styles *******************/
.red {
	 color:#ff0000;
}


/********************* Alignment Styles *******************/
.floatLeft {
	position:relative;
	float:left;
	margin:0px 5px 0px 2px;
}

.center {
	text-align:center;
}

.right {
  text-align:right;
}

.floatRight {
	position:relative;
	float:right;
	margin:0px 2px 0px 5px;
}

/********************* Margin and Padding Styles *******************/

.paddingTop10 {
  padding-top:10px;
}

.paddingBottom10 {
  padding-bottom:10px;
}

.paddingTop15 {
  padding-top:15px;
}

.marginTB5 {
  margin:5px 0px 5px 0px;
}

.marginT5 {
  margin-top:5px;
}

.marginB5 {
  margin-bottom:5px;
}

.marginT10 {
  margin-top:10px;
}
 
  /********************* Booking Form  *******************/
 .bookingFormTop {
  background-image:url(../layout/booking-form-top.jpg);
  background-repeat:no-repeat;
  width:210px;
  height:11px;
 }
 
 .bookingFormBg {
  background-image:url(../layout/booking-form-bg.jpg);
  background-repeat:repeat-y;
  width:210px;
  padding:0px 0px 0px 7px;
 }
 
 * html .bookingFormBg {
 	margin-top:-2px;	
}
 
 .bookingFormBottom {
  background-image:url(../layout/booking-form-bottom.jpg);
  background-repeat:no-repeat;
  width:210px;
  height:11px;
 }
 
 form {
	color:rgb(51,51,0);
 }
 
 form p {
 	padding-right:2px;
 }
 
 .roomSelect {
	 padding:0px 20px 0px 0px;
 }
 
 .submit {
 	font-size:1em;
 }
/********************* General Styles *******************/

.clearBoth {
  clear:both;
}


.blank{
	display:none;
}

.error {
	color:#ff0000;
}

div.error {
	background:rgb(255,127,127);
	color:#000;
	border:1px solid #000;
	margin:10px;
	padding: 5px;
}

div.emailSent {
	background:rgb(153,153,102);
	border:1px solid #000;
	margin:5px;
	padding: 5px;
	color:rgb(51,51,0);
	font-weight:bold;
}

p.onehalf {
	position:relative;
	float: left;
	width: 48%;
	padding: 5px;
	background:transparent;
}

p.onethird {
	position:relative;
	float: left;
	width: 31%;
	padding: 5px;
	background:transparent;
}

div.contactDetails {
	margin:20px 0px 20px 0px;
	background:transparent;
}

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: .9em;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 1em;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
 padding: 2px;
 color: silver;
 text-decoration: none;
	font-size: .8em;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
 color: white;
 background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
 width: 650px;
 padding: 0 5px 5px 5px;
 font-size: 1em;
     color:rgb(115,115,115);
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
	text-align:center;
	margin-top:20px;
}
.highslide-move {
 cursor: move;
}
.highslide-resize {
 cursor: nw-resize;
}

