body {
	font-family:ArialMT, Arial, Sans-serif;
	font-size:.75em; 
	line-height:1.5em;
	position:relative;
}
	
#content {
    position:absolute;
    /*left:10px;*/
    width: 1000px;
    height: 610px;
}

#tagline {
    padding-left: 22px 0 0 0;
    margin: 10px 0;
    height: 15px;
}

#tabs {
    position: absolute;
    top: 0;
    right: 2px;
    height: 24px;
    margin: 11px 0 0 0;
    width: 146px;
    padding: 0;
}

#tabs li {
    float: right;
    display: block;
    height: 24px;
    width: 70px;
    background: url(../images/tab.off.png) no-repeat bottom center;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: center;
    /*
    background-color: #848686;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    */
}

#tabs li.active {
    background: url(../images/tab.on.png) no-repeat bottom center;
    /*
    background-color: #98ab20;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    */
}

#tabs li a {
    display: block;
    color: #FFF;
    height: 22px;
    margin: 5px 0 0 0;
	font-weight: bold;
}

#tabs li a:link,
#tabs li a:visited,
#tabs li a:active,
#tabs li a:hover {
	text-decoration: none; 
}

#search-panel {
    background-color: #E5E5E5;
    background-color: #848686;
    padding: 10px;
    margin: 2px 2px 2px 0;
    position: relative;
    height: 40px;
}

#search-panel form {
    padding: 0;
    margin: 0;
}

#messages {
    padding-top: 12px;
    color: #FFF;
}

#links {
    left: 1020px;
    width: 220px;
    text-align: center;
    border-left: 2px dotted #E5E5E5;
    margin-right: 0px;
    padding-left: 10px;
	position: absolute;
    height: 610px;
}
    
#ajax-indicator {
    display: none;
    position: absolute;
    right: 10px;
    top: 15px;
}

#map-canvas {
    position: absolute;
    left: 0;
    width: 760px;
    height: 500px;
    margin: 2px 2px 2px 0;
}

#results-panel {
    position: absolute;
    width: 230px;
	right:0;
    padding: 10px 0;
    margin: 1px 2px;
    border: 1px solid #848686;
    /*
    border: 1px solid #C5C5C5;
    color: #FFFFFF;
    */
    height: 480px;
    overflow: auto;
}

#results-panel h2 {
    margin: 0 0 10px 0;
    padding: 0;
}

#intro-box {
    padding: 10px;
}

#search_results_box {
    padding: 10px 0 0 0;
}

#refinery-wrapper {
    padding: 0 10px;
    border-bottom: 2px dotted #E5E5E5;
}

#refinery-content {
    /*
    border-bottom: 1px solid #98AB20;
    border-top: 1px solid #98AB20;
    */
    padding-bottom: 10px;
    display: none;
}

#refinery-content p {
    padding: 0;
    margin: 0;
    font-size: 15px;
}
    
#refinery-content select {
    position: relative;
    display: block;
    width: 190px;
    margin-bottom: 5px;
}
    
#refinery-content .button {
    position: relative;
    float: right;
}

#footer {
    background-color: #E9E9EA;
    border-bottom: 2px solid #FFFFFF;
    top: 640px;
    position: absolute;
    width: 100%;
    height: 55px;
	min-width: 1240px;
}

#footer table { 
	width:100%; 
	border:0px solid; 
	border-collapse: separate; 
	border-spacing: 0px;
	padding: 0;
	margin: 0;
}

	
	
strong {
    color: #000;
    font-weight: bold;
}

.hint {
    padding: 0;
    margin: 0;
    color: #FFF;
}

#search_results_list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px dotted #E5E5E5;
}

#search_results_list li {
    /*margin: 10px 0;*/
    cursor: pointer;
    padding: 10px 0 10px 10px;
}

#search_results_list li.hover {
    background-color: #E9E9EA;
}

#search_results_list li.selected {
    color: #FFF;
    background-color: #848686;
}

#map_info_window {
    width: 200px;
}

br.clear {
    clear: both;
}

.search_results_pager_box {
    border-bottom: 2px dotted #E5E5E5;
    text-align: center;
}

p.summary {
    
}

ul.pager {
    padding: 0;
}

ul.pager li {
    display: inline;
    padding: 1px;
}

.title {
    color: #555555;
}

#search_results_list li.selected .title {
    color: #FFF;
}
	
.smallcopy { 
	font-size:.9em; 
	line-height: 1.5em; 
	font-family:Helvetica,Georgia,Seirf; 
	padding-top:3em;
	
}
	
a:link, a:visited, a:active { 
	text-decoration: none;
	color: #990000; 
}

a:hover { 
	text-decoration: underline; 
}
		
h1, .callout_header, .subnav h1, .mainnav h1 { 
	font-weight:normal; 
	text-transform: uppercase;
}

h1 { 
	font-size: 2em; 
	margin:1.2em 0em .55em 0em; 
}

.callout_header, .subnav h1, .mainnav h1 { 
	font-size: 1.1em; 
}
	
h2, h3 { 
	font-size: 1.2em; 
	font-weight: bold;
	text-align:left;
	padding-top: 20px;
}

h2 { 
	margin-top:1.2em; 
	text-transform: uppercase; 
}

h3 { 
	margin-top: .9em; 
	text-transform: none; 
}
	
h1, h2, h3 { color:#6B001F; }
	
p.headings {text-transform: uppercase; color: #6B001F; font-size: 115%}
p.content {border-right: medium solid #ff0000;}
p.alpha	{word-spacing: 10px white-space: nowrap}
p.news {font-family:ArialMT, Arial, Sans-serif;	font-size:.9em; 	line-height:1.3em;	text-align: left; position:relative;}

.map {font-family:Veranda,Helvetica,Georgia,Seirf; color:#6B001F; font-weight:800; text-transform: none;}
.happy {font-family:Veranda,Helvetica,Georgia,Seirf; color:#FFB71E; font-weight:800; text-transform: none;}

#hdr {
	background-color:#E9E9EA;
	border-top:2px solid #FFFFFF;
	height:30px;
	text-align:right;
	width:100%;
	min-width: 1240px;
}

#hdr img {
	margin-left:20px;
	margin-top:7px;
}

#headlinks {
	float:right;
	font-size:12px;
	letter-spacing:0.5px;
	padding:7px;
}



table#alpha {}
.leftcol {text-align: left; border-bottom-style: solid ; border-bottom-color: #E5E5E5; border-bottom-width: 1px;}
.rightcol {text-align: left; border-bottom-style: solid ; border-bottom-color: #E5E5E5; border-bottom-width: 1px;}
.centercol {text-align: center; width: 30px; border-bottom-style: solid ; border-bottom-color: #E5E5E5; border-bottom-width: 1px;}
.gocol {text-align: right; width: 30px;}
.middlespace {width: 40px;}

