/***************** general page styles ****************************/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background : #ffffff;
	font-size : 11px;
	font-family :  arial,Helvetica,sans-serif;
	color : #0A3971;
	background-color:#ffffff;
}

/***************** main text styles ****************************/
hr{
margin-left:30px; margin-right:20px;
color:#CCCCCC;
background-color:#FFFFFF;
}
p {
	font-size : 11px;
	line-height : 1.5;
	color : #555555;
	background : transparent;
	font-family: arial,Helvetica,sans-serif;
	margin: 10px 30px 10px 30px;
}

ul li {
	font-size : 12px;
	color : #0A3971;
	background : transparent;
	font-family:	 arial,Helvetica,sans-serif;
	margin: 10px 10px 0px 0px;
	list-style-type: square;
}

ol li {
	font-size : 12px;
	color : #0A3971;
	background : transparent;
	font-family: arial,Helvetica,sans-serif;
	margin: 10px 10px 0px 0px;
}

h1, h2, h3, h4, h5 {
	color : #012D5E;
	background : transparent;
	font-family: arial,Helvetica,sans-serif;
	margin: 10px 30px 10px 30px;
}

h1 {
	font-size : 14px;
}

h2 {
	font-size : 14px;
	line-height : 1.5;
}

h3 {
	font-size : 12px;
	line-height : 1.3;
}

strong {
	font-weight : bold;
}

/***************** main link styles ****************************/

a{
	color : #012D5E;
	background-color : transparent;
	text-decoration : underline;
}
 a:visited{
	color : #012D5E;
	background-color : transparent;
}
 a:active{
	color : #012D5E;
	background-color : transparent;
}
 a:hover{
	color : #012D5E;
	background-color : transparent;
	text-decoration : none;
}


/***************** forms ****************************/
.formfield {
	font-size : 12px;
	line-height : 1.5;
	color : #0A3971;
	background : transparent;
	font-family:	 arial,Helvetica,sans-serif;
	margin: 40px 30px 10px 40px;
}
checkbox { 
border-color: #FFFFFF;
border: 0px;
background: #FFFFFF;

}
.submitbutton {
	font-size : 11px;
	color : #ffffff;
	background : #0A3971;
	font-weight : bold;
	cursor: hand;
}	
.textfield{ 
	border:	1px solid #666;
	font-size: 11px;
	font-family: arial,Helvetica,sans-serif;
}
textarea, select{ 
	border:	1px solid #666;
	font-size: 11px;
	font-family: arial,Helvetica,sans-serif;
}

/*******************************************************************/

p.footerlink	{
	font-family: arial,Helvetica,sans-serif;
	color:#999999;
	background-color: transparent;
	line-height : 1.2em;
	text-align: left;
	font-size:	10px;
}


p.footerlink a:visited	{
	color:#999999;
	background-color: transparent;
}

.tableFormating p{
	font-size : 11px;
	line-height : 1.5;
	color : #555555;
	background : transparent;
	font-family: arial,Helvetica,sans-serif;
	margin: 10px 10px 10px 10px;
}
.tableFormating th p{
	color : #fff;
}

th {
	background: #003C8D;
	color:#FFFFFF;
	border-left: 1px solid #ffffff;
	font-size: 80%;
	text-align:left;
	}
	
.marginSpacing {
	margin: 10px 30px 10px 30px;
}

.header_nav {
	width: 717px;
	height: 31px;
	background: url(/images/header_nav.jpg) no-repeat center top;
	margin-right:auto;
	margin-left:auto;
}

.header_nav a:link{
	color : #FFFFFF;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
.header_nav a:visited{
	color : #FFFFFF;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
.header_nav a:active{
	color : #FFFFFF;
	background-color : transparent;
	text-decoration : none;font-weight: bold;
}
.header_nav a:hover{
	color : #FFFFFF;
	background-color : transparent;
	text-decoration : underline;
	font-weight: bold;
}

/* index page image border */

.image_border img{
	padding: 3px 3px 3px 3px;
	background-color: #B2C3DB;
}

.latest_vehicles {
	padding: 5px 5px 5px 5px;
}

.no_margin {
	margin: 0px 0px 0px 0px;
}
/* Google Adverts etc */
.googleads{
margin-left:25px;
}