/* START Basic Page Settings */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 70%;
	background-color: #434343;
}

p
{
	padding:5px 0px 5px 0px;
}

inputwid
{
	font-size:1.0em;color:#333333;
}

input
{
	font-size:1.0em;color:#333333;
}

/*----------------------------------------------------------------------*/
/*--------------------- Globall Classes ----------------------------------------*/
/*----------------------------------------------------------------------*/
.Clear
{
	clear: both;
	font-size: 0px;
}

.Float_Left
{
	float: left;
}

.Float_Right
{
	float: right;
}

.Body_Content_Fullnav
{
	width: 679px !important; /*  width: 679px  */
}

.Body_Content_Full
{
	width: 884px !important;	/* 469(body) + 200(nav) + 10(body-padding) + 203(callout) + 2 borders */
}

/*----------------------------------------------------------------------*/
/*--------------------- Overall Page layout ----------------------------------------*/
/*----------------------------------------------------------------------*/
/*#Background
{
	width: 975px;
	background-image: url('/images/common/background.jpg');
	background-repeat: repeat-y;

	padding-top: 15px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}*/

#Background
{
	/* width: 975px; */
	background-image: url('/images/common/backgroundSM.jpg');
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#Page
{
	width: 910px;
	text-align: left;
	background:url("/images/common/navShad.png") repeat-x scroll 0 92px #FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	-moz-box-shadow: 0 -1px 20px #333333;
	-webkit-box-shadow: 0 -1px 20px #333333;
	box-shadow: 0 -1px 20px #333333;
}

#Wrapper
{
	overflow: hidden;
}

#Content
{
	width: 700px;
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	float: left;
	line-height:1.34em;
}

#Content_Full
{
	width: 910px !important;
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	float: left;
	line-height:1.34em;
}

.Headerwrap
{
	background-image: url('/images/common/h1-background.jpg');
	margin-top: 0px;
}

#Content h1
{
	font-family: arial, "lucida console", sans-serif;
	color: #000000;
	font-size: 1.455em;
	font-weight: bold;
	line-height: 1.563;

	background-image: url('/images/common/h1-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;

	padding-left: 15px;
}

#Content_Full h1
{
	font-family: arial, "lucida console", sans-serif;
	color: #000000;
	font-size: 1.455em;
	font-weight: bold;
	line-height: 1.563;

	padding-left: 15px;
}

#Column_Three {
	float:right;
}

/*----------------------------------------------------------------------*/
/*--------------------- Body Content ----------------------------------------*/
/*----------------------------------------------------------------------*/
#Body_Content
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;

	background-color: #ffffff;

	padding-top: 20px;
	padding-right: 10px;
	margin-left: 15px;
	float: right;
	width: 469px; /* width=459 + 1px border + 10px padding + 20 px margin = 495 */
	border-right: 1px solid /* #c9c9c9 */ #ababab;
}

#Body_Content h1
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.364em;
	font-weight: bold;
	line-height: 1.0em;

	background-color: #ffffff;
	background-image: none;

	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

#Body_Content h2
{
	font-family: arial, "lucida console", sans-serif;
	font-size: 1.13em;
	font-weight: bold;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
	margin-bottom:10px;
}

#Body_Content p
{
	margin-bottom: 5px;
}

#Body_Content ul, #Body_Content ol
{
	padding: 5px 0px 10px 15px;
}

#Body_Content ul li
{
	padding: 0px 0 3px 0px; /*-10px 3px 10px;*/
	list-style-image:url('/images/common/bullet.gif');
}

/*--------------------------------------*/
/*------------ Chart A-------------------*/
/*--------------------------------------*/
.chart-top
{
	padding:10px 0px 10px 10px;
	font-size:11px;
	color:#FFFFFF;
	background-color:#999999;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}

.chart-bottom
{
	padding:10px 0px 10px 5px;
	font-size:11px;
	color:#333333;
	background-color:#e2e2e2;
}

.chart-top li
{
	list-style-type:none;
}

.chart-bottom li
{
	list-style-type:none;
	border-bottom:1px solid #FFFFFF;
	width:180px;
}

.chart-bottom div
{
	margin:3px 0px 0px 8px;
}

.chart-top ul
{
	list-style-type:none;
}

.chart-bottom ul
{
	list-style-type:none;
	border-bottom:1px solid #FFFFFF;
	width:180px;
}

.chart-top-facts
{
	padding:5px 5px 5px 10px;
	font-size:12px;
	color:#FFFFFF;
	background-color:#999999;
	font-weight:bold;
	border-bottom:1px solid #777777;
}

.chart-bottom-facts
{
	padding:5px 0px 5px 10px;
	font-size:11px;
	color:#333333;
	background-color:#e2e2e2;
	border-bottom:1px solid #ffffff;
	width:210px;
}

.chart-bottom-facts2
{
	padding:5px 0px 5px 10px;
	font-size:11px;
	color:#333333;
	background-color:#e2e2e2;
	border-bottom:1px solid #ffffff;
	width:50px;
}

/*--------------------------------------*/
/*------------ Chart B-------------------*/
/*--------------------------------------*/
.chart-top-B
{
	padding:10px 0px 10px 10px;
	font-size:11px;
	color:#FFFFFF;
	background-color:#999999;
	font-weight:bold;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

.chart-bottom-B
{
	padding:10px 0px 10px 10px;
	font-size:11px;
	color:#333333;
	background-color:#e2e2e2;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

/*--------------------------------------*/
/*-------------  2 Columns  ---------------*/
/*--------------------------------------*/
.Two_column
{
	border-right:1px solid #999999;
	margin-right:60px;
	width:170px;
	float:left;
}

/*--------------------------------------*/
/*-------------  Login  ---------------*/
/*--------------------------------------*/
.Login
{
	border-right:1px solid #999999;
	margin-right:10px;
	float:left;
}

.Lock_Icon
{
	background-image: url('/images/common/Lock.gif');
	width:150px;
	height:18px;
	background-repeat: no-repeat;
	padding-left:20px;
}

.line
{
	width:430px;
	border-bottom:1px solid #999999;
	margin-top:10px;
}

.line2
{
	width:430px;
	border-top:1px solid #999999;
}

.Anchor-title
{
	font-size:12px;
	margin-bottom:8px;
	font-weight:bold;
}

.Anchor
{
	margin-top:10px;
	margin-bottom:2em;
	padding-bottom:.5em;
	border-bottom:#ddd thin solid;
}

.aQuicklink:link
{
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	background-image: url('/images/common/red-arrow.gif');
	background-position:center left;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration:none;
}

.aQuicklink:visited
{
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	background-image: url('/images/common/red-arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration:none;
}

.aQuicklink:hover
{
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	background-image: url('/images/common/red-arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration:none;
}

.aQuicklink
{
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
}

.aQuicklink ul
{
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	list-style-type:none;
	list-style-image:url('/images/common/red-arrow.gif');
	list-style-position:inside;
	background-image:none;
}

.aQuicklink li
{
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	list-style-type:none;
	list-style-image:url('/images/common/red-arrow.gif');
	list-style-position:inside;
	background-image:none;
}

.List_Heading
{
	font-weight:bold;
}

.List_Heading_NonBold
{
}

/*----------------------------------------------------------------------*/
/*--------------------- Header ----------------------------------------*/
/*----------------------------------------------------------------------*/
#Header
{
	height: 60px;
	background-image: url('/images/common/header-gradient.jpg');

	font-family: arial, "lucida console", sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;

	border-top: 5px solid #ffcc00;
	padding-right: 10px;
}

#Header img
{
	float: left;
}

#Header ul
{
	padding-top: 10px;
	list-style: none;
}

#Header li
{
	display: inline;
	padding-left: 20px;

	font-family: arial, "lucida console", sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
}

#Header li a
{
	font-family: arial, "lucida console", sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

/*----------------------------------------------------------------------*/
/*--------------------- Top Navigation ----------------------------------------*/
/*----------------------------------------------------------------------*/
#Top_Navigation
{
	overflow: hidden;
	background-color: #434343;
}

#Top_Navigation a
{
	float: left;
}


#Top_Navigation3 {
float:left;
font:bold 12px Arial, Helvetica, sans-serif;
position:relative;
}
#Top_Navigation3 ul li {
background:url("/images/common/nav-gray-gold.gif") repeat-x scroll 0 0 transparent;
border-left:1px solid #bbb;
border-right:1px solid #888;
float:left;
height:27px;
list-style:none outside none;
}
#Top_Navigation3 ul li:hover {
background-position:0 -27px;
border-left:1px solid #ec0;
border-right:1px solid #ea0;
}
#Top_Navigation3 ul li div {
height:inherit;
}
#Top_Navigation3 a {
color:#555555;
height:25px;
padding-top:7px;
position:relative;
text-align:center;
text-decoration:none;
width:138px;
height:20px;
}

	/*#navShad {background:#FFF url(/images/common/navShad.png) top repeat-x; height:10px;}*/
#Top_Navigation {margin-bottom:10px;}

/*----------------------------------------------------------------------*/
/*--------------------- Left_Nav ----------------------------------------*/
/*----------------------------------------------------------------------*/
.Left_Nav
{
	width: 200px;
	padding-top: 10px; /* 10 + 10 (for list) 20... to match body_content */
	float: left;
}

.Left_Nav ul
{
	padding-bottom: 25px;
	list-style: none;
}

.Left_Nav li
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;

	border-bottom: 1px solid /* #c0c0c0 */ #ababab;

	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}

.Left_Nav li a
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

.Left_Subnav ul
{
	display: none;
}

.Left_Subnav_Selected
{
	background-color: #dadada;
}

.Left_Subnav_Selected a
{

	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 3px;
}

.Left_Subnav_Selected ul
{
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.Left_Subnav_Selected li
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	font-weight: normal;

	border-bottom: 0px;
	background-color: #dadada;

	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.Left_Subnav_Selected li a
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;

	background-image: none;
	padding: 0px;
}

.Left_Page_Name_Selected
{
	background-color: #9e9e9e;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.Left_Page_Name_Selected a
{

	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 3px;
}

/*----------------------------------------------------------------------*/
/*--------------------- Footer_Nav ----------------------------------------*/
/*----------------------------------------------------------------------*/
#Footer_Nav
{
	background-color: #ffcc00;
	border-top: 2px solid #000000;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
}

#Footer_Nav ul
{
	list-style: none;
}

#Footer_Nav li
{
	display: inline;

	font-family: arial, "lucida console", sans-serif;
	color: #000000;
	font-size: 1.0em;

	padding-right: 10px;
}

#Footer_Nav li a
{
	font-family: arial, "lucida console", sans-serif;
	color: #000000;
	font-size: 1.0em;
	text-decoration: none;
}

/*----------------------------------------------------------------------*/
/*--------------------- Footer ----------------------------------------*/
/*----------------------------------------------------------------------*/
#Footer
{
	color: #919191;
	font-family: arial, "lucida console", sans-serif;
	font-size: 1.0em;

	padding-left: 25px;
	padding-bottom: 30px;
	padding-top: 15px;
}

#Footer a
{
	color: #919191;
	font-family: arial, "lucida console", sans-serif;
	font-size: 1.0em;
	text-decoration: none;
}

#footer-cont {
	display: block;
	float: left;
}

#Footer ul
{
	list-style: none;
}

#Footer li
{
	display: inline;

	font-family: arial, "lucida console", sans-serif;
	color: #919191;
	font-size: 1.0em;

	padding-right: 5px;
}

#Footer li a
{
	font-family: arial, "lucida console", sans-serif;
	color: #919191;
	font-size: 1.0em;
	text-decoration: none;
}

#social-media-container {
	float: left;
	margin-top: -5px;
	padding-left: 10px;
}

.linkedin, .facebook, .twitter, .instagram, .youtube {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.linkedin {
	background: url('/images/common/linkedin-sprite.png') no-repeat; 
	background-position: 0px 0px; 
	height: 36px;
	width: 36px;
}

.linkedin:hover {
	background-position: 0px -38px; 
}

.facebook {
	background: url('/images/common/facebook-sprite.png') no-repeat; 
	background-position: 0px 0px; 
	height: 36px;
	width: 36px;
}

.facebook:hover {
	background-position: 0px -38px; 
}

.twitter {
	background: url('/images/common/twitter-sprite.png') no-repeat; 
	background-position: 0px 0px; 
	height: 36px;
	width: 36px;
}

.twitter:hover {
	background-position: 0px -38px; 
}

.instagram {
	background: url('/images/common/instagram-sprite.png') no-repeat; 
	background-position: 0px 0px; 
	height: 36px;
	width: 36px;
}

.instagram:hover {
	background-position: 0px -38px; 
}

.youtube {
	background: url('/images/common/youtube-sprite.png') no-repeat; 
	background-position: 0px 0px; 
	height: 36px;
	width: 36px;
}

.youtube:hover {
	background-position: 0px -38px; 
}

/*----------------------------------------------------------------------*/
/*--------------------- Search Box ----------------------------------------*/
/*----------------------------------------------------------------------*/
#Search_Box
{
	height: 27px;
	background-image: url('/images/common/yellow-background.jpg');

	overflow: hidden;
}

#Search_Input
{
	width: 125px;
	height: 1.364em;
	line-height: 1.364em;
	padding: 0px;
	margin-top: 2px;
}

#Search_Button
{
	width: 35px;
	height: 19px;
	line-height: 1.0em;
	padding: 0px;
	margin-top: 3px;
	font-size: 1.091em;
}

/*----------------------------------------------------------------------*/
/*--------------------- Colored Callouts -------------------------------*/
/*----------------------------------------------------------------------*/
.Gray_Callout, .Yellow_Callout, .Red_Callout, .Green_Callout, .Blue_Callout
{
	overflow: hidden;
	width: 203px;
	background-color: #e3e3e3;

	font-size: 1.0em;
	font-size: 11.2px;
	line-height:13px;

	margin-bottom: 10px;	
	
	font-family: arial, "lucida console", sans-serif;
}

.Gray_Callout_Top, .Yellow_Callout_Top, .Red_Callout_Top, .Green_Callout_Top, .Blue_Callout_Top
{
	height: 25px;
	padding-left: 15px;
	padding-right: 5px;

	background-image: url('/images/common/gray-top-left.jpg');
	background-repeat: no-repeat;
	background-color: #ababab;

	font-family: arial, "lucida console", sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}

.Gray_Callout_Content, .Yellow_Callout_Content, .Red_Callout_Content, .Green_Callout_Content, .Blue_Callout_Content
{
	overflow: hidden;
	background-image: url('/images/common/gray-left.jpg');
	background-repeat: repeat-y;

	font-size: 1.0em;

	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px; /*10px*/
	font-family: arial, "lucida console", sans-serif;
}

.Gray_Callout_Content ul, .Yellow_Callout_Content ul, .Red_Callout_C ul, .Green_Callout_C ul, .Blue_Callout_C ul
{
	list-style-image: url('/images/common/red-arrow.gif');
	padding-left: 10px;
}

.Gray_Callout_Content li, .Yellow_Callout_Content li, .Red_Callout_Content li, .Green_Callout_Content li, .Blue_Callout_Content li
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;

	padding-bottom: 3px; /*5px*/
	margin-bottom: 3px;/*5px*/
	border-bottom: 1px solid /* #c0c0c0 */ #ababab;
}

.Gray_Callout_Content a, .Yellow_Callout_Content a, .Red_Callout_Content a, .Green_Callout_Content a, .Blue_Callout_Content a
{
	color: #333333;
	text-decoration: underline;
}

.Gray_Callout_Content li a, .Yellow_Callout_Content li a, .Red_Callout_Content li a, .Green_Callout_Content li a, .Blue_Callout_Content li a
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

.Gray_Callout_Bottom, .Yellow_Callout_Bottom, .Red_Callout_Bottom, .Green_Callout_Bottom, .Blue_Callout_Bottom
{
	height: 15px;
	background-image: url('/images/common/gray-bottom.jpg');
	background-repeat: repeat-x;
}

.Plain_List li
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.0em;
	font-weight: normal;

	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid;
	list-style-image: none;
	list-style-type: disc;
}


/*----------------------------------------------------------------------*/
/*--------------------- Yellow Callout ----------------------------------------*/
/*----------------------------------------------------------------------*/
.Yellow_Callout {background-color: #fde8af;}
.Yellow_Callout_Top {background:#fc0 url('/images/common/yellow-top-left.gif') no-repeat;}
.Yellow_Callout_Content {background-image: url('/images/common/yellow-left.jpg');}
.Yellow_Callout_Content ul {list-style-image: url('/images/common/red-arrow.gif');}
.Yellow_Callout_Bottom {background-image: url('/images/common/yellow-bottom.jpg');}

/*-----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*--------------------- Red Callout ----------------------------------------*/
/*----------------------------------------------------------------------*/
.Red_Callout {background-color: #ffffff;}
.Red_Callout_Top {background:#F00 url('/images/common/red-top-left.gif') no-repeat; color:#FFF;}
.Red_Callout_Content {background-image: url('/images/common/red-left.jpg');}
.Red_Callout_Content ul {list-style-image: url('/images/common/red-arrow.gif');}
.Red_Callout_Bottom {background-image: url('/images/common/red-bottom.jpg');}

/*-----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*--------------------- Green Callout ----------------------------------------*/
/*----------------------------------------------------------------------*/
.Green_Callout {background-color: #bae5b0;}
.Green_Callout_Top {background:#57bf40 url('/images/common/green-top-left.gif') no-repeat;}
.Green_Callout_Content {background-image: url('/images/common/green-left.jpg');}
.Green_Callout_Content ul {list-style-image: url('/images/common/green-arrow.gif');}
.Green_Callout_Bottom {background-image: url('/images/common/green-bottom.jpg');}

/*-----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*--------------------- Blue Callout ----------------------------------------*/
/*----------------------------------------------------------------------*/
.Blue_Callout {background-color: #cef0ff;}
.Blue_Callout_Top {background:#73caff url('/images/common/blue-top-left.gif') no-repeat;}
.Blue_Callout_Content {background-image: url('/images/common/blue-left.jpg');}
.Blue_Callout_Content ul {list-style-image: url('/images/common/blue-arrow.gif');}
.Blue_Callout_Bottom {background-image: url('/images/common/blue-bottom.jpg');}

/*-----------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/*--------------------------------------News-------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.News
{
	color:#333333;
	margin-bottom:10px;
	margin-right:20px;
}

.News p
{
	color:#333333;
	border-bottom:1px solid #c1c1c1;
	margin-bottom:10px;
}

.News a
{
	color:#333333;
	font-weight:normal;
}


/*-------------------------------------------------------------------------------------------*/
/*--------------------------------- Additional styles ---------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.chart-white-bottom
{
	padding:5px 5px 10px;
	font-size:11px;
	color:#333333;
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
}



 /*----------------------------------------------------------------------*/
/*--------------------- EDPS Styles ----------------------------------------*/
/*----------------------------------------------------------------------*/

/* ----------- Styles to hide skin elements by default.  Inline styles for users with skin will override. ------- */
#custom-text, #sli-login-help, #skin-welcome
{
	display: none
}

select{
	font-size:1.0em;
}

/* ---------------------------------------------------------------------*/

/* -------- Correction styles used to hide elements used in existing design from new design.  Once redesign is launched, these elements and
styles can be removed ----------- */

#my-estes-icon
{
	display: none
}

/* ---------------------------------------------------------------------*/

img
{
	border: 0px solid black;
}

#my-estes-banner
{
	display: none;
}

.error
{
	font-weight: bold;
	color: red;
}

.no-display
{
	display: none
}

.red-arrow-display
{
	display: inline;
	padding: 0px 3px 0px 0px;
}

.tableHeaderRow
{
	background-color: #ffffff;
	border-bottom: 3px solid #000;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.columnhead
{
	background-color: #d4d4d4;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.form-line
{
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
}

.form-label
{
	width: 100px;
	float: left;
}

.required_header{
	font-weight:normal;
}

.required-label
{
	font-weight: bold;
}

.required-asterisk {
	/* Some day, IE will properly support the :before pseudo-element.  Once it does, we will set this to display: none and start
	using :before */
}

.required
{
	background-color: #ffffcc;
}


.output-table
{
	background-color: #eeeeee;
	border-collapse: collapse;
}

.output-table td
{
	padding: 5px 5px 5px 5px;
}

.output-table td.cell
{
		padding: 5px 5px 10px;
		height:20px;
}

.info {
  /* turns the ? into a nice box for overLIB */
  display: inline;
  border: 1px solid #000;
  background-color: black;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.hasError
{
	background-color: #cd5c5c;
	border: 1px solid #999;
}

.quicklinks-header
{
	background-color: #FFCC00;
	font-weight: bold;
}

#output-table
{
	background-color: #eeeeee;
	border-collapse: collapse;
}

#output-table td
{
	padding: 5px 5px 5px 5px;
	font-size: 1em;
}

#form-container
{
	width: 250px;
}

#whats-new
{
	display: none;
}

#my-estes-welcome
{
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

#app-name-2005
{
	display: none
}

#banner-log-out
{
	text-align: right;
	border: 0px solid red;
	font-size: .7em;
}

#my-estes-welcome-message
{
	font-size: .80em;
}

span.required
{
	background-color: transparent;
	font-weight: bold;
}

#overDiv td > table
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px 0px 0px 0px;
}

a.bannerLink{
	text-decoration: none;
	color: black;
}

html {
	overflow-y: scroll;
}

/* Fieldsets ---------------------------------------------------------------------------*/
fieldset {padding:7px;}

 fieldset.location {
 padding-left:1em !important;
}

fieldset.location legend {
	color:#333;
	font-weight:bold;
	font-size:13px;
}

fieldset.location li {
	margin-bottom:.125em;
}

fieldset.roundMetal {padding:10px; margin-top:15px; width:380px; background:#eee url(/images/common/gradEEE.jpg) top repeat-x; background-position:0 -30px;
border-color:#eaeaee; border-style:double;border-radius:5px;-moz-border-radius:5px; -webkit-border-radius:5px;}
fieldset.roundMetal legend {color:#333; font-weight:bold; font-size:13px; margin-bottom:5px;}
fieldset.roundMetal:hover {border-color:#fc0; background:#fff;}
fieldset.roundMetal:hover a {color:#333;}
fieldset.roundMetal ol {margin-left:2em;}

.subtle-group {padding:10px; margin-top:15px; border:#eaeaee solid 2px;border-radius:5px;-moz-border-radius:5px; -webkit-border-radius:5px;}
.subtle-group:hover {background:#eee url(/images/common/gradEEE.jpg) 0 -30px repeat-x; border-color:#CCC}
fieldset.subtle-group legend {color:#333; font-weight:bold; font-size:13px; margin-bottom:5px;}
fieldset.subtle-group ol {margin-left:2em;}

fieldset + fieldset {margin-top:1em;}

/*-----------------------------------------------------------------------------------*/
.dialog {
}
.alert {background:#F00; color:#FFF; font-weight:bold; padding:1px 5px;}
/*span.alert {color:#F00; font-weight:bold}*/
.glossaryPop {
	position:fixed; bottom:0 px;
	left: 50%; width: 300px; margin-left: -150px;
	padding: 10px;
	background: #F3F3F3;
	border: 5px solid black;
}



/* ------------- */

#pageHeader {position:relative; margin-bottom:7px}

.cNW, .cNE, .cSE, .cSW, .cSS {
	position:absolute;
}

.cNW {left:0; top:0;}
.cNE {right:0; top:0;}
.cSE {right:0; bottom:0;}
.cSW {left:0; bottom:0;}
.cSS {left:0; bottom:0;}


/* Highlight style for jump links, etc */
.highlighted {border-left:solid #fc0 5px; padding:5px; padding-left:10px; margin-left:-15px; background:#FFF url(/images/common/eee-to-white-hgrad.png) left repeat-y;}

/*Changes the style of links that define terms*/
a:link.gloss,
a:visited.gloss,
a:hover.gloss,
a:active.gloss {color:#333; text-decoration:none; border-bottom:#CCC thin dotted;}
a:hover.gloss {border-bottom:#FC0; color:#000;}

/*Hides styling of phone numbers for non-mobile devices*/
#Page .phone-link {color:#333; text-decoration:none;}

/* --- de-emphasizes less-important jump links --- */
subtle_jump_link {text-decoration:none; color:inherit;}

.list-none li {
	margin-left: -15px;
	list-style: none !important;
}





/* 8TH ANNIVERSARY HEADER STYLES */
#estes_logo img {
  float: left;
  top: 25px;
  left: 14px;
  position: relative;
  z-index: 1;
}

#header_content_wrapper {
  height: 90px;
  width: 100%;
  background: #2d2d2d url('/images/common/85th-header-v2.png') no-repeat;
  border-top: 5px solid #ffcc00;
  display: block;
  position: relative;
}

#sublinks_pos_fix li {
	padding-left: 17px !important;
}

#header_sub_links {
	height: 30px;
	font-family: arial, "lucida console", sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	top: 1px;
	position: relative;
	width: 500px;
    float: right;
	z-index: 1;
}

#header_special_link {
	float: right;
	top: 15px;
	right: 25px;
	position: relative;
	z-index: 1;
}

#header_special_link a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}

#header_special_link a span {
	color: #ffd204;
}

#header_special_link a:hover {
	color: #ffd204;
}

#header_sub_links ul
{
	padding-top: 10px;
	list-style: none;
}

#header_sub_links li
{
	display: inline;
	padding-left: 20px;
	font-family: arial, "lucida console", sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
}

#header_sub_links li a
{
	font-family: arial, "lucida console", sans-serif;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}
/* END 85TH ANNIVERSARY HEADER STYLES */

/* START 85TH ANNIVERSARY HISTORY PAGE STYLES */

#Content_Span_Two {
    width: 100%;
    font-family: arial, "lucida console", sans-serif;
    color: #333333;
    font-size: 1.0em;
    float: left;
    line-height: 1.34em;
}

#Content_Span_Two h1
{
	font-family: arial, "lucida console", sans-serif;
	color: #000000;
	font-size: 1.455em;
	font-weight: bold;
	line-height: 1.563;
	background-repeat: no-repeat;
	background-position: top right;

	padding-left: 15px;
}

#Body_Content_Span_Two {
    font-family: arial, "lucida console", sans-serif;
    color: #333333;
    font-size: 1.0em;
    background-color: #ffffff;
    padding-top: 20px;
    padding-right: 10px;
    margin-left: 15px;
    float: right;
    width: 679px;
    border-right: 1px solid /* #c9c9c9 */ #ababab;
}

#Body_Content_Span_Two h1
{
	font-family: arial, "lucida console", sans-serif;
	color: #333333;
	font-size: 1.364em;
	font-weight: bold;
	line-height: 1.0em;

	background-color: #ffffff;
	background-image: none;

	padding-left: 0px !important;
	padding-bottom: 15px;
	margin: 0px;
}

#Body_Content_Span_Two h2
{
	font-family: arial, "lucida console", sans-serif;
	font-size: 1.13em;
	font-weight: bold;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
	margin-bottom:10px;
}

#Body_Content_Span_Two p
{
	margin-bottom: 5px;
}

#Body_Content_Span_Two ul, #Body_Content_Span_Two ol
{
	padding: 5px 0px 10px 15px;
}

#Body_Content_Span_Two ul li
{
	padding: 0px 0 3px 0px; /*-10px 3px 10px;*/
	list-style-image:url('/images/common/bullet.gif');
}

#content_left {
	float: left;
	width: 340px;
}

/* Quicklinks Styles */
#quicklinks_sidebar_85 {
	background: url('/images/85/85th-quicklinks-sidebar.png') no-repeat;
	float: right;
	width: 324px;
	height: 340px;
}

#quicklinks_sidebar_85_content {
	width: 246px;
    position: relative;
    left: 40px;
    top: 76px;
}

#quicklinks_sidebar_85_content ul li {
	list-style: none;
	font-size: 13px;
	line-height: 34px;
}

#quicklinks_sidebar_85_content ul li a {
	color: #FFF;
	text-decoration: none;
}

#quicklinks_sidebar_85_content ul li a:hover {
	color: #E0E0E0;
}

.quicklinks_icon {
	padding-left: 25px;
    display: block;
}

#request_brochure {
	background: url('/images/85/request-brochure.png') no-repeat;
	background-position: 0px 6px;
}

#anniversary_video {
	background: url('/images/85/play.png') no-repeat;
	background-position: 0px 6px;	
}

#presidents_letter {
	background: url('/images/85/presidents-letter.png') no-repeat;
	background-position: 0px 6px;
	width: 165px;
}

#anniversary_gallery {
	background: url('/images/85/gallery.png') no-repeat;
	background-position: 0px 6px;
	width: 80px;
}

#history_articles {
	background: url('/images/85/history-articles.png') no-repeat;
	background-position: 0px 6px;
	width: 90px;
}
/* End Quicklinks Styles */

/* Social Media Sprites */
#quicklinks_sidebar_footer {
	width: 246px;
    position: relative;
    left: 40px;
    top: 92px;
}

.linkedin_icon, .facebook_icon, .twitter_icon, .instagram_icon, .youtube_icon {
	margin-left: 26px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -10000%;
}

.linkedin_icon {
	background: url('/images/85/social-media-sprite.png') no-repeat;
	background-position: 0px 0px;
	width: 21px;
}

.linkedin_icon:hover {
	background-position: 0px -30px;
}

.facebook_icon {
	background: url('/images/85/social-media-sprite.png') no-repeat;
	background-position: -55px 0px;
	width: 9px;
}

.facebook_icon:hover {
	background-position: -55px -30px;
}

.twitter_icon {
	background: url('/images/85/social-media-sprite.png') no-repeat;
	background-position: -98px 0px;
	width: 24px;
}

.twitter_icon:hover {
	background-position: -98px -30px;
}

.instagram_icon {
	background: url('/images/85/social-media-sprite.png') no-repeat;
	background-position: -149px 0px;
	width: 21px;
}

.instagram_icon:hover {
	background-position: -149px -30px;
}

.youtube_icon {
	background: url('/images/85/social-media-sprite.png') no-repeat;
	background-position: -199px 0px;
	width: 21px;
}

.youtube_icon:hover {
	background-position: -199px -30px;
}
/* End Social Media Sprites */

/* Form Popup */
#request_brochure_form, #estes_85th_gallery {
	display: none;
}

.form_area {
	padding: 20px 20px 25px 20px;
	background: #e2e2e0;
}

.form_area p {
    line-height: 16px;
}

.anniversary_form_header {
	background: url('/images/application/yellowbar_mid.jpg') repeat-x;
	width: 100%;
	height: 28px;
}

.anniversary_form_header span {
	font-weight: 700;
    display: block;
    vertical-align: middle;
    line-height: 26px;
    padding-left: 20px;
}

.form_area hr {
    margin: 20px 0px;
}

#brochure_form_85th {
	float: left;
}

.form_area img {
	float: right;
}

#form_submission_message {
	display: none;
}
/* End Form Popup */

/* Timeline */
#timeline-box {
	margin-top: 15px;
	background: url('/images/85/timeline-box.png') no-repeat;
	width: 680px;
	height: 687px;
}

#decade_navigation {
	width: 470px;
    height: 35px;
    float: right;
    top: 130px;
    right: 40px;
    position: relative;
}

.decade_content {
	width: 50px;
	left: 84px;
	top: 180px;
	position: relative;
	float: left;
	z-index: 1;
}

#d1930s, #d1940s, #d1950s, #d1960s, #d1970s, #d1980s, #d1990s, #d2000s, #d2010s {
	margin-right: 17px;
	width: 35px;
	height: 35px;
	float: left;
	display: block;
	text-indent: -10000%;
}

#d1930s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: 0px 0px;
}

#d1930s:hover {
	background-position: 0px -50px;
}

#d1940s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: -51px 0px;
}

#d1940s:hover {
	background-position: -51px -50px;
}

#d1950s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: -103px 0px;
}

#d1950s:hover {
	background-position: -103px -50px;
}

#d1960s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: -154px 0px;
}

#d1960s:hover {
	background-position: -154px -50px;
}

#d1970s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: -205px 0px;
}

#d1970s:hover {
	background-position: -205px -50px;
}

#d1980s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: -256px 0px;
}

#d1980s:hover {
	background-position: -256px -50px;
}

#d1990s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: -308px 0px;
}

#d1990s:hover {
	background-position: -308px -50px;
}

#d2000s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: -359px 0px;
}

#d2000s:hover {
	background-position: -359px -50px;
}

#d2010s {
	background: url('/images/85/timeline-decades-sprite.png') no-repeat;
	background-position: -410px 0px;
}

#d2010s:hover {
	background-position: -410px -50px;
}

.active #d1930s {
	background-position: 0px -100px;
}

.active #d1940s {
	background-position: -51px -100px;
}

.active #d1950s {
	background-position: -103px -100px;
}

.active #d1960s {
	background-position: -154px -100px;
}

.active #d1970s {
	background-position: -205px -100px;
}

.active #d1980s {
	background-position: -256px -100px;
}

.active #d1990s {
	background-position: -308px -100px;
}

.active #d2000s {
	background-position: -359px -100px;
}

.active #d2010s {
	background-position: -410px -100px;
}

.timeline_bar {
	background: url('/images/85/timeline.png') no-repeat;
	width: 4px;
    height: 424px;
    position: relative;
    left: 81px;
    top: 160px;
    float: left;
}

.year_label:hover {
	font-size: 14px;
	font-weight: 700;
}

.year_label p span.timeline_dot {
	background: url('/images/85/dot.png') no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 18px;
	height: 17px;
	position: relative;
	left: 40px;
    bottom: 15px;
}

.year_label:hover span.timeline_dot {
	background-position: 0px -20px;
}

#old_estes_truck {
	background: url('/images/85/old-estes-truck.png') no-repeat;
	width: 431px;
	height: 277px;
	text-indent: -10000%;
	position: relative;
    top: 210px;
    right: 50px;
    float: right;
    z-index: 0;
}

#timeline_instructions {
    width: 380px;
    position: relative;
    top: 230px;
    right: 65px;
    float: right;
}

#timeline_instructions p {
    color: #FFF;
    font-size: 13px;
}

.year_spacing_1930s .year .year_label p, .year_spacing_1970s .year .year_label p {
	margin: 29px 0px;
}

.year_spacing_1940s .year .year_label p, .year_spacing_1950s .year .year_label p {
    margin: 43px 0px;
}

.year_spacing_1960s .year .year_label p, .year_spacing_1980s .year .year_label p {
    margin: 67px 0px;
}

.year_spacing_1990s .year .year_label p {
	margin: 10px 0px;
}

.year_spacing_2000s .year .year_label p {
	margin: -6px 0px;;
}

.year_spacing_2010s .year .year_label p {
	margin: 18px 0px;
}

.year {
	position: relative;
	display: inline-block;
}

.current_year_arrow {
	background: url('/images/85/timeline-current-arrow.png') no-repeat;
	width: 9px;
	height: 13px;
	left: 70px;
	bottom: 28px;
    position: absolute;
	float: right;
	display: none;
	z-index: 1002;
}

.popup_content_center p {
	float: left;
}

.popup_content_left p {
	padding-top: 35px;
	width: 150px;
	float: left;
}

.popup_content_left img {
	float: right;
}

.year_label {
	color: #fff;
	cursor: pointer;
	float: left;
}

.year_popup {
    top: 50%; 
    left: 252px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	display: none;
	background-color: #FFF;
	color: #202020;
	display: none;
	width: 320px;
	height: auto;
	padding: 15px;
	position: absolute;  
	float: right;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	z-index: 1000;	
}

.year_popup_pos3 .year_popup {
	top: 68%;
}

p.special_1971 {
	width: 270px;
}

p.special_2009 {
	width: 210px;
}

.ps0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.ps5 {
	top: -5px;
	position: relative;
}

.ps8 {
	padding-top: 8px !important;
}

.ps20 {
	padding-top: 20px !important;
}

.ps12 {
	padding-top: 12px !important;
}

.ps45 {
	padding-top: 45px !important;
}

.ps75 {
	padding-top: 75px !important;
}

.ps100 {
	padding-top: 10px !important;
	width: 100% !important;
}

.imgs20 {
	top: 20px;
	position: relative;
}

.img1971 {
	right: 35px;
	position: relative;
}

.img2012 {
	top: 20px;
    position: relative;
}
/* End TImeline */

#navigational_arrows {
	width: 50px;
	height: 24px;
	bottom: 60px;
    left: 108px;
    position: relative;
}

#left_arrow, #right_arrow {
	width: 25px;
	height: 24px;
	cursor: pointer;
	display: block;
}

#left_arrow {
	background: url('/images/85/arrow-buttons-sprite.png') no-repeat;
	background-position: 0px 0px;
	float: left;
}

#left_arrow:hover {
	background-position: 0px -27px;
}

#left_arrow:active {
	background-position: 0px -54px;
}

.disabled_left_arrow {
	background-position: 0px -81px !important;
}

#right_arrow {
	background: url('/images/85/arrow-buttons-sprite.png') no-repeat;
	background-position: -24px 0px;
	float: right;
}

#right_arrow:hover {
	background-position: -24px -27px;
}

#right_arrow:active {
	background-position: -24px -54px;
}

.disabled_right_arrow {
	background-position: -24px -81px !important;
}

#timeline_overlay {
	width: 621px;
    height: 430px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: -50px;
    right: -21px;
    opacity: 0;
}

/* END 85TH ANNIVERSARY HISTORY PAGE STYLES */

/* FANCYBOX POPUP INNER STYLES */

.fancybox_wrapper{
	display: none;
	overflow: hidden;
	width: 500px !important;
	min-height: 400px;
}

.fancybox_wrapper .fancybox_container{
	display: block;
	overflow: hidden;
	width: 500px !important;
	min-height: 400px;
	font-family: arial, "lucida console", sans-serif;
}

.fancybox_wrapper .fancybox_container h1 {
	font-weight: bold;
	font-size: 1.364em;
	line-height: 1.0em;
	color: #f00;
	margin-bottom: 15px;
}

.fancybox_wrapper .fancybox_container hr {
	margin-bottom: 15px;
}

.fancybox_wrapper .fancybox_container h2 {
	background: url('../images/common/yellowbar_mid.jpg') repeat-x;
	height: 28px;
	border-right: 1px solid #ebcd53;
	border-left: 1px solid #ebcd53;
	font-size: 1.13em;
	line-height: 28px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 15px;
}

.fancybox_wrapper .fancybox_container p {
	padding: 0 0 0 0;
	margin: 0 11px 11px 10px;
	font-size: 1.0em;
	line-height: 1.34em;
}

.fancybox_wrapper .fancybox_container ul {
	margin: 0 11px 11px 10px;
	padding: 0px 0px 0px 20px;
	list-style-image: url('../images/common/bullet.gif');
}

.fancybox_wrapper .fancybox_container ol {
	margin: 0 11px 11px 10px;
	padding: 0px 0px 0px 20px;
}

.fancybox_container ul li, .fancybox_container ol li{
	font-size: 1.0em;
	line-height: 1.34em;
}

.fancybox_wrapper .fancybox_container .fancyTable {
	margin: 0 11px 11px 10px;
}

.fancybox_wrapper .fancybox_container .fancyTable th {
	padding: 5px 3px;
	text-align: left;
	border-bottom: 3px solid #000;
}

.fancybox_wrapper .fancybox_container .fancyTable tr td {
	padding: 3px 3px;
	vertical-align: top;
}

.fancybox_wrapper .fancybox_container b{
	font-weight: bold;
}
/* END FANCYBOX POPUP INNER STYLES */