body
{
	background-color: #CCCCCC;
}

.container
{
	position: relative;
	text-align: left;
	margin: 0px auto;
	margin-bottom: 2px;
	width: 985px;
}

#header
{
	position: relative;
	height: 215px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	overflow: hidden;
}

#menu
{
	width: 981px;
	height: 15px;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color: #4c0000;
	background-color: #3d5696;
	margin-top: 5px;
	margin-bottom: 5px;
}

#left
{
	float: left;
	width: 150px;
	text-align: center;
}

#right
{
	float: right;
	width: 150px;
	text-align: center;
}

#login_bar
{
	position: relative;
	padding: 10px;
	text-align: center;
	background-color: #4C0000;
}

#content
{
	position: relative;
	margin-left: 152px;
	margin-right: 152px;
	padding: 10px;
	border-left-color: #000000;
	border-right-color: #000000;
	background-color: #f2f2f2;
}

#external_links_footer
{
	position: relative;
	text-align: center;
}

#footer
{
	position: relative;
	padding: 10px;
	border-left-color: #000000;
	border-right-color: #000000;
	background-color: #F9FFCF;
	text-align: center;
}

.left_column_adverts
{
	width: 140px;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px;
	padding: 5px;
	background-color: #F9FFCF;
}

#right_column_adverts
{
	width: 140px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#mask
{
	z-index: 50;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #4C0000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.mask_off
{
	display: none;
}

.mask_on
{

}

#popup_message
{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 350px;
	height: 200px;
	margin-top:-102px;
	margin-left:-177px;
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	background-color: #000000;
	z-index: 51;
}

.hidden
{
	visibility: hidden;
}

.visible
{
	visibility: visible;
}

.display_off
{
	display: none;
}

.display_on
{
	display: block;
}

.left_menu
{
	float: left;
	width: 150px;
	text-align: right;
}

.left_menu .selected
{
	background-image: url("../images/arrow_right.gif");
	background-position: left;
	background-repeat: no-repeat;
}

.left_menu .menu_item
{
	margin-bottom: 2px;
	padding: 5px;
}

.left_menu .menu_item:hover
{
	background-color: #FFE500;
}

.left_menu .level_1
{
	background-color: #F9FFCF;
}

.left_menu .level_2
{
	background-color: #DDE9F2;
}

.left_menu .level_3
{
	background-color: #D2DDE6;
}

.left_menu .level_4
{
	background-color: #330000;
}

.left_menu .level_5
{
	background-color: #1A0000;
}

.right_menu
{
	float: right;
	width: 150px;
	text-align: center;
}

.right_menu .selected
{
	background-image: url("../images/arrow_left.gif");
	background-position: right;
	background-repeat: no-repeat;
}

.right_menu .menu_item
{
	margin-bottom: 2px;
	padding: 5px;
	border-bottom-color: #000000;
}

.right_menu .menu_item:hover
{
	background-color: #990000;
}

.right_menu .level_1
{
	background-color: #800000;
}

.right_menu .level_2
{
	background-color: #660000;
}

.right_menu .level_3
{
	background-color: #4c0000;
}

.right_menu .level_4
{
	background-color: #330000;
}

.right_menu .level_5
{
	background-color: #1A0000;
}

div.login_menu
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	background-color: #660000;
	width: 120px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

div.news_item
{
	position: relative;
	margin-bottom: 25px;
}

div.news_subject
{
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

div.news_content
{
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	margin-left: 25px;
	margin-right: 25px;
}

div.news_footer
{
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	text-align: right;
}

div.row
{
	position: relative;
	margin-top: 5px;
}

div.row_header
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	background-color: #800000;
	padding: 5px;
}

div.row_sub_content
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	background-color: #660000;
	padding: 5px;
	margin-left: 50px;
	margin-right: 0px;
	display: none;
}

table
{
	border-collapse: collapse;
}

table.results
{
	width: 100%;
/*	font-size: 0.85em;*/
}

tr
{
	vertical-align: top;
}

td
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFE500;
	background-color: #FCFFE7;
	padding: 5px;
}

td.title
{
	background-color: #F9FFCF;
}

td.totals
{
	background-color: #F9FFCF;
}

td.clear
{
	border: none;
	empty-cells: hide;
	background-color: transparent;
}

.page_links
{
	text-align: right;
}

.centred
{
	text-align: center;
}

.horizontal_bar
{
	width: 200px;
	background-color: #ffffff;
	text-align: left;
}

img
{
	border-style: none;
}

.page_title
{
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-color: #000000;
	background-color: #F9FFCF;
	text-align: center;
}

.page_sub_title
{
	margin-bottom: 15px;
}

img.wrap
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.place_listing
{
	float: left;
	width: 215px;
	height: 225px;
	overflow: hidden;
}

.place_listing_title
{
	width: 100%;
	height: 25px;
	text-align: center;
}

.place_listing_image
{
	width: 100%;
	height: 100px;
	text-align: center;
}

.place_listing_summary
{
	width: 90%;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
}

.place_image
{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
}
