/* CSS Document */

body {
	background:			white;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			0.8em;
	color:				black;
	}

a:link, a:visited {
	font-weight:		normal;
	color:				#3366cc;
	text-decoration:	none;
	}

a:hover, a:focus {
	text-decoration:	underline;
	}

.skip {
	position:			absolute;
	left:				-4000px;
	}

h1 {
	font-size:			1.6em;
	font-weight:		bold;
	}

h2 {
	font-size:			1.2em;
	font-weight:		bold;
	}

h3 {
	font-size:			1em;
	font-weight:		bold;
	}

#page {
	width:				1000px;
	margin:				auto;
	background: 		white;
	}

#banner {
	}
	
#bannerspacer {
	background:			#C7EAEC;
	width:				1000px;
	height:				10px;
	display:block;
	}

#contactbar {
	width: 				1000px;
	height: 			52px;
	font-weight:		bold;
	position:absolute;
	top:115px;
	z-index:100;
	text-align:center;
	}
	
#contacttel {
	font-weight:		bold;
	position:absolute;
	top:30px;
	margin-left: 50px;
	z-index:100;
	font-size: 4em;
	color:white;
	}

.menubar {	
	vertical-align:		top;
	margin-left: 		15px;
	font-size:			1.2em;
	padding:			10px;
	margin-bottom:		20px;
	}

.menubar ul {
	margin-top:			10px;
	padding-left:		0px;
	}

.menubar ul li {
	padding-bottom: 	1.2em;
	list-style-type:	none;
	}

.menubar ul li a:link, .menubar ul li a:visited {
	color: 				black;
	font-weight:		bold;
	}
	
.menubar ul li a:hover, .menubar ul li a:focus  {
	text-decoration:	underline;
	}
	
.menubar ul li ul {
	margin-top:			0px;
	padding-left:		0px;
	font-size:			0.6em;
	}
	
.menubar ul li ul li {
	padding-bottom: 	0em;
	list-style-type:	none;
	}

#loginlink {
float:right;
}


/* FRONT PAGE ONLY */
#content-frontpage {
	width:				960px;
	background-color:	#FFFFFF;
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
	}

/* SUB PAGES ONLY */
#content-holder {
	width:				1000px;
	height:				463px;
	display:			table;
	padding-top:		0px;
	background:			url(images/left.jpg) top left no-repeat white;
	}

#content {
	height:				463px;
	width:				1000px;
	display:			table-row;
	}

#centre {
	height:				463px;
	display:			table-cell;
	vertical-align:		top;
	background-color:	#FFFFFF;
	empty-cells:		show;
	}

#centrescroll {
	width:750px;
	height:463px;
	overflow:auto;
	padding-left:10px;
	padding-right:20px;
	}
	
#centrescrollfp {
	width:520px;
	height:463px;
	overflow:auto;
	padding-left:10px;
	padding-right:20px;
	}

#left {
	display:			table-cell;
	vertical-align:		top;
	height:				443px;
	overflow:			auto;
	padding-top:		20px;
	width:				220px;
	}
	
#left img {
	display:			block;
	margin-left:		auto;
	margin-right:		auto;
	}

#left hr {
	width:				75%;
	text-align:			center;
	}
	
#left #menuscroll {
	width:				220px;
	height:				443px;
	overflow:			auto;
	}
	
#right {
	display:			table-cell;
	vertical-align:		top;
	width:				230px;
	height:				443px;
	overflow:			auto;
	padding-top:	 	20px;
	}

#footer {
	width:				1000px;
	font-weight:		bold;
	height:				40px;
	color:				black;
	overflow:			hidden;
	padding-top: 		12px;
	border-top:			1px solid silver;
	}

#footer ul {
	margin-top:			5px;
	padding-left:		20px;
	}

#footer ul li {
	padding-left: 		10px;
	padding-right:		10px;
	display:			inline;
	border-left:		2px solid silver;
	}

#footer ul li:first-child {
	padding-left:	 	0px;
	border-left-style:	none;
	}

#footer a:link, #footer a:visited, #banneremail a:link, #banneremail a:visited {
	color:				black;
	text-decoration:	none;
	font-weight:		bold;
	}

#footer a:hover, #footer a:focus, #banneremail a:hover, #banneremail a:focus {
	text-decoration:	underline;
	font-weight:		bold;
	}

a img {
	border: 			none; 
	}
	
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
