@charset "UTF-8";
/* CSS Document */

/*
	Website Name: CargoSelect.com
	Website by: CyberOptik.net
	Contributers: Warren Greeley, Ron Johnson
	Copyright: All rights reserved.
*/


/* Global Styles */

body {
	margin:0;
	padding:0;
	background:#CCCCCC;
}

body,td,th {
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:justify;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#000099;
}

a:hover {
	text-decoration: underline;
	color:#000099;
}

a img {
	border:0;
}

p {
	margin-top:0;
}

h1 {
	margin-top:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:55px;
	line-height:70px;
	margin-top:25px;
	margin-bottom:0;
}

h3 {
	margin-top:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:black;
}

h4 {
	margin-top:0;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:black;
}

h5 {
	margin:0;
	padding:0;
	font-size:12px;
	color:#003399;
}

ul {
	padding:0;
	margin:0;
	list-style: none;
}

ul li {
	background:url(images/square.gif) left no-repeat;
	padding-left:16px;
}

small {
	font-size:9px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.icon {
	float:left;
	padding:0 10px 18px 0;
}

.indent {
	float:left;
	padding-left:60px;
}

#canvas {
	width:902px;
	margin:0 auto;
}

#container {
	float:left;
	width:900px;
	background:white;
	margin-top:5px;
	margin-bottom:15px;
	padding:0;
	border:1px solid gray;
}


/* Header Styles */

#header {
	float:left;
	width:880px;
	background:#fff;
	padding: 10px 10px 0 10px;
}

#header h1 {  
    background: url(images/logo.jpg) no-repeat;  
	height:45px;
	margin:0;
	line-height:45px;
	text-align:left;
}  

#header h1 span {  
    display: none;  
}

.logo {
	float:left;
	width:350px;
}

.phone {
	float:right;
	width:300px;
	text-align:right;
	padding:0;
	margin:0;
}

.phone img {
	padding:0;
	border:0;
	margin:0;
}

#nav {
	float:left;
	width:900px;
	height:27px;
	background:#E1AA09 url(images/bar.jpg) repeat-x;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#nav ul {
	padding:0;
	margin:1px 0;
	float:right;
}

#nav ul li {
	background:none;
}

#nav li{
	list-style:none;
	width:99px;
	height:25px;
	float:left;
	margin:0;
	padding:0;
	border-left:1px solid white;
	line-height:25px;
	text-align:center;
}

#nav a {
	float:left;
	width:99px;
	background:none;
	text-decoration:none;
	color:white;
}

#nav a span {
	float:left;
	display:block;	
	background:none;
	color:#000;
}

#nav li:hover a {
	background:#AD8201;
	color:white;
}

#nav li:hover a span {
	background:#AD8201;
	display:block;
	color:white;
}

.checkbar {
	float:left;
	width:309px;
	height:27px;
	background:url(images/checkbar.jpg) top right no-repeat;
	text-align:right;
}



/* Banner Styles */

#banner {
	float:left;
	width:875px;
	padding-left:25px;
	margin-bottom:20px;
	background:#958E6C;
	color:white;
	text-align:left;
}

#banner img {
	float:right;
	padding-left:10px;
}



/* Sidebar Styles */

#sidebar {
	float:left;
	width:160px;
	padding-left:20px;
	padding-right:20px;
}



/* Content Styles */

#overflow1 {
	float:left;
	overflow:auto;
	width:900px;
	height:250px;
}

#overflow2 {
	float:right;
	overflow:auto;
	width:700px;
	height:250px;
}

#content1 {
	float:left;
	width:660px;
	padding-left:20px;
	margin-bottom:15px;
	background:url(images/dots.gif) top left repeat-y;
}

#content2 {
	float:left;
	width:385px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:15px;
	background:url(images/dots_double.gif) top left repeat-y;
}

#content3 {
	float:right;
	width:235px;
	padding-right:20px;
	margin-bottom:15px;
}

.locations {
	float:left;
	width:245px;
	padding:0 25px;
	background:url(images/dots.gif) top right repeat-y;
	margin-bottom:15px;
}

.locations2 {
	float:left;
	width:245px;
	padding:0 25px;
	margin-bottom:15px;
}

#fastquoteform {
	float:left;
	width:900px;
	margin-bottom:20px;
}

.blue {
	color:#000099;
}

a.green:hover {
	color: #006600;
}

a.blue2:hover {
	color: #0066CC;
}

a.red:hover {
	color:#990000;
}

a.black:hover {
	color:#000000;
}

p.custom {
	margin-top:-0.25em;
	margin-bottom:2.25em;
	float:left;
	padding-left:60px;
}


/* Footer Styles */

#footer {
	float:left;
	width:870px;
	padding:5px 15px;
	background:#666666;
	color:white;
	border-top:1px solid white;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#DDDDDD;
}

#footer a:hover {
	text-decoration: underline;
	color:#DDDDDD;
}