body {
	margin: 10px;
	background:#fff;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/*******************************/
/* basic layout style settings */
/*******************************/
#threeColLayout {
}

#twoColLayout {
}

oneColLayout {
}

/*****************/
/* default links */
/*****************/
/* External links */
a[href^="http:"] {
	background: url(../images/externalLink.png) no-repeat right top;
	padding-right: 10px;
}

/* Internal links */
a[href^="http://www.forwardecho.com"], a[href^="http://forwardecho.com"] {
	background-image: none;
	padding-right: 0px;
}

/* e-mail links */
a[href^="mailTo:"] {
	background: url(../images/email.png) no-repeat right top;
	padding-right: 15px;
}
.altlink {
	cursor:pointer;
}
/****************/
/* headers here */
/****************/
h1 {
	margin: 0;
	padding: 30px;
	font-size: 150%;
	color: #FF0000;
	text-indent: -9000px;
}

/********************************************/
/* main wrapper that holds it all centrally */
/********************************************/
#wrapper {
	width: 750px;
	margin: 0 auto;
	/*padding: 0 10px 10px 10px;*/
	padding: 0;
	/*background-color: #8CA87F;*/
	border: 3px solid #484848;
	background:  url(../images/fauxBackground.gif) repeat-y;
}

#header {
	width: 750px;
	height: 100px;
	background:url(../images/brand.gif);
	border-bottom: 3px solid #484848;
}

/****************************************/
/* Specific Column definitions named in */
/* order of importance and display when */
/* styles switched off.                 */
/****************************************/
#primaryContent {
	float: left;
	width:750px;
	display:inline;
	/*margin: 0 0 20px 0;*/
	margin: 0;
	/*background:#B4D1A6;*/
}

#threeColLayout #primaryContent{
	float:left;
	width:270px;
	/*margin: 0 0 20px 195px;*/
	margin: 0 0 0px 195px;	
}

#twoColLayout #primaryContent {
	width: 555px;
	float:left;
	/*margin: 0 0 20px 192px;*/
	margin: 0 0 0px 195px;
	background:  url(../images/twoColPrimary.gif) repeat;
}
#twoColLayout #secondaryContent {
	display: none;
}

#secondaryContent {
	float:left;
	width:270px;
	/*margin:0 0 20px 15px;*/
	margin:0 0 0px 15px;
}

#sideContent {
	float:left;
	width: 180px;
	/*margin: 0 0 20px -750px;*/
	margin: 0 0 0px -750px;
}

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
	display: none;
}

/**************/
/* The footer */
/**************/
#footer{
	clear: both;
	width: 750px;
	height: 30px;
	background-color: #fff;
	/*background: transparent url(footer.gif);*/
	padding-top: 10px;
	border-top: 3px solid #484848;
}
#footer p {
	margin: 10px 10px 0 0;
	padding: 50px 4px 4px 0;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	font-size:14px;
	color: #C7C5C5;
}
#footer a:hover {
	color: #484848;
	font-size:14px;
	/*background: #D7D493;*/
}

/************************/
/* Main menu navigation */
/************************/
#mainNav {
}

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#mainNav a {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
	color: #FFF;
	
	display:block;
	width: 180px;
	height: 19px;
	line-height: 19px;
	text-decoration:none;
	background: #000 url(../images/tick.gif) no-repeat right bottom;
	text-indent: 20px;
}

#mainNav li.first a {
	height: 20px;
	line-height: 20px;
}

ul#mainNav a:hover, .selected a {
	background: url(../images/tick.gif) no-repeat left bottom;
	text-decoration:underline;
}

/****************************/
/* General text adjustments */
/****************************/
#sideContentText {
	color: #ffffff;
	padding: 15px 2px 0 12px;
	margin-top: 10px;
}
.quote {
	text-align: center;
	font-style: italic;
	letter-spacing: 0.2em;
	line-height: 20px;
}
.figureText {
	text-align: center;
	font-style: italic;
	letter-spacing: 0.2em;
	margin-top:-10px;
}

.LeadInHeader {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	letter-spacing: 0.2em;
}
.LeadLetter {
	margin: -16px 0 -3px 0;
	padding-right:2px;
}
.blockText {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-align: justify;
	float: left;
	width: 260px; /*260*/
	/*margin: 5px 5px 0 0;*/
	padding: 0 10px 0 3px;
	/*background-color:#B4D1A6;*/
}
.blockTextAlt {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-align: justify;
	float: left;
	width:260px;
	padding: 0 5px 0 5px;
	background-color:#8CA87F;
}
#guestHouseImage img{
	border: 3px solid #484848;
	margin: 10px 0 10px 0;
}
.instruction {
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
	color: black;
	padding: 5px 10px 5px 10px;
	border: 1px solid #484848;
	background-color: #8CA87F;
}
.clear {
	clear:both;
}
.bottomDweller {
	position: absolute;
	bottom: -20px;
	font-size:12px;
	font-weight:bold;
	color: black;
	padding: 5px 10px 5px 10px;
	border: 1px solid #484848;
	background-color: #8CA87F;
}
.imgRight {
	float:right;
	margin: 5px -3px 0 10px;
	border-top: 3px solid #484848;
	border-left: 3px solid #484848;
	border-bottom: 3px solid #484848;
}
/********************************/
/* Table setting for Rates page */
/********************************/

#rateSchedule table {
	border-collapse:collapse;
	width: 520px;
	border: 1px solid #484848;
	margin-bottom: 10px;
}
caption {
	font-size:14px;
	font-weight:bold;
	letter-spacing: 0.2em;
	margin: 0.3em 0;
}
col {
	border-right: 1px solid #ccc;
}
col#stayVacation {
  border: none;
}
col#staySunToThurs, col#stayFriToSat, col#stayWeekend, col#stayVacation {
	text-align:center;	
}

thead {
	background-color: #8CA87F;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
}
th {
	font-weight:normal;
	text-align:center;
}
#occupancyColHead {
	text-indent:-1000em;
}
th, td {
	padding: 0.1em 0.2em;
}
.odd {
	background-color: #8CA87F;
}
tr:hover {
	  background-color:#484848;
	  color: #fff;
}

thead tr:hover {
	  background-color: #8CA87F;
	  color: inherit;
}
.rateCost {
	text-align:center;
}

/********************************/
/* General Page Settings		*/
/********************************/
.contentArea {
	padding: 0 3px 0 3px;
}
/********************************/
/* Amenities page				*/
/********************************/

div#amenitiesContent {
}

#amenitiesContent h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}

#intro {
	width: 270px;
	float:left;
	font-size: 14px;
	line-height: 18px;
	text-align:justify;
}

#gallery {
	/*float: right;*/
	position: relative;
	left: 300px;
	width: 208px;
	margin: 10px 10px 0 2px;
}
#gallery div {
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	font-size: 16px;
	color:#fff;
	background-color:#484848;
	padding-bottom: 2px;
	margin-top: 8px;
}
#gallery img {
	border: 3px solid #484848;
}

div#amenitiesList {
	margin-top: 20px;
	/*float:left;*/
	clear:both;
}

#amenitiesList ul {
	margin-top: -10px;
}
a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block;
	text-align: center; 
	padding: 5px; 
	background: #8CA87F;
	margin: 3px 0 0 0;
	border-bottom: 3px solid #484848;
	border-top: 3px solid #484848;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #7286c3;
}
/********************************/
/* Locations page				*/
/********************************/
#directions h2 {
	font-size: 16px;
	color:#484848;
	/*line-height: 20px;*/
	letter-spacing: 0.2em;
	margin-bottom: -10px;
	display:inline;
}

#wildflower {
	border-top: 3px solid #484848;
	border-bottom: 3px solid #484848;
	margin: 0 -3px 0 -3px;
}
#directions .right {
	float:right;
	margin-right: -3px;
	border-top: 3px solid #484848;
	border-left: 3px solid #484848;
	border-bottom: 3px solid #484848;
}
.compass {
	margin-bottom: -10px;
}
.hiddenMap {
	position:absolute;
}
.hidden {
	display : none;
}

/********************************/
/* Hosts page					*/
/********************************/
#pondDusk {
	clear:both;
	border-top: 3px solid #484848;
	border-bottom: 3px solid #484848;
	margin: 0 -3px 0 0px;
}

#cows {
	float:right;
	margin: 15px -3px 0 10px;
	border-top: 3px solid #484848;
	border-left: 3px solid #484848;
	border-bottom: 3px solid #484848;
}
#relax {
	margin-left: 100px;
}

#hostsPage {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-align: justify;
	float: left;
}

/********************************/
/* Holiday page					*/
/********************************/
#holidayInformation h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}
#rules {
	border-bottom: 3px solid #484848;
	margin-bottom: 10px;
}
#rules h3 {
	font-size:12px;
	line-height:16px;
	background-color:#484848;
	color:#fff;
	text-align:center;
}
#rules ul {
	margin-top: -5px;
}

#part1 {
	float:left;
}
#part2 {
	float:right;
}
#sunset {
	float:right;
	margin: 5px -3px 0 10px;
	border-top: 3px solid #484848;
	border-left: 3px solid #484848;
	border-bottom: 3px solid #484848;
}
#holidayCancellationPolicy, #holidayReservation {
	margin-top: 10px;
}
#holidayNote {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-align: justify;
	padding: 0px 10px 0 3px;
}
/********************************/
/* Gift certificate page        */
/********************************/
.whyGiftBlock {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-align: justify;
	float: left;
	width: 270px; 
	padding: 0 10px 18px 3px;
}

.whyGift {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-align: justify;
	clear: both;
	padding: 0 10px 0 3px;
}
/********************************/
/* Gift certificate page        */
/********************************/
.toDoPhotos {
	float:right;
	margin: 5px 0px 0 10px;
	border-top: 3px solid #484848;
	border-left: 3px solid #484848;
	border-bottom: 3px solid #484848;
}

/********************************/
/* Contact Us page              */
/********************************/
.contactInfo {
	text-align: center;
	width: 300px;
	padding:0 0 18px 100px;
}
/********************************/
/* Weather page                 */
/********************************/
a.weatherLink:hover, 
a.weatherLink:focus {
	color: #fff; 
	background: #fff;
}