body {
	margin: 0 0 0 0;
	text-align:center;
	background: url(images/jpegs/bgmain.jpg) repeat-x #000000;
}
html {
overflow: -moz-scrollbars-vertical;
}
#container {
	width: 100%;
	z-index: 1;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0;
}
.toptableheight{
	height: 102px;
}
.leftbg {
	background-image: url(images/jpegs/bgleft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:auto;
}
.rightbg {
	background-image: url(images/jpegs/bgright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:auto;
}
.bottomBG{
	background: #3A3A3A;
	border-top: 2px solid #999999;
	height: 76px;
}
.maincontent{
	width: 782px;
}
.navBg{
	width: 100%;
	height: 40px;
}
.contentBG{
	background: url(images/jpegs/contentBG.jpg) no-repeat #000000;
}
.spacer{
	height: 5px;
}
.subcontent{ 
	background:#000000;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	height: 450px;
}
.subcontentnav{ 
	background:url(images/gifs/subcontentbg.gif) repeat-y #000000;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	height: 450px;
}
.headerBG{
	height: 31px;
	background:url(images/gifs/headerBG.gif) repeat-x;
	display:block;
	padding: 6px 0 0 60px;
}
.tdBG{
	background-color:#FF9900;
	color:#000000
}
.tdBG2{
	background-color:#333333;
	height: 100% auto;
}
.tdBG3{
	background-color:#666666;
}

hr.listSeparator {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}
a, a:link, a:visited, a:active {
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
.gallerytitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: uppercase;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	text-align:center;
	width: 144px;

 }
.navtext { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: uppercase;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	padding-left:2px;
	padding-right:2px;
 }
a.navtext:link, a.navtext:visited, a.navtext:active  {
	text-decoration: none;
	font-weight: bold;	
	color: #fff;
}
a.navtext:hover {
	text-decoration: none;
	font-weight: bold;	
	color: #ff9900;	
} 

.emailtext { 
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	text-transform: none;
	color: #006699;
 }
a.emailtext:link, a.emailtext:visited, a.emailtext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #006699;
}
a.emailtext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #000000;	
} 
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
 }
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #fff;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #FF9900;	
} 
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.featureslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#wrap2{
	width: 100%;
}
ul {margin:0px; padding:0px;}
#featurehome ul { width: 100%; clear: left; overflow: hidden;}
#featurehome li { float: left; margin: 0 auto; display: inline; padding: 0 3px 0 3px;}

#wrap3{
	width: 100%;
}
#educationalprogrammes ul {  clear: both; overflow: hidden;}
#educationalprogrammes li { float: left; margin: 0 auto; display: inline; padding: 3px;}
#educationalprogrammes li a{  padding:14px;}

#clubslist ul {  clear: both; overflow: hidden;}
#clubslist li { float: left; margin: 0 auto; display: inline; padding: 3px;}
#clubslist li a{  padding:14px;}


#gallery li { float: left; margin: 0 auto; display: inline; padding: 12px;}
#gallery li a {padding: 2px; text-align:center;}

/*start of menu*/

#wrap{
	clear: right;
	margin: 0;
}
#navbar {
	position: relative;
	margin: 0;
	padding: 0;
	width: 340px;
	height: 20px;
}
#navbar li {
    list-style: none;
    float:left;
}
#navbar li a {
    display: block;
    padding: 3px 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold; 
	font-size:10px;
	font: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: url(images/gifs/navbullet.gif) no-repeat;
}
#navbar li a:hover {
    color: #cccccc; 
	background: url(images/gifs/navbullet2.gif) no-repeat;

}

/*end of menu*/


/*start of submenu*/

#wrapsub{
	margin: 0;
}
#subnavbar {
	margin: 0;
	padding: 0;
}
#subnavbar li {
    list-style: none;
	text-align:left;
}
#subnavbar li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size:10px;
	font: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	border-bottom: #CCCCCC solid 1px;
	display: list-item;
	padding-bottom: 4px;
	list-style-position: outside;
}
#subnavbar li a:hover {
    color: #cccccc; 

}

/*end of submenu*/




.mainborder {
	border: 1px #000000 solid;
}
.dashedborder {
	border: 1px #000000 dashed;
}
.dottedborder {
	border: 1px #000000 dotted;
}
.welcometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fff;
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
}
.imageDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.transBack{
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50);
	background-color: #FFFFFF;
}.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.newslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.newsheadlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.subheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #fff;
}
input {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
textarea {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.contactformbg {
	background-image:url(images/gifs/forms/bg.gif);
	background-repeat:repeat-y;
}

table, td, a {
/*	color: #ffffff;*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	height: 315px;
	overflow: auto;
	width: 525px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 525px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 525px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 525px;
}
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 299px;
	overflow: auto;
	width: 509px;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	padding: 2px 3px 3px 4px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 509px;
}

html>body tbody.scrollContent td + td {
	width: 509px;
}

html>body tbody.scrollContent td + td + td {
	width: 509px;
}

.picborder{
	border: 1px #cccccc solid;
}
.picborder a{
	border: 1px #cccccc solid;
}
.picborder a:hover {
	border: 1px #990000 solid;
}

/*lightbox css*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;	
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/gifs/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/gifs/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/gifs/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}



#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
	vertical-align: top;
}
.side-a-header {
	background-color:#000000;
	display:block;
	padding: 4px;
}
#side-a {
	float: left;
	width: 31%;
	background-color:#828282;
	padding: 6px;
}
#side-a-underneath {
	float: left;
	width: 31%;	
	background-color:#FF6600;
	padding: 6px;
	vertical-align:top;
}

#buttons {
	width:100%;
	clear:both;

}
#contentsub { 
	float: right;
	width:64%;
	vertical-align: top;

}