* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #d9d9d9;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
}

h1 {
	margin-top: 10px;
	color: #3671d0;
	font-size: 20px;
}


p.phone strong, p.fax strong{
	color: #c41211;
}

p.fax {
	margin: 0;
}

p.email {
	margin: 0;
}

p.email strong{
	color: #326fd0;
}

p.address {
	color: #000000;
}

fieldset {
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #ddd;
}

legend {
	padding: 2px 5px;
	font-size: 18px;
	color: #666;
}

form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}

form div label {
	float: left;
	width: 35%;
	font: bold Arial, Helvetica, sans-serif;
}

input, textarea, select {
	margin: 3px 0 3px 20px;
	width: 250px;
}

div.formButtons {
	text-align: right;
	padding-right: 35px;
}

div.formButtons input {
	width: 50px;
}

h2.welcome {
	margin: 5px 0;
	height: 24px;
	background: url(../images/welcome-header.png) no-repeat top left;		
}

h2.fleet {
	margin: 5px 0;
	height: 24px;
	background: url(../images/fleet-header.png) no-repeat top left;		
}

h2.about {
	margin: 5px 0;
	height: 24px;
	background: url(../images/about-header.png) no-repeat top left;		
}

h2.contact {
	margin: 5px 0;
	height: 24px;
	background: url(../images/contact-header.png) no-repeat top left;		
}

p {
	margin-top: 10px;
}

a:hover {
	text-decoration: underline;
}


a {
	color: #467ad6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
}

#top a.logo {
	width: 421px;
	height: 52px;
	display: block;
	background: url(../images/logo.png) no-repeat top left;	
}

.clear {
	clear: both;
}

#wrapper {
	width: 800px;
	padding: 24px 24px 0 24px;
	margin: auto;
	background: url(../images/bg.png) repeat-y top left;
}

#top {
	width: 800px;
	height: 52px;
	background: url(../images/toll-free.png) repeat-y top right;
}

#header {
	width: 800px;
	height: 226px;
	position: relative;
	background: url(../images/header.png) repeat-y top right;
}

#topLinks {
	position: absolute;
	bottom: 10px;
}

#topLinks a {
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#topLinks a:hover {
	color: #ddd;
}

#topLinks a.devider {
	background: url(../images/devider.png) no-repeat top right;
}

#topLinks a.home {
	width: 80px;
}

#content {
	padding-top: 25px;
}

#sideBar {
	float: right;
	width: 230px;
	padding-left: 10px;
}

#contentMain {
	width: 520px;
	margin-right: 250px;
	padding-right: 25px;
	border-right: 1px dotted #b0b0b0;	
}

div.box {
	width: 226px;
	background: url(../images/box-bg.png) repeat-y top left;
}

div.box div.boxContent {
	padding: 20px;
}

div.resourcesTop {
	width: 226px;
	height: 31px;
	background: url(../images/box-top.png) no-repeat top left;
}

div.boxBottom {
	width: 226px;
	height: 8px;
	background: url(../images/box-bottom.png) no-repeat bottom left;
}

div.callNow {
	margin-top: 25px;
	width: 226px;
	height: 75px;
	background: url(../images/call-now.png) no-repeat top left;
}

div.customerService {
	margin-top: 25px;
	width: 226px;
	height: 298px;
	background: url(../images/customer-service.png) no-repeat top left;
}

div.banner {
	padding-left: 235px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 10px;
	width: 271px;
	height: 203px;
	color: #fff;
	text-align: justify;
	background: url(../images/banner.png) no-repeat top left;
}

div.banner a.getQuote {
	width: 116px;
	height: 31px;
	display: block;
	margin-top: 30px;
	float: right;
	background: url(../images/get-quote-btn.png) no-repeat top left;
}

div.fleetBox {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #b0b0b0;
	border-bottom: 1px dotted #b0b0b0;
	background: url(../images/bus.png) no-repeat 330px 10px;
}

table.fleet {
	margin-top: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

table.fleet td {
	text-align: center;
}

table.fleet a.fleet {
	padding-left: 15px;
	background: url(../images/bullet.png) no-repeat center left;
}

#footer {
	text-align: center;
	color: #fff;
	position: relative;	
	width: 800px;
	height: 60px;
	background: #535454 url(../images/footer-top.png) no-repeat top left;
}

div.footerLinks {
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}

div.footerLinks a{
	color: #fff;
}

div.ccCards {
	position: absolute;
	top: 20px;
	right: 20px;
}