/* Rates and Specials */
#specials {
	background-image: url(../images/bg-specials.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: bold;
	padding-right: 120px;
	padding-bottom: 0;
	text-align: center;
}

div#specials p {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

div#specials a {
	color: #fff;
	text-decoration: none;
}

div#specials a:hover {
	color: #d9d1ac;
	text-decoration: underline;
}

div#specials.full {
	background-image: none;
	margin-bottom: 40px;
	padding: 20px;
	text-align: left;
}

div#specials.full p {
	padding-right: 0;
}

table.rates {
	border: solid 5px #fff;
	margin-bottom: 20px;
	width:100%;
}

th#bushcamp {
	border-top-width: 5px;
}

table.rates th.desc,
table.rates th.season,
table.rates th.package {
	background-color: #e3ca97;
	border-width: 0 1px 2px 1px;
	color: #333;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

table.rates th.camp {
	background-color: #e3ca97;
}

th.desc {
	width: 32%;
}

th.season {
	width: 17%;
}

table.rates td {
	border: solid 1px #fff;
	padding: 0.5em;
}

td.heading {
	/*background-color: #ccc6a0;*/
	background-color: #e3ca97;
	font-weight: bold;
}

tr.total td {font-weight:bold;}

table.rates td.early {background-color: #d7b267;}

table.rates td.peak {background-color: #c5be93;}

.number {
	text-align: right;
}

.note {
	font-size: 0.7em;
}

table.rates ul {
	list-style-image: none;
	margin: 0;
}

table.rates ul li {
	margin: 0 0 1em 0;
}

span.dates {
	font-size: 0.8em;
	font-style: normal;
}

div#specialLeft {
	float: left;
	width: 50%;
}

div#specialRight {
	float: right;
	width: 50%;
}

