@charset "utf-8";
/* CSS Document -- To style printing of static pages on the Estes web site.*/

body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 9pt/12pt Arial, Helvetica,"Lucida Grande", serif; color: #000; background:white;}

#Header, #Top_Navigation, .Left_Nav, #leftNavBar, #Footer_Nav, #Footer, .Anchor {display:none;}

.Headerwrap { font-size:75%}
#Body_Content {width: 100%; margin: 0; float: none;}

p {page-break-inside:avoid}
div.line {margin:0 .25em;}
#Body_Content h1   {
	font-size:15pt;
	text-align:center;
}

div.Yellow_Callout img, div.Gray_Callout img {
	visibility:hidden;
	display:none;
}

a:link, a:visited {
	color:#520;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

#Body_Content a:link:after, #Body_Content a:visited:after { /*This adds the URL after each link in CSS3 browsers */
	font-size:80%;
	font-weight:lighter;
	text-decoration:none;
	content: " (" attr(href) ") ";
}

#Body_Content a[href^="/"]:after {
  content: " (http://www.estes-express.com" attr(href) ") ";
}

#Body_Content a[href^="#"]:after {
  content: " (See section below) " ;
}

#Body_Content a[href^="#top"] {
	display:none;
}

a.bannerLink, .Headerwrap, h1, #Content h1 {margin:0; padding:0;}


a.bannerLink:before, a#secion_title:before {
	content: "Estes : ";
}

div.Yellow_Callout, div.Gray_Callout {
	float:left !important;
	background:transparent;
	margin:0;
	margin-top:.5em;
	margin-right:.5em;
	border:black thin solid;
	width:31%;
	font-size:8pt;
	display:table-cell;
	padding:.25em;
}

div>/**/div.Yellow_Callout {
	width:auto;
	display:inline-block;
}
div>/**/div.Gray_Callout {
	width:auto;
	display:inline-block;
}

div.Yellow_Callout_Top, div.Gray_Callout_Top {
	font-size:10pt;
	padding:.5em;
	margin:0;
}

div.Yellow_Callout_Content, div.Gray_Callout_Content {
	padding: 0 .5em;
	margin:0;
}

.Anchor-title
{
	font-size:14pt;
	margin-bottom:2pt;
	font-weight:bold;
	page-break-after:avoid;
}

.line {
	page-break-before:avoid;
}

/*div {
	float:none !important;
}*/

abbr, a.gloss {
	text-decoration:none; border:none;
}

.Float_Right, .Float_Left {
	float:none !important;
}

body, #Background, #Page, #Wrapper, #Content, #Body_Content {
	overflow: visible;
	width: 100% !important;
}
