@charset "utf-8";
/* CSS Document */


body {background-color: #CFCFCF;
	behavior: url("csshover3.htc"); 
	}
	
	
a:link {color:#660033;}      /* unvisited link */
a:visited {color:#666;}  /* visited link */
a:hover {color:#000;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */


img.logo{
	margin: 0;	
	display: inline;
}

/* Main page structure */

#container {
	width: 1000px;
	height: 100%;
	background-color:#fff; 
	margin-left: auto;
	margin-right: auto;
	padding: 20px;	
}

#header {
	width: 1000px;
	height: 100px;
	background-color:#fff; 
	margin-left: auto;
	margin-right: auto;
}

#header_contentbox {
	clear: left;
	float:right;
	width: 350px;
	height: 100px;
	margin-left: 15px;
	background-color:#fff; 
	text-align:right;
}


#content {
	width: 1000px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
}

/* Page Specific structure */

/* Twitter */

#rightcolumn_twitterbox {
	width: 400px;
	height: 300px;
	margin-bottom: 40px;
}


/* Map Pages */

#rightcolumn_maps {
	clear: left;
	float:right;
	width: 240px;
	height: 590px;
	background-color:#F5F5F5;
	padding: 10px;
	
}


#leftcolumn_maps {
	width: 720px;
	background-color:#fff;
}


#map_container{
	width: 1000px;
	height: 475px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}


img.rightsideimg {
	margin-top: 25px;
	margin-left: 5px;	
	padding: 5px;	
	border: 0;
}


/* Front Pages */

#rightcolumn_front {
	clear: left;
	float:right;
	width: 400px;
	height: 850px;
	background-color:#F2F2F2;
	
}


#rightcolumn_float{
	clear: left;
	float:right;
	width: 400px;
	height: 100%;
	margin-bottom: 20px;
	margin-left: 15px;
	background-color:#FFF;
	
}

#rightcolumn_gallery{
	clear: left;
	float:right;
	width: 400px;
	height: 850px;
	margin-left: 15px;
	background-color:#FFF;
}

#footer_address_box{
	float:left;
	width: 500px;
	height: 100px;
	margin-left: 25px;
}



#leftcolumn_front {
	width: 590px;
	background-color:#fff;
}


img.frontvenues {
	margin-top: 10px;		
	border: 0;
}

/* Menu links and structure */

.menu{
	border:none;
	border:0px;
	margin:10px 0 10px 0;
	padding:0px;
	font: 67.5% "Arial";
	font-weight:bold;
	font-size:16px;
	}
.menu ul{
	background:#660033;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#660033 url("../images/seperator.gif") bottom right no-repeat;
		color:#fff;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 35px;
		text-align:center;
		text-decoration:none;
		}
		
/* Stupindo IE6 fix with htc file */		

 .menu li a:visited, .menu ul li:visited a{
			color:#fff;
			
			}

	 .menu li a:hover, .menu ul li:hover a{
			background: #fff url("../images/hover.gif") bottom center no-repeat;
			color:#000;		
			}
	

	.menu li ul{
		background:#660033;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
	}
		
	.menu li:visited ul{
		display:block;
		
		}
	.menu li li {
		background:url('../images/sub_sep.gif') bottom left repeat-x;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		color:#fff;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#fff url('../images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#000;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
		
		
/* Text formatting */


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-size: 36px;
	color: #660033;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size: 15px;
	
}

p.small {
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size: 12px;
	
}

.heavytext {
	font-weight: bold;
}

.heading_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000;
	
}

.heading_violet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #660033;
	
}


.heading_smallblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
	
}

.heading_smallviolet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #660033;
	
}


.contact_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #000;
	
}

.contact_violet {
	color: #660033;
}

.maintext {
	font-family: Arial;
	font-size: 18px;
	
}


.maintext_contact {
	font-family: Arial;
	line-height:30px;
	font-size: 18px;
	
}

.sideinfo_title {
	font-family: Arial;
	font-size: 18px;
	margin-left: 5px;
}

.footer_text{
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}

/* Page elements */

#map_container{
	width: 1000px;
	height: 475px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}


#footer {
	width: 1000px;
	height: 150px;
	clear: both;
	background-image: url(../images/footer.jpg)
}

/* CSS Styling for results table */


table.facilitiesTable{

width: 450px;
background-color: #fafafa;
border-collapse: collapse;
border-spacing: 0px; 
border-bottom: 3px solid #660033;
margin-left: 60px;

}

/* Header Row*/

table.facilitiesTable td.header{

font-family: Georgia, "Times New Roman", Times, serif;
color: #000;
font-size: 25px;
border-bottom: 3px solid #660033;
border-top: 3px solid #660033;
background-color: #fff;
padding-top: 6px;
padding-bottom: 6px;

}


/* Standard Row*/

table.facilitiesTable td.standard{

font-family: Arial, Helvetica, sans-serif;
line-height:20px;
font-size: 15px;
border-bottom: 1px solid #D8D8D8;
background-color: #fff;
padding-top: 4px;
padding-bottom: 4px;

}

/* Alternate Standard Row*/

table.facilitiesTable td.alt{

font-family: Arial, Helvetica, sans-serif;
line-height:20px;
font-size: 15px;
border-bottom: 1px solid #D8D8D8;
background-color: #F2F2F2;
padding-top: 4px;
padding-bottom: 4px;

}


/* CSS Styling for prices table */


table.pricesTable{

width: 900px;
background-color: #fafafa;
border-collapse: collapse;
border-spacing: 0px; 
border-bottom: 3px solid #660033;
margin: 10px 0 40px 50px;
}

/* Header Row*/

table.pricesTable td.header{

font-family: Georgia, "Times New Roman", Times, serif;
color: #000;
font-size: 25px;
border-bottom: 3px solid #660033;
border-top: 3px solid #660033;
background-color: #fff;
padding-top: 6px;
padding-bottom: 6px;

}


/* Standard Row*/

table.pricesTable td.standard{

font-family: Arial, Helvetica, sans-serif;
line-height:20px;
font-size: 15px;
border-bottom: 1px solid #D8D8D8;
background-color: #fff;
padding-top: 4px;
padding-bottom: 4px;

}

/* Alternate Standard Row*/

table.pricesTable td.alt{

font-family: Arial, Helvetica, sans-serif;
line-height:20px;
font-size: 15px;
border-bottom: 1px solid #D8D8D8;
background-color: #F2F2F2;
padding-top: 4px;
padding-bottom: 4px;

}

/* Submit buttion */

.bsubmit {
	text-align 		: center;
	width 			: 100px;
	height 			: 30px;
	background-color 	: #660033;
	border			: 2px solid #fff;
	color 			: #fff;
	font-size 		: 15px;
	font-weight 		: bold;
	font-family 		: arial, verdana, sans-serif;
	padding-top 		: 5px;
	padding-bottom 		: 5px;
	}
	
.bsubmit_big {
	text-align 		: center;
	width 			: 120px;
	height 			: 30px;
	background-color 	: #660033;
	border			: 2px solid #fff;
	color 			: #fff;
	font-size 		: 15px;
	font-weight 		: bold;
	font-family 		: arial, verdana, sans-serif;
	padding-top 		: 5px;
	padding-bottom 		: 5px;
	}



/* red text - general use*/
.redtext{
color: #C00	
	
}

/* Information on sponsors page*/

.highlight_box{
	width: 540px;
	height: 120px;
	padding: 10px;
	background-color:#F8F8F8;	
	border: 2px;
	border-color: #CCC;
	margin: 0 0 10px 20px;
	
	
}

/* Centre text - this is used for submit button on sponsor booking page*/

.center_submit{
text-align: center;	
margin-top: 40px;
}


/* Centre text - general use*/
.center{
text-align: center;	
}


img.coursethumb{
	text-align:left;	
	
}


/* lightbox - dont't mess with*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

