html {
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
img, div, li { behavior: url("iepngfix.htc") }

body {
	margin: 0;
	padding: 0;
	font: 0.85em/1.4em arial, helvetica;
	text-align: center; 
	color: #000;
	background: #dcd7de url(../images/general/background.gif) repeat-x top left;
	}
	
img, a { border: none; }

br { clear: both; }

a  {
	color:#662d91;
	text-decoration:none;
	}
	
a:hover{
	color: #000;
	}	
	
p.heading {
	text-decoration:underline;
	font-weight:bold;
	color:#662d91;
	margin:0;
	padding:0;
}

h1 {
	color:#662d91;
	font-size:36px;
	letter-spacing:-1px;
	padding:0;
	margin-top:5px;
}

h2 {
	color:#662d91;
	font-size:29px;
	letter-spacing:-1px;
	padding:0;
	margin-top:5px;
}

h3 {
	color:#662d91;
	font-size:15px;
	letter-spacing:-1px;
	padding:0;
	margin-top:5px;
}

ul {
   margin-top: 0;
   margin-bottom: 0;
   margin-right: 0;
   margin-left: 0;
   padding-top: 10px;
   padding-bottom: 0;
   padding-right: 0;
   padding-left: 20px;	
}
 
li {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;	
}


#wrap {
	width: 745px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	background-color: transparent;
	}
	
#container {
	width: 745px;
	height: auto;
	margin: 10px 0 40px 0;
	padding: 0;
	overflow: visible;
	float: left;
	background-color: transparent;
	}
		
#header {
	width: 725px; /*ACTUAL WIDTH 745px*/
	height: 369px;
	margin: 0; 
	padding: 0 10px;
	float: left;
	background-color: transparent;
	}
	
#header ul#sq_imgs {
	width: 725px;
	height: 369px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	float: left;
	z-index:1;
	background-color: transparent;
	} 
	
#header ul#sq_imgs li {
	width: 725px;
	height: 369px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background-color: transparent;
	}
	
#header #swirl {
	width: 725px;
	height: 125px;
	margin: 244px 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 2;
	background: transparent url(../images/general/swirl.png) no-repeat top center;
	}

#logo {
	margin:1px 0 0 510px;
	padding:0;
	border:0;
	width:160px;
	width:102px;
	z-index:3;
}
	
/* NAV */
	
#nav {
	width: 745px;
	height: 79px;
	margin: 0; 
	padding: 0;
	float: left;
	background: transparent url(../images/nav/background.png) no-repeat top center;
	}
	
#nav ul#nav_links {
	width: 691px;
	height: 61px;
	margin: 0 auto; 
	padding: 0 27px;
	background-color: transparent;
	}
	
#nav ul#nav_links li {
	height: 61px;
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	background-color: transparent;
	}
	
#nav_links li a { display: block; }

#nav_links li a:hover,
#homepage li#home a#on_home,
#facilitiespage li#facilities a#on_facilities,
#kidszonepage li#kids_zone a#on_kidszone,
#mediapage li#media a#on_media,
#communitypage li#community a#on_community,
#contactuspage li#contact_us a#on_contactus,
#eventspage li#events a#on_events,
#gallerypage li#gallery a#on_gallery,
#vacanciespage li#vacancies a#on_vacancies { background-position: top left; }

li#home, li#home a,
li#facilities, li#facilities a,
li#kids_zone, li#kids_zone a,
li#contact_us, li#contact_us a,
li#gallery, li#gallery a,
li#events, li#events a,
li#community, li#community a,
li#media, li#media a,
li#vacancies, li#vacancies a {	
	height: 61px; 
	margin: 0;
	padding: 0;
	float: left;
	}
	
li#home, li#home a { width: 58px; background: transparent url(../images/nav/home.gif) no-repeat bottom left; }

li#facilities, li#facilities a { width: 79px; background: transparent url(../images/nav/facilities.gif) no-repeat bottom left; }

li#kids_zone, li#kids_zone a { width: 85px; background: transparent url(../images/nav/kids_zone.gif) no-repeat bottom left; }

li#contact_us, li#contact_us a { width: 93px; background: transparent url(../images/nav/contact_us.gif) no-repeat bottom left; }

li#gallery, li#gallery a { width: 68px; background: transparent url(../images/nav/gallery.gif) no-repeat bottom left; }

li#events, li#events a { width: 62px; background: transparent url(../images/nav/events.gif) no-repeat bottom left; }

li#community, li#community a { width: 101px; background: transparent url(../images/nav/community.gif) no-repeat bottom left; }

li#media, li#media a { width: 59px; background: transparent url(../images/nav/media.gif) no-repeat bottom left; }

li#vacancies, li#vacancies a { width: 86px; background: transparent url(../images/nav/vacancies.gif) no-repeat bottom left; }


/* CONTENT */

#container_content {
	width: 725px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: transparent;
	}
	
#container_content #content,
#container_content #internal_content {
	width: 725px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	background-color: transparent;
	}
	
#container_content #internal_content { 
	margin: 5px 0 0 0;
	padding: 18px 0 0 0;
	background: transparent url(../images/general/internalcontent_top.png) no-repeat top center; 
	}
	
#internal_content span { 
	width: 672px; /*ACTUAL WIDTH 725px*/
	margin: 0;
	padding: 0 35px 0 18px;
	float: left; 
	background-color: #e6e6e6;   
	}
	
#internal_content span #left_column { 
	width: 276px;
	height: auto;
	margin: 0 28px 0 0;
	padding: 0 0 0 0;
	float: left;
	background-color: #e6e6e6;
	}
	
#internal_content span #right_column { 
	width: 276px;
	height: auto;
	margin: 0 38px 0 0;
	padding: 10px 0 0 0;
	float: left;
	background-color: #e6e6e6;
	}
	
#internal_content span #full_width { 
	width: 100%;
	height: auto;
	margin:0;
	text-align:center;
	padding:0;
	background-color: #e6e6e6;
	}
	
#internal_content span #right_column { width: 368px; margin: 0; }

#internal_content span #right_column ul#venues { 
	width: 276px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: transparent;
	}
	
#internal_content span #right_column ul#venues li { 
	width: 276px;
	height: 69px;
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
	background-color: transparent;
	}

#internal_content span #left_column #img_sq {
	width: 246px; /*ACTUAL WIDTH 276px*/
	height: 246px; /*ACTUAL WIDTH 276px*/
	margin: 0;
	padding: 15px;
	float: left;
	background:transparent;
	}
	
#container_content #internal_content #end { margin: 0 0 6px 0; }
	
/* SLIDER */

#featured, .featured, .fadeout, .newsselect{ height: 269px; /*this changes the height of the image slider*/ }

#feature_wrap {
	width: 725px;
	margin: 0;
	padding: 0;
	float: left;
	border-top: 8px solid #a98dbd;
	border-bottom: 8px solid #a98dbd;
	background-color: transparent;
	}

#featured {
	width: 639px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-top: none;
	}

.featured{
	width: 340px;
	top: 0;
	left: 0;
	overflow: hidden;
	position:absolute;
	display:none;
	}

.sliderdate { display: none; }

.featured a, .featured a img, .featured img{
	text-decoration: none;
	border:none;
	}

.featured1{
	border:none;
	display: block;
	}

.featured {
	border-left: 4px solid #a98dbd;  
	background: #fff url(../images/slider/preload.gif) no-repeat center center;
	}

.preloading_background { background: transparent url(../images/slider/preload.gif) no-repeat 50% 50%; }

.fadeout{ background: transparent url(../images/slider/overlay.png) repeat-y right top; }

		
#footer { 
	width: 725px; /*ACTUAL WIDTH 745px*/
	margin: 0;
	padding: 28px 10px 0 10px;
	font-size: 70%;
	color: #4e277a;
	float: left;
	background: transparent url(../images/general/background_footer.gif) no-repeat top center;
	}
	
#footer a { color: #4e277a; text-decoration: none; }

#footer a:hover { color: #4e277a; text-decoration: underline; }





#contact p, label, legend { font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact p, label, legend { font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 300px; margin:0; padding:0px; }

/* Form style */

#contact label { display: inline-block; float: left; height: 20px; line-height: 25px; width: 150px; font-size: 1em; }
#contact input, textarea, select { width: 190px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 0; margin: 5px 0; font:1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus {  background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:0px; border:none;}
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 12px; color: #4e277a; width:100px;} /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; height:130px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; font-size:12px; line-height:10px; }
ul.error_messages li { height: 19px; line-height: 15px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background:transparent; font-size:18px; font-family:Arial, Helvetica, sans-serif; border-top:1px dotted #ccc; padding-top:10px;  }

acronym { border-bottom:1px dotted #ccc; }

.input-title {
  color: #662d91;
  font-size: 15px;
  font-weight:bold;
  border-bottom:1px dotted #662d91;
  margin:0 0 5px 0;
  padding:0;
} 

.input-text {
  margin:0 0 20px 0;
  padding:0;
  line-height:21px;
}

#sidebar-button a {
display : block;
width : 100%;
height : 25px;
text-align : center;
font : bold 16px/1 sans-serif;
color : #fff;
background:#662d91;
text-decoration : none;
margin : 0 0 5px 0px;
padding : 10px 0 0 0;
}

#sidebar-button a:hover {
background:#b6a0c6;
}

.gallery {
	margin:0 10px 10px 0;
}
ul{border:0; margin:0; padding:0;}

#pagination-clean li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-clean li, #pagination-clean a{
border:solid 1px #DEDEDE
margin-right:2px;
}
#pagination-clean .previous-off,
#pagination-clean .next-off {
color:#888888
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-clean .next a,
#pagination-clean .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-clean .active{
color:#00000
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-clean a:link,
#pagination-clean a:visited {
color:#0033CC
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-clean a:hover{
text-decoration:none;
}
