@charset "UTF-8";
/* CSS Document */

/* GLOBAL */

body {
	padding: 0.2em;
	background-image: url(images/sidebars.gif);
	background-repeat: repeat-x;
	background-color: #B3B3B3;
	min-width: 862px;
}

a {
	font-family:Arial;
	color: #861420;
}
a:hover {
	color: #084383;
}
a:visited {
	color: #861420;
}

p, li { 	
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}

h1 {
	text-indent: -9999px;
	height: 16px;
	background-repeat: no-repeat;
}

a img {
	border: none;
}

/* INDEX PAGE */

#wrapper {
	margin: 0px auto;
	border: 1px solid #fff;
	padding: 0px;
	width: 950px;
	margin-top: 10px;
	background-color: #f1f1f1;
	background-image: url(images/wrap_bg.jpg);
	background-repeat: repeat-y;
}

#wrapper.index {
	margin: 0px auto;
	border: 1px solid #fff;
	padding: 0px;
	width: 950px;
	margin-top: 10px;
	background-color: #fff;
	background-image: url(images/lcol_bg.jpg);
	background-repeat: repeat-y;
}

#masthead {
	background-image: url(images/blue_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
	width: 940px;
	height: 98px;
	text-align: right;
}
#masthead img {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}

.link_espanol {
	font-weight: bold;
	z-index: 1000;
	margin: 5px 5px 0px 0px;
	text-align: right;
}

.link_espanol a {
	color: #fff;
}

.link_espanol a:visited {
	color: #fff;
}

#nav {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	background-color: #7D161B;
	width: 100%;
}

#nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#content.index {
	padding: 0px 0px 0px 0px;
}

#left_col.index {
	width: 215px;
	right: 0px;
	height: 100%;
	background-image: url(images/lcol_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-left: 0px;
}


#main.index {
	background-color: #fff;
	background-image: url(images/index_mainbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	height: 659px;
	width: 734px;
	margin-left: 216px;

}

#main.index p {
	margin: 0px 0px 0px 0px;
	line-height: 2em;
	padding-left: 30px;
	width: 385px;
	font-size: 12px;
}

#main.index h1 {
	text-indent: -9999px;
	/*background-image:url(images/index_header.gif);
	background-repeat: no-repeat;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16pt;
	color: #4d4d4d;
	width: 411px;
	height: 66px;
	margin: 0px 0px 0px 221px;
	font-weight: normal;
	padding: 25px;
	text-transform: uppercase;
	line-height: 1.5em;
}

#main.index ul {
	color:#0c5093;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	line-height:2em;
}

#main.index li {
	margin-left: 5px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(images/busbullet.gif);
	color: #0c5093;
	line-height: 2em;
	font-size: 12px;
}

/* INTERIOR PAGES */

#content {
	padding-left: 220px;
	padding-right: 220px;
}

#content .column {
	float: left;
	position: relative;
}

#main {
	padding: 10px;
	width: 510px;
	background-color: #fff;
}

.bluebox {
	width: 480px;
	background-color: #d5eafe;
	border: 2px solid #c4e2fe;
	padding: 0px;
	padding-right: 5px;
	margin: -12px -10px 12px 10px;
}

.bluebox_shadow {
	float: left;
	background: url(images/bb_shadow.png) no-repeat bottom left;
	margin: 10px 0px 10px 0px;
}
	

#left_col {
	width: 221px;
	margin-left:-221px;
	/*right: 241px;
	margin-left: -100%;*/
	height: 100%;
	background-image: url(images/lcol_bgie.jpg);
	background-repeat: repeat-y;
	background-position: 2px 0px;
	padding:0;
}

.section {
	border-bottom: 2px solid #fff;
	padding: 5px 15px;
}

.section .ql {
	height: 32px;
	padding: 0px;
	background: url(images/lcol_ql.gif) no-repeat;
	border-bottom: 1.7px dotted #aaa;
	background-position: center left;
	text-indent: -9999px;
	margin: 0px;
}

.section .ln {
	height: 32px;
	padding: 0px;
	background: url(images/lcol_ln.gif) no-repeat;
	border-bottom: 1.7px dotted #aaa;
	background-position: center left;
	text-indent: -9999px;
	margin: 0px;
}

.section .ohi {
	height: 32px;
	padding: 0px;
	background: url(images/lcol_ohi.gif) no-repeat;
	border-bottom: 1.7px dotted #aaa;
	background-position: center left;
	text-indent: -9999px;
	margin: 0px;
}

.section ul {
	margin: 5px 0px 5px -30px;
}

.section li, .section p {
	font-size: 11px;
	list-style: none;
	line-height: 18px;
}

.section p {
	padding-left: 10px;
}

div.viewmore {
	border-top: 1px dotted #aaa;
	text-align: right;
	height: 20px;
	padding: 0px;
	padding-right: 2px;
	margin-bottom: 10px;
}

div.viewmore img {
	float: right;
	margin-top: 12px;
	display: inline;
}

span.hl {
	font-weight: bold;
	font-size: 12px;
	color: #4d4d4d;
}

.section + .logo {
	border: none;
	height: 100%;
}

#right_col {
	width: 200px;
	margin-right: -220px;
	background-color: #f1f1f1;
	height: 100%;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	background-color: #7D161B;
	background-image: url(images/blue_footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 950px;
	height:45px;
}

#footer p {
	font-size:10px;
	color:#84C3FE;
	line-height: 12px;
}

#footer .left {
	float: left;
	padding-left: 10px;
	width: 650px;
	margin-top: 10px;
}

#footer .left .eeo {
	font-size: 8px;
	line-height: 8px;
}

#footer .right {
	float: right;
	padding-right: 10px;
}

#footer .right a {
	color: #fff;
	text-decoration: none;
}

#footer .right a:hover {
	color: #84C3FE;
	text-decoration: underline;
}

#footer .right a:visited {
	color: #fff;
	text-decoration: none;
}


/* ABOUT SPECIFIC */
	
img.about_floater {
	float: right;
	margin: 10px;
	margin-right: 20px;
}


/* BUSINESS SPECIFIC */


.business_buttons {
	display: block;
	margin: 10px auto;
}

h2.buscats {
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight: bolder;
	font-size: 16pt;
	color: #0556A7;
	margin: 0px 0px 5px 0px;
}

/* LATEST NEWS SPECIFIC */

.news_item {
	padding: 10px;
	border-bottom: 1px dotted #4d4d4d;
}

.news_item h2 {
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight: bolder;
	font-size: 12pt;
	color: #0556A7;
	text-transform: uppercase;
}

.news_item a {
	text-decoration: none;
	color: #0556A7;
}

.news_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: 20px;
	color: #4d4d4d;
}

/* ASSOCIATE/CUSTOMER SPECIFIC */

form, fieldset {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form.alogin label {
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
	width: 99px;
	font-size: 11pt;
}

form.alogin label.saving {
	width: auto;
	font-size: 10pt;
	vertical-align: middle;
	height: 20px;
}

form.alogin #saveit {
	margin-left: 125px;
}

form.alogin fieldset li {
	list-style-type: none;
	padding: 5px 10px 5px 5px;
}

form.alogin #asubmit {
	margin-left: 125px;
}

/* LOCATIONS SPECIFIC */

div.loc {
	padding: 0px 15px;
	width: 485px;
}

div.loc p {
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 155px;
	font-size: 10px;
	line-height: normal;
}

span.loc {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* SUPPLIER SPECIFIC */

.suplogos {
	padding: 0px 10px 0px 30px;
	width: 500px;
	margin-bottom: 50px;
}

.suplogos img {
	margin: 0px 20px 20px 0px;
	float: left;
}



/* Is this Being Used? */

.splash_box{
	padding-left: 20px;
	padding-right: 290px;
	background-image: url(images/home_splash_truck.gif);
	height: 469px;
	padding-top: 100px;
	background-repeat: no-repeat;
	}
.left_margin_indent {
	margin-left: 11px;
}

.border_padding {
	padding: 15px;
}
.page_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

img.page_headers {
	margin-top: 22px;
}

.locations_table_padding {
	padding-left: 20px;
}
.padding_left_15_address {
	padding-left: 15px;
}

.locations_list_padding_left{
	padding-left: 15px;
}

.locations_list_state{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#09F
}

.locations_list_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.locations_list_body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
}

.locations_list_body_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.forgot {
	text-align: center;
	font-size: 8pt;
}

.minihead {
	color: #0056a7;
	text-transform: uppercase;
	font-weight: bold;
}

h2.minihead {
	font-size: 12px;
}

.pdfist:after {
	content: url(images/adobepdf.gif);
	margin-left: 3px;
}

.clrflt {
	clear: both;
}
