/* DOMESTIC FREIGHT - CSS Document */



/* LAYOUT STYLES */
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	display: block;
	clear: both;
}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

a {
	text-decoration: none;
	font-weight: bold;
	color: #ebb600;
}

a:hover {
	text-decoration: underline;
	color: #ebb600;
}

#container {
	margin: 20px auto 0 auto;
	width: 777px;
	overflow: hidden;
	background: #fff url('../images/bg-contents.gif') repeat-y 0 0
}

img {
	border:none;
}


/* HEADER STYLES */
#header {
	width: 777px;
	height: 208px;
	background: url(../images/header-bg.gif) repeat-x;
}


/* NAVIGATION */
.hidden {
	display: none;
}

#nav {
	height: 29px;
	width: 777px;
	background-color: #000;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	height: 29px;
	display: block;
}

#nav ul li a:hover {
	background-position: 0 -29px !important;
}

#nav ul li#home a {
	background:url(../images/nav/home.gif) no-repeat top;
	width:55px;
}

#nav ul li#profile a {
	background:url(../images/nav/profile.gif) no-repeat top;
	width:58px;
}

#nav ul li#services a {
	background:url(../images/nav/services.gif) no-repeat top;
	width:72px;
}

#nav ul li#quotes a {
	background:url(../images/nav/quotes.gif) no-repeat top;
	width:57px;
}

#nav ul li#contact-us a {
	background:url(../images/nav/contact.gif) no-repeat top;
	width:88px;
}

body.home #nav ul li#home a {background-position:0 -29px!important;}
body.profile #nav ul li#profile a {background-position:0 -29px!important;}
body.services #nav ul li#services a {background-position:0 -29px!important;}
body.quotes #nav ul li#quotes a {background-position:0 -29px!important;}
body.contact-us #nav ul li#contact-us a {background-position:0 -29px!important;}

/* CONTENT STYLES */
div#content_container {
	width: 508px;
	float: left;
	background: #ffffff;
}


/*	CTA STYLES */
div#cta {
	width: 269px;
	float: right;
	font-size: 12px;
	line-height: 150%;
	background: #f0eded;
}

img#cta-img {
	width: 265px;
	margin: 0 0 10px 0;
}

div#cta p {
	text-align: right;
	margin: 0 35px 20px 0;
	color: #4d5154;
}

div#cta p#address {
	font-weight: bold;
}

div#cta a {
	font-weight: bold;
	text-decoration: none;
}
div#cta a:hover {
	text-decoration: underline;
}

img#webbasic {
	margin: 100px 32px 0 0;
}


/* TEXT STYLES */
#title {
	margin: 20px 0 0px -1px;
}

div#text {
	text-align: left;
	width: 470px;
	font-size: 115%;
	margin: 0 10px 20px 40px;
}

div#text p {
	color: #000000;
	margin: 0 25px 20px 10px;
}

div#text ul { margin: 0 0 20px 30px; }
div#text ul li { margin-bottom: 3px; }

div#text span.small {
  font-size: 0.9em;
}

/* FOOTER STYLES */
div#footer {
	width: 777px;
	font-size: 11px;
	margin: 0 auto;
	font-weight: bold;
	padding: 0px;
	color: #EBB600;
}

div#footer a{
	color: #EBB600;
}

div#footer a:hover {
	color: #EBB600;
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	margin-left: -25px;
}

#footer ul li {
	float: left;
	margin: 0 2px;
}

#copyright {
	text-align: right;
	margin-right: 10px;
}
 #map {
   margin: 20px;
 }

 /* quote table */
table.freight-display {
	width:450px;
}
table.freight-display th{
	background:#000;
	color:#fff;
	padding:2px;
}
table.freight-display td{
	background:#ccc;
	color:#000;
	padding:2px;
}

table.freight-display td.right{
	text-align:right !important;
}

input.cc {
  width: 50px !important;
}
.freight-type-container{
	width:450px;
	margin: 4px 0;
	border: 2px solid #333;
	padding: 0;
}
.freight-type-container h2{
	padding: 2px 0 4px 10px;
	margin: 0;
	display:block;
	background:#333;
	color: #fff;
	font-weight:bold;
	font-size:15px;
}