﻿body 
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color:#3c3935;
	background: #484541 url('/images/cssimages/background_road.gif') no-repeat bottom left;
	background-attachment:fixed;
}

.overallcontainer
{
	background-color:#484541;
	float:left;
	margin:0px 0px 0px 30px;
	padding:0px;
}

*html .overallcontainer
{
	margin:0px 0px 0px 15px;
}

img 
{
	border: none;
}
a
{
	font-size:13px;
	color: #222;
	text-decoration:underline;
}
a:hover
{
	color:#000;
	text-decoration:none;
}

li
{
	color:#444;
	padding:0px;
	margin:0px;
}

h1
{
	margin: 0px 0px 0px -500px;
	color: #444;
	font-weight:300;
	font-size: .01em;
	padding: 0px;
}

h2
{
	font-size:30px;
	color:#464542;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h3
{
	font-size:30px;
	color:#f99c35;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h4
{
    font-size:20px;
	color:#464542;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
}

h5
{
    font-size:16px;
	color:#f99c35;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
}

h6
{
	color:#444;
	font-size:24px;
	padding:0px;
	text-align:center;
	margin:19px 0px 0px 0px;
	letter-spacing:0.03em;
	text-transform:uppercase;
}

.indexh3
{
	font-size:24px;
	color:#222;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.indexitalic
{
	font-size:16px;
	color:#222;
	font-weight:normal;
	font-style:italic;
}


p
{
	font-size:12px;
	color:#444;
}

.off
{
	color:#f4eee8;
	text-decoration:underline;
}

.on
{
	color:#f99c35;
	text-decoration:none;
}

.submit
{
	margin:1px 0px 0px 12px;
}

*html .submit
{
	margin:2px 0px 0px 10px;
}

.login
{
	float:right;
	border:1px solid red;
}

.signup
{
	font-size:30px;
	color:#464542;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.signup hover
{
	font-size:30px;
	color:#000;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.indexp
{
	font-size:14px;
	color:#8c8982;
}

.indexli
{
	list-style-type:square ! important;
	line-height:22px ! important;
	font-size:16px ! important;
	font-weight:normal ! important;
	margin:0px 0px 3px 0px ! important;
}

.error
{
	font-weight:bold;
	font-size:14px;
	color:#CD3333;
	padding:10px 0px 0px 30px;
}

.hiddentext
{
	position:absolute;
	text-indent:-500em;
}

/*forms*/

fieldset.userFieldset 
{
	width: 400px;
	border:none;
	margin:0px;
}

fieldset.userFieldset p
{
	margin:0px;
}

fieldset.userFieldset li 
{
	list-style: none;
	padding: 4px;
	margin: 0px;
}

*html fieldset.userFieldset li
{
	padding:3px;
}

fieldset.userFieldset label 
{
	display: inline-block;
    vertical-align: top;
    text-align: right;
    line-height: 1.6em;
    width: 125px;
    padding-right: 3px;
}

fieldset.userFieldset label.required:first-letter 
{
	color: #AA0000;
}

fieldset.userFieldset span.required 
{
	padding-left: 130px;
}

fieldset.userFieldset  ol 
{
	margin: 0;
	padding: 0;
}

fieldset.userFieldset .table
{
	margin-left:131px;
	margin-top:-20px;
}

fieldset .othercontrol label 
{
	display: inline;
	vertical-align: middle;
	text-align: left;
	line-height: 1.6em;
	width:auto;
	font-weight: normal;
	float: left;
}

fieldset .othercontrol input 
{
    float:left;
}

fieldset .othercontrol table tbody tr td
{
	width:300px;
	border-bottom:1px dashed #e5e5e5;
	padding-bottom:5px;
}

fieldset .vehiclemargin tbody tr td input
{
	margin-top:15px;
}

fieldset .vehiclemargin tbody tr td label
{
	padding:10px;
	width:200px;
}


/*end forms*/


