/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





* { margin: 0; padding: 0; }

html { height: 100%; margin-bottom: 1px; }

body {
    background: #eaf4ee url('images/aec-bg.gif') top center repeat-x;
    font-family: 'Trebuchet MS', arial, sans-serif;
    color: #4b575f;
    height: 100%; margin-bottom: 1px;
}

#main { width: 861px; margin: 28px auto 0; padding: 0 12px 10px; background-color: #fff; }

a img { border: 0; }

.hiddenPic { display:none; }


#header { height: 80px; background: url(images/header-bg.gif) bottom center no-repeat; position: relative; }

img#logo { position: absolute; top: 16px; left: 4px; }

/* ORIGINAL NAV CODE
ul#nav { list-style: none; position: absolute; top: 30px; right: 28px; }
ul#nav li { float: left; margin: 0; padding: 0 4px; height: 20px; text-align: center; border-right: 1px solid #ccc; }
ul#nav li a { color: #40a781; text-decoration: none; font-family: 'Arial Black' sans-serif; font-size: 10px; line-height: 20px; text-transform: uppercase; letter-spacing: .25em; display: block; padding: 0 8px; }
ul#nav li a:hover { color: #988f00; }
ul#nav li.selected a { background-color: #dbdddf; }
ul#nav li.last { border: none; }
*/



ul#nav { list-style: none; position: absolute; top: 30px; right: 28px; height: 23px; }
ul#nav li { float: left; margin: 0; padding: 0 4px; height: 23px; text-align: center; border-right: 1px solid #ccc; }
ul#nav li a { color: #40a781; text-decoration: none; font-family: 'Trebuchet MS' sans-serif; font-size: 10px; line-height: 23px; text-transform: uppercase; display: block; padding: 0; height: 23px; }
ul#nav li a:hover { color: #988f00; }
ul#nav li.selected a {  }
ul#nav li.last { border: none; }

ul#nav li ul {
    position: absolute;
    width: 200px;
    left: -200000px;
}
ul#nav li:hover, #nav li.sfhover {
    position: static;
}
ul#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
ul#nav li ul li {
    float: none;
    width: 200px;
    background: #dbdddf;
    padding: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 30px;
}
ul#nav li#transmix ul li, ul#nav li#fuel-sales ul li {
    border-left: none;
}

ul#nav li#about-us a {
    width: 90px; background: url(images/about-us.gif) top left no-repeat;
}
ul#nav li#about-us:hover a, ul#nav li#about-us.sfhover a {
    background: url(images/about-us-selected.gif) top left no-repeat;
}
ul#nav li#about-us.sfhover ul li a {
    background: none;
}
ul#nav li#about-us a.selected {
    background: url(images/about-us-selected.gif) top left no-repeat;
}

ul#nav li#transmix a {
    width: 87px; background: url(images/transmix.gif) top left no-repeat;
}
ul#nav li#transmix:hover a, ul#nav li#transmix.sfhover a {
    background: url(images/transmix-selected.gif) top left no-repeat;
}
ul#nav li#transmix.sfhover ul li a {
    background: none;
}
ul#nav li#transmix a.selected {
    background: url(images/transmix-selected.gif) top left no-repeat;
}

ul#nav li#fuel-sales a {
    width: 92px; background: url(images/fuel-sales.gif) top left no-repeat;
}
ul#nav li#fuel-sales:hover a, ul#nav li#fuel-sales.sfhover a {
    background: url(images/fuel-sales-selected.gif) top left no-repeat;
}
ul#nav li#fuel-sales.sfhover ul li a {
    background: none;
}
ul#nav li#fuel-sales a.selected {
    background: url(images/fuel-sales-selected.gif) top left no-repeat;
}

ul#nav li#terminal a {
    width: 85px; background: url(images/terminal.gif) top left no-repeat;
}
ul#nav li#terminal:hover a, ul#nav li#terminal.sfhover a {
    background: url(images/terminal-selected.gif) top left no-repeat;
}
ul#nav li#terminal.sfhover ul li a {
    background: none;
}
ul#nav li#terminal a.selected {
    background: url(images/terminal-selected.gif) top left no-repeat;
}

ul#nav li#reclamation a {
    width: 115px; background: url(images/reclamation.gif) top left no-repeat;
}
ul#nav li#reclamation:hover a, ul#nav li#reclamation.sfhover a {
    background: url(images/reclamation-selected.gif) top left no-repeat;
}
ul#nav li#reclamation.sfhover ul li a {
    background: none;
}
ul#nav li#reclamation a.selected {
    background: url(images/reclamation-selected.gif) top left no-repeat;
}

ul#nav li#contact-us a {
    width: 103px; background: url(images/contact-us.gif) top left no-repeat;
}
ul#nav li#contact-us:hover a, ul#nav li#contact-us.sfhover a {
    background: url(images/contact-us-selected.gif) top left no-repeat;
}
ul#nav li#contact-us.sfhover ul li a {
    background: none;
}
ul#nav li#contact-us a.selected {
    background: url(images/contact-us-selected.gif) top left no-repeat;
}

ul#nav li#about-us ul li a, ul#nav li#about-us:hover ul li a, ul#nav li#about-us ul li.sfhover a,
ul#nav li#transmix ul li a, ul#nav li#transmix:hover ul li a, ul#nav li#transmix ul li.sfhover a,
ul#nav li#fuel-sales ul li a, ul#nav li#fuel-sales:hover ul li a, ul#nav li#fuel-sales ul li.sfhover a,
ul#nav li#reclamation ul li a, ul#nav li#reclamation:hover ul li a, ul#nav li#reclamation ul li.sfhover a
{
    width: 180px;
    background: none;
    color: #455560;
    text-transform: none;
    text-align: left;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    font-weight: normal;
    font-family: Helvetica,Arial,sans-serif;
}
ul#nav li#about-us ul li:hover a,
ul#nav li#transmix ul li:hover a,
ul#nav li#fuel-sales ul li:hover a,
ul#nav li#reclamation ul li:hover a,
ul#nav li#about-us ul li.sfhover a,
ul#nav li#transmix ul li.sfhover a,
ul#nav li#fuel-sales ul li.sfhover a,
ul#nav li#reclamation ul li.sfhover a
{
    background: #94ceb7;
    background-image: none;
}



#banner { margin: 10px 0; padding: 0; }

#bottom {
    width: 863px;
    background: url(images/sidebar-bg2.gif) top left repeat-y;
}
#int-bottom {
    width: 859px;
    background: url(images/int-sidebar-bg.gif) top left repeat-y;
    margin: 10px auto 0;
    padding: 0;
}
#sidebar { width: 192px; float: left; padding: 18px 11px; }
#sidebar h2 { background: url(images/what-is-transmix.gif) top left no-repeat; width: 192px; height: 78px; text-indent: -2000000px; }
#sidebar p { color: #fff; font-size: 11px; margin: 10px; line-height: 15px; }
#sidebar p a { color: #fff; border-bottom: 1px dotted #fff; text-decoration: none; }

#int-bottom #sidebar { width: 214px; float: left; padding: 0; border: none; }
#int-bottom #sidebar p { color: #fff; font-size: 12px; margin: 16px; line-height: 18px; float: none; }
#int-bottom #sidebar p a { color: #fff; border-bottom: 1px dotted #fff; text-decoration: none; }
#int-bottom #sidebar ul { list-style: none; margin: 0; padding: 0; background-color: #fff; }
#int-bottom #sidebar ul li { margin: 0; padding: 0 0 10px; display: block; width: 214px; height: 38px; }
#int-bottom #sidebar ul li.last { margin: 0; }
#int-bottom #sidebar ul li a { margin: 0; padding: 0 16px; width: 182px; height: 38px; background-color: #008957; color: #fff; line-height: 38px; display: block; text-decoration: none; font-weight: normal; font-size: 14px; letter-spacing: .05em; }
#int-bottom #sidebar ul li a:hover { background-color: #988f00; }

#int-bottom #sidebar ul li#process-contact-water a { background: url(images/process-contact-water-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#process-contact-water a:hover { background: url(images/process-contact-water-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#process-contact-water a.selected { background: url(images/process-contact-water-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#tank-sludge a { background: url(images/tank-sludge-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#tank-sludge a:hover { background: url(images/tank-sludge-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#tank-sludge a.selected { background: url(images/tank-sludge-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#production-process a { background: url(images/production-process-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#production-process a:hover { background: url(images/production-process-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#production-process a.selected { background: url(images/production-process-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#types-and-grades a { background: url(images/types-and-grades-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#types-and-grades a:hover { background: url(images/types-and-grades-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#types-and-grades a.selected { background: url(images/types-and-grades-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#sale-process a { background: url(images/sale-process-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#sale-process a:hover { background: url(images/sale-process-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#sale-process a.selected { background: url(images/sale-process-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#transmix-processing a { background: url(images/transmix-processing-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#transmix-processing a:hover { background: url(images/transmix-processing-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#transmix-processing a.selected { background: url(images/transmix-processing-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#transmix-sources a { background: url(images/transmix-sources-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#transmix-sources a:hover { background: url(images/transmix-sources-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#transmix-sources a.selected { background: url(images/transmix-sources-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#mission-statement a { background: url(images/mission-statement-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#mission-statement a:hover { background: url(images/mission-statement-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#mission-statement a.selected { background: url(images/mission-statement-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#management-team a { background: url(images/management-team-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#management-team a:hover { background: url(images/management-team-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#management-team a.selected { background: url(images/management-team-sub-b.gif) top left no-repeat; }

#int-bottom #sidebar ul li#facility-map a { background: url(images/facility-map-sub.gif) top left no-repeat; }
#int-bottom #sidebar ul li#facility-map a:hover { background: url(images/facility-map-sub-b.gif) top left no-repeat; }
#int-bottom #sidebar ul li#facility-map a.selected { background: url(images/facility-map-sub-b.gif) top left no-repeat; }


#int-bottom #sidebar p a.fact-sheet { color: #666; text-decoration: none; font-size: 11px; line-height: 47px; border: none; }
#int-bottom #sidebar p a.fact-sheet img { display: block; float: left; }

#int-bottom #sidebar h2#contact-head { background: url(images/contact.gif) 6px 0 no-repeat; width: 197px; height: 33px; margin: 16px 0 0 8px; border-bottom: 1px solid #97cbb4; }
#int-bottom #sidebar h2#resources-head { background: url(images/resources.gif) 6px 0 no-repeat; width: 197px; height: 33px; margin: 16px 0 0 8px; border-bottom: 1px solid #a9bfb6; }
#int-bottom #sidebar p.contact-info, #int-bottom #sidebar p.contact-info a { color: #329f76; border: none; line-height: 18px; font-size: 11px; font-weight: normal; }
#int-bottom #sidebar p.contact-info span { font-style: italic; }
#int-bottom #sidebar p.contact-info a { border-bottom: 1px dotted #329f76; } 

#content { width: 605px; background: url(images/content-bg.gif) top center no-repeat; margin-left: 224px; padding: 25px 15px; font-family: Helvetica,Arial,sans-serif; }
#content h1, #content_area h2 { margin: 40px 0 20px; }
#content p { margin: 0 0 18px; font-weight: normal; font-size: 12px; line-height: 18px;  }
#content ul { margin: 0 0 18px; }
#content ul li, #content ul lh { margin-left: 30px; font-weight: normal; font-size: 12px; line-height: 18px; }
#content ul lh { margin: 0; }
#content a {
    color: #329f76;
    border-bottom: 1px dotted #008957;
    text-decoration: none;
}

#int-bottom #content h2 { width: 495px; height: 60px; text-indent: -2000000px; }
#int-bottom #content h3 { color: #d38800; font-size: 12px; margin-bottom: 4px; }
#int-bottom #content ul { list-style: disc; margin: 0 0 18px; padding: 0; }
#int-bottom #content ul li { margin: 0 0 0 20px; }
#int-bottom #content {
    width: 631px;
    padding: 30px 0;
    margin-left: 226px !important; margin-left: 225px;
    margin-top: 10px;
}
#int-bottom #content h2 {
    font-size: 47px;
    color: #4b575f;
    font-weight: normal;
    padding: 0;
    padding-bottom: 7px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d3d5d7;
    width: 631px;
}
#int-bottom #content p { margin: 0 0 18px; }

#int-bottom #content p.contact-info a { color: #329f76; border: none; line-height: 18px; text-decoration: none; }
#int-bottom #content p.contact-info span { font-style: italic; }

#int-bottom .man-team p a { color: #008957; font-weight: bold; text-decoration: none; border-bottom: none; }
#int-bottom .man-team p a:hover { border-bottom: 1px dotted #008957; }

#int-bottom .man-team p span { color: #4b575f; font-weight: normal; font-style: italic; }

#int-bottom #content a#fac-map {
    display: block;
    float: right;
    color: #4b575f;
    text-decoration: none;
    font-size: 11px;
    padding-left: 20px;
    background: url(images/down-arrow.gif) top left no-repeat;
    height: 11px;
    line-height: 11px;
    border: none;
}
img#int-banner { margin: 0 0 0 10px !important; margin: 0 0 0 7px; }

form table td { padding-bottom: 16px; }
form table td.label { text-align: right; padding-right: 20px; }

#footer { width: 882px; margin: 0 auto; clear: both; background-color: transparent; padding: 10px 0 30px; }
#footer p { font-size: 12px; font-weight: normal; color: #909b9d; font-family: arial, sans-serif; font-size: 10px; }
#footer p a { color: #909b9d; font-family: arial, sans-serif; text-decoration: none; }
#footer p a:hover { text-decoration: underline; }
#footer p span { float: right; }


.bio {
	display:none;
}
.bio_open {
	display:block;
	padding:0 0 0 20px;
}

#int-bottom #content p.contact-info strong {
    font-size: 15px;
}
#int-bottom #content p.contact-info span {
    font-size: 13px;
}
#int-bottom #content p.contact-info a {
    font-weight: normal;
    border-bottom: 1px dotted #008957;
    font-size: 12px;
}