/* CSS Document */
html {
	height:100%;
}

body {
	background-color: #003B66;
	background-image: url(background_images/page.gif);
	background-position:50% top;
	background-repeat:repeat-y;
	text-align:center;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	height:100%;
}

* html #centreContent {
	height: 100%;
}

#centreContent {
	margin-left:auto;
	width:900px;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	overflow:auto;
	*overflow:visible;
}

#header {
	background-image: url(background_images/header.gif);
	height: 127px;
	width:900px;
	background-repeat:no-repeat;
	background-position: 12px 8px;	
	border:none;
	border-top:1px solid white;
	padding:0px;
}
	
#header .menu {
	background-color:#006699;
	border-top:1px solid #006699;
	margin-left:-1px;
	*margin-left:0px;
	height:27px;
	width:900px;
	margin-top:100px;
	color:white;
}

#header .menu a {
	text-decoration:none;
	color:white;
	margin-left:20px;
	margin-bottom:8px;
}

#header .menu a:hover {
	color:#57ABCE;
}

#leftMenu {
	width:150px;
	margin-left:20px;
	height:auto;
	float:left;
	margin-right:30px;
	display:inline;
}

#leftMenu ul {
	margin:0px;
	margin-top:30px;
	padding:0px;
	list-style:none;
}

#leftMenu ul li {
	padding:4px;
	border-bottom:1px solid #006699;
}

#leftMenu ul li a {
	text-decoration:none;
	color:#666666;
	font-size:14px;
}

#leftMenu ul li a:hover {
	color: #006699;
}

#thumbGallery {
	background-image:url(background_images/strip.jpg);
	background-repeat:repeat-x;
	background-color:#57ABCE;
	height:150px;
	width:900px;
	text-align:center;
	padding-top:18px;
	margin-left:-1px;
	*margin-left:0px;
}

#thumbGallery ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#thumbGallery ul li {
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	width:128px;
	height:128px;
	background-position:50% 50%;
	margin-left:18px;
	text-align:center;
	background-color:white;
	background-repeat:no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#thumbGallery ul li a img {
	display:none;
	width:126px;
	height:126px;
	border:1px solid #57ABCE;
}

#thumbGallery ul li a:hover img {
	border:1px solid white;
}

#rightBox {
	width:196px;
	float:right;
	display:inline;
	margin-right:20px;
	clear:both;
	margin-left:30px;
}

#rightBox h2 {
	margin-top:34px;
	color: #666666;
	font-size:14px;
	border-bottom:1px solid #006699;
	padding-bottom:4px;
	margin-bottom:10px;
	width:196px;
	font-weight:normal;
}

#rightBox h5 {
	color:#006699;
	font-weight:normal;
	margin:7px;
	margin-left:0px;
	font-size:14px;
}

#rightBox p {
	color:#666666;
	font-weight:normal;
	margin:7px;
	margin-left:0px;
	font-size:14px;
}

#rightBox a {
	text-decoration:none;
	color: #666666;
}

#rightBox a:hover {
	text-decoration:underline;
	color:#006699;
}

#mainContent {
	height:auto;
	width:450px;
	float:left;
	display:inline;
	margin-top:31px;
	font-size:16px;
	color:#666666;
	font-size:14px;
}

#mainContent h1 {
	font-size:16px;
	border-bottom:1px solid #006699;
	color:#006699;
	padding-bottom:4px;
	margin-bottom:4px;
	width:100%;
	font-weight:normal;
	margin-top:20px;
	padding-top:15px;
	border-top:1px dashed #CDCDCD;
}

#mainContent > h1:first-child {
	margin-top:0px;
	border-top:none;
	padding-top:0px;
/*	color:red; */
}

#mainContent h2 {
	font-size:14px;
}

#mainContent a {
	text-decoration:none;
	color:#006699;
}

#mainContent a:hover {
	text-decoration:underline;
}

#mainContent p {
	clear:both;
}

#mainContent p label {
	float:left;
	display:inline;
	width:160px;
	margin-right:10px;
	color: #006699;
	clear:both;
}

#footer {
	background-color:#57ABCE;
	clear:both;
	width:100%;
	color:white;
	font-size:12px;
	margin-left:-2px;
	*margin-left:0px;
	margin-top:30px;
	text-align:center;
	height:42px;
	padding-top:4px;
}

#footer div {
	border: 4px solid #57ABCE;
}

#fullSearchBox {
	position:absolute;
	z-index:10;
	width:900px;
	text-align:right;
	height:0px;
	overflow:hidden;
}

#fullSearchBox div {
	width:305px;
	background-color:#006699;
	height:100%;
	text-align:left;
	padding-top:20px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	margin-left:auto;
	margin-right:2px;
	*margin-right:0px;
}

#fullSearchBox div label {
	float:left;
	display:inline;
	width:100px;
	color:white;
	margin-right:10px;
	text-align:right;
}

#mainContent #fullSearchBox {
	background-color:#EFEFEF;
	height:auto;
	position:relative;
	width:380px;
	border:1px dashed #AAAAAA;
}

#mainContent #fullSearchBox div {
	background-color:#EFEFEF;
	margin:20px;
	
}

#mainContent #fullSearchBox div label {
	color:#006699;
}

p.boxedParagraph {
	border: 1px dashed #006699;
	padding:10px;
}

a.memberLink {
	display:block;
	width:120px;
	height:120px;
	float:left;
	text-align:center;
	background-color:white;
	margin-bottom:20px;
	border:1px solid #006699;
	margin-right:20px;
}

#photoOverlay {
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}

.autoDuplicateLink {
	cursor:pointer;
}

.bookingBox {
	background-image:url(background_images/strip.jpg);
	float:right;
	width:100px;
	text-align:center;
	font-size:14px;
	color:white;
	height:18px;
	margin-top:-25px;
	padding:5px;
	background-color:white;
	border:1px solid #006699;
	cursor:pointer;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:#003B66;
}

#faceTwit {
	width:70px;
	height:40px;
	position:absolute;
	top:27px;
	left:50%;
	margin-left:284px;
	z-index:99px;
	float:none;
}

