@import url(menu.css);
@import url(newsletter.css);
@import url(guestbook.css);

html {
	height:100%;
}

body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #fcf8e2;
	background-image:url(../../images/body-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	color: #333333;
	font-size:100%;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td, p input {
	font-size: 100%;
}
/******************/
h1 {
	font-weight:bold;
	font-size:1.3em;
	padding:0;
	margin:0 0 1em 0;
	color:#cd9615;
}

h2 {
	font-weight:bold;
	font-size:0.9em;
	padding:0;
	margin:0 0 1em 0;
}

p {
	font-size: 0.75em;
	padding:0;
	margin:0 0 1em 0;
}
p.cheesyquip {
	font-style:italic;
	font-size:1.1em;
	color:#999999;
}

input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#666666;
	border: 1px solid #cccccc;
	font-size: 0.7em;
}
input.subscribe {
	border:none;
	background-color:#e8e8e8;
	font-size:0.7em;
	width:120px;
}
input.smabtn {
	font-size:0.7em;
	border:none;
	background-color:#dda455;
	color:#ffffff;
	margin-left:2px;
	padding:0;
}
input.noborder {
	border:none;
}
label {
	font-size:x-small;
}

select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.7em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.7em;
}

a {
	color:#8b5133;
	text-decoration:none;
}
a:hover {
	color:#cc9900;
	text-decoration:underline;
}
a img {
	border:none;
}

li {
	font-size:0.75em;
}

ul#links {
	margin:0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.75em;
}
#links li a {
	text-decoration:none;
	font-weight:normal;
}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

#accommodationlist {
	padding:0;
	margin-left:1em;
	font-size:1.1em;
}

#outerwrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:780px;
	min-height:100%;
	background-color:#ffffff;
	background-image:url(../../images/wrapper-bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	border-left:2px solid #dda455;
	border-right:1px solid #e4e4e4;
}

#headerbar {
	padding:10px 0 30px 0;
}

#contentwrapper {
	background-image:url(../../images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#leftbar {
	width:170px;
	float:left;
}
#virtualtourlink {
	margin:0 0 20px 25px;
}
#awardlogos {
	margin:0 0 0 20px;
	text-align:center;
}

#contentdiv {
	width:320px;
	float:left;
	margin:0 70px 0 20px;
}

#rightbar {
	width:200px;
	float:left;
	text-align:center;
	margin:0 auto;
	padding:30px 0 0 0;
}
#rightbar img {
	display:block;
	padding:2px;
	margin:0 0 10px 0;
	border:1px solid #cd9615;
}

#footerbar {
	clear:both;
	padding:0 0 0 20px;
}
#footerbar p {
	margin:0;
	padding:0;
	font-style:italic;
}
#footerbar p.address {
	color:#8b5133;
	font-size:0.8em;
}
#footerbar p.contactdetails {
	color:#666666;
	font-size:0.85em;
}
#footerbar p.contactdetails a {
	color:#666666;
}

#menubar {
	margin:0 0 30px 0;
}

#virtualtour {
	width:336px;
	height:226px;
	padding:2px;
	margin:0 0 10px 0;
	border:1px solid #cd9615;
}

.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-size:0.75em;
	font-weight: bold;
	color: #ff0000;
}

.fieldlabel {
	font-size: 0.75em;
	color:#336600;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.75em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}


/* signup *********/
#signupbar {
	margin:0 0 0 15px;
	padding:10px 0 0 0;
	border-style:dashed;
	border-color:#dda455;
	border-width:1px 0;
}
#signupbar p {
	font-size:0.7em;
	padding:0;
	margin-bottom:5px;
}
#divresponse {
	width:100%;
	min-height:10px;
}
#divresponse p {
	padding:3px 0;
	margin:0;
	font-size:0.65em;
}
/******************/

/* gallery styles */
.gallerypointer {
	font-size: xx-small;
}
.galleryimagetitle {
	text-align:center;
	font-weight:bold;
}
.galleryimage {
	text-align:center;
}
.galleryimage img {
	border:none;
}
.galleryimagecaption {
	text-align:center;
	font-size:xx-small;
	font-style:italic;
}
/******************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #c3aea9;
}
.newsitem {
	width:100%;
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #c3aea9;
}
.newstitle {
	color:#c3aea9;
	font-weight:bold;
	text-align:left;
	float:left;
}
.newsdate {
	color:#c3aea9;
	font-style:italic;
	text-align:right;
	float:right;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newsbody {
	clear:both;
	padding:10px 0 15px 0;
}
/*******************/
