﻿body, div {
	padding: 0;
	margin: 0;
}


body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	
	/*----*/
	min-width: 875px;
	height: 100%;
	font-weight: 100;	
}
form {
	margin: 0;
	padding: 0; 
}
.clear {
	clear: both;
}
#contentbox table .lhs {
}
#contentbox table .lhsData {	
	padding: 0.5em 0.7em;
	border-bottom: 1px solid #3D4551;
}
#contentbox table .lhsHeader {
	border-bottom: 1px solid #1E6BAE;
}
#contentbox table th a {
	text-decoration: underline;
}

p.backTo {
	background-image: url(../images/backarrow-green.bmp);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
p.backTo a {
	padding-left: 24px;
}
th span 
{
	font-weight:normal;
}
.alternatingRow {
	background-color: #F0F0F0;
	vertical-align: top;
	border-bottom: 1px solid #3D4551;	
}
.alternatingRowStrong {
	background-color: #fff;
	vertical-align: top;
	border-bottom: 1px solid #3D4551;
}
.messageBoxText {
	text-align: center;
	margin: 20px;
	padding: 10px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	white-space: normal;
}
.clearFooter {
	clear: both;
	margin-bottom: 5px;
}
.rounded img  {
    border: 0;
    float: left;
    clear: both;
    margin: 0 160px 0 0;
}
.rounded select {
	float: left;
	clear: both;
	font-family:verdana, Helvetica, sans-serif; 
	font-size:12px;
	margin: 10px 168px 10px 0;
	padding: 0;
}
.rounded p {
    margin: 0;
    padding: 0;
}
.myMessageBox {
	padding:0;
	margin:40px 100px 40px 100px;
	white-space:normal;
}
#blueSpan {
	background: linear-gradient(180deg, #1E6BAE 0%, #0C3D67 100%);
	height: 350px;	
	width: 100%;
	overflow: visible;
	margin-top: 10px;
	padding-top: 48px;
}

#wrapper {
	background-color: #fff;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	flex: 1;
	width: 1020px;
}

/**/
/* dolHeader.css */

	/*content site contentbox table styles */
	#contentbox table {
		margin: 8px 0 1em 0;
		background-color: #e5e5e5;
	}

		#contentbox table td, #contentbox table th {
			vertical-align: top;
			padding: 4px 6px;
			text-align: left;
		}

		#contentbox table th {
			text-align: left;
		}

	#contentbox table {
		border-bottom: 1px solid #aaa;
	}

#relatedInfo ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

.clear {
	float: none;
	height: 0;
	clear: both;
}

/*division colors*/


.vehicles h1 {
	color: #0E5695;
}

#footer-links {
	background: #dfdfdf;
	overflow: hidden;
	width: 960px;
}

/*content site footer style */

#footer-links ul {
	text-align: left;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
}

#footer-links ul li {
	font-size: .75em;
	line-height: 1.25em;
	padding: 2px 0;
}

#footer-links ul li a:link, #footer-links ul li a:visited {
	color: #333;
	text-decoration: none;
}

#footer-links ul li a:hover {
	color: #333;
	text-decoration: underline;
}

#footer-links ul li img {
	border: none;
}

#footer-links ul li a:link img, #footer-links ul li a:visited img, #footer-links ul li a:active img {
	border-bottom: 1px solid #dfdfdf;
}

#footer-links ul li a:hover img {
	border-bottom: 1px solid #333;
}

#footer-links h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	text-align: left; /* added */
}


