.tab-block {
width: 580px; 
margin: 10px auto 12px;
background-color: #fff;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e5dfcf;
	border-left: 1px solid #e5dfcf;
	width: 100%;
	background: url(../images/stripe-block.gif);
	text-transform: uppercase;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 36px;
	border: 1px solid #e5dfcf;
	border-left: none;
	margin-bottom: -1px;
	background: #f4f1ea;
	color: #c5bca7;
	overflow: hidden;
	width: 152px;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #50462e;
	display: block;
	font-size: 11px;
	padding: 0 20px;
	border: 0px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #f8f7f3;
	background-image: url(../images/star2.gif);
	color: #318400;
}	
html ul.tabs li.active, html ul.tabs li.active a  {
	background: #fff;
	border-bottom: 1px solid #fff;
	background-image: url(../images/star1.gif);
	color: #318400;
}

html ul.tabs li.active a:hover  {
	color: #318400;
}


.tab_container {
	border: 1px solid #e5dfcf;
	margin-bottom: 20px;
	border-top: none;
	clear: both;
	float: left; 
	height: 220px;
	width: 580px;
	background: #fff;
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}
.tab_content {
	padding: 22px;
	font-size: 11px;
	overflow: hidden;
	width: 536px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 4px;
	margin-top: -10px;
	border-bottom: 1px dotted #ddd;
	font-size: 22px;
}
.tab_content h4 a {
	color: #318400;
	font-size: 18px;
	margin: -20px 0 0 0px;
	padding: 0px;
}
.tab_content p {
	color: #343434;
	font-size: 11px;
	margin-bottom: 6px;
	text-align: justify;
}

.tab_content img {
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #ddd;
	padding: 14px;
}

/* RIGHT COL TABS*/
.tab_container_rightcol {
	border: 1px solid #e5dfcf;
	margin-bottom: 20px;
	border-top: none;
	clear: both;
	float: left; 
	height: 220px;
	width: 307px;
	background: #f7f5ef;
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}
.tab_content_rightcol {
	padding: 22px;
	font-size: 11px;
	overflow: hidden;
	width: 262px;
}
.tab_content_rightcol h2 {
	font-weight: bold;
	padding-bottom: 4px;
	margin-top: -10px;
	border-bottom: 1px dotted #ddd;
	font-size: 18px;
	color: #3a3321;
}

.tab_content_rightcol h2 a {
	color: #318400;
}
.tab_content_rightcol h4 a {
	color: #318400;
	font-size: 12px;
	margin: -20px 0 0 0px;
	padding: 0px;
}
.tab_content_rightcol p {
	color: #343434;
	font-size: 11px;
	margin-bottom: 6px;
	text-align: justify;
}

.tab_content_rightcol img {
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #ddd;
	padding: 8px;
}

/*--- INDIVIDUAL LISTING TABS ---*/
.tab-block-individual {
width: 660px; 
margin: 10px auto 12px;
background-color: #fff;
}
ul.tabs-individual {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e5dfcf;
	border-left: 1px solid #e5dfcf;
	width: 100%;
	background: url(../images/stripe-block.gif);
	text-transform: uppercase;
}
ul.tabs-individual li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 36px;
	border: 1px solid #e5dfcf;
	border-left: none;
	margin-bottom: -1px;
	background: #f4f1ea;
	color: #c5bca7;
	overflow: hidden;
	width: 152px;
	position: relative;
}
ul.tabs-individual li a {
	text-decoration: none;
	color: #50462e;
	display: block;
	font-size: 11px;
	padding: 0 20px;
	border: 0px solid #fff;
	outline: none;
}
ul.tabs-individual li a:hover {
	background: #f8f7f3;
	background-image: url(../images/star2.gif);
	color: #318400;
}	
html ul.tabs-individual li.active, html ul.tabs-individual li.active a  {
	background: #fff;
	border-bottom: 1px solid #fff;
	background-image: url(../images/star1.gif);
	color: #318400;
}

html ul.tabs-individual li.active a:hover  {
	color: #318400;
}


.tab_container-individual {
	border: 1px solid #e5dfcf;
	margin-bottom: 20px;
	border-top: none;
	clear: both;
	float: left; 
	/*height: 220px;*/
	width: 660px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content-individual {
	padding: 22px;
	font-size: 11px;
	overflow: hidden;
	width: 616px;
}
.tab_content-individual h2 {
   color: #318400;
	font-weight: normal;
	padding-bottom: 4px;
	margin-top: 0px;
	border-bottom: 1px dotted #ddd;
	font-size: 22px;
}
.tab_content-individual h2 span{
	color:#494029;
}
.tab_content-individual h4 a {
	color: #318400;
	font-size: 18px;
	margin: -20px 0 0 0px;
	padding: 0px;
}

.tab_content-individual ul {
	margin-bottom: 20px;
}

.tab_content-individual ul li {
	color: #4c4331;
	font-size: 12px;
	height: 22px;
	background:url("../images/bullet.gif") no-repeat scroll top left transparent;
	padding-left: 16px;
	margin-left: 14px;
}

.tab_content-individual p {
	color: #343434;
	font-size: 12px;
	line-height: 170%;
	margin-bottom: 26px;
	text-align: justify;
}

.tab_content-individual img {
	float: left;
	margin: 0 13px 13px 0;
	border: 1px solid #ddd;
	padding: 14px;
}

/* ---------- HOMEPAGE PROMOTIONS ---------- */

.tab_content-individual .promo-block{
	float: left;
	width: 295px;
	margin: 0 26px 10px 0;
	padding: 0 0 8px 0;
}

.tab_content-individual .promo-block2{
	float: left;
	width: 295px;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
}

.tab_content-individual .promo-img{
	border: none!important;
	
}

.tab_content-individual .promo-img img{
	border: none!important;
	padding: 0 0 0 0!important;
	margin: 6px 0 0 0!important;
}

.tab_content-individual .promo-text{
	float:left;
	width: 295px;
	height: 52px;
	margin: 12px 0 10px 0;
	padding: 0 0 0 0;
}

.tab_content-individual .promo-text p{
	margin: 2px 0 4px 0;
	font-size: 11px!important;
	line-height: 13px;
	/*text-align: justify;*/
}


.tab_content-individual .caption {
	color: #312b1f;
	display: block;
	border-bottom:1px dotted #DDDDDD;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	margin: -4px 0 6px 0;
}

.tab_content-individual .read {
   display: block;
	background:url("../images/book-now-small.gif") repeat scroll 0 0 transparent;
   height:26px;
   margin:0;
   text-decoration:none;
   text-indent:-9000px;
   width:80px;
   float: right;
}

.tab_content-individual .read:hover{
	background:url("../images/book-now-small.gif") repeat scroll left bottom transparent;
}

.tab_content-individual a {
	text-decoration: none!important;
	color: #ffffff!important;
}

.tab_content-individual .clear {
	clear: both;
	margin-top: 12px;
}

.tab_content-individual .imap {
	border: 1px solid #e5dfcf;
	background-color: #fff;
	width: 614px;
	height: 588px;
}
.tab_content-individual .gallery li{
float: left;
    margin-left: 0;
    min-height: 120px;
    padding: 0;
}
.tab_content-individual .gallery{
	float:left;
}

/***************************** TOP LINKS TAB *************************************/
.tab-block-top-links {
width: 358px; 
margin: 3px auto 12px;
background-color: #fff;
}
ul.tabs-top-links {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e5dfcf;
	border-left: 1px solid #e5dfcf;
	width: 100%;
	background: url(../images/stripe-block.gif);
	text-transform: uppercase;
}
ul.tabs-top-links li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 36px;
	border: 1px solid #e5dfcf;
	border-left: none;
	margin-bottom: -1px;
	background: #f4f1ea;
	color: #c5bca7;
	overflow: hidden;
	width: 125px;
	position: relative;
}
ul.tabs-top-links li a {
	text-decoration: none;
	color: #50462e;
	display: block;
	font-size: 11px;
	padding: 0 20px;
	border: 0px solid #fff;
	outline: none;
}
ul.tabs-top-links li a:hover {
	background: #f8f7f3;
	background-image: url(../images/star2_short.gif);
	color: #318400;
}	
html ul.tabs-top-links li.active, html ul.tabs-top-links li.active a  {
	background: #fff;
	border-bottom: 1px solid #fff;
	background-image: url(../images/star1_short.gif);
	color: #318400;
}

html ul.tabs-top-links li.active a:hover  {
	color: #318400;
}


.tab_container-top-links {
	border: 1px solid #e5dfcf;
	margin-bottom: 20px;
	border-top: none;
	clear: both;
	float: left; 
	/*height: 220px;*/
	width: 358px;
	height:400px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content-top-links {
	padding: 22px;
	font-size: 11px;
	overflow: hidden;
	width: 320px;
}
.tab_content-top-links h2 {
   color: #318400;
	font-weight: normal;
	padding-bottom: 4px;
	margin-top: 0px;
	border-bottom: 1px dotted #ddd;
	font-size: 22px;
}
.tab_content-top-links h2 span{
	color:#494029;
}
.tab_content-top-links h4 a {
	color: #318400;
	font-size: 18px;
	margin: -20px 0 0 0px;
	padding: 0px;
}

.tab_content-top-links ul {
	margin-bottom: 20px;
}

.tab_content-top-links ul li {
	color: #4c4331;
	font-size: 12px;
	height: 22px;
	background:url("../images/bullet.gif") no-repeat scroll top left transparent;
	padding-left: 16px;
	margin-left: 14px;
}

.tab_content-top-links p {
	color: #343434;
	font-size: 12px;
	line-height: 170%;
	margin-bottom: 26px;
	text-align: justify;
}

.tab_content-top-links img {
	float: left;
	margin: 0 13px 13px 0;
	border: 1px solid #ddd;
	padding: 14px;
}