* {
    padding: 0;
    margin: 0;
} 

body {
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: justify;
	background-color: #333;
}

ol, ul {
	list-style: inside;
	margin:0px;
	padding:0px;
}


div#container{
	margin: 0 auto;
	width: 800px;
	border: 1px #fff solid;
	background-color: #FFF;
}

div#header{
	float:left;
	width: 800px;
	background-color: #CC0000;
}

div#navigation{
	clear:both;
	width: 800px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #CC0000;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

div#home{
	float:left;
	width:131px;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

a.home {
    display: block;
    width: 131px;
    height: 30px;
    background: url("../_images/home_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.home {
    background-position: 0px -30px;
} 

div#drivinglessons{
	float:left;
	width:155px;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

a.drivinglessons {
    display: block;
    width: 155px;
    height: 30px;
    background: url("../_images/training_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.drivinglessons {
    background-position: 0px -30px;
} 

div#prices{
	float:left;
	width:137px;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

a.prices {
    display: block;
    width: 137px;
    height: 30px;
    background: url("../_images/prices_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.prices {
    background-position: 0px -30px;
} 

div#testimonies{
	float:left;
	width:191px;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

a.testimonies {
    display: block;
    width: 191px;
    height: 30px;
    background: url("../_images/testimonies_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.testimonies {
    background-position: 0px -30px;
} 

div#contactform{
	float:left;
	width:182px;
	height:30px;
}

a.contactform {
    display: block;
    width: 182px;
    height: 30px;
    background: url("../_images/contactus_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.contactform {
    background-position: 0px -30px;
} 

div#maincontent{
	float:left;
	width: 510px;
	background-color: #FFF;
	padding: 20px;
}

div#sidepanel{
	float:left;
	width: 210px;
	background-color: #CCC;
	padding: 20px;
	text-align: center;
}

div#footer{
	clear:both;
	width: 800px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #000;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a:link {
	text-decoration: underline;
	color: #FFF;
}

a:visited {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: underline;
	color: #FFF;
}

a.maincontent:link {
	text-decoration: none;
	color: #000;
}

a.maincontent:visited {
	text-decoration: none;
	color: #000;
}

a.maincontent:hover {
	text-decoration: underline;
	color: #000;
}

a.maincontent:active {
	text-decoration: none;
	color: #000;
}

a.headers:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.headers:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.headers:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

a.headers:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.sidepanel:link {
	text-decoration: underline;
	color: #FFF;
}

a.sidepanel:visited {
	text-decoration: underline;
	color: #FFF;
}

a.sidepanel:hover {
	text-decoration: none;
	color: #FFF;
}

a.sidepanel:active {
	text-decoration: underline;
	color: #FFF;
}

label{
float: left;
width: 0px;
}

input, textarea{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	padding: 5px;
}

textarea{
	width: 250px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#submitbutton{
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	background-image: url(../_images/submit_button.gif);
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#resetbutton {
	width: 92px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_images/reset_button.gif);
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.H1 {
	font-size: 18px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.H2 {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.H3 {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	width: 100px;
}

.sidetext {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

.subheaders {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Required {
	font-size: 12px;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Verification {
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#/* Search results
****************/

#search_form {
position: absolute;
top: 35px; left: 35px;
z-index: 999;
}

#search_form_results {
padding-bottom: 90px;
}

.search_header {
float: left;
font-size: 14px;
font-style: normal;
font-weight: normal;
margin: 0;
padding: 4px 0;
width: 145px;
}

#search_term {
background: transparent;
border: 1px solid #808080;
color: #808080;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0;
padding: 5px;
width: 220px;
}

#search_results {
float: left;
}

.result {
clear: both;
font-size: 14px;
line-height: 22px;
margin-bottom: 60px;
}

.search_thumb {
float: left;
margin: 4px 25px 35px 0px;
}

.search_thumb img {
width: 120px; height: auto;
}

.search_text {
width: 500px;
margin-left: 145px;
}

.search_title a {
font-weight: bold;
text-decoration: underline;
}

.search_title a:hover {

}

.search_title a:active {

}

.search_tags {
color: #999999;
font-size: 11px;
}

.search_tags a {
color: #808080;
text-decoration: none;
}

.search_tags a:hover {
background: none;
color: #808080;
text-decoration: underline;
}

.search_tags a:active {
color: #808080;
}
