body {
	text-align: center;
	background: url(../images/bg.jpg) top repeat-x #ffffff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.8em; 
	color: #101010;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.2em;
	color: #6eab22;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
	color: #0082d6;
}

a {
	color: #00145d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.forminput, textarea {
	border: 1px solid #0082d6;
	font-family: Arial, Tahoma, Verdana;
	font-size : 1em;
}

.forminput {
	width: 260px;
	padding: 2px 5px 2px 5px;
}

textarea {
	width: 280px;
	height: 76px;
	padding: 2px 5px 2px 5px;
}

.button {
	background-color: #0082d6;
	color: #ffffff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	border: 1px solid #0082d6;
}

.page {
	width: 870px;
	margin: auto;
}	

.container {
	width: 870px;
	background: url(../images/container.jpg) top repeat-y;
	position: relative;
	float: left;
}

.content {
	width: 840px;
	padding: 0px 15px;
	background: url(../images/content.jpg) top no-repeat;
	text-align: left;
	position: relative;
	float: left;
}

#quickquotecalculatordriver {
	clear: both;
	float: left;
	position: relative;
	top: -125px;
	margin: 0px 0px -125px 250px;
}

#scroller_container {
	clear: both;
	float: left;
	position: relative;
	top: -37px;
	margin: 0px 0px -28px 228px !important;
	margin: 0px 0px -28px 114px;
	width: 590px;
	height: 28px;
	color: #ffffff;
	overflow: hidden;
}

#scroller {
 white-space: nowrap;
}

#scroller a {
	font-weight: normal;
	color: #ffffff;
}

#scroller a:hover {
	color: #ffffff;
}

.leftcol {
	clear: both;
	float: left;
	background: url(../images/nav.jpg) top no-repeat;
	margin-left: 20px !important;
	margin-left: 10px;
	width: 148px;
	padding: 5px 20px;
	font-size: 0.9em;
}

.leftcol ul {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.leftcol li {
	list-style: none;
	margin-bottom: 2px;
}

.leftcol a {
	padding: 3px 5px;
	border-bottom: 1px solid #ffffff;
	display: block;
	width: 138px;
}

#navon, .leftcol a:hover {
	background-color: #0082d6;
	color: #ffffff;
	border-bottom: 1px solid #0082d6;
	text-decoration: none;
}

.rightcol {
	float: right;
	margin: 10px 20px 0px 20px !important;
	margin: 10px 10px 0px 10px;
	width: 590px;
	font-size: 0.9em;
}

.pagedrivers {
	float: right;
	width: 157px;
	margin-left: 20px; 
}

.pagedrivers img {
	margin-bottom: 10px;
}

.newsstory {
	clear: both;
	float: left;
	width: 590px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6eab22;
}

.footer {
	clear: both;
	width: 800px;
	margin: auto;
	padding: 22px 35px 20px 35px;
	text-align: left;
	background: url(../images/footer.jpg) top no-repeat;
	overflow: auto;
	color: #ffffff;
	font-size: 0.9em;
}

.footer a {
	color: #ffffff;
	font-weight: normal;
}

.tel {
	color: #00145d;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
}

.error {
	font-weight: bold;
	color: red;
}

.green {
	color: #6eab22;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.textright {
	text-align: right;
}

.leftpic {
	float: left;
	margin: 0px 20px 10px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 10px 20px;
}

.center {
	text-align: center;
}

.spacer {
	width: 1px;
	height: 300px;
}

.viewtable {
	border: 1px solid #0082d6;
	width: 588px;
	margin-bottom: 10px;
}

.viewtable td {
	border: 1px solid #0082d6;
	padding: 2px;
}

.msg {
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: #0082d6;
}

.thumb {
	float: left;
	margin: 0px 10px;
	padding: 10px;
	border: 1px solid #0082d6;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #fff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border: 1px solid #0082d6;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 1.2em Arial;
letter-spacing: 5px;
color: #0082d6;
padding: 5px 0;
text-align: right;
}
5
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #fff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #fff;
padding: 5px;
z-index: 5;
}