/* CSS Document */

/*-------------------------------*/
/* ABOUT US specific style sheet */
/*-------------------------------*/


/* Row of 3 images on Golf landing page
--------------------------------------------------------------------*/
/* These 2 classes are taken from Golf set up */

.golfIntroPics { /* div holder for ALL 3 courses */
	height: 180px;
	margin: 0;
	padding: 0;
	}
.gc-singlePic {  /* div holder for INDIVIDUAL images/course */
	width: 140px;
	float: left;
	margin-right: 8px; 
	}
.gc-singlePic img { /* mouse over effect for images */
	border: 1px solid #fff;
	}
.gc-singlePic:hover img {
	border: 1px solid #5b1c47;
	}
.gc-singlePic img.course-H-sm,
.gc-singlePic:hover img.course-H-sm {
	border: none;
	}

.golfIntroHolder { /* Holding DIV for Golf Course copy */
	height: 100px;
	padding: 0;
	margin: 0;
	}
#fx h2 { /* Header style within Slide box */
	color: #5b1c47;
	}

/* individual styles for the navigation image replacement
--------------------------------------------------------------------*/
.locationMap-n,
.history-n, 
.siteMap-n {
	text-indent: -999em;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 16px;
	}

.locationMap-n, .locationMap-n:visited {
	background: url(../images/aboutus/location-n.gif) no-repeat 0 -20px;
	}
.locationMap-n:hover {
	background: url(../images/aboutus/location-n.gif) no-repeat 0 2px;
	}

.history-n, .history-n:visited {
	background: url(../images/aboutus/history-n.gif) no-repeat 0 -20px;
	}
.history-n:hover {
	background: url(../images/aboutus/history-n.gif) no-repeat 0 2px;
	}

.siteMap-n, .siteMap-n:visited {
	background: url(../images/aboutus/siteMap-n.gif) no-repeat 0 -20px;
	}
.siteMap-n:hover {
	background: url(../images/aboutus/siteMap-n.gif) no-repeat 0 2px;
	}

.locationMap-h, .history-h, .siteMap-h {
	text-indent: -999em;
	display: block;
	height: 15px;
	margin-left: 155px;
	padding-bottom: 0;
	margin-bottom: 0;
	}
.locationMap-h {
	background: url(../images/aboutus/location-n-h.gif) no-repeat;
	width: 170px;
	}
.history-h {
	background: url(../images/aboutus/history-h.gif) no-repeat;
	width: 170px;
	}
.siteMap-h {
	background: url(../images/aboutus/siteMap-h.gif) no-repeat;
	width: 180px;
	}


/* Holding DIV for Golf Course copy */

.golfIntroHolder {
	height: 100px;
	padding: 0;
	margin: 0;
	}
#fx h2 { /* Header style within Slide box */
	color: #5b1c47;
	}

/*--------------------------------------------------------------------*/
/* RIGHT HAND PANEL BOXES
----------------------------------------------------------------------*/

/* HOLDER STYLES */

#weddingMenuHolder, /* Wedding menu panel */
#weddingRequestHolder { /* Request a brochure */
	padding: 3px;
	margin: 0;
	margin-bottom: 10px;
	color: #333;
	width: 254px;
	border: 1px dotted #666;
	}
#weddingMenuHolder { /* Wedding menu panel HOLDER with border */
	margin-bottom: 20px;
	}
.shortcutsHolderWeddings { /* margin to move short cuts table down for Slide Menu */
	margin-top: 220px;
	}


/* PANEL CONTENT STYLES */

#weddingRequest { /* Request a brochure */
	margin: 0 auto;
	color: #333;
	padding: 10px;
	width: 234px;
	background: url(../images/bg-purpleStripe.gif) repeat 0 0;
	}
#weddingMenu { /* Wedding menu panel CONTENT inside */
	height: 232px;
	background: url(../images/weddings/menu-panel-bg.jpg) no-repeat;
	display: block;
	margin: 0;
	color: #fff;
	text-decoration: none;
	border-top: 1px dotted #fff;
	}
#weddingMenu h1 a, #weddingMenu h1 a:visited {
	position: relative;
	top: 180px;
	display: block;
	color: #5b1c47;
	padding: 8px 5px 0 15px;
	margin: 0;
	height: 25px;
	font-size: 14px;
	text-decoration: none
	}
#weddingMenu h1 a:hover {
	color: #fff;
	background: #5b1c47;
	text-decoration: none;
	}

/* Request brochure / booking box in packages content page */ 
.bookingBox {
	border: 1px dotted #5b1c47;
	padding: 8px;
	font-size: 12px;
	line-height: 160%
	}
.bookingBox p {
	padding: 0;
	margin: 0;
	}
.bookingBox br {
	padding: 0;
	margin: 5px 0;
	}
.bookingBox .arrowPurple {
	font-size: 21px;
	}
.bookingBox .telephone {
	font-size: 16px;
	padding: 15px 0 15px 5px;
	color: #5b1c47;
	}


/*--------------------------------------------------------------------*/
/* IFX SLIDE Styles													  */
/*--------------------------------------------------------------------*/

#fx { /* This DIV holds the content */
	position: absolute;
/*	left: 10px;*/
	font-size: 12px;
	margin-top: 140px;
}
#fx img { /* style to float images left */
	float: left;
	margin-right: 15px;
	}

.tabContent { /* Class and Style for sliding navigation */
	width: 415px;
	height: 100px;
	display: none;
	padding: 10px;
	}
#tabs {
	list-style: none;
	line-height: 30px;
	position: relative;
	left: 10px;
	width: 450px;
	z-index: 4000;
	border-bottom: 1px dotted #999;
	height: 40px;
	}
#tabs li a {
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 6px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
#tabs li a.active {
	background-color:#B5EF59;
	}
