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;
	background: transparent;
}

body {
    font-size: 13px;
    font-family: Arial, sans-serif;
    background: url('../images/bg.gif');
    color: #666666;
    padding: 0px 0px 10px 0px;
}

.clearer {
    clear: both;
}

#container {
    width: 916px;
    margin: 0px auto;
    background: url("../images/shadow.jpg") repeat-y left -2px;
    position:relative;
    padding-bottom: 20px;
    padding-top: 3px;
}

.bottom-shadow {
    width: 916px;
    height: 20px;
    background: url("../images/bottom_shadow.jpg") no-repeat left bottom;
    position:absolute;
    left: 0px;
    bottom: 0px !important; 
    bottom: -1px;
}

#header {
    width: 797px;
/*     margin: 0px auto; */
    margin-left: 57px;
    position:relative;
    background: #323232;
}

#header .header-content {
    padding: 5px 19px 6px 22px;
}

#header a img {
    float:left;
}

#header h1 {
    margin: 0px;
    background: none;
}

#navigation {
    float:right;
    list-style-type:none;
    padding-top: 15px;
}

#navigation li {
    display:block;
    float:left;
    margin-left: 5px;
    padding-left: 16px;
}

#navigation li.active, #navigation li.on {
    background: url("../images/blue_left.gif") no-repeat left top;
}

#navigation li a {
    display:block;
    float:left;
    height: 35px;
    line-height: 35px;
    padding-right: 24px;
    color: #fff;
    text-decoration:none;
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight:lighter;
    background: url("../images/blue_bullet.gif") no-repeat right 7px;
}

#navigation li.active a, #navigation li.on a {
    background: url("../images/blue_right.gif") no-repeat right top;
}

#banner1 {
    width: 839px;
    height: 265px;
    background: url("../images/slideshow01.jpg") no-repeat left top;
    position:relative;
    margin-left: 31px;
    z-index: 100;
	overflow: hidden;
}

#slideshow li {
	list-style-type: none;
}

#banner2 {
    width: 839px;
    height: 185px;
    background: url("../images/banner2.gif") no-repeat left top;
    position:relative;
    margin-left: 30px;
    z-index: 100;
}

#banner1 .box {
    left: 659px;
    top: 13px;
    width: 153px;
    height: 142px;
}

#banner2 .box {
    left: 576px;
    top: 14px;
    width: 232px;
    height: 54px;
}

.box {
    font-weight:bold;
    position:absolute;
}

.oil, .gas {
    color: #0060b4;
    font-size: 12px;
    font-family:Arial;
}

#banner1 .oil, #banner1 .gas {
    font-size: 14px;
    width: 115px;
    text-align:right;
}

.oil-price, .gas-price {
    color: #de6c1d;
    font-size: 24px;
    font-family: Helvetica;
}

#banner1 .oil-price, #banner1 .gas-price {
    font-size: 28px;
    width: 115px;
    text-align:right;
}

.oil-price small, .gas-price small {
    font-size: 13px;
    position:relative;
    top: -10px;
}

#banner1 .oil-price small, #banner1 .gas-price small {
    font-size: 14px;
    position:relative;
    top: -13px;
}

.updated {
    font-size: 9px;
    font-weight:normal;
    position:absolute;
    right: 3px;
    bottom: 0px;
    font-family:sans-serif;
}

#banner1 .updated {
    width: 134px;
    margin-right: 18px;
    text-align:right;
}

#banner1 .box .oil {
    position:absolute;
    top: 3px;
    left: 15px;
}

#banner2 .box .oil {
    position:absolute;
    top: 2px;
    left: 2px;
    width: 95px;
    text-align:right;
}

#banner1 .box .oil-price {
    position:absolute;
    top: 22px;
    left: 15px;
}

#banner2 .box .oil-price {
    position:absolute;
    top: 15px;
    left: 2px;
    width: 95px;
    text-align:right;
}

#banner2 .box .gas {
    position:absolute;
    top: 2px;
    left: 115px;
    width: 95px;
    text-align:right;
}

#banner1 .box .gas {
    position:absolute;
    top: 71px;
    left: 15px;
}

#banner2 .box .gas-price {
    position:absolute;
    top: 15px;
    left: 115px;
    width: 95px;
    text-align:right;
}

#banner1 .box .gas-price {
    position:absolute;
    top: 87px;
    left: 15px;
}

#main-content {
    width: 753px;
    padding: 40px 22px 10px 22px;
    left: 57px;
    background: #f7f7f7;
    border: solid 1px #9a9a9a;
    border-top: none;
    margin-top: -31px;
    position:relative;
    z-index:1;
}

#main-content.homepage {
    width: 520px;
    padding: 40px 25px 10px 22px;
    float:left;
}

#main-content img {
	border: 1px solid #999;
}

#main-content h1 {
    background: url("../images/heading_bg.gif") repeat-x left bottom;
    padding-bottom: 5px;
    font-size: 26px;
    font-family:"Trebuchet MS";
    margin-bottom: 10px;
}

a {
    color: #0060b4;
}

a:hover {
    text-decoration:none;
    color: #111;
}

p {
    padding: 10px 0px;
    line-height: 19px;
}

#rightbar p {
    padding: 5px 0px 15px;
    line-height: 18px;
}

#main-content ul, #rightbar ul {
    list-style-type:none;
    padding: 5px 0px 5px 21px;
}

ol {
    padding: 5px 0px 5px 42px;
}

ol li {
    padding-bottom: 15px;
}

#main-content ul li, #rightbar ul li {
    padding-left: 18px;
    background: url("../images/orange_bullet.gif") no-repeat left 4px;
    padding-bottom: 15px;
    position:relative;
}

#main-content h2 {
    font-size: 20px;
    color: #999999;
    font-family: "Trebuchet MS";
}

#main-content table {
    empty-cells:show;
    border-collapse:collapse;
    color: #0060B4;
    font-family:"Trebuchet MS";
}

#main-content table th {
    border: solid 1px #fff;
    border-left:solid 1px #0060B4;
    border-top:solid 1px #0060B4;
    color: #fff;
    background: #0060B4;
    padding: 5px 10px;
    font-size: 16px;
}

#main-content table th:last-child {
    border-right:solid 1px #0060B4;
}

#main-content table td {
	border:solid 1px #0060B4;
	padding: 5px 10px;
	text-align: top;
}

#footer {
    text-align:center;
    line-height: 18px;
    padding: 10px 0px 3px 0px;
    font-size: 11px;
}

#rightbar {
    width: 220px;
    float:right;
    margin-top: -31px;
    right: 61px;
    position:relative;
    z-index:1;
}

.grey-box {
    background: #f7f7f7;
    border: solid 1px #9a9a9a;
    margin-bottom: 11px;
    position:relative;
}

.grey-box.first {
    border-top:none;
    padding-top: 20px;
}

.grey-box .box-content {
    margin: 0px 5px;
    padding-bottom: 4px;
}

.grey-box h2 {
    font-size: 16px;
    font-family: "Trebuchet MS";
    background: url("../images/heading2_bg.gif") repeat-x left bottom;
    padding-bottom: 7px;
    margin-bottom: 3px;
}

.right-align {
    text-align:right;
}

.right-align.small {
    font-size: 11px;
}

.grey-box .orange-bullet {
    background: url("../images/orange_b.gif") no-repeat center top;
    width: 100%;
    height: 5px;
    position:absolute;
    bottom: -3px;
    left: 0px;
    font-size: 0px;
}

.aboutUsBox {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	width: 160px;
}

.aboutUsBox th {
	text-align: left;
	height: 1em;
}

.aboutUsBox td {
	vertical-align: top;
	height: 275px;
}

.bio {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #9A9A9A;
	margin-bottom: 10px;
}
.bio img {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	clear: left;
}

.bio a {
	float: left;
}

.bio p {
	float: left;
	width: 75%;
}

.floatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.floatRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

div#oil-prices {
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px 10px 0 15px;
}

div#oil-prices h4 {
	float: left;
	clear: both;
	color: #0060B4;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}

div#oil-prices h5 {
	font-size: 33px;
	color: #DE6C1D;
	display: inline;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

div#oil-prices h6 {
	font-size: 14px;
	color: #DE6C1D;
	float: left;
	margin: -3px 0 0 2px;
}

div#oil-prices p {
	clear: both;
	font-size: 12px;
	padding-bottom: 6px;
}

.display-none{
	display: none;
}

#analyst_desc_link{
	cursor: pointer;
}
