/* Basic HTML Elements */
* {
	margin: 0px;
	padding: 0px;
}
.acronym {
	border-bottom: 1px dotted #333333;
}
a:link {
	text-decoration: none;
	color: #333333;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: #0055A4 url(../images/bg_01.gif) top left repeat-x;
}

ul {list-style-type:none;}

dl {
	margin-bottom: 15px;
}
dt {
	font-weight: bold; color:#000;
}
dd {
	background-image: url(../images/dotBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
}

strong {font-weight: bold; color:#000;}

small {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}
fieldset {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 14px;
	border: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
}
#quoteForm table{
	line-height: 13px;
}
#commodities p {
	font-size: 11px;
	line-height: 12px;
	text-align: right;
}
#commodities input {
	width: 2em;
	margin-bottom: 2em;
	margin-left: .5em;
}
#commodities .com_specify input {
	width: 100%;
}

td {vertical-align: middle;}

input.button {
	width: 108px;
	height: 27px;
	background: url(../images/button.gif) 0 0 no-repeat;
	background-color: transparent;
	font-size: 10px;
	padding:2px 0 0;
	font-weight: bold;
	border: none;
	margin: 5px 5px 0 0;
	text-transform: uppercase;
	cursor:pointer;
}
#contactForm select {
	margin: 2px 0;
	width: 100px;
}
#contactForm label {
	float: left;
	margin-top: 2px;
	padding-right: 15px;
	width:200px;
}
#contactForm p a:link {text-decoration:none;}

/* Basic Structure
-------------------------------------------------------------------- */
#wrapper {width:892px;
	margin: 0 auto;
	padding: 0px;
}

/* Branding
-------------------------------------------------------------------- */

#branding {
	height: 118px;
	width: 880px;
	margin: 0 auto;
}
#branding-logo {
	background: transparent url(../images/logo.gif) top left no-repeat;
	width: 100%; /* Firefox uses image min-width in h1 when off -  Safari prefers on, same - width screws up design in IE */
	height: 108px;
	float: left;
}
#branding h1 {
	background: transparent url(../images/tagline.gif) top right no-repeat;
	height: 108px;
	width: 400px; /* Keeps graphic from overlapping */
	float: right;
}
#branding span {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#branding h2 {
}

/* Content - copy area
------------------------------------------------------------- */

#content {
	width: 878px;
	border-left:2px solid #444;
	border-right:2px solid #444;
	margin: 1px auto 0;
}
#imgBar {
	width: 878px;
	height: 222px;
	background: url(../images/greybg_top.gif) bottom left no-repeat;
	margin: 0px;
}
#body-img {
	background: #C5C5C5 url(../images/greybg_mid.gif) top left repeat-y;
	width: 878px;
	margin:0;
}
#inner-img {
	height: 100%;
	min-height: 300px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
}
#column1 {
	width: 184px;
	min-height: 300px;
	height: auto;
	padding: 30px 15px 10px 15px;
	float: left;
}
#column1 p {
	margin: 0 10px 5px 14px;
}
#column1 li {
	margin: 0 10px 10px 14px;
	font-size: 11px;
	line-height: 14px;
}
#column1 a {
	font-weight: bold;
}
#column2 {background: url(../images/road2.gif) bottom center no-repeat;
	width: 580px;
	min-height: 300px;
	height: auto;
	padding: 30px 40px;
	float: right;
}
#column2  li {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 15px;
}

#side_img {
	text-align:center;
	width: 170px;
	margin: 0 0 10px 5px;
	border-top: 3px solid #ddd;
	border-right: 3px solid #999;
	border-bottom: 3px solid #777;
	border-left: 3px solid #bbb;
}
#inner-img h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 28px;
	word-spacing: 1px;
	font-weight: lighter;
	padding-bottom: 15px;
}
#inner-img h2 {color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#column2 p {
	padding-bottom: 15px;
}
#column2 table {
	width: 99%;
	margin-bottom: 15px;
}

.tDiv {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#column2 th {
	color: #0060AA;
	text-align: left;
}
.locAddy {
	width: 50%;
}
.locPhone {
	width: 40%;
}
.locDesc {
	font-size: 11px;
	line-height: 12px;
	padding-top: 6px;
	text-align: left;
}
#content a:link {
	color: #222222;
	text-decoration: underline;
}
#content a:visited {
	color: #444444;
	text-decoration: underline;
}
#content a:hover, #contact a:active {
	color: #0066CC !important;
	text-decoration: underline;
}

.clear {
	clear: left;
}
.clearBoth:after{
	clear: both;
	height: 0;
}

.clearBoth:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearBoth {display: inline-block;}
html[xmlns] .clearBoth {display: block;}
* html .clearBoth {height: 1%;}


/* Navigation
--------------------------------------------------------------------- */

#navigation {
	height: 32px;
	margin: 0;
}
#navigation ul {
	width: auto;
	margin-left: 2px;
	padding: 0;
	list-style: none;
	float: left;
}
#navigation li {
	height: 30px;
	margin: 0;
	font: 12px/12px Arial, sans-serif;
	display: inline;
	float: left;
}
#navigation a {font-weight:bold;
	padding:11px 8px 10px 9px;
	text-decoration: none;
	color: #ccc;
	float: left;
	display: block;
}

#navigation a:hover, 
#navigation .selected a {
        color:#333;
        padding:9px 6px 8px 7px;
        border-top:2px solid #aaa; 
        border-right:2px solid #bbb;
        border-bottom:2px solid #999;
        border-left:2px solid #ddd;
       	background: url(../images/nav_bg_o.gif) top left repeat-x !important;
	}

/* Footer
------------------------------------------------------------- */

#footer {
	width: 878px;
	color: #666666;
	text-align: center;
	background: #EEE url() top left repeat-y;
	clear: both;
	border-bottom:2px solid #444;
}
#footerBG {
        text-align: center;
	width: 848px;
	padding: 15px;
	background: #fff url(../images/footer_bg.gif) top left repeat-x;
}
#footer h3 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin-top: 10px;
}
#footer img {
	position: relative;
	top: 6px;
	border: none;
}
#footer a:link, #footer a, #footer a:visited {
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none !important;
}
.sitemap {
	color: #0066CC !important;
}

.leftfoot {width:350px; float:left; text-align:left;}
.rightfoot {width:350px; float:right; text-align:right;}
.rightfoot a {text-transform:none!important;}