@charset "UTF-8";
/* CSS Document */


/****** Tag/Common Styles ******/

* {
  margin: 0;
  padding: 0;
}

img {
 	border:none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #11528c;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

h1 {
	font-size: 21px;
	color: #00274C;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}

h1 strong {
	color:#00274c;  /*for multicoloured headings*/
	font-weight:lighter;
}

h2 {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}

h2 strong {
	color: #00274C;  /*for multicoloured headings*/
}

p {
	padding-top:20px;
}

strong {
	font-weight:bold;
	color:#00274c;
}

A:link, A:visited  {
	text-decoration:none;
	/*color:#999999;*/
	color: #2690cd;
	text-decoration: none;
}

A:hover {
	/*color:#00274c;*/
	color: #77b3e2;
	text-decoration: underline;
}

.head2 {
	line-height: 200%;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#1972b9;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.error {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff4444;
}

/****** Main Structure ******/


#outerContainer {
	/*
	background-image: url(images/backgroundStrip.jpg);
	background-repeat: repeat-y;
	*/
	width:1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #ffffff;
	overflow: hidden;
	height: 100%;
}

#container {
	width: 940px;
	padding-left:40px;
	padding-right: 40px;
	background: #ffffff;

}

#topBanner {
	width:940px;
	height:110px;
}

#topBannerLogo {
	width: 470px;
	float: left;
}

#topBannerSearch {
	width: 470px;
	height:100px;
	padding-top: 10px;
	float: left;
	text-align: right;
	vertical-align: top;
	color: #CCCCCC;
	font-size: 0.8em;
}

#menu {
	width: 1020px;
	height: 32px;
	float: left;
	background: url(images/menu-bg.gif) top left repeat-x;
}

#homeItemsRumbaImage{
	width: 360px;
	float: left;
	overflow: hidden;
}

#homeItemsRumbaLink {
	width: 560px;
	float: right;
	overflow: hidden;
}

#specialsContainer {
	background:url(images/specialsBG.jpg) top left no-repeat;
	width: 300px;
	height: 163px;
	float: right;
}

#specialsContainerGeneric {
	background:url(images/specialsBG2.jpg) top left no-repeat;
	width:300px;
	height:163px;
	margin-bottom: 25px;
}

#specialsTextGeneric {
	position:relative;
	height:174px;
	width:270px;
	top:40px;
	left:12px;
	line-height:16px;
	font-size: 13px;
	color:#ffffff;
}

#specialsTextGeneric a:link, #specialsTextGeneric a:visited {
	color:#00274c;
	text-decoration: none;

}

#specialsTextGeneric a:hover, #specialsTextGeneric a:active {
	color:#00274c;
	text-decoration: underline;
}

#specialsHeading {
	position:relative;
	height:24px;
	width:270px;
	top:2px;
	left:27px;
	line-height:29px;
	color:#89bcdb;
	font-size:16px;
}

#specialsText {
	position:relative;
	height:174px;
	width:270px;
	top:40px;
	left:15px;
	line-height:16px;
	font-size: 13px;
	color:#ffffff;

}

#specialsText a:link, #specialsText a:visited {
	color:#00274c;
	text-decoration: none;

}

#specialsText a:hover, #specialsText a:active {
	color:#00274c;
	text-decoration: underline;
}

#bookingsBox {
	float: right;
	width: 300px;
	height:163px;
	text-align: left;
	padding-top: 22px;
}

#headerImageHome {
	width: 620px;
	height: 350px;
	float: left;
}	

#headerImage {
}	

#homeRight {
	width: 301px;
	float: right;
}

#spacer {
	float: left;
}

#spacerWhite {
	float: left;
	background: #ffffff;
}

#pageContent {
	width:430px;
	float: left;
}

#pageContentBooking {
	width:680px;
	float:left;
}

#pageContent li {
	list-style: none;
	list-style-type: none;
	color: #666666;
	line-height: 22px;
	background: url('./images/listItem.png') 0px 5px no-repeat;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#leftContent {
	width: 620px;
	float: left;
	padding-right: 20px;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

.contentImage {
	float: right;
	margin-top: -51px;
	padding-left: 10px;
	padding-bottom: 10px;
	*margin-top: 0px;
}


#leftContentLarger {
	width: 615px;
	margin-right: 25px;
	float: left;
	display: block;
	overflow: auto;
}

#leftContentFull {
	width: 940px;
	float: left;
	display: block;
	overflow: auto;
}

#middleContent {
	min-height: 100px;
	width: 340px;
	float: left;
	display: block;
	overflow: auto;
}

.mediaContainer {
	margin:0 auto;
	padding-top:25px;
	width:300px;
}

#rightContent {
	width: 300px;
	float: left;
	min-height: 370px;
}

#leftSide {
	float: left;
}

#imageUnderBookingBox {
	position: relative;
	width: 197px;
	left: 33px;
}

#base {
	background:url(images/backgroundBase.jpg) no-repeat;
	width:930px;
	height:40px;
	clear:both;
}

#footerHome {
	width: 1020px;
	height: 32px;
	float: left;
	clear: both;
	background: url(images/menu-bg.gif) top left repeat-x;
}

#footer {
	width: 1020px;
	height: 32px;
	float: left;
	clear: both;
	margin-top: 25px;
	background: url(images/menu-bg.gif) top left repeat-x;
}

#footerLinks {
	float:left;
	width: 940px;
	height: 86px;
	color: #736F6E;
	font-size: 0.8em;
	vertical-align: bottom;
}

.footerText {
	position: relative;
	top: 28px;
	left: 50px;
	width: 800px;
}



/****** Start Menu Styles ******/

.menu-td {
	vertical-align: middle;
	height: 28px;
	font-size: 11px;
}

.menu-td td:hover {
  cursor: pointer;
}

.indexURL,
.indexURL:link,
.indexURL:visited {
	display:block;
	width: 111px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.noLinkURL,
.noLinkURL:link,
.noLinkURL:visited,
.noLinkURL:hover,
.indexURL:hover {
	display:block;
	width: 111px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.indexfixedURL,
.indexfixedURL:link,
.indexfixedURL:visited {
	display:block;
	width: 111px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.indexfixedURL:hover {
	text-decoration: none;
}

.indexItem,
.noLinkItem {

  font-size: 11px;
  white-space: nowrap;
  font-weight: normal;
  color: #ffffff;
  margin-left: 15px;
}

/****** Footer Navigation ******/

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#a7a9ac;
	
}

#footer a:hover, #footer a:active {
	color:#00274c;
	
}

#footer form {
	display:inline;
	
}


/****** Navigation ******/

#navContainer {
	width:196px;
	height:auto;
	line-height:0px;
}

#navContainer ul {
	list-style-type:none;
	line-height:26px;
	margin-top:-5px;
}

#navContainer ul li a:link, #navContainer ul li a:visited {
	display:block;
	width:181px;
	height:29px;
	overflow:hidden;
	padding-left:15px;
	background:url(images/navBG.jpg) no-repeat;
	background-position:0px 0px; /*shows top half of image*/
	color:#89bcdb;
	font-size:15px;
	text-decoration:none;
}

#navContainer ul li a:hover, #navContainer ul li a:active {
	background:url(images/navBG.jpg) no-repeat;
	background-position:0px -29px; /*shows bottom half of image*/
}


/****** Forms ******/

/*
.formBackgroundDark  { background-color: #e4f1f9; }
.formBackgroundLight { background-color: #f4f9fd; }
*/
.roomTitle {
	font-size: 1.2em;
	padding: 5px 2px;
}

.roomTitleRow {
	background: #add5ed;
}

.element {
	padding: 4px;
}