#main {
	width: 960px;
	margin: auto;
	position: relative;
}

.header {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 20px;
	height: 138px;
	width: 705px;
	display: block;
	position: relative;
}

#left-column {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 170px;
	padding-left: 20px;
}

/*.header .bg {
	z-index: -1;
	background-color: #ffffff; background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(166,165,168)),
    color-stop(0.78, rgb(237,237,237)) ); background-image: -moz-linear-gradient(
    center bottom,
    rgb(166,165,168) 25%,
    rgb(237,237,237) 78% );
	opacity: 0.8;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}*/

.quicklinks {
	float: right;
	display: block;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
}

.quicklinks li {
	list-style: none;
	display: block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 5px;
	-webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
	position: relative;
}

.quicklinks li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	text-align: center;
}

.quicklinks li.booking {
	background-color: #67e5ad;
}
.quicklinks li.booking:hover {
	background-color: #73ffc0;
}
.quicklinks li.booking a {
	color: #00406d;
}

.quicklinks li.stewarding {
	background-color: #399ee5; 
}
.quicklinks li.stewarding:hover {
	background-color: #40afff;
}
.quicklinks li.stewarding a {
	color: #bfd0dc;	
}

.quicklinks li.whatson {
	background-color: #d42700;
}
.quicklinks li.whatson:hover {
	background-color: #ff5000;
}
.quicklinks li.whatson a {
	color: #BFD0DC;	
}
.quicklinks li.whatson:hover a { color: #ffffff; }

.quicklinks li.timeslot {
	background-color: #54BA8C;
}
.quicklinks li.timeslot:hover {
	background-color: #54BA0C;
}
.quicklinks li.timeslot a {
	color: #BFD0DC;	
}
.quicklinks li:hover a { color: #ffffff; }

.logo { 
	position: absolute; 
	left: 20px; 
	top: 20px; 
	border: 0;
	text-shadow: 2px 2px 5px #ffffff;
}

.ousu {
	display: block;
	margin: auto;
	margin-top: 30px;
	border: 0;
}

#nav { 
	display: block; 
	margin: 0; padding: 0;
	width: 150px;
}

#nav li { 
	margin-top: 5px;
	display: block; 
	list-style: none;
	text-align: center;
}

#nav li a {
/*	border: solid 3px white;*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	width: 150px; height: 36px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #00406d;
	line-height: 36px;
	font-size: 15px;
	padding-left: 5px;
}
/*#nav li a:hover {
	background-color: #006db9;
}*/
/*#nav li.home a { background-color: #2d7db6; color: #bfd0dc;}
#nav li.bookings a { background-color: #54ba8c; }
#nav li.regulations a { background-color: #000377; color: #9c9dbb; }
#nav li.stewarding a { background-color: #2d7db6; color: #bfd0dc; }
#nav li.whatson a { background-color: #d42700; color: #bfd0dc; }*/

#content
{
	min-height: 600px;
}

#content .bg, .whatson-scroller .bg {
	background-color: #bfd0dc;
	z-index: -1;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	opacity: 0.8;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}

.whatson-scroller h2 { margin-top: 0px; }

h1 { margin-top: 0; border-bottom: solid 1px #00406d; 
	font-family: "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}

.header h1 { font-family: sans-serif; line-height: 110px; font-size: 24pt; border-bottom: none; margin: 0; text-shadow: 0px 1px 0px #e5e5ee; color: 
#222222;}

.header h1 img { vertical-align: middle; margin: 0}
.header h2 { font-family: sans-serif; line-height: 30px; font-size: 
20px }

#content, .whatson-scroller { 
	margin-left: 200px; 
	margin-right: 200px;
	margin-top: 20px;
	padding: 20px;
	position: relative;
	font-size: 10pt;
}

.whatson-scroller { margin-top: 5px; }
.whatson-scroller .scr-frame { min-height: 5em; }

.regulations #content { 
	text-align: justify; 
}

.index #content { 
	text-align: justify; 
}

body { 
	background-color: #d3ebfa;
	background-image: url('../images/gradient.png') repeat-x;
	background-position: top right;
	font-family: "Trebuchet MS", sans-serif;
	color: #00406d;
	margin: 0; padding: 0;
}

.booking #content table, .booking #content .bookingSection
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #54BA8C;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.booking #content .bookingSection
{
	margin-bottom: 10px;
	position: relative;
}

.booking #content .bookingSection h2
{
	font-size: 14px; border-bottom: solid 1px #00406d; padding-bottom: 3px; margin-top: 0px;
}

.booking #content .bookingSection ul
{
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	position: relative;
}

.booking #content table td
{
	text-align: center;
	width: 5em;
}

body.booking .fullWidth { display: block; width: 100%; margin-bottom: 5px; }
body.booking .contactDetails label { display: block; float: left; width: 10em; height: 22px; line-height: 22px;}
body.booking .contactDetails li { position: relative; height: 22px; margin-bottom: 2px; }
body.booking .contactDetails input { position: absolute; left: 10em; right: 0px; height: 22px; top: 0px; }
body.booking .bookingSection .error { color: #ff0000; font-weight: bold; }

#content strong
{
	text-decoration: underline;	
}

dl.faq dt { font-weight: bold; text-decoration: underline; margin-top: 1em; margin-bottom: 0.5em;}
dl.faq dd { margin-left: 0px; }

.booking .submitBooking {
	font-weight: bold;
	border: 0;
	padding: 5px;
	background-color: #54BA8C;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; 
}

#skyscraperAd {
	position: absolute;
	top: 180px;
	right: 20px;
	width: 160px;
	height: 600px;
}

body.society #content h1 {margin-bottom: 10px; }
body.society #content h2 {margin-top: 0px; font-size: 10pt; font-variant: small-caps}
body.society #content .description {margin-bottom: 10px; }
body.society #content .website {font-weight: bold; }
body.society #content .contact {margin-top: 20px; border-top: solid 1px black; }
body.society #content .contact textarea { display: block; width: 100%; height: 150px; margin-top: 5px; margin-bottom: 5px; }
body.society #content .contact input[value] { float: right; }
body.society #content .contact:after { content:'.'; clear: both; visibility: hidden; }

body.viewList .prevPage { float: left; }
body.viewList .nextPage { float: right; }
body.viewList #content:after { content:'.'; clear: both; visibility: hidden; }
body.viewList dd { margin-bottom: 10px; }

body.sectionIndex #content > .bg { display:none; }
body.sectionIndex #intro { position: relative; padding: 20px; }

body.sectionIndex #sectionList {
	list-style: none; margin: 0px; padding: 0px; position: relative;
	margin-left: auto; margin-right: auto;
}

body.sectionIndex #sectionList li {
	display: block;
	width: 48%;
	margin: 5px;
	float: left;
	position: relative;
}

body.sectionIndex #sectionList li .bg {
	background-color: #2eba7a;
	opacity: 1;
}

body.sectionIndex #sectionList li a {
	color: #00406D;
	text-decoration: none;
	display: block;
	padding: 20px;
}

body.sectionIndex #sectionList li a div.title {
	font-weight: 1.2em;
	font-weight: bold;
}

.timeslot-selector {
	background-color: #2eba7a;
	padding: 5px;
	margin: -5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; 	
}

.footer {
	margin-top: -95px;
	width: 100%;
	height: 95px;
	background: #00b434;
	z-index: -1;
}

.footer-img {
	margin-top: 20px;
	background-image: url('../images/footer.png');
	height: 231px;
	width: 960px;
	position: relative;
}

.footer-img .ousu {
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	top: 25px;
	left: 829px;
	-webkit-transform:rotate(-5.15deg);
	-moz-transform:rotate(-5.15deg);
	-o-transform:rotate(-5.15deg);
	-ms-transform:rotate(-5.15deg);
}

