/*Generic*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.link {
	cursor: pointer;
}

/*HTML*/
body {
	margin: 0;
}

img {
	border-style: hidden;
	border-width: 0;
}

/*Content*/
#content,
#headerBox,
#footerBox {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	background: url(../images/central_bottom.png) no-repeat 0 bottom;
	height: auto;
}

#contentLeft {
	width: 520px;
}

#contentRight {
	padding: 10px;
	width: 210px;
	vertical-align: top;
}

#headerBox {
	height: 73px;
	background: url(../images/header_bckg.png) repeat-x;
}

#footerBox {
	height: 39px;
	background: url(../images/footer_bckg.png) repeat-x;
}

#footerLinks {
	float: right;
	color: #fff;
	font: normal 12px Arial;
	padding-top: 15px;
	padding-right: 15px;
}

#logo {
	padding-top: 15px;
	padding-left: 30px;
}

#homeText,
#facilitiesText {
	font: 12px Arial;
	padding: 10px;
	text-align: justify;
}

.photo_text {
	font: bold 20px Arial;
}

/*Facilities*/
.fTitle {
	font: bold 18px Arial;
}

.fItem {
	font: bold 14px Arial;
}

table.photos td {
	color:#000000;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	width:50%;
}


/*Menu*/
#menu {
	padding: 10px;
	float: right;
	clear: right;
}

#menu .boxContent a {
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: hidden;
}

#menu .boxContent {
	text-align: center;
	padding-top: 5px;	
}

/*Quote*/
#quote {
	padding: 10px;
	float: right;
	clear: right;
}

#quote .boxContent {
	padding-top: 1px;
	padding-bottom: 1px;
}

#quote input {
	color: white;
	background-color: #00476d;
	border: 1px solid #183046;
}

#quote input.error,
#quote select.error {
	border: 1px solid #f03;
	background-color: #973449;
}

#quote .submitBtn {
	border-style: hidden;
	margin-right: auto;
	margin-left: auto;
}

#quote table {
	width: 90%;
}

.text {
	color: #fff;
	font: 10px Arial;
}


/*Box*/
.box {
	width: 211px;
	height: auto;
}
.boxTop {
	background: url(../images/box_top.png) no-repeat;
	height: 8px;
}

.boxContent {
	background-image: url(../images/box_fill.png);
}
	
.boxBottom {
	background: url(../images/box_bottom.png) no-repeat;
	height: 8px;
}

/*RATES*/

.markedRow {
	background-color: #ffd636;
}

.unMarkedRow {
	background-color: #fff9a7;
}

.markedRow td,
.unMarkedRow td {
	padding: 5px;
}

.dates {
	text-align: right;
	padding-right: 50px;
}

.rates {
	width: 510px;
	padding: 10px;
	font-family: Arial;
}

.rates table {
	border: 1px solid #89c4ff;
}

.rates th {
	background-color: #39f;
	color: #ecece8;
}

.price {
	text-align: right;
	padding-right: 10px;
}


