
/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;
	text-decoration: none;	
		
}


body {

	background-color: #5B0707;

	font: normal normal normal 12px "Arial", Geneva, sans-serif; 
	margin-top: 25px;
	margin-bottom: 20px;

}

	
	
body a img {
		
	border: 0;	
		
}

#borderTop {
	
	display: block;	
}

#borderBottom {
	
	display: block;	
}
	
	
.indent {
		
	padding-left: 20px;
		
}
	
.mediumFont {
		
	font-size: 12px;	
		
}
	
.nofloat {
		
	clear: both;	
		
}
	
.noHeight {
		
	height: 0px;	
		
}
	
	

.htmlContent {
		
	display: none;
		
}
	

.sitelink a {

	text-decoration: none;
	color: #000000;
	font-weight: bold;
	cursor: pointer;

}
	
	
.sitelink a:hover {

	text-decoration: underline;
	
}
	
		
.red {
		
	color: #FF0000;
	background-color: #FFFFFF;	
		
}
	
	
.white {
		
	color: #FFFFFF;	
			
}
	

.orange {
	
	color: #FF6600;
	
}

	
.grey {
	
	color: #999999;
	
}
	
.larger {
		
	font-size: 16px;	
		
}


.smaller {
		
	font-size: 14px;	
		
}
	
.smallest {
		
	font-size: 11px;	
		
}
	
.generalText {
		
		
	padding: 15px;	
		
}




h2 {
	
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	font-family: "times new roman";
}

h2 span {
	
	color: #000000;	
	font-family: arial;
	
}

h2.golfPackages {
	
	position: absolute;
	top: 160px;
	left: 132px;
	color: #FFFFFF;
		
}

h2.golfPackages a {

	color: #FFFFFF;

}

h2.golfPackages a:hover {

	color: #CCCCCC;

}

.leftPad5 {
	
	padding-left: 5px;	
}

.leftPad110 {
	
	padding-left: 110px;	
}


.leftPad100 {
	
	padding-left: 100px;	
}

.topBottomPad {
	
	padding-top: 20px;
	padding-bottom: 15px;	
}


#shell 	{
	
	/* the shell is set with auto left and right margins to centre the div on the screen */


	position: relative;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	display: block;
	background-color: #5B0707;
	background-image: url(images/siteBackground.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 3px;

	
	
}



#contentMain {

	color: #666666;
	display: block;
	width: 824px;
	z-index: 5;	
	background-color: #FFFFFF;
	position: relative;
	margin-left: 128px;
	margin-right: 6px;
}


#topNavHolder {
	
	padding-top: 50px;
	
}

#topMenu {
	
	list-style: none;
	width: 500px;
	position: absolute;
	top: 70px;
	left: 340px;
	
}


#topMenu li {
	
	float: left;	
	
}


#topMenu li a {
	
	color: #999999;
	border-right: 1px solid #999999;
	padding: 0 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;

}

#topMenu li a.last {
	
	border-right: 0px solid #999999;
	
}

#topMenu li a:hover {

	background-image: url(images/topMenuBackground_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}


#mainNavHolder {
	
	width: 824px;
	height: 238px;
	background-image: url(images/mainMenuBackground.jpg);
	background-repeat: no-repeat;
	margin-top: 70px;
	position: relative;
		
}

#flashMovie {
	
	position: absolute;
	top: -50px;
	left: 82px;
		
}


#upperMenu {
	
	list-style: none;
	width: 660px;
	position: absolute;
	top: 190px;
	left: 120px;
	
}


#upperMenu li {
	
	float: left;	
	
}


#upperMenu li a {
	
	color: #FFFFFF;
	border-right: 1px solid #999999;
	padding: 0 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: normal;
	display: block;

}

#upperMenu li.last a {
	
	border-right: 0px solid #999999;
	
}


#upperBand {
	
	width: 824px;	
	border-top: 20px solid #F4F4F4;
	height: 1px;
	margin-top: 20px;

}

#variableContent {
	
	width: 824px;	
	background-image: url(images/paisleyBackground.jpg);
	background-repeat: no-repeat;	
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#variableContent.golfPackages {
	
	background-image: none;
	
}

#textContent {
	
	width: 400px;
	position: relative;
	left: 110px;
	padding-top: 20px;	
	
}


#variableContent p {
	
	padding: 0;	
	line-height: 21px;
	
}

#variableContent a {
	
	color: #FF6600;	
}

#variableContent p.packagesAvailable {
	
	color: #66CC33;
	width: 345px;
	font-size: 20px;
	border-bottom: 3px solid #666666;
	text-align: center;	
	position: relative;
	left: 65px;
	padding-top: 20px;
	padding-bottom: 20px;	
}

#textContent.accommodation {

	width: 300px;	
	
}

#textContent.availability {

	width: 700px;
		
}	


#textContent.availability iframe.checkAvailability {

	margin-top: 20px;
	width: 640px;
	height: 800px;
	border: 0;
		
}	

#textContent.golfPackages {

	width: 410px;	
	left: 0px;
	padding-top: 5px;
	
}

#variableContent h2.golfPackages a {
	
	color: #FFFFFF;
}

#variableContent h2.golfPackages a:hover {
	
	color: #999999;
}

#textContent.dining {
	
	left: 55px;
	padding-top: 0;
	top: 1px;
		
}

#textContent.location {
	
	left: 55px;
	padding-top: 0;
	top: 1px;
	position: relative;
	z-index: 1;
}

#textContent.contribute {
	
	width: 650px;
	
}

#rightHandColumn {
	
	float: right;
	width: 200px;
	position: relative;
	right: 60px;
	top: 25px;	
	
}

#rightHandColumn.contact {

	float: none;
	width: 200px;
	position: relative;
	left: 250px;
	top: 0;	
	padding-top: 26px;
	
}

#rightHandColumn.contact p{
	
	line-height: 18px;
	
}

#logoOnGrey {
	
	position: relative;
	left: 300px;
	margin-top: 30px;	
	
}


#rightHandColumn a:hover {

	color: #999999;
	
}


#rightHandColumn.accommodation {

	width: 330px;
	padding-top: 15px;	
	
}

#rightHandColumn.terms {

	width: 330px;
	padding-top: 0px;
	top: 20px;	
	
}

#rightHandColumn.activities {

	width: 400px;
	padding-top: 15px;	
}

#rightHandColumn.dining {
	
	width: 330px;
	padding-top: 15px;	
	
	
}

#rightHandColumn.golfPackages {
	
	width: 380px;
	right: 20px;
	
}

#rightHandColumn.location {
	
	width: 300px;
	padding-top: 15px;
	padding-right: 30px;	
	
	
}


#rightHandColumn.dining p {
	
	padding-right: 50px;
	
}

#rightHandColumn.activities p {

	padding-right: 50px;
		
}


#golfPromoHolder {
	
	position: relative;
	width: 203px;
	height: 225px;
	background-image: url(images/golfPromoHolder.gif);
	background-repeat: no-repeat;
}

#golfPromoHolder.activities {

	top: 65px;
	background-image: url(images/golfPromoHolderDual.gif);
	background-repeat: no-repeat;
	height: 373px;
		
}


#golfPromoHolder.accommodation {
	
	margin-top: 15px;	
}


#golfGreen {
	
	position: relative;
	margin-top: 50px;
	left: 10px;	
	
}


#golfGreen.activities {
	
	margin-top: 42px;	
}

#golfCaddy {
	
	position: relative;
	margin-top: 10px;
	left: 12px;	
	
}

#golfPromoHolder a.golfpackageDetails {
	
	position: relative;
	display: block;
	margin-top: 20px;
	left: 25px;		
	color: #666666;
}

#golfPromoHolder a.golfpackageDetailsDual {
	
	position: absolute;
	top: 255px;
	left: 25px;		
	color: #666666;
}



#golfPromoList {
	
	list-style: none;
	width: 150px;
	position: relative;
	top: 20px;
	left: 22px;
		
	
}


#golfPromoList li a {
	
	display: block;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px solid #000000;
	padding-top: 6px;
	padding-bottom: 6px;
		
}


#homeMontage {
	
	position: relative;
	left: 53px;
	top: 0px;	
}


#diningMontage {
	
	position: relative;
	top: -10px;	
	
}

#lowerBand {
	
	position: relative;
	left: 54px;	
	height: 21px;
	width: 736px;
	
}

#lowerBand.location {

	top: 493px;
	z-index: 1;
	display: block;
	position: absolute;
	left: 0;
}

#greenBand {
	
	width: 736px;
	position: relative;
	left: 54px;	
	height: 21px;		
}

#locationMap {
	
	position: relative;
	display: block;
	z-index: 50;
	margin-bottom: 0;
}

#lowerMenu {
	
	list-style: none;
	width: 500px;	
	position: relative;
	top: 0px;
	left: 90px;
	padding-bottom: 20px;
	margin-top: 10px;
	
}

#lowerMenu li {

	display: inline;	
}

#lowerMenu li a {
	
	color: #999999;
	padding: 0 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;

}

#lowerMenu li a:hover {

	color: #CCCCCC;
	
}

#touristLogo {
	
	position: relative;
	left: 700px;
	display: block;	
	
}

#touristLogoSingle {
	
	float: right;
	
}

#routeFinderMenuHolder {
	
	position: relative;	
}

#strapline {
	
margin-top: 10px;	
	
}


#routeFinderMenu {
	
	list-style: none;
	width: 300px;	
	position: absolute;
	top: 25px;
	left: 410px;
	
}


#routeFinderMenu li {

	display: inline;
	border-right: 1px solid #999999;	
}

#routeFinderMenu li.first {

	border-left: 1px solid #999999;	
	
}

#routeFinderMenu li a {

	padding: 0 10px;
	color: #666666;

}

#routeFinderMenu li a:hover {

	color: #CCCCCC;
}

#quickContact {
	
	color: #FFFFFF;	
	width: 824px;
	margin-left: 128px;
	margin-right: 6px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;	
}

#quickContact a {
	
	color: #FFFFFF;	
	
}

#quickContact a:hover {

		color: #FF6600;	
}

#golfPackageList {

	position: relative;
	left: -25px;	
	list-style: none;
}


#golfPackageList li {

	line-height: 20px;
	background-image: url(images/golfballBullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 18px;
	padding-left: 25px;
	padding-top: 20px;

}


#golfPackageMiniList {

	position: relative;
	left: 0px;	
	list-style: none;
}


#golfPackageMiniList li {
	
	color: #0099FF;
	font-size: 20px;
	line-height: 20px;
	background-image: url(images/golfballBullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 18px;
	padding-left: 25px;
	padding-top: 20px;
	margin-left: 100px;

}

#golfPackageMontage {
	
	margin-bottom: 20px;
}


#golfPackagePhone {
	
	margin-bottom: 20px;
	
}

#golfer {
	
	margin-top: 70px;
	margin-bottom: -5px;
}



