@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(images/glow.gif);
	background-repeat: no-repeat;
	background-position: center top; /* positions background image at center and top view port */
}
img { /* prevent blue border on images that are in links */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.italic { /*use for italic text, most likely in normal copy */
	font-style: italic;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloattemp { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #E86B0C;
	text-decoration: none;
}
a:visited {
	color: #E86B0C;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}	
#container  {
	width: 1024px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #898989;
	border-bottom-color: #000000;
	border-left-color: #898989;
	font-family: Arial, Helvetica, sans-serif; /* dfault font style for entire site */
	color: #464646;
	font-size: 11px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/maincontent_bkg.gif);
	background-repeat: repeat-y;
}
#header  {
	background: #FFF;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav { /*used for top nav UL tag*/
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	color: #707070;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	display: inline;
}
#sizer {
	margin-top: 3px;
	float: right;
	margin-bottom: 3px;
}

#topnav .topnav_bar { /* used for li containing "|" character */
	color: #F1A529;
}
#topnav li { /* puts li in a row */
	float: left; 
}
#topnav a {
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
#topnav a:link {
	color: #707070;
}
#topnav a:visited {
	color: #707070;
}
#topnav a:hover {
	color: #EC6D0C;
}
#navbar { /*holds nav images and background image*/
	background-image: url(images/NavSearchBack.jpg);
	height: 24px;
	width: 964px;
	margin: 0px;
	padding: 0px;
}
#nav { /* assigned to nav UL */
	padding: 0px;
	list-style-type: none;
	color: #707070;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 24px;
	float: left;
	margin-left: 0px;
}
#nav li { /*puts li in row */
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainContent  { /* used on home page */
	margin-top: 0;
	margin-right: 228px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 0;
	padding-left: 30px;
}
#sidebar1  { /* this the right column, used primarily for ads */
	float: right; /* since this element is floated, a width must be given */
	width: 186px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 12px;
	margin-top: 14px; /* this margin drops sidebar1 below the gray featured articled image */
}
#sidebar1 p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 9px;
}
#sidebar1 img { /* applies bottom margin to ads */
	margin-bottom: 9px;
	margin-top: 0px;
}

#feature { /* container for A B C features */
	width: 550px;
	background-image: url(images/homeMainSideTxtBack2.jpg); /* orange yellow gradation */
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	height: 291px;
	position: relative;
}
#feature h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#feature p {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 12px;
}
#feature img {
	float: left;
}
.feature_text {
	margin-left: 383px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 35px;
}
.feature_text a:link {
	text-decoration: none;
	color: #FFF;
}

.feature_text a:visited {
		text-decoration: none;
	color: #464646;
}
.feature_text a:hover {
		text-decoration: none;
	color: #464646;
}

.feature_abc { /*contains A B C buttons */
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
	width: 72px;
	right: auto;
	left: 432px;
}
.feature_abc img { /* spaces A B C images */
	margin-right: 3px;
}

.article { /*container for numbered articles*/
	margin-top: 16px;
	/*font-size: 10px; */
	/*color: #464646; */
	margin-bottom: 16px;
	margin-right: 12px;
}
.article_shade { /*container for articles with shaded text background */
	margin-top: 16px;
	font-size: 10px;
	color: #464646;
	background-color: #ECECEC;
	margin-right: 12px;
}
.article_text {
	margin-left: 146px;
	height: 34px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 10px;
}
.article_number {
	float: right;
	width: 31px;
}
.article_text h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}
.article_image {
	float: left;
	width: 146px;
}
.article_text p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 11px;
}
.article_text a:link {
	text-decoration: none;
	color: #E86B0C;
}

.article_text a:visited {
	text-decoration: none;
	color: #E86B0C;
}
.article_text a:hover {
	text-decoration: none;
	color: #464646;
}

#featureSidebar { /* container for area to the right A B C feature */
	width: 191px;
	float: right;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 14px;
}
.featureSidebar_article { /* container for image and accompanying text */
	margin-bottom: 6px;
	margin-top: 0px;
}
.featureSidebar_article h3 {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 3px;
	line-height: 10px;
	font-size: 10px;
}
.featureSidebar_article p {
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 10px;
}
.featureSidebar_article a:link {
	text-decoration: none;
	color: #E86B0C;
}
.featureSidebar_article a:visited {
	text-decoration: none;
	color: #E86B0C;
}
#footer  {
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
	height: 131px;
	padding-top: 36px;
}
#footer p {
	padding-right: 0;
	padding-left: 0;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer-translation  {
	background-color: #DDDDDD;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 50px;
	height: 30px;
	padding-top: 20px;
}

#footer-translation p {
	padding-right: 0;
	padding-left: 0;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#sitemap_container { /* container for site map */
	height: 100px;
}
.sitemap_column { /* site map footeris made of 6 divs acting as columns, this div is also used on site map page as three columns */
	float: left;
	width: 156px;
}
.sitemap_list { /* applied to UL for site map, this UL is also used on sitemap page*/
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.sitemap_list_header { /* bolder text at head of site map columns */
	font-weight: bold;
	margin-bottom: 6px;
}

.sitemap_list li a:link {
	text-decoration: none;
	color: #464646;
}
.sitemap_list li a:visited {
	text-decoration: none;
	color: #464646;
}
.sitemap_list li a:hover {
	text-decoration: none;
	color: #999;
}


#partners { /* partners area beneath site map */
	text-align: center;
	padding-top: 16px;
	padding-bottom: 50px;
	background-color: #FFF;
}
#partners h1 {
	margin-top: 0px;
	margin-bottom: 17px;
	font-size: 10px;
}

#mainContentInterior  { /* used on all other pages */
	margin-top: 0px;
	margin-right: 228px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 0;
	padding-left: 85px;
	padding-top: 25px; /* differs from #mainContent */
	padding-right: 10px;
	background-repeat: repeat-y;
}

#mainContentInterior h1 {
	margin-top: 0px;
	margin-left: 0px;
	color: #EC6D0C;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
#mainContentInterior h2 {
	margin-top: 0px;
	margin-left: 0px;
	color: #EC6D0C;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 12px;
}
#mainContentInterior p {
	margin-top: 0px;
	margin-left: 0px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 11px;
}
#mainContentInterior_landing  { /* used on all other pages */
	margin-top: 0px;
	margin-right: 228px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 0;
	padding-left: 85px; /*left padding differs from #mainContent */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C2C2;
	padding-top: 10px; /* differs from #mainContent */
}

#mainContentInterior_landing h1 {
	margin-top: 0px;
	margin-left: 0px;
	color: #EC6D0C;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 20px;
}
#mainContentInterior_landing h2 {
	margin-top: 0px;
	margin-left: 0px;
	color: #EC6D0C;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 11px;
}
#mainContentInterior_landing p {
	margin-top: 0px;
	margin-left: 0px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 16px;
}

.interior_link_list_column { /*landing page link list is made of 2 divs acting as columns */
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-top: 10px;
}
.interior_link_list { /* applied to UL for interior link list*/
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.interior_link_list li {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

#interior_topleft { /* used for landing page top left column */
	width: 313px;
	margin-bottom: 20px;
}
#interior_topright { /* used for landing page top right column layout will break if content exceeds height of topleft column */
	margin-right: 20px;
	width: 360px;
	float: right;
}
#interior_bottom { /*container for landing page bottom two columns */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 20px;
	padding-top: 20px;
}
#interior_bottom_archive { /*container for landing page bottom two columns */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 20px;
	padding-top: 20px;
	margin-right: 220px;
}
#interior_botomleft { /* used for landing page bottom left column */
	float: left;
	width: 490px;
	margin-bottom: 20px;
}
#interior_botomright { /* used for landing page bottom right column */
	margin-left: 500px;
	padding-top: 15px;
}
#interior_botomright img {
	margin-bottom: 8px;
}
#interior_right_column { /* container for interior two column layouts, same top margin as mainContentInterior */
	width: 191px;
	float: right;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: o;
} 
#interior_right_column img {
	margin-bottom: 8px;
}
#interior_left_column { /* container for interior two column layouts */
	margin-right: 225px;
}
#recommend { /* recommend contaier in sidebar1 */
	border: 1px solid #C2C2C2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-top: 16px;
	margin-bottom: 25px;
}
#recommend h2 {
	font-size: 14px;
	font-weight: bold;
	color: #EC6D0C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#recommend ul {
	margin: 0px;
	padding: 0px;
}
#recommend ul li {
	padding: 0px;
	margin-left: 12px;
	margin-bottom: 3px;
}
#recommend a:link {
	color: #464646;
}

#recommend a:visited {
	color: #464646;
}

#recommend a:hover {
	color: #EC6D0C;
}

#subscribeForm label, #subscribeForm  input { /* used for sign up for news alerts */
        color:#333333;
        font-family:Arial,Helvetica,sans-serif;
        font-size:10px;
        line-height:18px;
    }
    #subscribeForm label {
        /*float:left;*/
		display:block;
        line-height:24px;
    }
    #subscribeForm input.text {
	border:1px solid #d1d3d4;
	background:#e6e7e8;
	width:323px;
	height:24px;
	line-height:24px;
	font-size:18px;
	margin-bottom: 10px;
    }
    #subscribeForm br {
        /*clear:both ;*/
    }
	#subscribeForm .inputbut {
		width:auto;
		text-transform:uppercase;
		margin:5px;
        border:1px solid #d1d3d4;
        background:#e6e7e8;
		height:24px;
		line-height:24px;
	}
	
	
	/* TABLE STYLE - MININALIST */
	.hor-minimalist-b
{
	background: #fff;
	margin: 15px;
	width: 80%;
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist-b th
{
	font-size: 16px;
	padding: 10px 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #EC6D0C;
}
.hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
.hor-minimalist-b td.bold 
{
	font-weight: bold;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
/* line hieght adjustments for sub a sup */
sup {
	position: relative;
	top: -3px;
	font-size: 9px;
}
 
sub {
	position: relative;
	bottom: 2px;
	font-size: 8px;
}

/* search field styling */

#search_box {
	width: 200px;
	height: 24px;
	float: right;
}
#search_box #s {
	float: left;
	padding: 0;
	border: 0;
	width: 160px;
	background-color: #FFF;
	background-image: none;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
}
#search_box #go {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#autoEngAd {
	background-image: url(images/autoEngineeringAd_v1.gif);
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-bottom: 25px;
	width: 126px;
	height: 45px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 95px;
	font-family: Arial, Helvetica, sansserif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 15px;
	text-decoration: none;
	text-transform: capitalize;
}

.autoEngAd a:link {
	color: #E86B0C;
	text-decoration: none;
}

.autoEngAd a:visited {
	color: #E86B0C;
	text-decoration: none;
}
.autoEngAd a:hover {
	color: #ffffff;
	text-decoration: none;
}

.interior_archive_year {
	float: left;
	margin-top: 10px;
	width: 640px;
}

#interior_archive_landing {
	float: left;
	width: 660px;
	margin-right: 40px;
}

/* image and body copy styling for graphs - Used first on ECO article*/
#graphcontainer{
	width: 650px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #898989;
	border-right-color: #898989;
	border-bottom-color: #898989;
	border-left-color: #898989;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-bottom: 10px;
	font-style: italic;
}

.graphcontainer_graphic {
	width: 600px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #898989;
	border-right-color: #898989;
	border-bottom-color: #898989;
	border-left-color: #898989;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-bottom: 10px;
	font-style: italic;
}

#graphcontainer_floatrt{
	float:right;
	width: 250px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #898989;
	border-right-color: #898989;
	border-bottom-color: #898989;
	border-left-color: #898989;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-style: italic;
}

#graphcontainer_floatrt p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}