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

body {
	background-image:url(background_images/page.jpg);
	background-color :#B6DFEF;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Bitstream Vera Sans",Verdana,Arial,Helvetica,sans-serif;
}

#centreContent {
	background-image:url(background_images/header.gif);	
	height:100%;
	width:848px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
}

#textContent {
	font-size:14px;
	line-height:18px;
}

#header {
	width:844px;
	height:127px;
	margin-left:2px;
	margin-right:2px;
	text-align:left;
}

#mainContent {
	background-image:url(background_images/panel.gif);	
	width:848px;
	text-align:left;
	height:540px;
	background-repeat:no-repeat;
	margin-top:50px;
	background-position:left top;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
}

#menu {
	clear:both;
	position:relative;
	width:828px;
	top:8px;
	margin-left:5px;
	height:25px;
}

#menu div {
	height:22px;
	float:left;
	display:inline;
	margin-left:2px;
	margin-right:2px;
	width:100px;
	background-color:#0191C8;
	text-align:center;
	background-image:url(background_images/menu_background.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	cursor:pointer;
	white-space:nowrap;
}

#menu div.widerLink {
	width:200px;
	background-image:url(background_images/menu_wider_background.gif);
}

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

#menu div.current {
	background-color:white;
}

#menu div.current a {
	color:#0191C8;
}

#adverts {
	float:right;
	display:inline;
	width:320px;
	background-color:white;
	margin-right:15px;
	height:120px;
	text-align:center;
	overflow:hidden;
}

#adverts img {
	height:50px;
	width:auto;
	margin:5px;
	cursor:pointer;
}

#footer {
	font-size:10px;
	text-align:left;
	width:818px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-55px;
	color:white;
}

a:visited {
	color:#0191C8;
}

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

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

#siteCredit {
	float:right;
	display:inline;
	margin-right:10px;
	color:#8C8984;
}

#siteCredit a {
	color:#0191C8;
}

#mainContent div#insetContent {
	margin:20px;
	color:#01729D;
	background-repeat:no-repeat;
	background-position:458px top;
	height:450px;
}

#mainContent div#insetContent div {
	margin:10px;
	width:440px;
}

h1 {
	color:white;
	padding:5px;
	padding-left:10px;
	background-image:url(background_images/content_header.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	font-size:22px;
}

div.listing {
	width:220px;
	overflow:hidden;
	display:none;
	background-image:url(background_images/listing_background.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height:69px;
	cursor:default;
}

div.listing p {
	line-height:23px;
	cursor:default;
}

div.listing p a:hover {

}
		
label {
	float:left;
	display:inline;
	width:120px;
	font-weight:bold;
	font-size:14px;
}

input {
	font-family:"Bitstream Vera Sans",Verdana,Arial,Helvetica,sans-serif;
	color:#01729D;
	font-size:14px;
}

textarea {
	font-family:"Bitstream Vera Sans",Verdana,Arial,Helvetica,sans-serif;
	color:#01729D;
	font-size:14px;
}

#searchBox a:hover {
	color:white;
}
