/* Quote FORMS
-------------------------------*/

div.quoteRequest
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:white;
	padding:3px;
}

div.quoteRequest form
{
	overflow:hidden;
}

div.quoteRequest form input,div.quoteRequest form textarea,div.quoteRequest form select
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #cccccc;
	border-radius:3px;
	color:#4d4d4d;
	font-size:1.1em;
	margin-bottom:5px;
	margin-right:4px;
	padding:4px;
}

div.quoteRequest form .custInfo input
{
	margin-right:18px;
	width:150px;
}

div.quoteRequest form label
{
	display:inline-block;
	margin:4px 0;
}

div.quoteRequest form label.pad
{
	display:inline-block;
	margin-right:10px;
	text-align:right;
	width:70px;
}

div.quoteRequest form fieldset legend
{
	color:#666;
	font-size:1.2em;
	font-weight:bold;
}

div.quoteRequest form fieldset
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#FAFAFA;
	border-radius:3px;
	margin:2px;
	padding-left:5px;
}

div.quoteRequest div.qrInformation
{
	float:left;
	width:565px;
}

div.quoteRequest div.qrInformation textarea
{
	margin-top:10px;
	width:525px;
}

div.quoteRequest div.qrServices
{
	float:right;
	width:175px;
}

div.quoteRequest form fieldset.custInfo label
{
	margin-left:90px;
	margin-right:10px;
	text-align:right;
	width:50px;
}

div.quoteRequest div.qrInformation fieldset,div.quoteRequest div.qrServices fieldset
{
	height:120px;
}

div.quoteRequest div.qrPickup
{
	float:left;
	width:370px;
}

div.quoteRequest div.qrDeliver
{
	float:right;
	width:370px;
}

div.quoteRequest table
{
	width:100%;
}

div.quoteRequest table tbody td
{
	text-align:center;
}

div.quoteRequest table thead th
{
	border-right:1px solid #cccccc;
	/*text-transform:uppercase;*/
	text-align:center;
}

.content table.rate
{
	border-spacing:0px;
	font-size:1.2em;
}

.content table.rate tr td.column1
{
	width:200px;
}

.content table.rate tr td.column2
{
	text-align:right;
	width:250px;
}

.content table.terminal
{
	border-spacing:0px;
	font-size:1.2em;
}

.content table.terminal tr td
{
	width:200px;
}

.content table.cutoff
{
	border-collapse: collapse;
}

.content table.cutoff tr td
{
	border:1px solid #ccc;
	padding-left:4px;
}

.content table.cutoff tr td.column1
{
	width:300px;
}

.content table.cutoff tr td.columnx
{
	width:200px;
}

.content div.siteMap
{
	border: 0px;
	margin:0;
	padding: 0;
}

.content div.siteMap ul
{
	list-style-type:none;
	margin-left:2px;
}

.content div.siteMap ul li a
{
	text-decoration: none;
}

.content div.siteMap ul li a.spaced
{
	padding-left:8px;
}

.content table.news tr td
{
	font-size:1.2em;
	vertical-align:top;
}
.content table.news tr td.date
{
	white-space:nowrap;	
}

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}