body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	background-image: url(/images/rdc_leftnav.gif);
	background-position: left 104px;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5 { color: #003366; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

p, div#content {
	line-height: 1.5em;
	font-size: 0.9em;
	color: #000000;
}
li {
	font-size: 0.9em;
	color: #000000;
}
div#content a {
	color: #E67529;
}
div#content a:hover {
	text-decoration: none;
}
div#content img { border: 2px solid rgb(183, 196, 220); padding: 2px; margin-bottom: 10px; margin-left: 10px; }

div.container {
	float: left;
	width: 902px;
}

div#content {
	margin-top: 20px;
	width: 678px;
	float: left;
}

img.logo, img.profiles {
	float: right;
	border: 2px solid #B7C4DC;
	padding: 2px;
}
img.logo {
	border: 0;
}

div#header {
	background-image: url(/images/rdc_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 902px;
	height: 104px;
}

ul#topnav {
	list-style: none;
	margin: 0;
	padding: 80px 0 0 225px;
}

ul#topnav li {
	display: inline;
	padding-right: 8px;
}

ul#topnav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #003366;
}

ul#topnav a:hover {
	text-decoration: underline;
}

div#leftnav {
	background-repeat: no-repeat;
	width: 209px;
	float: left;
	margin-right: 15px;
}

table#leftnav {
	padding: 55px 0 0 10px;
}

table#leftnav a {
	text-transform: uppercase;
	text-decoration: none;
	color:#000000;
	font-size: 14px;
	display: block;
	padding: 0 0 0 55px;
	line-height: 15px;
}
table#leftnav td {
	vertical-align: middle;
	height: 60px;
	background-image: url(/images/rdc_leftbtn.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table#leftnav td.level1 { padding-left: 38px; background-position: 38px center; }
table#leftnav td.level2 { padding-left: 16px; background-position: 16px center; }
table#leftnav td.level3 { padding-left: 5px; background-position: 5px center; }
table#leftnav td.level4 { padding-left: 2px; background-position: 2px center; }

hr.footer {
	background-color: #879CC5;
	height: 1px;
	border: 1px;
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
}

ul#footermenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#footermenu li {
	display: inline;
	padding-right: 10px;
}
ul#footermenu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #879CC5;
	font-weight: 600px;
}
ul#footermenu a:hover {
	text-decoration: underline;
}

span.footertext, span.footertext a {
	color: #003366 !important;
	font-size: 12px;
}
span.footertext a {
	text-decoration: none;
}
span.footertext a:hover {
	text-decoration: underline !important;
}

.area_selected {
	font-weight: 700;
}

div.contactlist {
	float: left;
	width: 339px;
}

div.contactlist img {
	float: left;
	margin-right: 10px;
	border: 2px solid #B7C4DC;
	padding: 2px;
}

table.specialtable, table.specialtable td, table.specialtable th {
    border-color: #B7C4DC;
    border-style: solid;
}
table.specialtable {
	border-collapse: collapse;
	border-width: 0 0 1px 1px;
}
table.specialtable td, table.specialtable th {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

hr.spacer {
	height: 5px;
	clear: both;
	border: 0;

}

div.bookingpopup {
	background-color: #FF9900;
	color: #000000;
	border:1px solid #B7C4DC;
	padding: 10px;

}

a.roomAvailable {
	display: block;
	text-decoration: none !important;
}
a.roomAvailable:hover {
	background-color: #B7C4DC;
}

a.roomBooked {
	display: block;
	text-decoration: none !important;
	background-color: #FFD89D;
}
td.icalendar03 {
	background-color: #FFD89D;
}

a#backlink:link, a#backlink:visited, a#backlink:active { color:#E67529; }

/* NEWS TICKER STYLES 
#divNewsCont 
width- controls length of visible ticker
clip- masks content so only desired amount is visible, overflow hidden
*/
#news { border-top:1px solid #B5BFDC; border-bottom:1px solid #B5BFDC; font-weight:bold; color:#E67529; font-size:0.9em; }
#divNewsCont { width:620px; position:absolute; left:280px; top:125px; font-weight:normal; color:#5D6FA3; }
#divNewsText { left:0; position:relative; top:0; }
div#content #divNewsText a { color:#5D6FA3; text-decoration:none; }
div#content #divNewsText a:hover { text-decoration:underline; }
