body {
	background: #bee9f3 url(../images/body_bg.gif) 50% 0% no-repeat;
	color: #6b6b6b;
}

#funding-logos {
	height: 87px;
	padding: 0 10px;
	clear: both;
	overflow: hidden;
	
	background: url(../images/funding_logos.jpg) 50% 50% no-repeat;
}

/* #######################################################################
														Layout
######################################################################## */
#wrap {
	background: #ffffff url(../images/content_bg.gif) 0% 0% repeat-y;
	overflow: hidden;
}

#main-content {
	background: url(../images/content_top.gif) 0% 0% no-repeat;
}

#footer {
	background: url(../images/footer_bg.gif) 0% 0% no-repeat;
}

#content .right-column {
	background: url(../images/blue_top_left.gif) 0% 0% no-repeat;
}

#content .left-column {
	background: url(../images/blue_column.gif) 0% 0% no-repeat;
}

#box-wrap {
	background: url(../images/blue_bottom_left.gif) 0% 100% no-repeat;
}

/* #######################################################################
														Headers
######################################################################## */
h1 {

}

h2 {

}

h3, .contentheading, .componentheading {
	color: #ed008c;
	font-weight: normal;
}

.left-column .module h3, 
#box-wrap .module h3 {
	font-weight: bold;
	color: #6b6b6b;
}

.left-column .module h3 {
	background: #4ac3df url(../images/mod_bottom.gif) 0% 100% no-repeat;
	color: #fff;
}

/* #######################################################################
														Menus
######################################################################## */
.left-column .menu li a,
#footer .menu li a,
#accessibility ul li a
{
	color: #ED008C;
	text-decoration: none;
}

.module ul li,
#banner-wrap ul li,
.left-column ul li {
	list-style-type: none;
	list-style-image: none;
}

.left-column .menu li a {
	background: url(../images/bullet_pink.gif)	7px 6px no-repeat;
	font-weight: bold;
}

.left-column .menu li#current a {
	background: url(../images/bullet_blue_white.gif) 7px 50% no-repeat;
}

#top-nav .menu li a {
	background: #4ac3df url(../images/topnav_left.gif) 0% 0% no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

	#top-nav .menu li a:hover {
		text-decoration: underline;
	}

#top-nav .menu li a span {
	background: transparent url(../images/topnav_right.gif) 100% 0% no-repeat;
}

#accessibility ul li a {
	font-weight: bold;
}

/* #######################################################################
														Modules
######################################################################## */
#box-wrap .module ul a {
	color: #ED008C;
	text-decoration: none;
}

#box-wrap .module ul li a {
	background: url(../images/bullet_pink.gif) 7px 50% no-repeat;
}

.left-column .module {
	background: url(../images/mod_top.gif) 0% 0% no-repeat;
}


/* #######################################################################
														Latest News
######################################################################## */
.latestnews li a {
	color: #ed008c;
	text-decoration: none;
	border-bottom: 1px dashed #dadada;
}

/* #######################################################################
														General
######################################################################## */
ul li {
	list-style-image: url(../images/bullet_pink.gif);
}

.contactlist a {
	display: block;
	padding: 3px 0px 3px 30px;
	background: url(../images/bullet_pink.gif) 5px 50% no-repeat;
}

/*################################################
			Booking form
#################################################*/
#booking-form p input, 
#booking-form p textarea,  
#booking-form p select {
	border: 2px solid #b1dbe5;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#booking-form p input.LV_invalid_field, 
#booking-form p textarea.LV_invalid_field,  
#booking-form p select.LV_invalid_field {
	border-color: #C8444E;
}

p.booking-form-buttons input {
	background-color: #4ac3df;
	border-style: none;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}