/* CSS Document */


html, body { /* saves you from the "centering jump" on short pages */
	height: 100%;
	margin: 0;
	padding:0;
}

body {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
	letter-spacing: 0.5px;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}







/* HOLDER STYLES */
#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#container {
	width: 878px;
	margin: 0px 0px;
	padding: 10px;
	float: left;
	border: 1px solid #E83328;
}




/* HEADER STYLES */
#header {
	width: 900px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	float: left;
}
#logo-floater {
	float: left;
	width: 508px;
	margin: 0px;
	height: 108px;
}






/* MENU */
#top-nav {
	margin: 0px;
	width: 900px;
	height: 31px;
	float: left;
}


#top-nav ul.menu, #top-nav .menu li { 
	display: inline; 
	margin:0; 
	padding: 0; 
	list-style: none; 
	list-style-image: none; 
	list-style-type: none;
	
}

#top-nav ul.menu {
	height: 21px;
}

#top-nav .menu li {
	margin: 0;
	padding: 5px 0px;
	float:left;
	height: 21px;
}

#top-nav .menu li a {
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#E83328;
	text-decoration:none;
	font-weight: bold;
}

#top-nav .menu a:hover {
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}

#top-nav .menu li:hover {
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}



#top-nav .home {
	background-image:url(../images/top-nav/home.gif);
	width: 68px;
	text-align: center;
	font-weight: bold;
}
#top-nav .home a:hover {
	color: #333333;
	font-weight: bold;
}
#top-nav .home.active {
	background-image:url(../images/top-nav/home_f2.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
#top-nav .home a.active {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}



#top-nav .about {
	background-image:url(../images/top-nav/about.gif);
	width: 204px;
	text-align: center;
	font-weight: bold;
}
#top-nav .about a:hover {
	color: #333333;
	font-weight: bold;
}
#top-nav .about.active {
	background-image:url(../images/top-nav/about_f2.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
#top-nav .about a.active {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}


#top-nav .space {
	background-image:url(../images/top-nav/our-space.gif);
	width: 105px;
	text-align: center;
	font-weight: bold;
}
#top-nav .space a:hover {
	color: #333333;
	font-weight: bold;
}
#top-nav .space.active {
	background-image:url(../images/top-nav/our-space_f2.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
#top-nav .space a.active {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}


#top-nav .bookings {
	background-image:url(../images/top-nav/bookings.gif);
	width: 163px;
	text-align: center;
	font-weight: bold;
}
#top-nav .bookings a:hover {
	color: #333333;
	font-weight: bold;
}
#top-nav .bookings.active {
	background-image:url(../images/top-nav/bookings_f2.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
#top-nav .bookings a.active {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}


#top-nav .activities {
	background-image:url(../images/top-nav/regular-activities.gif);
	width: 189px;
	text-align: center;
	font-weight: bold;
}
#top-nav .activities a:hover {
	color: #333333;
	font-weight: bold;
}
#top-nav .activities.active {
	background-image:url(../images/top-nav/regular-activities_f2.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
#top-nav .activities a.active {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}


#top-nav .contact {
	background-image:url(../images/top-nav/contact.gif);
	width: 171px;
	text-align: center;
	font-weight: bold;
}
#top-nav .contact a:hover {
	color: #333333;
	font-weight: bold;
}
#top-nav .contact.active {
	background-image:url(../images/top-nav/contact_f2.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
#top-nav .contact a.active {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}








/* CONTENT STYLES */
#content {
	padding: 0px;
	width: 695px;
	float: left;
	margin: 20px;
}
#center {
	margin: 0px;
	width: 635px;
	text-align: left;
	float: right;
}
#page-heading {
	text-align: left;
	width: 614px;
	margin: 0px 20px 20px 0px;
	float: left;
}









/* SIDEBAR LEFT STYLES */
#sidebar-left{
	float: left;
	margin: 0px 20px 0px 0px;
	width: 220px;
	text-align: left;
}





/* TEXT STYLES */
.text {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
	letter-spacing: 0.5px;
}
.text a {
	color: #E83328;
	font-weight:bold;
	text-decoration: underline;
}
.text a:hover {
	color: #333333;
	font-weight:bold;
	text-decoration: underline;
}




.h1 {
	font: 25px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E83328;
	letter-spacing: 1px;
	line-height: 33px;
	font-weight: bold;
}
.h1 a {
	color: #FDD636;
	text-decoration: underline;
}
.h1 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.h2 {
	font: 15px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E83328;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
}
.h2 a {
	color: #E83328;
	text-decoration: none;
}
.h2 a:hover {
	color: #333333;
	text-decoration: none;
}
.h3 {
	font: 17px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 25px;
}
.h3 a {
	color: #E83328;
	text-decoration:underline;
	font-weight: bold;
}
.h3 a:hover {
	color: #333333;
	text-decoration:underline;
	font-weight: bold;
}

.h4 {
	font: 17px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E83328;
	line-height: 25px;
}
.h5 {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E83328;
	line-height: 16px;
	font-weight: bold;
}
.h5 a {
	color: #E83328;
	text-decoration: underline;
}
.h5 a:hover {
	color: #333333;
	;
	text-decoration: underline;
}
.h6 {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E83328;
	line-height: 16px;
}
.h7 {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
}

.h8 {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 16px;
	font-weight: bold;
}






/* FOOTER BOXES STYLES */
#footer-boxes {
	width:880px;
	margin: 20px 0px 0px 0px;
	float: left;
}
#box-gallery {
	margin: 0px 19px 0px 0px;
	padding: 0px;
	width: 220px;
	text-align: left;
	float:left;
	background-color: #EAE9E2;
}

#box-space {
	margin: 0px 19px 0px 0px;
	padding: 0px;
	width: 200px;
	text-align: left;
	float:left;
	background-color: #EAE9E2;
}
#box-bookings {
	margin: 0px 19px 0px 0px;
	padding: 0px;
	width: 200px;
	text-align: left;
	float:left;
	background-color: #EAE9E2;
}
#box-contact {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 200px;
	text-align: left;
	float:right;
	background-color: #EAE9E2;
}

#box-image {
	margin: 0px;
	padding: 0px;
	width: 96px;
	text-align: left;
	float:left;
	height: 80px;
}
#box-content {
	margin: 0px;
	padding: 20px 10px 10px 0px;
	text-align: left;
	float:left;
	height: 50px;
	width: 90px;
}





/* FOOTER STYLES */
#footer {
	width: 900px;
	margin: 0px auto 10px auto;
	text-align: left;
	padding-bottom: 10px;
}


.credits {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E83328;
	line-height: 16px;
	letter-spacing: 0.5px;
}
.credits a {
	color: #E83328;
	text-decoration: none;
}
.credits a:hover {
	color: #333333;
	text-decoration: none;
}




/* FORM STYLES */
.formfield {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	height: 20px;
	text-align: left;
	text-indent: 5px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #666666;
}


#container #calendar-container #calendarContainer1 .view-container-border {
	background-color:#FDEEED;
}

#calendarContainer1 #topcontainer1 .wk-dayname {
	color:#333333;
	font:"Century Gothic", Helvetica, Arial;
}	
