@import url(menu.css);
@import url(newsletter.css);

* {
	padding:0;
	margin:0;
	border:0;
}
body, html {
	color:#666666; 
	font-family:Verdana, Arial, Tahoma, sans-serif;
	text-align:center;
}
body {
	font-size:100%;
}

h1 {
	font-size:0.9em;
	margin:0;
	padding:0;
}

h2 {
	font-size:1em;
	margin:0 0 1em 0;
	color:#a28d46;
}

h3 {
	font-size:0.8em;
	margin:0 0 0.5em 0;
}

p {
	font-size:0.75em;
	margin:0 0 1.5em 0;
	line-height:1.5em;
}

p.head {
	font-size:1.8em;
	color: #666666;
	margin:0;
	padding-bottom:5px;
	line-height:normal;
}

ul {
	margin:0.5em 0 0.5em 1em;
}
li {
	font-size:0.7em;
}

ul.col {
	width:40em;
	list-style-type:none;
}
ul.col li {
	float:left;
	width:18em;
	padding:2px 0;
}

select, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

a {
	color:#000099;
}
a:hover{
	color:#0000FF;
}

.clear {
	clear:both;
}
.clearer {
	clear:both;
	height:0;
	line-height:0;
	margin:-10px 0;
}

#outerwrapper {
	width:780px;
	margin:0 auto;
	min-height:300px;
	text-align:left;
}
* html #outerwrapper {
	height:300px;
}

#titlebar {
	padding:10px 0;
	margin:0;
	text-align:left;
	background-color:#ffffff;
}

.outer {
	margin-top:50px;
	padding-left:165px;  
}

.inner {
	width:615px;
}
* html .inner {
	width:100%;
}

.floatwrapper {
	float:left;
	width:780px;
	margin-left:-165px;
	margin-top:160px;
	background-color:#f7f7f7;
	padding:15px 0;
}

#contentdiv {
	float:right;
	width:610px;
	padding:0 10px 0 0;
}
* html #contentdiv {
	position:relative;
}

#contentdiv div.roomdesc {
	background-color:#e4e4e4;
	padding:10px 0 0 10px;
	margin:20px 0;
	width:100%;
}
#contentdiv div.roomdesc div.roomimg {
	float:right;
	width:200px;
	margin:10px;
}
/*#contentdiv p:first-letter {
	font-weight:bold;
}*/

#leftbar {
	float:left;
	width:150px;
	min-height:250px;
	margin:3px 0 0 10px;
}
* html #leftbar {
	position:relative;
	height:250px;
}

#headerimage {
	margin:-50px 0 0 -780px;
	float:left; 
	width:780px;
	padding:5px 0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#ffffff;
}
* html #headerimage {
	position:relative;
}

#footer {
	width:780px;
	margin:0 auto;
	text-align:center;
	border-style:solid;
	border-color:#999999;
	border-width:1px 0;
	background-image:url(../../images/footer-bg.jpg);
	background-repeat:repeat-x;
}
#footer p {
	font-size:0.65em;
	padding:0;
	margin:0;
}

.fieldlabel {
	font-size:0.75em;
}

.sma {
	font-size:xx-small;
}
.smait {
	font-size:xx-small;
	font-style:italic;
}

.caption {
	font-size:xx-small;
	font-style:italic;
	text-align:center;
}

.alert {
	color:#ff0000;
	font-size:xx-small;
}

.btn {
	font-size:x-small;
}

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #999999;
}
.newsitem {
	width:100%;
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #999999;
}
.newstitle {
	color:#a28d46;
	font-weight:bold;
	text-align:left;
	float:left;
}
.newsdate {
	color:#a28d46;
	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;
}
/*******************/