/* Stylesheet created by TechnoPhobia - www.technophobia.com */
/* DavidT@technophobia.com - June 2006  */

/* ---------------------------------------------------------------------------------------------------------------------------------- */

/* 	This is the NORMAL font size style sheet. There are smaller and larger font size versions 
	Any colour information which differs between schemes should go in colour_x.css files
	Any font size information which should NOT change when the size increase / decrease buttons are used should be in the styles.css file*/

/* ---------------------------------------------------------------------------------------------------------------------------------- */




body {
	font: normal 101%/130% verdana, geneva, arial, sans-serif;
	}
	
p {
	font-size: 0.7em; 
	line-height: 1.2em;
	}

	
/* ---------------------------------------------------------------------------------*//* Text size buttons */

ul.text-size li.down a {
	font-size: 12px;
	}
	
ul.text-size li.up a {
	font-size: 15px;
	}


/* ---------------------------------------------------------------------------------*//* top small wee nav */	

ul.small-nav {
	font-size: 0.6em;
	}

h4 {
	font: normal 1.2em/1em "trebuchet ms", verdana, geneva, arial, sans-serif;
	}
	

/* ---------------------------------------------------------------------------------*//* hotel defined nav*/

ul.defined-nav li {
	font-size: 0.7em;
	}
	
h2 {
	font: normal 1.4em/1.3em "trebuchet ms", verdana, geneva, arial, sans-serif;
	}
	

/* ---------------------------------------------------------------------------------*//* =Body Styles */
/* ---------------------------------------------------------------------------------*//* left hand col*/

#nav_col ul {
	font-size: 0.7em;
	line-height: 1em;
	}
	

/* ---------------------------------------------------------------------------------*//* main cols */

ul.crumbs {
	font-size: 0.7em;
	font-weight: bold;
	}
	
ul.crumbs li {
	color: #000;
	}
	
ul.crumbs li a {
	color: #000;
	}
	
div.text_box_1_colour_a h3 {
	font: normal 1.1em/1.2em "trebuchet ms", verdana, geneva, arial, sans-serif;
	}
	
h3 {
	font: normal 1.05em/1.2em "trebuchet ms", verdana, geneva, arial, sans-serif;
	}
	
div.text_box_1_colour_a h1 {
	font: normal 1.1em/1.2em "trebuchet ms", verdana, geneva, arial, sans-serif;
	}
h1 
{
	font: normal 1.05em/1.2em "trebuchet ms", verdana, geneva, arial, sans-serif;
	/*font: bold 0.95em/1.2em verdana, geneva, arial, sans-serif;
	padding: 5px 12px;*/
	}
	
h5 {
	font: bold 0.85em/1.1em verdana, geneva, arial, sans-serif;
	padding: 4px 12px;
	}
	
/* ---------------------------------------------------------------------------------*//* footer */

#footer_contact p {
	font-size: 0.6em; 
	line-height: 1.2em;
	}

.footnote {
	font-style: italic;
	}


/* ---------------------------------------------------------------------------------*//* style switcher buttons */

ul.text-size li.down, 
ul.text-size li.up {
	visibility: visible;
	}
	
ul.text-size li.normal {
	visibility: hidden;
	}

ul.text-size li.up {
	position: absolute;
	right: 0;
	}

ul.text-size li.down {
	position: absolute;
	right: 30px;
	}