/*
Stylesheet For: VSI Template V4.1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      		a: Plan Nav Menu
      		b: jQuery Drop Down Menu
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #A19F79 url(../../pics/bg.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	color: #2C6D00;
}
body, p, div, td {
	font-family: Arial,Verdana;
	font-size: small;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px;
	background: #D6D6D6;
	border: #C3C3C3 1px solid;
	color: #2B2B2A;
	text-decoration: none;
}
div#contentArea a.button:hover {
	background: #2B2B2A;
	color: #FFFFFF;
}
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 994px;
	margin: auto auto;	
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	color: #A19F79;
	font-size: x-large;
}

/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	height: auto !important;
	height: 172px;
	min-height: 172px;
	padding-left: 5px;
	padding-right: 5px;
}
#Header #keywordStrip{
	background:#999771;
	height:18px;
	font-size:85%;
	color:#5E5C40;
	padding-left:10px;
}
#Header #Address{
	color:#FFFFFF;
	height:22px;
	font-size:9pt;
	text-align:right;
}
#Header #Address a{
	color:#FFFFFF;
	text-decoration:none;
}
#Header #Address a:hover{
	color:#BCB996;
}
#Header #Links .divider,
#Header #Address .divider{
	padding:0px 10px 0px 10px;
}
#Header #Logo{
	float:left;
}
#Header #Links{
	float:right;
	width:740px;
	padding-top:1px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	font-size:12pt;
}
#Header #Links a {
	color:#FFFFFF;
	text-decoration:none;
}
#Header #Links input {
	border:solid 1px #FFFFFF;
	background:#DEDEDE;
	font-family:Arial;
	color:#AAAAAA;
	margin-right:3px;
}
#Header #Links .btnSubmit {
	color:#000000;
	border:1px solid #DEDEDE;
	cursor:pointer;
}
/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	padding-bottom: 10px;
	
}
#Wrapper .content{
	width:994px;
	background:transparent url(../../pics/bg-main.gif) repeat-y top left;
}
#Wrapper #BannerContent{
	border:2px solid #ECECE4;
}
#Wrapper #MainContent{
	border-bottom: 3px solid #ECECE4;
	border-top: 1px solid #ECECE4;
}
/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper #Navigation {
	width: 248px;
	height:522px;
	padding-top:22px;
	margin-right: 3px;
	margin-bottom:184px;
	float: right;
}
#Wrapper #Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Wrapper #Navigation ul li.selected {
	background:#FFFFFF;
}
#Wrapper #Navigation ul li a {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	font-size:110%;
	padding-left:10px;
	text-decoration: none;
}
#Wrapper #Navigation ul li.unselected_top,
#Wrapper #Navigation ul li.selected_top, 
#Wrapper #Navigation ul li.unselected_sub,
#Wrapper #Navigation ul li.selected_sub { margin: 1px 0px 1px 0px; }
#Wrapper #Navigation ul li.unselected_sub { display: none;}
#Wrapper #Navigation ul li.selected_top a,
#Wrapper #Navigation ul li.unselected_top a,
#Wrapper #Navigation ul li.unselected_sub a,
#Wrapper #Navigation ul li.selected_sub a,
#Wrapper #Navigation ul li.selected_sub_selected a {
	color: #FFFFFF;
	text-decoration: none;
}
#Wrapper #Navigation ul li.selected_sub a,
#Wrapper #Navigation ul li.selected_sub_selected a {
	height: 17px;
	padding-left:20px;
	font-size: small;
}
#Wrapper #Navigation ul li.selected_sub_selected a {
	color: #FFFFFF;
}
#Wrapper #Navigation ul li.buttonSubMenu {
	font-size: 85%;
}
#Wrapper #Navigation ul li.buttonSubMenu a {
	padding-left: 25px;
	color: #00AFFF;
}
#Wrapper #Navigation ul li a:hover {
	background: #E9E9E9;
	text-decoration: none;
	color:#A19F79;
}

/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	width: 736px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-left:2px;
	float: left;
}
#Wrapper #Page .GoogleMap {
	border:2px solid #000;
}
#Wrapper #Page .GoogleMap span {
	display:none;
}
#Wrapper #Page h1{
	padding:0px;
	margin:0px;
}
#Wrapper #Page .calendar_icon {
	background: transparent url(../../pics/VSI/icons/calendar_icon.gif) top left no-repeat;
	border: 0;
	margin: 2px 0 0 0;
	width: 18px !important;
	width: 16px;
	height: 17px !important;
	height: 15px;
}
#Wrapper #Page #contentArea {
	padding:0 24px 0 24px;
}
#Wrapper #Page #contentArea h1 {
	font-size:180%;
}
#Wrapper #Page #contentArea h2 {
	font-size:150%;
	margin:12px 0 0 0;
	padding:12px 0 0 0;
}
#Wrapper #Page #contentArea p,
#Wrapper #Page #contentArea ul li,
#Wrapper #Page #contentArea table tr td {
	font-size:140%;
}
#Wrapper #Page #contentArea .hpPromoBoxLast,
#Wrapper #Page #contentArea .hpPromoBox {
	width:215px;
	background:#F1EFDF;
	padding:3px;
	margin-right:10px;
	float:left;
	font-size:80%;
}
#Wrapper #Page #contentArea .hpPromoBoxLast{
	margin-right:0px;
}
#Wrapper #Page #contentArea .hpPromoBoxLast p.hpPromoBoxTitle,
#Wrapper #Page #contentArea .hpPromoBox p.hpPromoBoxTitle{
	padding:0px;
	margin:0px;
	padding:3px;
}
#Wrapper #Page .hpPromoBoxLast p.hpPromoBoxTitle a,
#Wrapper #Page .hpPromoBox p.hpPromoBoxTitle a{
	color:#2C6D00;
	text-decoration:none;
}
#Wrapper #Page #contentArea .hpPromoBoxLast p.hpPromoBoxTitle a:hover,
#Wrapper #Page #contentArea .hpPromoBox p.hpPromoBoxTitle a:hover{
	text-decoration:underline;
}
#Wrapper #Page #contentArea .hpPromoBoxLast a img,
#Wrapper #Page #contentArea .hpPromoBox a img{
	border:none;
}
#Wrapper #BannerContent #BannerStrap{
	background:#003E59;
	display:block;
	margin-top:320px;
	height:25px;
	padding:5px 5px 5px 5px;
	color:#FFFFFF;
	font-weight:bold;
}
#Wrapper #BannerContent #Banner {
	padding:0px;
	margin:0px;
}
#Wrapper #BannerContent #Banner #slideshow,
#Wrapper #BannerContent #Banner #slideshow #slidesContainer,
#Wrapper #BannerContent #Banner #slideshow #slidesContainer .slide {
	margin:0;
}
#Wrapper #BannerContent #Banner #slideshow #slidesContainer {
	overflow:auto; /* allow scrollbar */
	float:left;
}
#Wrapper #BannerContent #Banner #slideshow #slidesContainer .slide {
	margin:0 auto;
}
#Wrapper #BannerContent #Banner #slideshow .control {
	display:block;
	width:28px;
	height:28px;
	margin:114px 0 0 0;
	text-indent:-10000px;
	float:right;
	cursor:pointer;
}
#Wrapper #BannerContent #Banner .slideNo {
	position:relative;
	height:18px;
	top:-25px;
	padding:0 0 0 8px;
}
#Wrapper #BannerContent #Banner .slideNo div {
	float:left;
	cursor:pointer;
	width:19px;
	height:18px;
	margin:0 5px 0 0;
	padding:0;
	text-align:center;
	background:transparent url(../../pics/bannerBtnBg.gif) no-repeat 0 0;
	color:#FFFFFF;
}
#Wrapper #BannerContent #Banner #slideshow .slideNo div.current {
	font-weight:bold;
}
#Wrapper #Page .tripadvisor{
	float:right;
	margin:0 0 10px 10px;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer .content {
	padding-top: 10px;
}
#Footer #AAStars{
	float:right;
	position:relative;
	margin-top:-104px;
	margin-right:50px;
}
#Footer #BeechesLink{
	float:right;
	position:relative;
	margin-top:-110px;
	width: 248px;
}
#Footer #VSIDetails{
	float:left;
	width:250px;
	color:#FFFFFF;
}
#Footer #CopyrightDetails a,
#Footer #VSIDetails a{
	color:#FFFFFF;
	text-decoration:none;
}
#Footer #CopyrightDetails a:hover,
#Footer #VSIDetails a:hover{
	color:#BCB996;
}
#Footer #CopyrightDetails{
	float:right;
	text-align:right;
	color:#FFFFFF;
	width:400px;
}

/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
table#tblNav {
	width: 100%;
	background: #E9E9E9;
	padding: 5px;
}

div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}
/* *********************************************************** */
/* D. Gallery - jQuery lightBox plugin - Gallery style		*/
/* *********************************************************** */
#gallery {
	margin:0;
	padding:0;
}
#gallery ul {
	list-style: none;
	padding:0;
	margin:0;
}
#gallery ul li {
	display: inline;
	padding:0 10px 10px 0;
}
#gallery ul img {
	padding:2px;
	border: 4px solid #D6D6D6;
	margin-bottom:8px;
}
#gallery ul a:hover img {
	border: 4px solid #FFF;
	color: #FFF;
}
#gallery ul a:hover {
	color: #FFF;
}

/* Trip Advisor */

#Page #TA_selfserveprop257{
	float:right;
	margin:5px;
}
