/*
 * This CSS file handles the styling of the elements. 
 * For example: text formatting, background images and colours are handled here
 */

/***************************************************************************
 Body and main container
***************************************************************************/

body {     
    /* Text colour: White */
    color: #FFFFFF;
    
    /* <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position> */
    background: #659D32 none;
}

div#container {
    /* Black */
    color: #000000;
    
    /*Original BG colour*/
    /*background: #e6d99c;*/
    background: #fff9bd url("../images/backgroundsmall.jpg") repeat;
}

/***************************************************************************
 Header and branding
***************************************************************************/
div#header {    
    background: #e6d99c;
}

/***************************************************************************
 Top navigation menu
***************************************************************************/

div#mainnavigation {
    background: #426208 none;
}

ul#navlist {
    color: #FFFFFF;
    font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: bold;
}

ul#navlist li a {
    background: #426208 none;
    color: #FFFFFF;
    text-decoration: none;
}

ul#navlist li a:hover,
ul#navlist li a:active {
    background: #7B9D25 none;
    font-weight: bolder;
}

ul#navlist li a.selectedmenu {
    background: #7B9D25 none;    
    font-weight: bolder;
}

/***************************************************************************
 Main content - general (applies to all pages)
***************************************************************************/

h2 {
    font-family:  "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    font-style: italic;    
}

div#content p {
    font: normal 1em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    line-height: 2.25em;
}

div#content h3 {
    font: bold 1.2em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    line-height: 1.75em;
    text-decoration: underline;
}

/***************************************************************************
 Home Page
***************************************************************************/

div#content p.featureimagecaption {
    text-align: center;
    font: bolder normal 1.0em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    font-style: italic;
}

/***************************************************************************
 Facilities Page
***************************************************************************/
table#facilitieslist {
    text-align: center;
}

table#facilitieslist {
    font: normal 1em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    
    /* Red (if changing this to black, must specify the HEX for black explicity
    as <= IE6 was showing white text when nothing specified, for some reason*/
    color: #ff0000;
    line-height: 3em;
}

/***************************************************************************
 Gallery Page
***************************************************************************/

.noflash {
    font: bolder 1.2em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}

.galleryplug {
    font-size: 0.5em;
    text-align: center;
}

/***************************************************************************
 Rates Page
***************************************************************************/

table#rates {
    /* Red */
    background: #ff0000;
    text-align: center;
}

table#rates caption {
	color: #9ba9b4;	
	letter-spacing: 0.1em;
	text-decoration: underline;
	font: bolder 1.2em/2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}		

table#rates td, th {
    /* Black */
	color: #000000;		
	font: bold 1em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

table#rates thead th {
	font: bold 1.2em/2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #66a3d3;
}

/* 24/04/10 New latest availability info */
div#availheader {
    font: bold 1.5em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

div#latestavail {
    font: normal 1em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    line-height: 2.25em;
}

/* End 24/04/10 New latest availability info */

/***************************************************************************
 Contact Page
***************************************************************************/

ul#contactlist li {
    font: normal 1em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    line-height: 2.25em;    
}

.contactmethod {
    font-weight: bolder;
}

/***************************************************************************
 Footer
***************************************************************************/

div#footer {
    text-align: right;
    font: normal 1em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}

/***************************************************************************
 Miscellaneous
***************************************************************************/

.funkytext {
    font: bolder italic 2.4em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}

.attentiongrab {
}