#home {
}

/* 924px into 4 column grid with 8px gap */

#home #home-main {
	float: left;
	width: 704px;
	display: inline; /* IE6 */
}

#home #home-main h1 {
	margin-top: 0;
}

#home #home-hero {
	width: 698px;
	height: 293px;
}

#home #home-content {
	margin-top: 8px
}

#home #home-buttons {
}

#home #home-buttons #home-buttons-getaways {
	width: 346px;
	height: 174px;
	background: url(/images/button-getaways.jpg) top left no-repeat;
	float: left;
}	

#home #home-buttons h1 span {
	display: none;
}

#home #home-buttons p {
	color: #fff;
	margin-top: 48px;
	padding-left: 16px;
	padding-right: 184px;
}

#home #home-buttons a#home-buttons-more {
	display: block;
	width: 58px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: center;
	background: url(/images/more.gif) top left no-repeat;
	margin-left: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#home #home-buttons a:hover#home-buttons-more {
	color: #c3a092;
}

#home #home-buttons a#home-buttons-more span {
}

#home #home-buttons-events {
	width: 346px;
	height: 174px;
	background: url(/images/button-events.jpg) top left no-repeat;
	float: right;
	margin-right: 6px;
	display: inline;
}	

#home #home-sidebar {
	float: right;
	width: 216px;
	min-height: 400px;
	display: inline; /* IE6 */
}

#home #home-sidebar h2 {
	background: url(/images/h2-bg.gif) top left no-repeat;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 0 6px 58px;
	margin-top: 0;
}

#home #home-sidebar h2 a {
	color: #fff;
	text-decoration: none;
}

#home #home-sidebar h2 a:hover {
	color: #7b9358;
}

#home #home-sidebar h3.title {
	background: url(/images/news-title-bg.gif) top left repeat-x;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 4px;
	margin: 0;
	text-align: center;
}

#home #home-sidebar #home-news-container {
	border: 1px solid #032316;
	margin-top: 0;
	padding: 8px;
	font-size: 11px;
	color: #595c5d;
}

/* news latest?? */

#home #home-news {
}

#home #home-news h3 {
	color: #042417;
	font-size: 11px;
}

#home #home-news h3 a {
	color: #042417;
	font-size: 11px;
}

#home #home-news img {
	float: right;
	margin: 0 0 4px 4px;
}

.news-index-detail {
}

.news-index-item h3 {
	margin: 0;
}

.news-index-item p {
	margin-top: 4px;
}

#home ul, #index ul, #page ul {
	list-style: disc;
}

