﻿*
{
    margin: 0px 0px;
    padding: 0px 0px;
}

body
{
    background: #ffffff;
    text-align: center;
}



#logo      {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}


#logo a  {
	color: #666;
	text-decoration: none;
}
#logo a:hover {
	color: #005ca5;
	text-decoration: underline;
}

a img
{
    border: 0px;
}

#wrap-outer
{
    width: 970px;
    text-align: center;
    margin: 10px auto 0px auto;
}

#wrap
{
    text-align: left;
    margin: 0px auto;
    width: 950px;
}

#header
{
    width: 950px;
}

#header-top
{
    background: #cccccc;
}

#top
{
    float: left;
    width: 82px;
}

#header-links
{
    float: right;
    font-family: Arial;
    font-size: 0.80em; /*12px*/
    color: #6f6f6f;
    font-weight: bold;
}

#header-links a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 0.80em; /*12px*/
    line-height: 11px;
    color: #6f6f6f;
    font-weight: bold;
    margin-right: 10px;
}

#header-links a:hover{
	text-decoration: underline;
	color: #005ca5;
}


#dropdown
{
    float: left;
    width: 200px;
}


#map
{
    width: 637px;
    height: 250px;
    /*background: #6E85B9;*/
    float: left;
    clear: both;
}

#welcome
{
	background-image:url('tc.png');
	background-repeat:no-repeat;
	background-position:right top;
    width: 311px;
    height: 250px;
    background: #6E85B9;
    float: right;
    right: 0px;
}

#welcome p
{
    margin-left: 30px;
    margin-right: 30px;
    width: 251px;
    color: #ffffff;
    font-size: 0.75em; /*12px*/
    line-height: 15px;
}

#welcome a
{
    color: #ffffff;
    text-decoration: none;
}
#welcome a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.fullPage
{
    width: 950px;
    margin: 5px 0px 10px 0px;
    /*float: left;*/
    clear: both;
    font-family: Arial;
    color: #666666;
}

.content
{
    width: 950px;
    margin: 0px 0px 10px 0px;
    /*float: left;*/
    clear: both;
    font-family: Arial;
    color: #666666;
}

.tvNode
{
    font-size: 0.85em;
    display: block;
    padding-left: 5px;
    vertical-align: bottom;
}

#pnlFlags a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

#pnlFlags a:hover {
	text-decoration: underline;
}

#pnlFlags a:visited {
	color: #666;
}
    
#section-bottom
{
    height: 16px;
    width: 100%;
    clear: both;
    overflow: hidden;
}

/*#lubricants
{
    width: 644px;
    float: left;
}*/

#border-lubricants
{
    height: 9px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 627px;
}   

#fuels
{
    width: 306px;
    float: right;
}

#border-fuels
{
    height: 9px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 305px;
}   

#quick-links
{
    width: 306px;
    float: right;
}

#border-quick-links
{
    height: 9px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 305px;
}

#footer
{
    clear: both;
    width: 950px;
    text-align: center;
}

#footer-links
{
    font-family: Arial;
    font-size: 0.8em; /*12px*/
    /*line-height: 15px;*/
    margin: 0px auto;
    color: #666666;
    margin-bottom: 10px;
}

#footer-links a {
    font-family: Arial;
    font-size: 0.8em; /*12px*/
    line-height: 15px;
    text-decoration: none;
    color: #666666;
    margin: 0px 5px 0px 5px;
}
#footer-links a:hover {
    text-decoration: underline;
}

#footer-logos
{
    margin: 0px auto;
    height: 30px;
}

#footer-logos img
{
    border: none;
    margin-right: 15px;
}

#footer-logos img.footer-logo-right
{
    margin-right: 0px;
}

#logo
{
    float: left;
}

h1
{
    margin-top: 15px;
    font-family: Arial;
    font-size: 0.75em; /*12px*/
    line-height: 14px;
    font-weight: bold;
    color: #005ca5;
}

h2
{
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 0.5em;
    font-family: Arial;
    font-size: 0.75em; /*12px*/
    line-height: 14px;
    font-weight: bold;
    /*color: #005ca5;*/
}

h4
{
    /*background: #ebebeb url(../images/arrow_out.gif) 100% 50% no-repeat;*/
    background-color: #ebebeb;
    /*background-image: url(../images/innerButtonGrad.jpg);
    background-position: left top;
    background-repeat: repeat-x;*/
    font-family: Arial;
    font-size: 0.75em;
    line-height: 18px;
    text-decoration: none;
    color: #666666;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

h4 a, h4 a:link, h4 a:visited
{
    height: 18px;
    display: block;
    color: #666666;
    background-image: url(../images/button_off.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    text-decoration: none;
}

h4 a:active, h4 a:hover
{
    background-color: #dee9f2;
    background-image: url(../images/button_on.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color: #31527f;
    text-decoration: underline;
}

.ocTableHead
{
    display: block;
    width: 100%;
    height: 18px;
    color: #666666;
    background-color: #ebebeb;
    /*background-image: url(../images/innerButtonGrad.jpg);
    background-position: left top;
    background-repeat: repeat-x;*/
    font-size: 0.75em;
    font-weight: bold;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #cccccc;
}

.ocTableCell
{
    padding: 10px 0px 0px 20px;
    font-size: 0.85em;
}

.ocTableCell a
{
    color: #666666;
    text-decoration: none;
    border: 0px;
    display: block;
    height: 0.9em;
}
.ocTableCell a:hover
{
    text-decoration: underline;
}

.noLink
{
    /*width: 307px;*/
    height: 20px;
    display: block;
    color: #666666;
    background-image: url(../images/chevOff.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
}

h5
{
    color: #ffffff;
    font-family: Arial;
    font-size: 1.25em; /*20px*/
    line-height: 20px;
    /*margin-top: 38px;*/
    margin-left: 30px;
    margin-right: 30px;
    font-weight: normal;
}

.story-container
{
    width: 306px;
    margin: 5px 0px 10px 0px;
    /*float: left;*/
    text-align: left;
    color: #666666;
    
}

.story
{
    padding: 0px 0px 0px 0px;
}

.story-left
{
    float: left;
    height: 100%;
    width: 60px;
    margin: 5px 5px 5px 0px;
}

.story-right
{
    /*display: block;
    width: 250px;
    float: right;*/
}

.story p
{
    /*margin-left: 10px;*/
    font-size: 0.75em; /*12px*/
    /*line-height: 14px;*/
    color: #6f6f6f;
}

.story .story-title h4 a:link, .story .story-title h4 a:visited {
	color: #666;
}

.story .story-title h4 a:hover {
}


.story a:link, a:visited
{
    color: #005ca5;
}

.story a:active, a:hover
{
    color: #005ca5;
}

.story-title
{
	text-align: left;
	color: #666;
}

.story-border
{
    background-image: url(../images/buttonGrad.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    /*padding: 2px 2px 1px 2px;*/
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    border-bottom: solid 1px #c9c9c9;
}

ul
{
    font-family: Arial;
    font-size: 0.75em;
    line-height: 0.8em;
    margin-left: 20px;
}

p
{
    font-family: Arial;
}

select
{
    float: left;
    margin-right: 5px;
}

.submit
{
    background: #dee9f2;
    color: #003366;
    width: 40px;
    border: 1px solid #ebebeb;
}

a.quick-link, a.quick-link:link, a.quick-link:visited
{
    font-family: Arial;
    font-size: 0.75em; /*12px*/
    line-height: 15px;
    color: #6f6f6f;
    text-decoration: none;
}

a.quick-link:active, a.quick-link:hover
{
    text-decoration: underline;
}

.clear
{
    clear: both;
}
#space {
	height: 20px;
}
:link img {
	border: none;
}

.loginBtn
{
    display: block;
    width: 106px;
    height: 23px;
    background-image: url(../images/login.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 5px 0px 0px 5px;
}


.content a:link, .content a:visited
{
    text-decoration: none;
}

.content a:active, .content a:hover
{
	text-decoration: underline;
}

