body
{
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Times, Times New Roman, Serif;
}

	body#bodyhome {
		background-image: url(cssimages/new_home_bg.gif);
		background-repeat: repeat-x;
		padding-top: 39px;
	}

a {
	color: #990033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#bodywrap {
	width: 900px;
}

div.homelogo {
	text-align: center;
	margin: 20px 0;
}

table.homemenu {
	margin-bottom: 20px;
}

	table.homemenu td {
		padding-right: 15px;
		padding-bottom: 4px;
	}
	
div.availablebutton {
	float: right;
	border: 1px #bbb solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}

	span.availability {
		background-image: url(cssimages/calendar.gif);
		background-repeat: no-repeat;
		background-position: 8px 8px;
		display: block;
		padding: 8px 13px 8px 32px;
		border: 3px #eee solid;
		border-bottom: 3px #ddd solid;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	
div.subavailablebutton {
	float: right;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

	span.subavailability {
		background-image: url(cssimages/calendar.gif);
		background-repeat: no-repeat;
		background-position: 5px 3px;
		display: block;
		padding: 4px 10px 4px 28px;
		border: 2px #eee solid;
		border-bottom: 2px #ddd solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	
	
	
	
	

div.giftbutton {
	float: right;
	border: 1px #bbb solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-right: 15px;
}

	span.giftcer {
		background-image: url(cssimages/giftcert.gif);
		background-repeat: no-repeat;
		background-position: 8px 8px;
		display: block;
		padding: 8px 13px 8px 32px;
		border: 3px #eee solid;
		border-bottom: 3px #ddd solid;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	
div.subgiftbutton {
	float: right;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
}

	span.subgiftcer {
		background-image: url(cssimages/giftcert.gif);
		background-repeat: no-repeat;
		background-position: 5px 3px;
		display: block;
		padding: 4px 10px 4px 28px;
		border: 2px #eee solid;
		border-bottom: 2px #ddd solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-size: 14px;
		line-height: 14px;
	}



	
	
	
	

	
div#homepartners {
	padding: 15px;
	border: 1px #ddd solid;
	margin-top: 30px;
	width: 100% !important;
	width: 98%;
}

div#subpagewrap {
	padding: 35px;
}

div#submenu a {
	display: block;
	margin: 0 20px 7px 15px;
}

div#pagetitle, div.ratestitle {
	padding-bottom: 8px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
	height: 35px;
}

h3 {
	font-style: italic;
	font-weight: bold;
	color: #000;
	font-size: 19px;
	margin-bottom: 15px;
}

p, li {
	color: #222;
}	


TD.ratetd
{
	border-color: #ccc;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
	font-size: 13px;
}

TD.ratehead
{
	background-color: #eee;
	border-color: #ccc;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
	font-size: 13px;
}

.rates
{
	border-color: #ccc;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
}







	
