a img {border: none;}

.odd {background: #ccc;}

.home-box {
	width: 261px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid rgb(204, 204, 204);
	background: url(http://cityford.com.au/images/box-bg.jpg) repeat-x;
}

#wrapper {
	border: 1px solid #bababa;
	margin: 0 auto;
	text-align: left;
	width: 989px;
}

#header p {
	height: 100px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 989px;
}

#header p span {
	background: url(/images/header.jpg) no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}

#navigation {
	background: url(/images/nav-bg.jpg) no-repeat;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	padding: 0 0 0 10px;
}

#navigation li a {
	color: #5c5c5c;
	display: block;
	font-weight: bold;
	line-height: 31px;
	padding: 10px 20px 0 10px;
	text-decoration: none;
}

#navigation li:hover, #navigation li:hover a {
	background: url(/images/nav-hover-bg.png) no-repeat left top;
}
#navigation li:hover a {
	background: url(/images/nav-hover-bg.png) no-repeat right bottom;
}
#navigation li.last {
	float: right;
}

#navigation li.last, #navigation li.current {
	background: url(/images/nav-hover-bg.png) no-repeat left top;
}

#navigation li.last a, #navigation li.current a {
	background: url(/images/nav-hover-bg.png) no-repeat right bottom;
	color: #2b5aa7;
}

#footer {
	margin: 0 20px 20px;
	border-top: 10px solid #0B2363;
	height: 78px;
	clear: both;
}

#footer img {
	display: block;
}

#footer img.supporters {
	display: inline;
}

#youtube, #facebook, #ford-logo {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

/* TEXT STYLES */
body {
	background: #fff;
}
	
body, p, td, li {
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
	font-size: 11.8px;
	line-height: 1.3em;
	color: #555;
}

/* HEADER STYLES */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #1b7aba;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #041F4E;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #041F4E;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #041F4E;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #041F4E;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #041F4E;
}
/* LINK STYLES */
a:link {
	color:#1b7aba;
	text-decoration: none;
}
a:visited {
	color:#1b7aba;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#002a61;
}
a:active {
	color:#1b7aba;
	text-decoration: none;
}
/* ERROR TABLE STYLES */
.tbl 
{
	width:100%;
	border-collapse:collapse;
	margin:12px;
}
.tbl-2 
{
	border-collapse:collapse;
	margin:12px;
}
.th 
{
	text-align:left;
	font-family:arial;
	color:#1E1E1E;
	font-weight:bolder;
	font-size:20px;
	line-height:20px;
	padding-left:3px;
}
.th-2 
{
	text-align:left;
	color:#000000;
	font-family:arial;
	font-weight:bolder;
	font-size:11px;
	line-height:15px;
	padding-left:3px;
	text-decoration:underline;
}
.td 
{
	padding:3px;
}
.td-2 
{
	padding: 20px;
}
.td-left 
{
	padding:3px;
}
.td-right 
{
	padding:3px;
}
.td-left-2 
{
	padding:3px;
	text-align:center;
}
.td-right-2 
{
	padding:3px;
	text-align:center;
}
.tbl-3 
{
	width:100%;
	border-collapse:collapse;
}
.tbl-4 
{
	width:100%;
	border-collapse:collapse;
}
/* FORM STYLES */
.frm-btn {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #041F4E;
	background-color:#041F4E;
	height:20px;
}
.frm-input {
	border:1px solid #041F4E;
	width:200px;
	height:20px;
}
.frm-textarea {
	border:1px solid #041F4E;
	width:200px;
}
.frm-select {
	border:1px solid #041F4E;
	width:200px;
	height:20px;
}
.paging-btn {float: left;}