/*
	COLOURS:
	dark blue/grey : 5c6a75
	bright blue: 0057a6
	lime green: a4db37
*/
body {
	font-size: 76%;
	font-family: verdana, arial, sans-serif;
	background-color: #ffffff;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	color: #5c6a75;
	margin: 0px;
}

#container {
	font-size: 1.0em;
	width: 900px;
	margin: 0px auto;
}

#header {
	width: 900px;
	height: 109px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 4px 0px 8px 0px;
}
.head1 {background-image: url('/images/header1.jpg');}
.head2 {background-image: url('/images/header2.jpg');}
.head3 {background-image: url('/images/header3.jpg');}
.head4 {background-image: url('/images/header4.jpg');}
.head5 {background-image: url('/images/header5.jpg');}

#logolink {
	display: block;
	width: 230px;
	height: 109px;
	margin: 0px;
}

#topnav {
	width: 900px;
	height: 20px;
	color: #ffffff;
	background-image: url('/images/topnav-bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 0.9em;
	padding: 2px 0px;
	margin: 0px auto;
}

#topnav a {
	padding: 2px 12px;
}

#topnav a:link {color: #ffffff; text-decoration: none;}
#topnav a:visited {color: #ffffff; text-decoration: none;}
#topnav a:hover {color: #a4db37; text-decoration: none;}
#topnav a:active {color: #a4db37; text-decoration: none;}

#topnav-sub a {
	padding: 2px 12px;
	font-size: 0.9em;
}

#topnav-sub a:link {color: #ffffff; text-decoration: none;}
#topnav-sub a:visited {color: #ffffff; text-decoration: none;}
#topnav-sub a:hover {color: #a4db37; text-decoration: none;}
#topnav-sub a:active {color: #a4db37; text-decoration: none;}

.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid #ffffff;
	border-bottom-width: 0px;
	z-index: 100;
	background-color: #5c6a75;
	width: 150px;
	text-align: left;
	margin: 0px;
}

.anylinkcss a{
	width: 140px;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 2px 5px !important;
	text-decoration: none;
}

.anylinkcss a:hover{text-decoration: underline;}

#messageBox {
	width: 600px;
	padding: 20px;
	margin: 0px auto;
	background-color: #ffffdd;
	border: 1px solid #ffd700;
	color: #ffd700;
	text-align: center;
}
.errorMsg {color: #cc0000;}
.successMsg {color: #339900;}
.warningMsg {color: #000000;}

#contentwrap {
	width: 900px;
	margin: 15px 0px;
	padding: 0px;
	background-image: url('images/content-bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
}
#leftbar {
	float: left;
	width: 170px;
	padding: 0px 10px 10px 0px;
	margin: 0px;
}
#leftbar h1 {
	font-size: 1.1em;
	font-weight: bold;
}
.leftnavitem {
	padding-left: 15px;
	background: url('images/arrow.gif');
	background-position: 2px 3px;
	background-repeat: no-repeat;
}
.leftnav-subitem {
	padding-left: 15px;
	background: url('images/arrow.gif');
	background-position: 2px 3px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin: 5px 0px 5px 10px;
}

#searchform input {
	width: 130px;
	border: 1px solid #5c6a75;
}

#content {
	float: left;
	width: 520px;
	padding: 0px 15px 10px 15px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content ul {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#content li {
	margin: 0px;
	padding: 5px 0px;
}

#rightbar {
	float: left;
	width: 160px;
	padding: 0px 0px 10px 10px;
	margin: 0px;
}

#rightbar h1 {
	font-size: 1.1em;
	font-weight: bold;
}

#admin-menu {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#admin-menu li {
	padding: 2px;
	margin: 0px;
}

#loginform {
	font-size: 0.8em;
	color: #0057a6;
}

#loginform input {
	width: 120px;
	border: 1px solid #5c6a75;
}

#footer {
	width: 100%;
	height: 20px;
	background-color: #0057a6;
	color: #ffffff;
	text-align: center;
	overflow:hidden;
}

#bottomnav, #bottomnav ul {
	padding: 0;
	margin: 0px auto;
	list-style: none;
	font-size: 0.9em;
	width: 900px;
}

#bottomnav a {
	display: block;
	padding: 0px 15px;
}

#bottomnav li {
	float: left;
	height: 45px;
	padding-top: 2px;
}

#bottomnav a:link {color: #ffffff; text-decoration: none;}
#bottomnav a:visited {color: #ffffff; text-decoration: none;}
#bottomnav a:hover {color: #a4db37; text-decoration: none;}
#bottomnav a:active {color: #a4db37; text-decoration: none;}
#bottomnav a.active:link {color: #a4db37; text-decoration: none;}
#bottomnav a.active:visited {color: #a4db37; text-decoration: none;}

h1 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #0057a6;
	margin: 5px 0px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #0057a6;
	margin: 5px 0px;
}

h3 {
	font-size: 1.1em;
	line-height: 1.0em;
	color: #0057a6;
	margin: 5px 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.hr {
	width: 100%;
	height: 2px;
	margin: 20px 0px;
	background: url('images/hr-bg.gif') repeat-x;
}

.go-button {
	display: block;
	height: 21px;
	width: 31px;
	background-image: url('images/button-go.gif');
	background-position: center;
	background-repeat: no-repeat;
}

.news-archive {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news-archive li {
	margin: 0px;
	padding:0px 0px 0px 10px;
}

.login-reminder {
	font-size: 0.8em;
}
.login-reminder a:link {color: #a4db37; text-decoration: none;}
.login-reminder a:visited {color: #a4db37; text-decoration: none;}
.login-reminder a:hover {color: #0057a6; text-decoration: underline;}
.login-reminder a:active {color: #0057a6; text-decoration: underline;}

.smalltype {
	font-size: 0.8em;
}

a:link {color: #0057a6; text-decoration: none;}
a:visited {color: #0057a6; text-decoration: none;}
a:hover {color: #0057a6; text-decoration: underline;}
a:active {color: #0057a6; text-decoration: underline;}

#tireReults table {border: 1px solid #cccccc; display: none; margin: 20px 0px;}
#tireResults table td {padding: 7px; border:1px solid #cccccc;}

#lightboxDimmer {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	opacity: .40;
	width: 100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	z-index: 50;
}

.lightbox {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -375px;
	width: 710px;
	border: 1px solid #0057a6;
	padding: 20px;
	background-color: #ffffff;
	text-align: left;
	z-index: 100;
}

#credits {color: #5C6A75; font-size: 0.8em; text-align: center;}
#credits a:link {color: #5C6A75; text-decoration: none; font-weight: normal;}
#credits a:visited {color: #5C6A75; text-decoration: none; font-weight: normal;}
#credits a:hover {color: #0057a6; text-decoration: none; font-weight: normal;}
#credits a:active {color: #0057a6; text-decoration: none; font-weight: normal;}

/* TINY MCE STYLES */
.mceContentBody {
	background: #ffffff;
}
