body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	height: 100%;
	text-align: center;
}
a:link {
	color: #FF6804;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #913900;
}
a:hover {
	text-decoration: underline;
	color: #FF9955;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
#container {
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
#header img {
	display: block;
}
#content {
	background-image: url(../images/nav_bground.gif);
	background-position: top;
	background-color: #f2c100;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd116;
	
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/main_bground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: right;
	width: 450px;
	height: 100%;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
#nav {
	padding: 20px 0px 0px 15px;
	list-style-type: none;
	text-indent: 0px;
	margin: 0px;
}
#nav img {
	margin: 0;
}
#nav a {
	font-size: 0.85em;
	color: #CC0000;
	
}
#copyright {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 15px;
	font-size: 0.8em;
	color: #999999;
	text-align: center;
}
#mainContentText {
	margin: 30px 30px;
}
/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */
#nav li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
#nav li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#nav ul li ul li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

#navApartment {

}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #FA893F;
}
h2 {
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
}
p {
	line-height: 1.4em;
	font-size: 0.9em;
}
li {
	margin-top: .4em;
	margin-bottom: .4em;
}
.imageContainer {
	background-color: #F2C100;
	background-image: url(../images/nav_bground.gif);
	background-position: bottom;
	float: left;
	width: 110px;
	border: 1px solid #FF9E5E;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 5px;
}
.imageContainer a {
	color: #D53000;
	text-decoration: none;
}
.imageContainer img {
	border: none;
	
}
#linksTable {
	font-size: 1.1em;
}
#linksTable th {
	display: none;
}
#linksTable h2 {
	margin: 1.5em 0 0 0;
	padding: 0;
	border-bottom: 1px solid #D53000;
}
#linksTable td {
	padding-right: 7px;
}	

#pageFacilities #navFacilities, #pagePhotos #navPhotos, #pageTown #navTown, #pageGetting #navGettingthere, #pagePlaces #navPlaces, #pageLinks #navLinks, #pageRates #navRates, #pageBook #navBook, #pageTerms #navTerms, #pageContact #navContact  {
	font-weight: bold;
}
.pricingTable {

}
.pricingTable th {
	display: none;
}	
.pricingTable td, .confirmationTable td {
	padding: 3px 9px 3px 3px;
}
.price {
	color: #CC0000;
}
.confirmationTable {
	border: 1px solid #FFCC00;
	width: 100%;
	background-color: #fff;
}
.confirmationTable th {
	display: block;
	padding: 3px 9px 3px 3px;
	text-align: right;
	vertical-align: top;
}




/* Forms */
div.formRow {
	clear: both;
	padding: 3px 0;
	margin: 3px 0;
	font-size: 0.8em;
}

div.formRow label {
  float: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
  display: block;
  padding-left: 45px;
  margin-right: 10px;
  
}

div.formRow span.formElement {
  float: right;
  width: 260px;
  text-align: left;
  display: block;
} 

div.formRow span.formElement input, div.formRow span.formElement select {
	font-size: 0.7em;
	margin: 1px 0;
}
div.formRow span.formElement input.fixedWidth {
	width: 230px;
}
.required {
	color: #990000;
}
.optional {
	background: #FFFF9B url(../images/main_bground.gif) repeat-x top;
	border: 1px solid #FFCC00;
	padding: 3px;
}
