﻿body
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #353535;
	font-family: Tahoma, Verdana;
	background: #8eafc5 url(/images/bg.png) repeat-x top left;
}

img
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #4f9feb;
}

h2
{
	font-size: 22px;
}

.clear
{
	clear: both;
}

a:link, a:active, a:visited
{
	color: #1988df;
}

a:hover
{
	color: #68dcf9;	
}

.ticker_wrapper
{
    width: 900px;
	margin: 5px auto auto;

	color: #fff;
}

.ticker_wrapper .ticker_text
{
    width: 750px;
    background-color: Transparent;
    border: none;
    color: #fff;
    letter-spacing: 1.5px;
}

#main_wrapper
{
	width: 988px;
	margin: 0 auto;
	position: relative;
	top: -6px;
}

#main_wrapper_top
{
	background-image: url(/images/main_wrapper_top.png);
	background-repeat: no-repeat;
	height: 36px;
}

#main_wrapper_mid
{
	background-image: url(/images/main_wrapper_mid.png);
	background-repeat: repeat-y;
}

#main_wrapper_btm
{
	background-image: url(/images/main_wrapper_btm.png);
	background-repeat: no-repeat;
	height: 49px;
}

#header_wrapper
{
	background-color: #fff;
	width: 937px;
	margin-left: 35px;
}

#logo
{
	background: #FFF url(/images/logo.png) no-repeat top left;
	float: left;
	height: 177px;
	width: 283px;
	margin-top: -16px;
}

.header_image
{
	float: right;
	height: 185px;
	width: 651px;
	margin-top: -24px;
}

.refinery
{
	background-image: url(/images/header_images/refinery.png);
	background-repeat: no-repeat;
}

#hnav_wrapper
{
	background-image: url(/images/hnav_bg.png);
	background-repeat: repeat-x;
	height: 42px;
	width: 956px;
	margin-left: 16px;	
}

.hnav_item
{
	float: left;
	padding: 8px 10px 9px;
	border-right: 1px solid #082e56;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.hnav_item a:link, .hnav_item a:active, .hnav_item a:visited
{
	color: #FFF;
	text-decoration: none;
}

.hnav_item a:hover
{
	color: #c5c4c4;
}

#login_wrapper
{
	text-align: right;
	font-size: 11px;
	padding-right: 25px;
}

#page_wrapper
{
	
}

#page_top
{
	border-bottom: 1px solid #3c6081;
	padding: 0px 30px 10px;
	font-size: 30px;
	font-weight: bold;
	margin: 0 15px;
	color: #2c5174;
}

#page_left
{
	float: left;
	padding-left: 55px;
	width: 425px;
}

#page_right
{
	float: right;
	width: 450px;
	padding-right: 41px;
}

#footer_wrapper
{
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #3c6081;
	padding-top: 10px;
	margin: 0 15px;
}

.form_label
{
	text-align: right;
	padding: 3px 5px;
	margin-right: 5px;
}

.textbox
{
	padding: 5px;
	margin: 3px 3px 3px 10px;
	border: 1px solid #858585;
	min-width: 200px;
	color: #6a6a6a;
}

.basic_pad
{
	padding: 10px 15px;
}

.bold
{
	font-weight: bold;
}

.size18
{
 font-size: 18px;
}

.blue
{
	color:#2C5174;
}

.pad10
{
	padding: 10px;
}

.required
{
	background: #fff url(/images/required.png) no-repeat right center;
	padding-right: 10px;
	margin-left: 20px;
}

.spaced_list li
{
	padding: 5px 0;
}

/********* Virtual List *********/
.virtual_list
{
	margin: 10px;
}

.virtual_list div
{
	padding: 3px 3px 3px 20px;
	background: #fff url(/images/bullet_blue.png) no-repeat left center;
}


/*********** Errors ************/
#error_wrapper
{
	border: 2px solid red;
	padding: 15px 25px;
	background-color: #fffdf1;
	margin:10px 45px;
	color: #CB1111;
}

/*********** Hover Menu ***********/
.sub_menu_panel
{
    border: 1px solid #5b5b5b;
    background-color: #8eafc5;
    font-size: 11px;
    padding: 0;
    color: #092f56;
    text-align: left;
}

.sub_menu_item
{
    padding: 3px 0;  
    width: 100%;
}

.sub_menu_item a:link, .sub_menu_item a:visited, .sub_menu_item a:active
{
	text-decoration: none;
	color: #092f56;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 7px;
    font-weight: normal;
}

.sub_menu_item a:hover
{
    color: #FFF;
}
