/* CLEAR DEFAULTS -------------------------------------*/
:link,:visited {text-decoration:none;} 
a img,:link img,:visited img {border:none;}

address {font-style:normal;}
form { display:inline; }

i {display:none;}
img { border:0px; }

ul,ol,dl {list-style:none;} 
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,div { margin:0px; padding:0px;} 

em { font-style:italic;}
strong { font-weight:bold;}
h1,h2,h3,h4,h5,h6,pre,code { font-weight:normal; }

p { margin-bottom:15px; margin-top:1px; line-height:1.6em; }
sup { font-size:0.5em; margin-top:-2px; padding:-5px; height:1em; top:-0.2em; position:relative; width:6px; z-index:1; }

h1 {
	margin:0px 0px 8px 0px;
	padding:0px;
	color:#034265;
	border-bottom:1px solid #ccc;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
}
h2 {
	margin:20px 0px 8px 0px;
	padding:0px;
	color:#034265;
	border-bottom:1px solid #ccc;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}

h2 a:hover { text-decoration:none; color:#000; border-bottom:none; }
h3 {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#4D7888;
	font-size: 17px;
	font-style: italic;
	line-height: 1.4em;
	font-weight: bold;
	font-variant: normal;
}
h4 { margin:0px 0px 10px 0px; padding:0px; font: bold 15px/1.4em Tahoma, Geneva, sans-serif; color:#000;}
h5 { margin:0px 0px 10px 0px; padding:0px; font: normal 12px/1.4em Tahoma, Geneva, sans-serif; }

a:link, a:visited {	color:#0A97B2; text-decoration:none; }
a:hover { text-decoration:underline;}
.More { font-style:italic;}

/* HTML TAG STYLES -------------------------------------*/
html { height:100%; margin:0px auto 0px auto; }
body {
	background-image: url(/base/images/presentation/BG-Main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#fff;
	color:#333;
	text-align:center;
	margin:0px 0px 20px 0px; 
	padding-bottom:20px; 
	font-family:"trebuchet MS", tahoma, arial, sans-serif;
	line-height:1.2em; 
	font-size:13px; 
	background-attachment: scroll;
}

/* PAGE LAYOUT -------------------------------------*/
#PageWrapper { width:950px; text-align:center; padding:0px; margin:20px auto 0px auto; border:4px solid #ccc; border-top:none; border-bottom:none;}
/* Header Styles -------------------------------------*/

#HeaderWrapper {
	width:100%;
	height: 330px;
	margin-bottom:0px;	
}
#LogoWrapper {
	width:100%;
	height:80px;	
	background-image: url(/base/images/presentation/BG-Logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Header {	
	width:100%;
	height:250px;	
	background-image: url(/base/images/presentation/BG-Header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
 }

#TagLine {
	margin: 0px 0px 15px 0px;
	padding:0px;
	text-align:left;
	color:#0791AD;
	font: italic bold 20px/normal Tahoma, arial, helvetica, sans-serif;
	}				

#ContentWrapper {
	width:100%;
	margin:0px;
	padding:0px;
	vertical-align:top;
	background-color: #E7E7DF;
	background-image: url(/base/images/presentation/BG-Content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	overflow:auto;
	clear:both;
}

/* Menu */
	#MenuWrapper { width:100%; padding:0px; /*border-right:1px solid #164554;*/ }
	#MenuWrapper h1 { font-size:18px; color:#000; border:0; line-height:normal; padding:10px; }
	#Menu { list-style-type:none; padding:0px; margin:0px; border-bottom:1px solid #333; border-width:0px; margin-top:10px; }
	#Menu ul { list-style-type:none; padding:0px; margin:0px;}
	#Menu li {  }
	#Menu li.Sub { border-bottom:1px dotted #ccc; cursor:auto; margin-bottom:5px; padding-bottom:5px;  }
	#Menu li { display:block; color:#fff; font-family: tahoma, arial, sans-serif; font-size:14px; line-height:18px; width:170px; text-decoration:none; cursor:pointer; font-weight:bold; text-indent:7px;}
	#Menu li a { display:block; color:#fff; font-family:arial, sans-serif; font-size:12px; line-height:18px; text-decoration:none; cursor:pointer; font-weight:bold; text-indent:18px;}	
	#Menu li a:hover {	
		background-image: url(/base/images/presentation/arrow-hover.gif);
		background-repeat: no-repeat;
		background-position: left center;
		text-indent:25px;
		}
	
/* Column 2 where content is located */ 
#Content {
	width:920px;
	float:left;
	padding:30px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	border: none;
	text-align:left;
		}
	
		#Content #Left {
			width:550px;
			float:left;
			text-align:left;
			padding:0px;
			margin:0px 20px 0px 0px;
		}
				
		#Right {
			width:300px;
			float:left;
			text-align:left;
			padding:0px;
			margin:0px 0px 0px 20px;
			border:0;
			line-height:1.1em;
		}

		#Right #BlurbWrapper {
			padding:0px;
			margin:0px 0px 15px 0px;
			background-color:#fff;
			border:1px solid #eee;
		 }
	
		#Right h1 { padding:5px 5px 5px 10px; margin:0px 0px 0px 0px; font-size:14px; line-height:1.2em; color:#FFF; border:none; background-image:url(/base/images/presentation/BG-Right-H1.jpg); background-repeat: repeat-y; background-position: top; }
		#Right p {
			padding:5px 5px 5px 10px;
			margin:0px;
			color:#000;
			border:none; }




/* Front Page Formatting */
.FrontPageColumn {
	text-align:center;
	width:30%; 
	float:left; clear:right; 
	text-align:left; 
	margin-top:15px; 
	
	margin-left:10px;
	/margin-left:2%;  /* controls IE */
	 
	margin-right:5px;
	/margin-right:1%; /* controls IE */
	
	margin-bottom:20px; 
	padding:0px 0px 0px 0px;
	background-color:#fff; 
	
	border:1px solid #ddd;
	border-bottom-color:#999;
	border-right-color:#ccc;
	padding:5px; }
	
.FrontPageColumn p { font-size:14px; font-weight:bold; color:#666; line-height: 18px; color:#4D7888;}	
.FrontPageColumn  h2 { margin:0px;  }

.FrontPageRow  { padding-top:20px; padding-left:20px; padding-right:20px; text-align:left; margin-bottom:-30px; }

/* Top Menu Bar */
#TopMenuBar {
	float:right; width:900px;
	margin: 0px auto 0px auto;
	padding:5px;
	font-family:"trebuchet MS", tahoma, arial, sans-serif;
	font-size:12px;
	line-height:normal;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	}
				#TopMenuBar ul {
					list-style:none;
					margin:0px 0px 0px 0px;
				}
				#TopMenuBar li {
					display:inline;
					padding: 0px 10px 0px 10px;
					border-left:1px solid #666;
				}
				#TopMenuBar li.First {	border:none;}
				#TopMenuBar a { color:#666; text-decoration:none;}
				#TopMenuBar a:hover { color:#000; text-decoration:underline; }

/* Header List - Services listed in the header to the right */
#HeaderList {
	float:left; width:260px;
	padding: 40px 0px 0px 630px;
	font-size:13px;
	line-height:normal;
	text-align:left;
	text-transform:Title;
	font-weight:bold;
	white-space:nowrap; }
	
		#HeaderList ul {
			list-style:none;
			margin:0px 0px 0px 0px;	}
			
		#HeaderList li {
			display:block;
			padding: 0px 0px 3px 0px; }
			
		#HeaderList li.First a { border:none; color:#FFF; font-size:16px; text-transform:uppercase; }
		#HeaderList li.First a:hover { color:#000; }
		#HeaderList a { color:#083643; text-decoration:none;}
		#HeaderList a:hover { color:#fff; text-decoration:none; }

		  
/* Current page menu highlighter */
#Home #Nav-Home a,
	#Intermodal-Trucking-Services #Nav-Intermodal-Trucking-Services a,
	#Financial-and-Accounting-Services #Nav-Financial-and-Accounting-Services a,
	#About-Us #Nav-About-Us a,
	#Location #Nav-Location a,
	#Contact-Us #Nav-Contact-Us a,  
	{ color:#000; text-decoration:none;}
			
/* Floats Images */
.ImgLeftFloater1 {float:left; padding:7px 10px 20px 10px;}
.ImgRightFloater1 {float:right; padding:7px 10px 20px 10px;}

/* Contact Box */
#ContactBoxWrapper { width:300px; height:150px;
	background-image: url(/base/images/presentation/BG-ContactBox.jpg);
	background-repeat: no-repeat;
	background-position:center center;}
#ContactBox {
	margin-top:0px;
	padding:20px 10px 10px 10px; }
#ContactBox span { margin: 10px 0px 0px 10px; padding:0px; color:#eee; border:none; background-image:none; font-family: Georgia, "Times New Roman", Times, serif; font-size:24px; font-style: italic; line-height: 1.1em; font-weight: bold;}
#ContactBox p { width:215px; margin:5px 0px 5px 0px;}
#ContactBox a { color:#FFCC00;}


/* Quotes */
#QuoteWrapper {  
	padding:10px;
	margin-top:40px;
	background-color: #fefefe;
	background-image: url(/base/images/presentation/BG-QuoteWrapper.jpg);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position:left top;
	border:1px solid #ccc;}

#Quote p { 
	text-align:left;
	font: italic normal 16px/1.4em Georgia, "Times New Roman", Times, serif;
	color:#000;}
#Quote .Open { height:22px; width:24px; display:inline; padding: 0px 5px 0px 3px; margin-right:5px;  } 
#Quote .Close { height:22px; width:24px; display:inline; padding-left:3px; margin-right:5px; padding-right:5px;  }
 
#Quote .Author {
	font: italic normal 12px/1.4em Georgia, "Times New Roman", Times, serif;
	color:#666; text-align:right; padding-bottom:0px;}

/* Mailing List Box */
#MailingList { float:left; width:300px; height:90px; background-color:#eee; border:1px solid #ccc; padding:0px; text-align:center; }
#MailingList h1 { padding:3px; padding-left:10px; color: #990000;  margin:0px; }
#MailingList p { padding:0px; padding-left:10px; margin:0px;  }

/* Forms ----------------------------------- */
		Form {
			text-align:left;  
			margin:10px; 
			font-size:12px; }
			
		Form fieldset { border:1px solid #ccc; margin:15px; padding:15px; width:100%;}
		Form legend{ color:#999;}
		Form label { font-size:12px; text-align:right; margin-top:-2px; margin-right:5px; padding:10px;}
		Form input, textarea, select { border:1px #ccc solid; background-color:#fff;}
		Form select, option { font-size:12px; background-color:#fff; margin:10px;}
		
		.button /* Buttons are treated with a class since Ie doesn;t recognize attribute selectors. Apply the Button class to all buttons. */ 
		{ font-size:10px; border:1px #ccc solid; background-color:#eee;}
		
		.select /* Buttons are treated with a class since Ie doesn;t recognize attribute selectors. Apply the Button class to all buttons. */ 
		{ font-size:10px; border:1px #fff solid; height:22px; background-color:#efefef;}
		
		.checkbox /* Checkboxes are treated with a class since Ie doesn;t recognize attribute selectors. Apply the checkbox class to all checkboxes. */ 
		{ border:0px; background-color:#fff;}
		
		.radio /* Radio buttons are treated with a class since IE doesn;t recognize attribute selectors. Apply the radio class to all radio buttons. */ 
		{ border:0px; background-color:#fff;}

/* Footer Styles ------------------------------------- */
#Footer { 
	width: 100%;
	height: 190px;
	clear:both;
    margin: 0px auto 0px auto;
	padding-top:20px;
	font-size: 11px; 
	text-align: left; 
	text-transform: none; 
	color:#000; 
	background-color:#ccc; 
	background-image: url(/base/images/presentation/BG-Footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
#Footer .Left {float:left; margin-top:20px; width:450px; margin-left:20px;}
#Footer .Right {float:right; margin-top:20px; width:300px;}
#Footer h1 { font: bold 14px/1.4em Tahoma, Helvetica, sans-serif; color:#000; border:0; margin:0px 0px 0px 0px;}
#Footer address { }
#Footer a { text-decoration:none; font-weight:normal; color:#666;}
#Footer a:hover { text-decoration:underline;}

	a.pdf {background:url(/images/icons/ico-pdf.gif) no-repeat left top; padding-left:20px; margin-right:20px; padding-right:20px; display:block; float:left; }
	a.doc {background:url(/images/icons/ico-doc.gif) no-repeat left top; padding-left:20px; margin-right:20px; padding-right:20px; display:block; float:left; }

/* Lists */

.ListBig {
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:20px;
	display:block;
	list-style:square;
	line-height: 20px;
}

.ListMed {
	font-size:13px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:20px;
	display:block;
	list-style:square;
	line-height: 20px;
}

.ListNormal {
	font-weight:normal;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:20px;
	display:block;
	list-style:square;
	line-height: 20px;
}

/* Data Tables */
Table#Data { padding:5px;}
tr.Header {
	background-color:#666;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

tr.RowA {
	background-color:#eee;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	white-space: nowrap;
}
tr.RowB {
	background-color:#D8D8D8;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	white-space: nowrap;
}

.NeedContent { color:#F90; }

/* Added by Jeff */
.spacer { 
	padding-left:30px; 
}
