/* Framework CSS by Creative Soapbox -- http://creativesoapbox.com */
/* Thanks to Eric Meyer for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }/* remember to define focus styles! */
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Basic styling courtesty of mulitple sources - mainly Tripoli CSS from www.monc.se */
html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code {  color: #c33; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; color: #c33; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
img { border: 0; }

/* Forms */
fieldset { border: 1px solid #ccc; padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { background: #fff; padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* comp7ensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
textarea, input[type='text'], form input[type="password"], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

/* Quotes */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; padding: 0 1em; margin: 1.6em 0; }
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }

/* Base Sizes */
#container { font-size: 1.2em; line-height: 1.6em; }
h1 { font-size: 1.6em; margin: 1em 0 .5em; }
h2 { font-size: 1.5em; margin: 1.07em 0 .535em; }
h3 { font-size: 1.4em; margin: 1.14em 0 .57em; }
h4 { font-size: 1.3em; margin: 1.23em 0 .615em; }
h5 { font-size: 1.2em; margin: 1.33em 0 .67em; }
h6 { font-size: 1em; margin: 1.6em 0 .8em; }

/* HR */
hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; margin-bottom: 1.6em; }

/* Lists */
ul, ol { margin-left: 2.2em;  margin-bottom: 1.6em; }
ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; }
ul{list-style: disc outside;}
ol{list-style: decimal outside;}

/* Tables */
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding: .8em; }

/* Margins and Padding */
p, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: line-height/size, BOTTOM: TOP/2 */
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em .1em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; }
form div { margin-bottom: .8em; }
button { padding: 0.3em 0.5em; }
blockquote > * { margin: .8em 0; }

/* Begin Styles
--------------------------------------- */
body {
  color: #333;
	background: #242726 url(/images/interface/new_road/container_bk.gif) repeat-x left top; 
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Typography
--------------------------------------- */
h2, h3, h4, h5, h6 { color: #666; }

a:link, a:visited {
	color: #326ea1;
	text-decoration: none;
	background-color: transparent;
} 

a:active, a:hover, a.selected { 
	color: #e09524;  
	text-decoration:underline;
	background-color: transparent;
}

/* Sitewide classes
--------------------------------------- */

	
.left_img {
	float:left;
	margin: 4px 15px 15px 8px;
}

.min-height {
	height: 400px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.download {
	background: transparent url(/images/interface/download_file_icon.gif) no-repeat top left;
	padding: 10px 0 0 36px;
	line-height: 12px;
	display: block;
	height: 32px;
	font-size: 16px;
	margin: 10px 0 20px 0;
}

.online {
	background: transparent url(/images/interface/edit.gif) no-repeat top left;
	padding: 10px 0 0 36px;
	line-height: 8px;
	display: block;
	height: 32px;
	font-size: 16px;
	margin: 10px 0 20px 0;
}



/* Page Structure
--------------------------------------- */

#container{
	margin: 11px auto;
	padding: 0;
	width: 1000px;
}

/* Pages */
#content-wrap {
	background-color:#FFFFFF;
	margin:0 10px;
	padding:10px 0 0;
	width:980px;
}

.main-page-wrap {
	background-color:#EBEBE0;
	width:960px;
	margin: 0 10px;
}

.main-page-top {
	background: transparent url(/images/interface/main-page-top.gif) no-repeat 0 0;
	height: 10px;
}

.main-page-btm {
	background: transparent url(/images/interface/main-page-btm.gif) no-repeat 0 0;
	height: 10px;
}

.main-page {
	margin: 0;
	padding: 0 10px;
	width: 940px;
	background: transparent url(/images/interface/main-page-slice.gif) repeat-y 0 0;
}

.innercontent-wrap {
	background: #fff url(/images/interface/dd_sidebar_bk.jpg) no-repeat right top;
}


.innercontent { 
	float:left;
	display: inline;
	margin:0;
	padding:0 40px 20px;
	width:620px;
}

.innercontent h1 { 
	font-size:1.8em;
	margin:1.5em 0 1em;
}

/* Image on each page */
#multimedia_sub {
	width: 920px;
	padding: 10px 0 0 0;
	margin: 0 10px;
}

/* Sidebar */

.rt_side {
	width: 240px;
	float: right;
	display: inline;
	margin:40px 0 20px 0;
	padding: 0;
}	

.rt_side h3.sidenav-header {
	padding: 50px 0 0 35px;
}

.rt_side h3.sidenav-header a {
	font-size: 11px;
}

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

ul.partdeux {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #fff;
}

ul.sidenav li {	
	margin: 0;
	padding: 0;
	line-height: 38px;
}

ul.sidenav li a, ul.sidenav li a:link, ul.sidenav li a:visited {
	display: block;
	margin: 0;
	width: 205px;
	color: #333;	
	text-decoration: none;
	font-weight: bold;
	padding:0 0 0 35px;
}

ul.sidenav li a:hover {
	background: transparent url(/images/interface/dd_sidebar_nav_bk.gif) no-repeat 0 -38px;
}

ul.sidenav li.current a,
ul.sidenav li.selected a {
	background: transparent url(/images/interface/dd_sidebar_nav_bk.gif) no-repeat 0 0;
}

.rt_side img {
	margin:10px 0 0 25px;
}
	
.rt_side h3 {
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 33px;
	font-weight: bold;
}

.news-sidebar {
	padding-top: 50px;
}

/* Header
--------------------------------------- */
#header{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 145px;
	background: transparent url(/images/interface/new_road/header_bk.gif) no-repeat top center;
}

/* Logo - h1 for home and strong for other pages */
.logo { 
	display: inline;
	float: left; 
	margin: 0;
	padding: 35px 0 0 30px;
	width: 180px;
	height: 93px;
}

.logo a { 
	display: block;
	width: 180px;
	height: 93px;
	text-indent: -9999px;
	background: transparent url(/images/interface/new_road/dd_logo.gif) no-repeat 0 0;
}

.logo a:hover, .logo a:focus { 
	
}

/* Quicknav Navigation
--------------------------------------- */

#header #quicknav {
	float: right;
	display: inline;
	width: 664px;
	margin: 115px 30px 0 0;
	padding: 0;
	text-align: right;
}
	
#header #quicknav li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	font-size: 1em;
	border-right: 1px solid #ccc;
}
	
#header #quicknav li.q_last {
	margin: 0;
	padding: 0;
	border-right: none;
}

#header #quicknav li a {
	padding: 2px 4px;
	text-decoration: none;
	color: #282828;
}

#header #quicknav li a:hover, #header #quicknav li.active a {
	background: #edc17f;
	border: none;
}

/* Navigation
--------------------------------------- */
#nav_container{
	background: url(/images/interface/new_road/nav_bk.gif) repeat-y top left;
	margin: 0;
	padding: 0;
	width: 1000px;
}

#nav{
	background: transparent url(/images/interface/new_road/navbar_bk.gif) repeat-x top left;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 980px;
	height: 38px;
	font-size: 1.1em;
	letter-spacing: .05em;
	line-height: 38px;
}

#nav ul { margin: 0; padding: 0; }

#nav li{
	display: inline;
	float: left;
}

#nav li a {
	display: block;
	color: #422e0e;
	text-decoration: none;
	text-shadow:0 1px 0 #ffcd7d;
	padding: 0 18px;
	background: transparent url(/images/interface/new_road/nav_bdr.gif) no-repeat bottom right;	
}

#nav li a:hover {
	background: transparent url(/images/interface/new_road/navbar_over.gif) repeat-x top left;
	text-shadow:0 1px 0 #fff;
}

#nav li.selected a {
	background: transparent url(/images/interface/new_road/navbar_on.gif) repeat-x top left;
	text-shadow:0 1px 0 #e9a233;
}




/* Specific Pages
--------------------------------------------------------------------------------------------------- */


/* Home
--------------------------------------- */

.main-page-wrap-home {
	background-color:#EBEBE0;
	margin:0 10px;
	width:960px;
	position: relative;
}


#multimedia {
	width: 940px;
	height: 320px;
	margin-bottom: 10px;
}

#multimedia img {
	padding: 10px;
	/*display: none;*/
}

#multimedia div.slide {
	display: none;
}

#multimedia div.first {
	display: block;
}

#slide-nav {
	position: absolute;
	right: 30px;
	top: 280px;
	z-index: 200;
}

#slide-nav li {
	display: inline;
	float: left;
	margin-right: 10px;
}

#slide-nav a {
	background: transparent url(/images/interface/slide-nav.png) no-repeat 0 0;
	width: 17px;
	height: 18px;
	display: block;
	padding: 0;
	text-indent: -99999px;
}

#slide-nav a.activeSlide, #slide-nav a:hover {
	background: transparent url(/images/interface/slide-nav.png) no-repeat 0 -18px;
}


/*
.trio-wrap {
	width:720px;
	float: left;
	display: inline;
	margin: 0 0 10px;
	padding: 0;
}

.trio-top {
	background: transparent url(/images/interface/trio-top.png) no-repeat 0 0;
	height: 6px;
}

.trio-btm {
	background: transparent url(/images/interface/trio-btm.png) no-repeat 0 0;
	height: 10px;
}

.trio {
	background: transparent url(/images/interface/trio-slice.png) repeat-y 0 0;
	padding: 0 15px;
}

.trio-box {
	width:230px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent url(/images/interface/trio-vert.gif) repeat-x 0 bottom;
}

.trio-box h2 {
	background-color: #ebebe0;
	border-left: 1px solid #bfbbaf;
	margin: 0;
	padding: 0 0 0 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 33px;
	font-weight: bold;
}

.trio-box h2.firsthead { border-left:none; }

.trio-box img { padding: 14px 10px; }

.trio-box img.trioimg2 { padding: 14px 13px; }

.trio-box2 img, .trio-box3 img {
	background: transparent url(/images/interface/trio-topline.gif) no-repeat 0 0;	
}

.trio-box .trio-btm-wrap { padding: 0 0 10px 20px; }

.trio-box2 .trio-btm-wrap, .trio-box3 .trio-btm-wrap {
	background: transparent url(/images/interface/trio-btm-line.gif) no-repeat 0 bottom;
}

.trio-box ul {
	list-style: none;
}

.trio-box ul li {
	background: transparent url(/images/interface/arrow_bullet.gif) 0 4px no-repeat;
	padding: 0 0 0 15px;
}

.triobutton {
	width: 156px;
	height: 22px;
	margin: 5px 0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	line-height: 23px;
	font-weight: bold;
	padding: 0;
}

.triobutton a {
	display: block;
	color: #838383;
}

.triobutton a:link, .triobutton a:visited, .triobutton a:hover, .triobutton a:link, .triobutton a:visited, .triobutton a:hover {
	color: #66696b;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: transparent url(/images/interface/btn-grey.png) no-repeat 0 0;	
}

.triobutton a:hover {
	color:#999999;
	text-decoration: none;
	border: none;
	background: transparent url(/images/interface/btn-grey.png) no-repeat 0 -26px;
}

.box-wrap {
	width: 240px;
	float: right;
	margin:0;
	padding: 0;
}

.box {
	background: transparent url(/images/interface/box-slice.png) repeat-y 0 0;
	padding: 0 25px;
}

.box-wrap h2 {
	background: transparent url(/images/interface/box-top.png) no-repeat 0 0;
	padding: 5px 0 0 25px;
	margin: 0;
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 33px;
	font-weight: bold;

}

.box-btm {
	background: transparent url(/images/interface/box-btm.png) no-repeat 0 0;
	height:17px;	
}
*/

.home-main {
	background: transparent url(/images/interface/trio/trio-slice-cntr.gif) repeat-y 0 0;
/* 	background: #000; */
	padding: 0;
	margin: 0;
}

.home-main-top {
	background: transparent url(/images/interface/trio/trio-top-cap.gif) no-repeat 0 0;
	height: 8px;
}

.home-main-btm {
	background: transparent url(/images/interface/trio/trio-btm-cap.gif) no-repeat 0 0;
	height: 14px;
}

.trio {
	width: 690px;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 15px 0 15px;
	background: transparent url(/images/interface/trio-vert.gif) repeat-x 0 bottom;
}

.four-box {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.four-box.three-up { width: 230px; }
.four-box.news { width: 220px; margin-left: 5px; }

.news h3, .news h4, .news p { padding: 0 12px 0 12px; }

.news h3 { font-size: 1.1em; }
.news h4 { margin-top: 0.8em; }


.four-box h2 {
	background-color: #ebebe0;
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 33px;
	font-weight: bold;
	border-left: 1px solid #b8b5a8;
	border-right: 1px solid #fff; 
}

.four-box h2.firsthead { border-left: none; }
.four-box h2.lasthead { border-right: none; }

.four-box img {
	background: transparent url(/images/interface/trio-topline.gif) no-repeat 0 0;
	padding: 10px 0 0 12px;	
}

.four-box img.first-image { background: none; }


.four-box ul {
	list-style: none;
	padding: 10px 0 0 0;
	margin-bottom: 15px;
}

.four-box ul li {
	background: transparent url(/images/interface/arrow_bullet.gif) 0 4px no-repeat;
	padding: 0 0 0 15px;
}

.four-box .trio-btm-wrap {
	background: transparent url(/images/interface/trio-btm-line.gif) no-repeat 0 bottom;
	padding: 0 0 18px 0;
}

.four-box .trio-btm-wrap.first-trio { background: none; }

.triobutton {
	width: 185px;
	height: 27px;
	display: block;
	margin: 0 0 0 18px;
	padding: 0 0 0 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0, .3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .3);
	cursor: pointer;
}

a.triobutton span {
	padding-left: 12px;
	background: transparent url(/images/interface/trio/gray-arrow.gif) no-repeat center left;
}

a.triobutton {
	color: #8a8681;
	text-shadow:0 1px 0 #fff;
	line-height: 27px;
	text-decoration: none;
	background: transparent url(/images/interface/trio/trio-button-bk.gif) repeat-x 0 0;
}

.drivertrio .triobutton {
	border-top: 1px solid #ededec;
}

a:hover.triobutton {
	text-shadow:0 -1px 0 #fff;
	background: transparent url(/images/interface/trio/trio-button-bk.gif) repeat-x 0 -27px;
}

a.latest_news h3 {
	color: #999999;
	margin:0;
	padding-top: 5px;
	font-size:1em;
}

.latest_news h4 {
	margin:.1em 0 0.67em;
	font-size:1.2em;
}

.latest_news p {
	margin-bottom: .4em;
	display: inline;
}



/* transportation-services
--------------------------------------- */

.request-a-rate {
	width: 100%; 
	padding-bottom: 10px;
	margin-top: 30px;
	background: none;
}

input.form-field, input#edUsername, input#edPassword {
	background:#f5f4f4 url(/images/interface/dd-textarea-white.gif) repeat-x top left;
	color:#9c9c9c;
	font-size:1.1em;
	padding:10px 10px 7px 10px;
	width:210px;
	height:13px;
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
}

input.form-field:hover, input#edUsername:hover, input#edPassword:hover, input.form-field:focus, input#edUsername:focus, input#edPassword:focus {
	text-decoration: none;
	background: #fcfcfc url(/images/interface/dd-textarea-white-focus.gif) repeat-x top left;
}

input.form-field:active, input#edUsername:active, input#edPassword:active {
	text-decoration: none;
	background: #f8f8f8 none;
}

input.form-button {
	background: #b0b0b0 url(/images/interface/dd_sub_btn_bk.gif) repeat-x top left;
	color:#3b3b3b;
	text-shadow:0 1px 0 #d1d0d0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
/* 	font-size: 1.2em; */
	font-weight:bold;
	padding: 5px 8px;
	text-decoration:none;
	border: none;
	border-top: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}



/* Driver's Landing
--------------------------------------- */

.driver-landing-wrap {
	padding: 0 0 40px;
}

.drivertrio {
	float: left;
	display: inline;
	width: 160px;
	margin:10px 20px 0 0 ;
	padding-right: 20px;
}

.drivertrio h2 {
	margin-top: 0;
}

#drivertrio-col1, #drivertrio-col2 {
/* 	background: transparent url(/images/interface/trio_bk_lines.gif) no-repeat bottom right; */
	border-right:1px solid #EAEAEA;
}

.drivertrio .triobutton {
	margin-left: 0;
	width: 150px;
}

/* Form styles
--------------------------------------- */


form label {
	display:block;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

form input[type="text"], form input[type="password"], form textarea {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:10px;
	line-height:1.4em;
	margin:0;
	padding:7px;
}

form label span {
	color: red;
	margin: -5px 0px 0px 5px;
}

#captcha img, #captcha input {
	display: inline;
	float: left;
}

#captcha img {
	margin-right: 10px;
}

#captcha .arrow {
	margin: 8px 10px 0;
}

input.submit-btn {
	background-color: #e49b28;
	border: none;
	color: #282828;
	cursor: pointer;
	margin-top: 20px;
	padding: 7px 10px;
	border: 1px solid #f6ad3a;
}

form label.error {
	color: red;
	font-style: italic;
	margin: 5px 0;
}

form#subForm input#utehl-utehl {
	background:#4f4f4f url(/images/interface/dd_signup_txt_bk.gif) repeat-x top left;
	color:#9c9c9c;
	font-size:1.1em;
	padding:10px 10px 7px 10px;
	width:180px;
	border-top: none;
	border-bottom: 1px solid #636363;
	border-left: 1px solid #484848;
	border-right: 1px solid #484848;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#add_email {
	background: #b0b0b0 url(/images/interface/dd_sub_btn_bk.gif) repeat-x top left;
	color:#3b3b3b;
	text-shadow:0 1px 0 #adadad;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	padding: 5px 8px;
	text-decoration:none;
	border: none;
	border-top: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/* List & View pages for News and Driver's Blog
--------------------------------------- */

/* Heading for category and archive pages */ 

#nav_heading {
	margin-left: 10px;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	color: #666;
}

/* News
--------------------------------------- */
h1#news_heading {
	margin-left: 10px;
}

.list-entry {
	background: transparent url(/images/interface/news_bk_slice.gif) repeat-x bottom left;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
}

h1.list-title, h2.list-title {
	margin-bottom: .3em;
}

h3.list-date {
	font-size: 1.1em;
	margin-top: 0;
}

.list-short p {
	margin-bottom: 1em;
}

a.full_post {
	margin-bottom: 10px;
	display: block;
}

div.share_wrap {
	float: left;
	display: inline;
	margin:0 0 1em;
}

p.posted_in {
	margin:0 0 1em;
	color: #666666;
}

/* Pagination */ 

ul.pagination {
	margin: 0;
}

ul.pagination li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 5px;
	line-height: 1.4;
}

ul.pagination .page {
	border: 1px solid #ccc;
}

/* Share
--------------------------------------- */
ul#share_bookmarks {
	margin: 5px 0 0 0;
}
ul#share_bookmarks li {
	display: inline;
	float: left;
	color:#666666;
}

ul#share_bookmarks li a {
	padding: 5px;
	text-decoration: none;
}

ul#share_bookmarks li a {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -99999px;
	padding: 0;
	margin: 0 5px;
}

ul#share_bookmarks li.delicious a {
	background: transparent url(/images/interface/share-icons.png) no-repeat 0 0;
}

ul#share_bookmarks li.delicious a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat 0 -22px;	
}

ul#share_bookmarks li.twitter a {
	background: transparent url(/images/interface/share-icons.png) no-repeat -22px 0;
}

ul#share_bookmarks li.twitter a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat -22px -22px;	
}

ul#share_bookmarks li.digg a {
	background: transparent url(/images/interface/share-icons.png) no-repeat -44px 0;
}

ul#share_bookmarks li.digg a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat -44px -22px;	
}

ul#share_bookmarks li.reddit a {
	background: transparent url(/images/interface/share-icons.png) no-repeat -66px 0;
}

ul#share_bookmarks li.reddit a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat -66px -22px;	
}

ul#share_bookmarks li a.email {
	background: transparent url(/images/interface/email-icon.gif) 5px 3px no-repeat;
	padding: 5px 5px 3px 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	text-indent: 0;
	display: inline;
}

ul#share_bookmarks li a.email:hover {
	background: #EFEEDE url(/images/interface/email-icon.gif) 5px -21px no-repeat;
}

/* Email a friend form */

#tellfriend {
  position: absolute;
	bottom:-100px;
	left:110px;
  z-index: 102;
  background-color: #f3f2ed;
	padding: 20px;
	border: 1px solid #bbbbbb;
	box-shadow: 0 0 7px #797979;
	-moz-box-shadow:0 0 7px #797979;
	display: none;
}

#tellfriend h6 {
	margin-top: 0;
}

#tellfriend a.close {
  z-index: 102;
	background:transparent url(/images/interface/close.png) no-repeat;
	height:40px;
	overflow:hidden;
	position:absolute;
	right:-15px;
	text-indent:-1000px;
	top:-15px;
	width:40px;
}

#tellfriend .col1 {
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0;
}

#tellfriend .col2 {
	width: 400px;
	margin: 0;
	padding: 0;
}



/* Sidebar for news and blog
--------------------------------------- */

.listing-side-wrap {
	padding: 10px 20px 0 40px;
}

.listing-side-wrap ul {
	list-style: none;
	margin-left: 0;
}

.listing-side-wrap ul li.current a {
	color: #E09524;
}

a#rss_link {
	background: transparent url(/images/interface/rssicon.gif) no-repeat top left;
	padding: 0 0 10px 25px; 
	margin: 20px 0 10px 0;
	display: block;
}



/* Comments and Comment Form - for Driver's Blog
--------------------------------------- */

/* Comment Entries */ 

.comment_date {
	font-size: .9em;
}

.comment-posted {
	font-weight: bold;
	margin-bottom: 10px;
}

.comment-posted span {
	font-style: italic;
} 

#comments_published h3 {
	margin:0 0 30px 0;
	border-bottom:1px solid #ebebe0;
	padding: 0 0 30px 0;
}

#comments_published {
	margin: 40px 0 0 0;
}

.comment-body {
	border-bottom:1px dashed #EED7AD;
	margin: 0 0 20px 90px;
}

img.comment_avatar {
	float: left;
	display: inline;
}

/* Comment Form */ 

.comment_form {
	margin: 40px 0 0 0;
}

.comment_form h5 {
	font-size: 1.6em;
	margin:1.33em 0 1.25em;
}

.comment_form p label {
	display: block;
}

/* Contact info
--------------------------------------- */

.contact-info-wrap {
	float: right;
	display: inline;
	width: 170px;
}

#contact_form{
	float: left;
	display: inline;
	width: 450px;
}

.contact-superwrap {
	border-bottom: 1px solid #ebebe0;
}

.contact-superwrap h2 {
	cursor: pointer;
}

.contact-entry h3 {
	margin: 40px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.contact-entry span {
	font-style: italic;
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 0.25em;
}

.contact-superwrap .contact-entry {
	border-bottom: 1px solid #ebebe0;
	padding-top: 10px;
}



/* Sitemap
--------------------------------------- */

ul#sitemap {
	list-style: none;
	font-weight: bold;
	margin: 0;
}



ul#sitemap li ul {
	list-style: disc;
	font-weight: normal;
	margin-bottom: 15px;
}

/* Specialty Template
--------------------------------------- */


body#specialty #content-message {
	margin: 0 auto;
	width: 500px;
	margin-top: 100px;
	background-color: #ebebe0;
	padding: 20px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

body#specialty #content-message h1 {
	margin:1em 0 1em;
}
body#specialty #content-message ul {
	font-size: 1.4em;
}

/* Sidewide stuff
--------------------------------------- */
div.user-message {
	background-color: #f2e5b0;
	padding: 20px;
	width: 360px;	
	border: 1px solid #cfc9b7;
}

div.user-message h2 {
	margin-top: 0;
}

div.user-message p {
	margin: 0;
}


/* Footer
--------------------------------------- */
#footer{
	background: transparent url(/images/interface/new_road/footer_bk.gif) no-repeat top center;
	text-align: left;
	clear: both;
	padding: 30px 10px 30px 20px;
	font-weight: normal;
	font-size: 0.92em;
	margin: 0;
	color: #ebebe0;
}

#footer h5 {
	color: #f7b43c;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 0;
}

#footer ul { margin-left: 0; }
	
#footer li{
	list-style: none;
}
	
#footer a, #footer a:link{
	color: #ebebe0;
}

#footer a:hover{
	color: #e09524;
	font-weight: normal;
}

#footer p {
	margin: 0;
	padding: 0;
}

.footer-row1 {
	border-bottom: 1px solid #424343;
	margin-bottom: 15px;
	padding-left: 15px;
}

.footer-col {
	float: left;
	display: inline;
	width:215px;
	margin-right: 15px;
}

.footer-col-last {
	float: left;
	display: inline;
	width:210px;
	margin-left: 45px;
}

.copyright-left { width: 775px; float: left; }

.quick-links h5, .quick-links ul {
	margin-left: 20px;
}

.footer-logos a {
	display: block;
	text-indent: -99999px;
}

#smartway {
	background: transparent url(/images/interface/smart-way.gif) no-repeat 0 0;
	width: 175px;
	height: 61px;
	margin: 10px 0 0 0;
}

#womentrucking {
	background: transparent url(/images/interface/women_trucking.gif) no-repeat 0 0;
	width: 162px;
	height: 85px;
	margin: 10px 0 0 10px;
}

#smartway:hover {
	background-position: 0 -61px;
}

#site-by {
	float: right;
	display: inline;
}

#site-by a {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	background: transparent url(/images/interface/csbox-icon.png) no-repeat 0 0;
	margin-left:5px;
}

#site-by a:hover {
}

/* Misc legacy code - need to move above or delete ----------------------------------------------- */


h1.tan { margin: 0 0 10px 0; }

h3.tan_side { margin: 0 }

h3.tan_side a { color: #666666; }

h3.tan_side a:hover {
	color: #E09524;
	text-decoration: none;
}



/* Lists
--------------------------------------- */
ul.arrowbull {
	margin-left: 5px;
	list-style: none;
}

.trio_part1 li, .trio_part2 li, .trio_part3 li {
	background: transparent url(/images/interface/arrow_bullet.gif) 0 4px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
}

/* Employment Slideshow Ad */

.emp-slide {
	background: url(/images/interface/new_road/slide-employment/employment-bg.jpg) no-repeat 0 0;
	display: block;
	width: 940px;
	height: 320px;
	margin: 10px;
}

#emp-list {
	width: 187px;
	position: absolute;
	top: 30px;
	left: 720px;
}

#emp-list span {
	font-size: 14px;
	color: #ffffff;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
}

.emp-slide ul {
	list-style: none;
	margin: 0;
}

.emp-slide ul li {
	margin-top: 7px;
}

.emp-slide ul li a, .emp-slide a#more-opp {
	display: block;
	width: 187px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
}

.emp-slide ul li.cust-btn a {
	background: url(/images/interface/new_road/slide-employment/customer-service-btn.jpg) no-repeat 0 0;
}

.emp-slide ul li.fleet-btn a {
	background: url(/images/interface/new_road/slide-employment/fleet-manager-btn.jpg) no-repeat 0 0;
}

.emp-slide ul li.driver-btn a {
	background: url(/images/interface/new_road/slide-employment/drivers-btn.jpg) no-repeat 0 0;
}

.emp-slide a#more-opp {
	background: url(/images/interface/new_road/slide-employment/more-opportunities-btn.jpg) no-repeat 0 0;
	position: absolute;
	top: 210px;
}

.emp-slide ul li a:hover, .emp-slide a#more-opp:hover {
	background-position: 0 -40px;
}












































