@import url(menu.css);
@import url(newsletter.css);
@import url(page.css);
@import url(gallery.css);
@import url(contentslider.css);

html {
	height:100%;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#4b7499;
	color:#dce7ee;
	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 {
	font-size: 100%;
}
/******************/
h1 {
	font-size:1.1em;
	font-weight:normal;
	padding:0;
	margin:0 0 1em 0;
	color:#dce7ee;
	letter-spacing:0.1em;
	word-spacing:0.2em;
}

h2 {
	font-weight:normal;
	font-size:0.75em;
	padding:0;
	margin:0 0 1em 0;
	color:#003153;
	word-spacing:0.2em;
	line-height:1.5em;
}

h3 {
	padding:0;
	margin:0 0 1em 0;
	font-weight:bold;
	font-size:0.7em;
}

h4 {
	padding:0;
	margin:1em 0 0 0;
	font-weight:bold;
	font-size:0.7em;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.5em;
	padding:0;
	margin:0 0 1.5em 0;
}

input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#666666;
	border: 1px solid #cccccc;
	font-size:0.75em;
}
input.subscribe {
	border:none;
	background-color:#e8e8e8;
	font-size:0.7em;
	width:130px;
}
input.smabtn {
	font-size:0.7em;
	border:none;
	background-color:#fb9622;
	color:#ffffff;
	margin-left:2px;
	padding:0;
}
input.noborder {
	border:none;
}

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:#dce7ee;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}
a img {
	border:none;
}

ul li {
	font-size:0.7em;
}

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;
	font-style:italic;
}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

label {
	font-size:0.65em;
	font-style:italic;
}

/* architecture ***************/
#outerwrapper {
	position:relative;
	margin:10px auto 0 auto;
	text-align:left;
	width:960px;
	height:622px;
	background-image:url(../../images/frame-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#menubar {
	position:relative;
	top:-10px;
	text-align:center;
}

#contentdiv {
	position:relative;
	left:52px;
	width:850px;
	min-height:540px;
}
#contentdiv1 {
	position:relative;
	width:960px;
	min-height:540px;
}

#roomquotes {
	font-size:0.7em;
	font-style:italic;
	text-align:center;
}

#imagebar {
	position:relative;
	padding:10px 0 20px 0;
	width:856px;
}
#imagebar img {
	padding:0;
	margin:0;
}

.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
}

.fieldlabel {
	font-size: 0.7em;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.75em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* 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 {
	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;
}
/*******************/
