/* Browser Amnesia
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Begin CSS
-------------------------------------------------------------- */

html {
		
}
body {
	font-size: 75%;
	color: #222; 
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	text-transform: uppercase;
	display: block;
	font-size: 45%;
}
h4 span, h5 span, h6 span {
	font-size: 90%;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; color: #fff;}
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc Global Classes
-------------------------------------------------------------- */

.right 		{ float: right; } /* YKMOFL */
.left 		{ float: left; }
.clear 		{ clear: both; }
.cleft 		{ clear: left; }
.cright 	{ clear: right; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.sIFR-replaced h1 	{ color: #3A990D; }
.sIFR-alternate 	{ position: relative; left: -9999px; display: none; }


/* Form Styling
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Layout Elements
-------------------------------------------------------------- */
body {
	background: #e7e7e7 url('../images/stretchbg.jpg') repeat-x top left;
}
	#kontainer {
		width: 100%;
		margin: 0px auto;
		display: block;
		position: absolute;
			top: 0px;
			left: 0px;
			z-index: 0;
		padding-bottom: 70px;
	}
		#petro_tv {
			text-indent: -10000px;
			background: url('../images/logo.jpg') no-repeat top left;
			width: 300px;
			height: 86px;
			position: relative;
			top: 38px;
			left: 23px;
		}
			#logo {
				display: block;
				width: 300px;
				height: 86px;
			}
		#topnav {
			text-indent: -10000px;
			background: url('../images/nav.jpg') no-repeat top left;
			width: 263px;
			height: 29px;
			position: absolute;
			top: 95px;
			right: 23px;
		}
			a#adnav {
				width: 145px;
				height: 28px;
				text-indent: -10000px;
				display: block;
				position: absolute;

			}
			a#contactnav {
				width: 116px;
				height: 28px;
				display: block;
				text-indent: -10000px;
				position: absolute;
				left: 145px;

			}
		#wrapper {
			width: 904px;
			margin: 0 auto;
			position: relative;
		}
		
	body#index #content {
			
			background: url('../images/contentbg.jpg') no-repeat top left;
			width: 904px;
			height: 510px;
			margin: 0 auto;
			padding: 12px 0px 50px 0px;
			position: relative;
			top: 27px;

		}
			h2#delivering {
				text-indent: -10000px;
				background: url('../images/delivering.png') no-repeat top left;
				height: 84px;
				width: 545px;
				position: absolute;
				top: 39px;
				left: 1px;
			}
			div#buckets ul li {
				list-style: none;
				float: left;
			}
			div#buckets ul li a {
				position: relative;
				font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
				color: #fff;
				text-decoration: none !important;
			}
			div#buckets ul li a span {
				display: block;
				text-indent: -10000px;
			}
			div#buckets ul li a div { 
				display:none;
				width: 100%;
				height: 170px;
				position: absolute;
				bottom: 0;
				background: url('../images/tinybg.png');
				text-align: left !important;
				
			}
			div#buckets ul li a#network div {
				width: 209px;
				bottom: 13px;
			}
		    div#buckets ul li a.over div { 
				display: block;
			}
			div#buckets p {
				padding: 30px 10px;
				font-size: 14px;
			}
				#buckets a#who {
					background: url('../images/whoweare.jpg') no-repeat top left;
					display: block;
					width: 209px;
					height: 190px;
					position: relative;
					left: -6px;
				}
				#buckets a#network {
					background: url('../images/networkopps.png') no-repeat top left;
					display: block;
					width: 217px;
					height: 203px;
					position: relative;
					left: -6px;
					margin-left: 15px;
				}
				#buckets a#advertising {
					background: url('../images/advertising.jpg') no-repeat top left;
					display: block;
					width: 209px;
					height: 190px;
					position: relative;
					margin-left: 1px;
				}
				#buckets a#stations {
					background: url('../images/stationloc.jpg') no-repeat top left;
					display: block;
					width: 209px;
					height: 190px;
					position: relative;
					left: 14px;

				}
	.subpage div#contenthead	{
		background: url('../images/contenthead.jpg') no-repeat top left;
		width: 902px;
		height: 13px;
		display: block;
		position: relative;
		top: 27px;
	} 				
	.subpage div#content {
		background: url('../images/subpagecontentbg.jpg') repeat-y;
		width: 100%;
		display: block;
		margin: 0 auto;
			padding: 12px 0px 0px 0px;
			position: relative;
			top: 27px;
		
	}
	.subpage div#contentfoot {
		background: url('../images/subpagecontentfoot.jpg') no-repeat top left;
		display: block;
		width: 900px;
		height: 16px;
		top: 27px;
		left: 1px;
		position: relative;
	}
	.subpage div#leftnav {
		width: 400px;
		height: 100%;
		margin-left: 14px;
		margin-top: -12px;
	} 
		.subpage div#leftnav ul li {
			float: left;
			list-style: none;

		}	
			 .subpage div#leftnav ul li a{
			 	text-indent: -10000px;
			 	text-decoration: none;
			 	display: block;
			 	width: 188px;
				height: 75px;
				margin: 10px -10px;
			 }	
	 .subpage #rightcontent {
	 	width: 374px;
	 	text-align: left;
	 	margin-left: 10px;
	 	padding-left: 15px;
	 	padding-top: 5px;
	 }
		 .subpage #rightcontent #who_we_are_head {
		 	text-indent: -10000px;
		 	background: url('../images/whoweareheader.jpg') no-repeat top left;
		 	width: 216px;
		 	height: 17px;
		 }
		 .subpage #rightcontent #network_opp_head {
		 	text-indent: -10000px;
		 	background: url('../images/network_opp_head.jpg') no-repeat top left;
		 	width: 235px;
		 	height: 19px;
		 }
		 .subpage #rightcontent #advertise_head {
		 	text-indent: -10000px;
		 	background: url('../images/advertising_head.jpg') no-repeat top left;
		 	width: 217px;
		 	height: 18px;
		 }
		 .subpage #rightcontent #contact_head {
		 	text-indent: -10000px;
		 	background: url('../images/contact_head.jpg') no-repeat top left;
		 	width: 217px;
		 	height: 17px;
		 }
		 .subpage #rightcontent #locator_head{
		 	text-indent: -10000px;
		 	background: url('../images/stationlocatorheader.jpg') no-repeat top left;
		 	width: 216px;
		 	height: 17px;
		 }
		 .subpage #rightcontent p {
		 	color: #fff;
		 }
	.subpage a#whonav {
		background: url('../images/whowearebutton.jpg') no-repeat top left;
		display: block;
		height: 75px;
		width: 188px;
	} 
		.subpage a#whonav:hover {
			background: url('../images/whowearebutton.jpg') no-repeat top right;
		} 
/*			#about a#whonav {
				background: url('../images/whowearebutton.jpg') no-repeat top right;
				cursor: default;
			}*/
	.subpage a#gasnav {
		background: url('../images/networkopportunitiesbutton.jpg') no-repeat top left;
		display: block;
		height: 75px;
		width: 188px;
		margin-left: 18px !important;
	} 
		.subpage a#gasnav:hover {
			background: url('../images/networkopportunitiesbutton.jpg') no-repeat top right;
		} 
/*			#locate a#gasnav {
				background: url('../images/networkopportunitiesbutton.jpg') no-repeat top right;
				cursor: default;
			}*/
	.subpage a#advertnav{
		background: url('../images/advertisersbutton.jpg') no-repeat top left;
		display: block;
		height: 75px;
		width: 188px;
		margin-top: 0px !important;
	} 
		.subpage a#advertnav:hover {
			background: url('../images/advertisersbutton.jpg') no-repeat top right;
		} 
/*			#advertise a#advertnav {
				background: url('../images/advertisersbutton.jpg') no-repeat top right;
				cursor: default;
			}	*/
	.subpage a#stationnav{
		background: url('../images/stationlocatorsbutton.jpg') no-repeat top left;
		display: block;
		height: 75px;
		width: 188px;
		margin: 0px -12px 0px 18px !important;
	}
		.subpage a#stationnav:hover {
			background: url('../images/stationlocatorsbutton.jpg') no-repeat top right;
		} 
/*			#station a#stationnav {
				background: url('../images/stationlocatorsbutton.jpg') no-repeat top right;
				cursor: default;
			}*/	
.subpage ul li{
	color: #fff;
}												
	#footer { 			/* Footer on bottom but dependent on content */
/*		position: absolute;
*/		/*line-height: 45px; helps with padding on top*/
		left: 0px;
		bottom: 0px;
		width: 100%;
		display: block;
		height: 25px;
		z-index: 999;
		padding: 0px;
		margin-top: 90px;
		text-align: center;
		font-size: 12px;
		clear: both;
	}
		#footer ul {
			margin: 0px;
			padding: 0px;
		}
			#footer ul li {
				display: inline;
				list-style: none;
				margin: 0px;
				padding: 0px;
			}	
				#footer ul li a {
					margin : 0 15px;
					font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
					text-decoration: none;
					color: #696868;
				}