@charset "utf-8";
/* CSS Document */

/*   RIGHT COLUMN   */
#rightcol {
	width:770px;
	float:right;
}
.home-actions {
	list-style:none;
}
.home-actions li{
	float:left;	
}
.home-actions li a{
	display:block;
	width:382px;
	text-indent:-9999px;
	background-position:top left;
	background-repeat:no-repeat;
}
.home-actions li a:hover {
	
}
#deals a {
	background-image:url(../images/hot-deals.jpg);
	height:330px;
}
#book a {
	background-image:url(../images/book-now.jpg);
	height:330px;
}
#book {
	float:right;
}
#nowopen a {
	background-image:url(../images/now-open.jpg);
	height:165px;
}
#nowopen {
	float:right;
}
#subscribe {
	background-image:url(../images/subscribe.jpg);
	height:165px;
	width:382px;
}
#subscribe form {
	padding:90px 0 0;
	width:300px;
	margin:0 auto;
}
#subscribe form #subscribe-email {
	display:block;
	background:url(../images/subscribe-box.png) no-repeat top left;
	width:202px;
	height:30px;
	border:0;
	padding:10px 15px 0;
	text-align:center;
	color:#525d5e;
	float:left;
}
#subscribe-submit {
	background:url(../images/home-submit.png) no-repeat top left;
	border:0;
	margin:3px 0 0;
	width:55px;
	height:33px;
	cursor:pointer;
}
* html #subscribe form input {
	background-attachment:fixed;
}
/*   HOME MAP   */
#home-map {
	margin:20px 0 0;
	border-top:1px solid #ccc;
	/*border-bottom:1px solid #ccc;*/
	padding:20px 0 0;
}
#home-map .title {
	font-size:14px;
	font-weight:700;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	text-transform:uppercase;
}
#home-map #home-map-l {
	float:left;
}
#home-map #home-map-r {
	float:right;
}

/*   MAIN CONTENT   */
#content {
	padding:0 20px 0px;
}
#content h1 {
	font-size:24px;
	line-height:30px;
	color:#333;
	font-weight:100;
	padding:0 0 10px 0;
}
#content h2 {
	font-weight:100;
	color:#f47d31;
	font-size:12px;
	line-height:20px;
	padding:0 0 0px;
	text-transform:uppercase;
}
#content h3 {
	font-weight:700;
	color:#f47d31;
	font-size:16px;
	line-height:20px;
	padding:0 0 5px;
}
#content p {
	margin:0 0 15px 0;
	font-weight:200;
	font-size:11px;
}
#content table tr {
	vertical-align:top;
}
#content table td {
	
}


/*   LATEST NEWS   */
#home-news-top, #home-news-bot {
	width:975px;
	height:20px;
	clear:both;
	background:url(../images/news-top.png) no-repeat;
	margin:5px 0 0;
}
#home-news-bot {
	background:url(../images/news-bot.png) no-repeat bottom left;
} 
#home-news {
	width:935px;
	clear:both;
	background:url(../images/news-sides.png) repeat;
	overflow:hidden;
	padding:0 20px;
	list-style:none;
}
.news-title {
	display:block;
	font-size:18px;
	color:#000;
	padding:0 0 10px;
}
#home-news li {
	width:460px;
	float:left;
	font-size:11px;
	line-height:13px;
}
li.right-news {
	padding:0;
	float:right !important;
}
#home-news h3 {
	font-weight: 100;
	color: #f47d31;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	padding:0 0 2px;
	margin:0 0 5px;
	border-bottom:1px solid #ccc;
}
p.readon {
	padding:5px 0 0;
}
#home-news h3 a {
	color:#f47d31;
	text-decoration:none;
}
.readon a {
	font-size:10px;
	color:#f47d31;
	text-decoration:none;
	text-transform:lowercase;
}
.readon a:hover, #home-news h3 a:hover {
	text-decoration:underline;
}
