/* Text mainly used for headings with a letter spacing of 1px.*/
.greySpacedHeading
{
	font-family: tahoma,arial; font-size: 14px; color: #000000; letter-spacing: 1px;
}


/* Text used for basic grey text.*/
.greyMainText
{
	font-family: tahoma,arial; font-size: 12px; color: #666666;
}


/* Text used for basic grey text.*/
.greyMainTextSmall
{
	font-family: tahoma,arial; font-size: 11px; color: #666666; text-decoration: none;
}


/* Text used for basic grey text bolded.*/
.greyMainTextBold
{
	font-family: tahoma,arial; font-size: 12px; color: #666666; font-weight: bold;
}


/* For links needed to match greyMainText class size. */
.greyMainLink
{
	font-family: tahoma,arial; font-size: 12px; color: #666666; text-decoration: none;	
}


/* Hover for greyMainLink class. */
.greyMainLink:hover
{
	color: #0C7EB9; text-decoration: underline;
}

/* For links needed to match greyMainText class size.(small) */
.greyMainLinkSmall
{
	font-family: tahoma,arial; font-size: 11px; color: #666666; text-decoration: none;
}


/* Hover for greyMainLinkSmall class. */
.greyMainLinkSmall:hover
{
	color: #0C7EB9; text-decoration: underline;
}


/* For links needed to match greyMainText class size(black text) */
.blackMainLink
{
	font-family: tahoma,arial; font-size: 13px; color: #000000; letter-spacing: 1px; text-decoration: none;
}


/* Hover for greyMainLink class. */
.blackMainLink:hover
{
	color: #0C7EB9; text-decoration: underline;
}


/* Used as a small link for entering various sections throughout site. */
.greyToBlueSmall
{
	font-family: tahoma,arial; font-size: 11px; color: #666666; text-decoration: none;
}


/* Hover for greyToBlueLinkSmall */
.greyToBlueSmall: hover
{
	color: #0C7EB9; text-decoration: underline;
}


/* Used for the main footer on each section */
.spacedWhiteText
{
	font-family: verdana, tahoma, arial; font-size: 14px; color: #ffffff; letter-spacing: 3px; text-decoration: none;
}


/* Used for the incentive link on the footer of each page */
.whiteToOrangeLink
{
	font-family: verdana,tahoma,arial; font-size: 14px; color: #FFFFFF; text-decoration: none;
}


/* Hover for the whiteToOrangeLink class */
.whiteToOrangeLink:hover
{
	color: #F58123; text-decoration: none;
}


/* Used to align center a background and no repeat */
.showBackgroundOnceCentred
{
	background-repeat: no-repeat; background-position: center top;
}


/* Used to set a custom image to lists. */
.CustomListObject
{
	list-style-image: url(../images/arrow.gif);
	list-style-type: circle;
}


/* Used to set properties of background image on main.htm */
.mainBackgroundAlignment
{
	background: url(../images/imageindex.jpg) center center no-repeat;
}


/* Background doesn't repeat */
.noRepeatBackground
{
	background-repeat: no-repeat;
}



/* Used for the return link */
.whiteToBlackLinkUnderlined
{
	font-family: verdana,tahoma,arial; font-size: 16px; color: #ffffff; text-decoration: none; font-weight: bold;
}


/* Hover for the whiteToBlackLinkUnderlined class */
.whiteToBlackLinkUnderlined:hover
{
	color: #ffffff; text-decoration: underline;
}

/* For the black background heading text also used for links*/
.sectionHeadingText
{
	font-family: verdana,tahoma,arial; color: #ffffff; font-weight: bold; letter-spacing: 2px; font-size: 10px;  text-decoration: none;
}

/* Hover for sectionHeadingText class */
.sectionHeadingText:hover
{
	color: #F58123;	text-decoration: underline;
}


/* Links for accommodation Page */
.accommodationPageLink
{

	font-family: tahoma,arial; font-size: 13px; color: #000000; letter-spacing: 1px; text-decoration: none;

}


/* Hover for accommodationPageLink class */
.accommodationPageLink:hover
{

	color: #0C7EB9; text-decoration: underline;

}


/* A link which simply place an underline when mouse'd over */
.smallGreyToUnderlineLink
{
	font-family: tahoma,arial; font-size: 11px; color: #666666; text-decoration: none;	
}


/* Hover for smallGreyToUnderlineLink */
.smallGreyToUnderlineLink:hover
{
	text-decoration: underline;
}

/* Information text for fullimages */
.whiteDetailsText
{
	font-family: verdana,tahoma,arial; color: #666666; font-size: 10px;
}


/* Imagery page main text */
.imageryMainText
{
	font-family: tahoma,arial; font-size: 12px; text-decoration: none; color: #F58123; font-weight: bold;
}

/* Colour Settings for javascript menu */
.menu {
	background-color: #95E2E2;
	border: 0px solid #95E2E2;
	font-family: tahoma,arial; font-size: 13px; color: #000000; text-decoration: none;
}

/* Colour Settings for javascript menu white */
.menuWhite {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: tahoma,arial; font-size: 13px; color: #000000; text-decoration: none;
}