@charset "UTF-8";
body{
background-image:url(/assets/minisliver.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#999;
}

/* CSS Document */

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#333333;
	border:#669999 1px solid;
	background:#ffffff;
	padding:1%;
}
/* menu */
#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	width:100%;
	float:left;
	margin-bottom: 5px;
	}
#menu {
	text-align: center;
	color: #669999;
	font-weight: bold;
}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #669999;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #666666;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:130px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
/* end menu */


/* global divs */
#banner {
	background-color: #FFFFFF;
	height: 195px;
	color: #669999;
	text-align: center;
	background-image: url(../assets/fflogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#quick_links {
	float: right;
	width: 17%;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #CCCCCC;
	background-image: url(lh_border.png);
	background-repeat: no-repeat;
}
#body_text {
	float: left;
	width: 100%;
	margin-top: 0px;
}

/* global tags */
p{
padding:2px;
}
img{
border:#333333 1px solid;
}


/* global classes */
p.center{
text-align:center;
}
p.centerbold{
font-size:1.1em;
text-align:center;
font-weight:bold;
}
ul.center{
margin-left:150px;
}
.bluebg h1,h2{
color:#000000;
font-size:120%;
text-decoration:none;
text-align:center;
padding-top:10px;
padding-bottom:15px;

}
.whitebg h1,h2{
color:#000000;
font-size:105%;
text-decoration:none;
text-align:center;
padding-top:10px;
padding-bottom:15px;
background:#fff;
}
.center h1,h2,h3,h4{
text-align:center;
}

.fltrt {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.italic i{
color:#660033;
}

.imgctr img{
width:100px;
border:1px solid black;
text-align:center;
}


/* left column */

#leftcolumn{
float:left; 
width:25%;
}

#leftcolumn h1{
font-size:95%;
}
#leftcolumn img{
margin-left:35px;
margin-right:auto;
}
/* main content column */
#main{
float:left;
height:600px;
width:70%;
padding-left:2%;
padding-right:2%;
padding-top:30px;
background-color:#FFFFFF;

}

#main h1{
font-size:1.4em;
text-align:center;
background-image:url(opaquerace.jpg);
height:50px;
color:#fff;
padding-top:20px;
}

#main h2{
font-size:1.2em;
text-align:center;
color:#cc9933;
}

#main img{
margin-left:190px;
margin-right:auto;
border:5px solid black;
}
#main p{
color:#333333;
padding-top:10px;
padding-bottom:10px;
}
#main a{
text-align:center;

}
#photoleft{
float:left;
}
#photoright{
float:left;
}
/* right column */
#rightcolumn{
float:left; 
width:22%;
padding-right:5px;
padding-top:10px;
padding-left:10px;
height:600px;
border-left:#cc6633 5px groove;
}
#rightcolumn li{
color:#000000;
background-image:url(../assets/arrow.gif);
background-repeat: no-repeat;
background-position: 0.2em;
padding-left:1em;
}
#rightcolumn ul{
list-style-type: none;
padding: 0;
margin: 0;
}
#rightcolumn a
{
color:#005FA9;
font-size:95%;
text-decoration:none;
}


/* footer divs */
#footer {
	font-size: 70%;
	clear: both;
	background-color: #669999;
	color: #FFFFFF;
	text-align: center;
	margin-top:-20px;
}
#footer a {
	color: #FFFFFF;
}

.linkcentre{
margin-left:190px;
}
.spacer{
margin-top:50px;
}
/* box classes */
.box ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
.box li
{
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0.4em;
padding-left: 2em;
}
.box p
{
text-align:left;
}
.box a
{color:#CCCCCC;
}

/* classes to create boxes */

.bl {background: url(../assets/blo.gif) 0 100% no-repeat  #cc6633; width: 15em;}
.br {background: url(../assets/bro.gif) 100% 100% no-repeat;}
.tl {background: url(../assets/tlo.gif) 0 0 no-repeat;}
.tr {background: url(../assets/tro.gif) 100% 0 no-repeat; padding:10px;}
.clear {font-size: 1px; height: 1px;} 

/* box text colour */
.whitefont {color:#FFFFFF;text-align:center;background:#cc9933;} 
.whitefontctr {color:#FFFFFF;text-align:center;}

/*marquee news classes*/
.news_div {
	color:#ffffff;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color:#cc9933;
}
.news_div h1,h2,h3,h4 {
	color:000000;
	font-size:90%;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
	padding-bottom:15px;
}

.news_div li{
overflow: auto; 
marquee-speed:slow;
overflow-style:marquee-block;}

.news_div ul li a{
color:#000000;
}

/* marquee creation divs */

#marqueecontainer{
position: relative;
width: 189px; /*marquee width */
height: 80px; /*marquee height */
background-color: white;
overflow: hidden;
border: 2px solid #cc9933;
padding: 0px;
padding-left:0px;
}
#marqueecontainer ul{
color:#000000;
}
#marqueecontainer li{
padding-left:2px;
list-style-type:none;
}
#marqueecontainer p{
color:#000000;
padding-left:25px;
}
#marqueecontainer a{
color:#000000;
}
/* */
.fevents h1{
color:#FFFFFF;
padding-left:25px;
font-size: 90%;
}
.fevents img{
width:50%;
}
/*gallery classes*/
#gallery h1{
font-size:95%;
text-align:center;
}
/*enquiry form classes*/
.form p{
text-align:left;
padding-left:5px;
}
