/* CSS Document */

body {
	background-color: #CFD9E1;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

a:link {
	color: #A2C1D0;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A2C1D0;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}


.edgeleft {background-image: url(edge_left_c.jpg); background-repeat: repeat-y;}
.edgeright {background-image: url(edge_right_c.jpg); background-repeat: repeat-y;}
.scrollshadow {background-image: url(scrollshadow.jpg); background-repeat: repeat-x; background-color: #fff;}

.callout {font-weight: bold; color: #657881; font-style: italic;}
.callouta {font-weight: bold; font-style: italic;}

.whitebox {padding-top: 27px; padding-right: 17px; padding-bottom: 17px;}
.right {padding-left: 20px; }
.bluebox {background-image: url(bluebox.jpg);
          background-repeat: repeat-x;
		  background-color: #657881;
		  color: #fff;
		  padding-top: 27px;}
.bluetext {padding-left: 15px; padding-right: 15px;}

.list {font-size: 11px; line-height: 12px;}

.amenities {font-size: 15px; font-weight: bold; line-height: 15px; }