@charset "utf-8";
/* CSS Document */
/*
ADDITIONAL CSS TO BLUEPRINT
*/
A:link {text-decoration: none; color:#000;}
A:visited {text-decoration: none; color:#000;}
A:active {text-decoration: underline; color:#000;}
A:hover {text-decoration: underline; color:#000;}

body
{
	background:url(../images/background.jpg);
	background-repeat:repeat;
}

/*MENU STYLE*/
#menuPosition
{	
	position:relative;
	top:110px;
	width: 950px; 
	height: 43px;
	background-color:#FFF;
	background:url(../images/menu-bg.gif);
	background-repeat:repeat-x;
	
}

ul#menu { 
	width: 950px; 
	height: 43px; 
	/*background: #FFF url("../images/menu-bg.gif") top left repeat-x; */
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	position:relative;
	top:-110px;
}
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 35px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("../images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }


/*SUB COMP MENU STYLE*/
#compMenuPosition
{
	background-color:#ffffff;
	width:950px;
}

/*sub menu style*/
ul#menuSub { width: 100%; height: 43px; background: #FFF url("../images/current-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menuSub li { display: block; float: left; margin: 0 0 0 5px; }
ul#menuSub li a { height: 43px; color: #fff; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menuSub li a:hover { color: #333; }
ul#menuSub li a.current{ color: #FFF; background: #FFF url("./images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }

/*SUB COMP MENU STYLE*/
#polyMenuPosition
{
	position:absolute;
	left:315px;
	top:153px;
	width:420px;
}



/*make into a class for validation*/
.whiteBack
{
	background:#fff;
}

.blackBack
{
	background:#000;
}

#boxBackColour
{
	background:#E5E5E5;
	padding:1.5em;
	margin-bottom:1.5em;
}

#boxBackColour2
{
	background:#FFF;
	padding:1.5em;
	margin-bottom:1.5em;
}

#boxBackWhite
{
	padding:1.8em;
	margin-bottom:1.5em;
}

.footerLink
{
	height:80px;
	background:url('../images/foot.png') transparent repeat scroll 0 0;
	position:relative;
}

.footerText
{
	color:#000;
	padding-top:15px;
	padding-left:780px;
}

.facebookLink{position:absolute; top:5px; left:10px; color:#000000 !important;}

.title
{
	padding-left:40px;
	padding-top:20px;
}

.titleAbout
{
	padding-top:20px;
	top:0px;
}

/*table style*/

td.datacellone {
	background-color: #CCC; color: black;
}
td.datacelltwo {
	background-color: #666; color: black;
}

/*gallery thumbnail style*/
.thumb{
	width:120px; 
	height: 120px; 
	text-align: center; 
	float: left; 
	margin: 10px;
	/*
	border-style:solid;
	border-width:medium;
	background-color:#000;
	*/
}

.GalleryColour
{
	background:#E5E5E5;

}

.whiteText
{
	
	color:#FFF;
}


.pageNumbers
{facebookLink
	color:#ffffff;
}

.pageNumbers a
{
	color:#ffffff;
}

/*Admin link*/
.adminLink{padding:40px 0 0 10px;}

/*FACEBOOK link color*/
.name_block{color:#cccccc !important;}



