/* @override 
	http://www.yourotherwheels.com/_css/sewts.css
	http://sewts/_css/sewts.css
*/
/*
Author: Versant
Author URI: http://versantsolutions.com
Version: 2.0
*/

/**
    File Overview:      Common template styles - sewts.css
    Company:            Versant
    Description:                              
*/

/**
    TOC
        1. General Style ELements
        2. Layout Elements
        3. Global Sections
        3. Interior Pages
        etc...
*/

/* -- General Style Elements -- */

caption {
	display: none;
}
acronym, abbr {
	cursor: help;
}
a:link, a:visited {
	text-decoration: none;
	color: #660000;
}
a:active, a:focus {
	outline: 0;
}
blockquote {
	margin: 0;
	padding: 0;
}
form {
	margin: 0px;
	padding: 0px;
}
html {
}
body {
	font: .8em Verdana, Helvetica, sans-serif;
	color: #333;
	background: url(../_images/bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
code, kbd {
	font: 1em Monaco, monospace;
}
pre code {
}
dl {
	margin: 0.5em 0 1.5em 0;
}
dt {
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1em;
	padding: 0 25px;
}
dd {
	line-height: 1.5;
	padding: 0 25px;
}
h1 {
	font: 1.6em Arial, Helvetica, sans-serif;
	color: #5a6a98;
}
h2 {
	font: 1.4em Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: .8em;
}
.titleImage {
	margin: 25px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #5a6a98;
	display: block;
}
li {
	line-height: 1.2em;
}
p {
	line-height: 1.6em;
}
img {
	border:none;
}
/* -- Layout Elements -- */	


/* -- WRAPPER -- */	

#wrapper {
	width: 978px;
	padding: 0px;
	margin: auto;
}
/* -- HEADER -- */

#header {
	width: 978px;
	height: 123px;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 1;
	position: relative;
}
#systemChooser {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	position: relative;
	text-align: right;
	*width:350px;
}
#systemChooser h2 {
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 32px;
	width: 600px;
	height: 63px;
	margin: 0px;
	z-index: 2;
	text-align: right;
}
#logo a img {
	border: none;
	padding: 0px 0px 0px 0px;
}
#utility-links {
	margin: 0px;
	padding: 25px 20px 0px 0px;
}
#utility-links a {
	color: #c6d4fa;
	text-decoration: none;
}
#utility-links a:hover {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: underline;
}
/* -- NAV WRAPPER -- */	

#navBanner {
	width: 978px;
	height: 238px;
	margin: 0px;
	padding: 0px;
	float: left;
}
/* -- MAIN MENU -- */	

#mainMenu {
	width: 150px;
	height: 200px;
	margin: 38px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#mainMenu ul>ul>li>a{display:none;}
#mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #bab6a2;
}
#mainMenu ul li a {
	background: url(/_images/mainMenu_bg1.gif) no-repeat;
	display: block;
	height: 21px;
	margin: 0px;
	padding: 9px 10px 0px 45px;
	font-family: Arial, Helvetica, sans-serif bold;
	color: #660000;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#mainMenu ul li a:hover
	background: url(/_images/mainMenu_bg2.gif) no-repeat;
}
/* -- FEATURE BANNER -- */	

#featureBanner {
	background: #CCCCCC;
	width: 509px;
	height: 208px;
	margin: 10px 0px 0px 12px;
	padding: 0px;
	border: 5px solid #FFFFFF;
 border-bottom:;
	border-left:7px solid #FFFFFF;
	border-right:7px solid #FFFFFF;
	float: left;
}
div.slideshow {
	margin: 0px auto;
	width: 509px;
	height: 210px;
	background: #FFFFFF;
	float: left;
}

/* -- ROUTES & SCHEDULES -- */	

#routes {
	background: url(../_images/routes_bg.jpg) no-repeat;
	width: 250px;
	height: 200px;
	margin: -19px 0px 0px 0px;
	padding: 45px 20px 0px;
	float: right;
}
#routes td {
	margin: 0px;
	padding: 10px 0px;
}
#routes a {
	margin: 0px;
	padding: 10px 0px;
	text-decoration: none;
	color: #666666;
}
#routes a:hover {
	margin: 0px;
	padding: 10px 0px;
	text-decoration: none;
	color: #2c3a60;
}
/* -- BODY WRAPPER -- */	

#bodyWrapper {
	background: url(/_images/centerColumn_bg.jpg) repeat-x;
	width: 978px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
/* -- LEFT COLUMN -- */	

#leftColumn {
	background: url(/_images/leftColumn_bg.jpg) no-repeat;
	width: 137px;
	margin: 0px;
	padding: 0px 15px 30px 10px;
	float: left;
}
#partners ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.loginTable {
	width: 140px;
	font: 11px Verdana, Arial, Helvetica, sans-serif bold;
}
.loginTable td {
	padding: 0px;
}
.UserPoll {
	margin: 0px;
	padding: 0px;
}
.BulletList {
	margin: 0px 0px 2px 20px;
	padding: 0px 0px 2px 20px;
}
#leftColumn ol {
	margin: 0px;
	padding: 5px 0px 0px 4px;
}
#leftColumn input {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#leftColumn label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.logout {
	padding: 2px 0px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
	display: block;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #336699;
}
/* -- CENTER COLUMN -- */	

#centerColumn {
	background: url(/_images/centerColumn_bg.jpg) repeat-x;
	margin: 0px;
	float: left;
	padding: 25px 15px 30px 25px;
	width:465px;
}
#centerColumn a:hover {
	text-decoration: underline;
}
#leftFeatureBox {
	background: url(/_images/featureBox_bg.jpg) no-repeat;
	float: left;
	padding: 20px 20px 20px 15px;
	width: 198px;
	margin: 20px 0px 0px 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
#leftFeatureBox strong {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#leftFeatureBox .title {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #5a6a98;
	display: block;
}
#leftFeatureBoxBig {
	background: url(/_images/gasCalc_bg.jpg) no-repeat;
	float: left;
	padding: 20px 10px 20px 15px;
	width: 410px;
	margin: 20px 0px 0px;
}
#leftFeatureBoxBig p {
	padding: 0px 10px 20px 0px;
	margin: 0px;
}
#leftFeatureBoxBig .title {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #5a6a98;
	display: block;
}
#rightFeatureBox {
	background: url(../_images/featureBox_bg.jpg) no-repeat;
	height: 150px;
	float: right;
	padding: 20px 10px 20px 15px;
	width: 198px;
	margin: 20px 0px 0px 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#rightFeatureBox .title {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #5a6a98;
	display: block;
}
#videoList {
	float: left;
	width: 430px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 40px 10px;
	border: 0px solid #CCCCCC;
	background: url(../_images/gasCal_bg3.jpg) no-repeat top left;
	min-height: 100px;
	height:auto !important;
	height:100px;
}
#videoList dl {
	float: left;
	width: 430px;
	margin: 10px 0px;
	padding: 0px;
	display: inline; /* fixes IE/Win double margin bug */
}
#videoList dt {
	float: right;
	width: 260px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 130%;
	letter-spacing: 1px;
}
#videoList dd {
	margin: 0px 0px 0px 180px;
	padding: 0px 0px 0px 0px;
	font-size: 85%;
	line-height: 1.5em;
	color: #666666;
}
#videoList dd p {
	margin: 0px;
	padding-left: 11px;
}
#videoList dl dd.videoThumb {
	margin: 0px;
}
#videoList dd.videoThumb img {
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 4px;
	border: 1px solid #cccccc;
	border-bottom-color: #999999;
	border-right-color: #999999;
	background: #ffffff;
}
#videoList dd.videoThumb a:hover img {
	background: #c6d4fa;
}
.vidReview {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 8px 10px 10px 10px;
	/*text-align: ;*/
	width: 150px;
	height: auto;
	top: -100px;
	left: 200px;
	position: relative;
	/*display: ;*/
	clear: both;
	color: #666666;
}
.ReviewText {
	top: -110px;
	left: 200px;
	position: relative;
}
#gasCalc {
	width: 430px;
	padding: 0px;
	margin: 20px auto;
	background: url(../_images/gasCalc_bg.jpg) no-repeat;
}
#gasCalc td {
	padding: 10px 10px 10px 20px;
	margin: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #2c3a60;
	border-bottom: 1px dotted #336699;
}
#gasCalc td strong {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#gasCalc td input {
	width: 100px;
}
#errorDiv {
	color:#FF0000;
	padding: 10px 10px 0px 15px;
}
#gasCalcDisclaimer {
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	color: #666666;
}
#responseDiv table {
	background: url(/_images/gasCalc_bg2.jpg) no-repeat;
	width: 420px;
	margin: 20px auto;
}
#responseDiv table td {
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}
#responseDiv table td strong {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#responseDiv td.savings {
	font: 14px bold Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}
#news a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	margin: 10px 0px 0px 0px;
}
.BackButton {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
#profileList {
	float: left;
	width: 430px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 20px 10px;
	border: 0px solid #CCCCCC;
	background:  url(../_images/gasCal_bg3.jpg) no-repeat top left;
	min-height: 100px;
	height:auto !important;
	height:300px;
}
#profileList hr {
	border: none;
	border-top: 1px dashed #336699;
	height: 1px;
}
#profileList dl {
	float: left;
	width: 430px;
	margin: 10px 0px;
	padding: 0px;
	display: inline; /* fixes IE/Win double margin bug */
}
#profileList dt {
	float: right;
	width: 245px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	letter-spacing: 1px;
}
#profileList dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	font-size: 85%;
	line-height: 1.5em;
	color: #666666;
}
#profileList dd p {
	margin: 0px;
	padding-left: 11px;
}
.questionAnswer {
	padding: 10px;
	margin: 0px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
#profileList dl dd.profileThumb {
	margin: 0px;
	width: 150px;
	padding: 0px 0px 15px 10px;
}
#profileList dd.profileThumb img {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	border-bottom-color: #999999;
	border-right-color: #999999;
	background: #ffffff;
}
.question {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
.quotation {
	background: url(/_images/start_quote.gif) no-repeat top left;
}
.quotation p {
	background: url(/_images/end_quote.gif) no-repeat bottom right;
	padding:20px 0px;
}
.thankyou {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #333333;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
/* -- RIGHT COLUMN -- */	

#rightColumn {
	/* background: #FFFFFF url(../_images/rightColumn_bg.jpg) no-repeat; */
	width: 268px;
	margin: 0px;
	padding: 0px 10px 85px 15px;
	float: right;
}
#rightColumn a:link {
	font-weight: bold;
}
#rightColumn a:hover {
	text-decoration: underline;
}
#rightColumn h3 a {
	color:#005eb9;
}
#vidCaption {
	margin: 10px 5px 20px 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif bold;
}
#TellAFriend_FormWrapper {
	background: url(/_images/send2friend_bg2.gif) no-repeat;
	padding: 55px 10px 0px 10px;
	width: 242px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
/*#TellAFriend_FormWrapper input {
	width:;
}*/


/* -- TRANSIT LOGOS -- */	

#transitLogos {
	background: url(/_images/transitLogos_bg.gif) repeat;
	border-bottom: 10px #FFFFFF solid;
	width: 978px;
	height: 48px;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	text-align: center;
	clear: both;
}
#transitLogos ul li {
	background: url(../_images/transit_logos_bg1.gif) no-repeat;
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.transitLogo {
	padding: 0px 10px;
	margin: 0px;
}
/* -- FOOTER -- */	

#footer {
	background: #2c3a60 url(../_images/footer_bg.jpg) repeat-x;
	width: 938px;
	height: 100px;
	margin: 0px;
	padding: 20px;
	color: #5a6a98;
	vertical-align: top;
}
#footer a {
	color: #5a6a98;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	letter-spacing: 1px;
	vertical-align: top;
}
#footer a:hover {
	color: #c6d4fa;
}
/* -- Added by Ben Reed on 9/18/07 for iphone promotion -- */

div#iphone {
	margin: 15px 0 0 0;
}
ul.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0 0 5px;
	padding: 0px 0 0 5px;
	height: 24px;
	top: 1px;
	left: 1px;
	z-index: 10;
	position: relative;
}
ul.mootabs_title li {
	float: left;
	background-color: #f2f2f2;
	padding: 4px 8px 4px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 18px;
	border: 1px solid #5a6a98;
	font-weight: bold;
	color: #666;
}
ul.mootabs_title li.active {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	cursor: default;
	color: #333;
}
ul.mootabs_title li.hover {
	background-color: #f2f2f2;
	text-decoration: underline;
}
div.mootabs_panel {
	display: none;
	background-color: #FFF;
	position: relative;
	width: 100%;
	/*top: -1px;*/
	clear: both;
	overflow: hidden;
	padding: 15px 25px;
	border-top: 1px solid #fbfbfb;
	border-right: 1px solid #5a6a98;
	border-bottom: 1px solid #5a6a98;
	border-left: 1px solid #5a6a98;
	font-size: 11px;
}
div.mootabs_panel.active {
	background-color: #FFFFFF;
	display: block;
	border-top: 1px solid #5a6a98;
	margin-bottom: 5px;
}
div.mootabs_panel.active p {
	margin: 8px 0 0 0;
	line-height: 14px;
	font-size: 11px;
}
div#Overview, div#KISS {
	background: #FFF url(/Contests/iphone/images/phone.png) 300px 110px no-repeat;
}
div#Rules {
	overflow: auto;
	font-size: 10px;
	color: #666666;
}
div#Rules li {
	margin-top: 6px;
}
.one, .two, .three, .four, .five {
	float: right;
	margin-left: 15px;
}
.two, .three, .four, .five {
	clear: both;
}
.one {
	/*border: 3px solid #66FF00;*/
	width: 20px;
	height: 20px;
}
.two {
	/*border: 3px solid #33CC33;*/
	width: 80px;
	height: 50px;
}
.three {
	/*border: 3px solid #CC00FF;*/
	width: 110px;
	height: 40px;
}
.four {
	/*border: 3px solid #FFFF33;*/
	width: 140px;
	height: 50px;
}
.five {
	/*border: 3px solid #0066FF;*/
	width: 130px;
	height: 70px;
}
.footnote {
	color: #5A6A98;
	font-size: 10px;
}
#offer {
	position: absolute;
	width: 95px;
	height: 75px;
	z-index: 999;
	top: 230px;
	left: 420px;
	margin: 0;
	padding: 0;
}
.logos {
	position: relative;
	margin-top: 10px;
}
.pizzalogo {
	position: absolute;
	z-index: 301;
	left: 5px;
}
.kisslogo {
	position: absolute;
	left: 240px;
	top: 25px;
	z-index: 300;
}
span.super {
	font-size: 12px;
	font-weight: bold;
}
}
 @media print {
#header {
	display: none;
}
#navWrapper {
	display: none;
}
#rightColumn {
	display: none;
}
#leftColumn {
	display: none;
}
#footer {
	display: none;
}
img {
	display: none;
}
}

/* Added by Tom Easter on 2008-03-20 for castcall contest */

.mainErr {
	color: #FF0000;
}
h1.castcall {
	text-indent:0px;
}
/*Added by Tom Easter on 2008-08-14 for 2008 Fall Promotion */

div#smartRider {
	background: #FFF 300px 110px no-repeat;
}
#ctl00_ph_CenterColumn_2_ThanksPanel p {
	margin: 0;
}
.winnerList {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
}
.winnerList li {
	margin: 0;
	padding: 0;
	clear: both;
}
.winnerList img {
	float: left;
	padding: 0 8px 0 0;
	margin: 0 0 10px;
}
.winnerList h4 {
	padding: 0;
	margin: 0;
}
.winnerList p {
	padding: 0;
	margin: 0;
}
div#Winners {
	overflow: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Comment Form */
DIV#ctl00_cph_center_comments {
	margin-top:1px;
	width:275px;
}
#ctl00_cph_center_comments LABEL {
	width:120px;
	text-align:right;
	padding:5px 10px 0 0;
	font-weight:bold;
	color:#666;
}
#ctl00_cph_center_comments INPUT,  #ctl00_cph_center_comments TEXTAREA {
	float:left;
	width:275px;
	height:130px;
	color:#666;
	font-size:1em;
}
#ctl00_cph_center_comments INPUT#ctl00_cph_center_btnSubmit {
	float:none;
	width:auto;
	padding:0;
	color:#333;
	height:25px;
}
#ctl00_cph_center_comments INPUT {
	width:275px;
	height:18px;
	font-size:1em;
	padding:3px 0 0 0;
	color:#666;
}
#ctl00_cph_center_comments DIV.formRow {
	clear:both; /*background-color:#fff;*/
	padding: 5px 10px;
}
#ctl00_cph_center_comments SPAN {
	color:#d4382e !important;
}
#ctl00_cph_center_comments H4 {
	margin-bottom: 5px;
}
UL#commentList {
	list-style: none;
	margin:30px 0;
	padding:0;
}
UL#commentList li {
	margin: 10px;
	width:430px;
	padding: 10px 0 15px 10px;
	background:transparent url(../_images/gasCal_bg3.jpg) no-repeat scroll left top;
	list-style:none;
}
UL#commentList li p {
	margin: 3px;
}
UL#commentList li span {
	font-weight:bold;
	margin:3px;
	display:block;
	text-align:right;
	padding:5px 12px 0 0;
}
UL#commentList li blockquote {
	margin:3px;
}
/*Contest Styles*/
.awesome:link, .awesome:visited { /*borrowed from http://www.zurb.com/blog_uploads/0000/0485/buttons-02.html*/
	background: #5a6a98 repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
}
.awesome:active {
	top: 1px;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px;
}
.awesome, .awesome:visited,  .medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
}
.green.awesome:hover {
	background-color: #749a02;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #5a6a98;
}
.blue.awesome:hover {
	background-color: #4d5a7f;
}
#finalists {
	list-style:none;
	margin:0;
	padding:0px 0 0 0;
}
#finalists LI {
	border-bottom:1px solid #CCC;
	padding:10px 15px 5px;
	display:block;
	margin-bottom:5px;
}
#finalists LI#contestWinner {
	background:/*#fece4e*/#efece5;
	border-top:1px solid #CCC
}
#finalists LI UL {
	list-style:circle;
	margin:0;
	padding:0;
}
#finalists LI UL LI {
	border:none;
	padding:0;
	margin:0 0 5px 25px;
	list-style:circle;
}
#finalists LI IMG {
	float:right;
	border:1px solid #CCC;
	margin:0 0 10px 10px;
	display:block;
}
#finalists H4 {
	margin:0;
	padding:0 0 3px 0;
	font-size:14px;
}
#finalists H5 {
	margin:0;
	padding:0;
	font-size:12px;
	color:#666;
}
UL#socialLinks {
	margin:15px 0 0 0;
	padding:0;
}
UL#socialLinks LI {
	float:left;
	padding:0;
	margin:0 6px 0 0;
	list-style:none;
}
UL#socialLinks LI A {
	display:block;
	width:48px;
	height:48px;
	overflow:visible;
	text-indent:-9999em;
	background:no-repeat left top;
}
UL#socialLinks LI A#facebook {
	background-image:url(/_images/icons/social/facebook.png)
}
UL#socialLinks LI A#twitter {
	background-image:url(/_images/icons/social/twitter.png)
}
UL#socialLinks LI A#youtube {
	background-image:url(/_images/icons/social/youtube.png)
}
UL#socialLinks LI A#rss {
	background-image:url(/_images/icons/social/rss.png)
}
#wrapper, #header, #bodyWrapper {
	width:1024px;
}
/* 2011 Site Enhancements */
h1 {
	color:#434756;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
h2 {
	color:#474756;
	font-size: 20px;
	line-height:26px;
	font-weight:bold;
	padding-top:15px;
}
a, #centerColumn a {
	color:#005EB9;
}
#centerColumn a {
	text-decoration:underline;
}
p {
	font-size:14px;
	line-height:20px;
	color:#322e2e;
}
li {
	list-style-type:none;
}
#mainMenu ul li a {
	font-size:14px;
	color:#434756;
	font-weight:normal;
	font-weight : bold9/; /*ie8 and below*/
	padding-left:20px;
}
#utility-links {
	padding-top:71px;
	*padding-top:65px;
	_padding-top:50px;
	padding-right:30px;
	_padding-right:0px;
	_position:relative;
	_left:120px;
}
#utility-links a {
	color:#FFFFFF;
}

#logo {
	height:115px;
	width:635px;
	top:44px;
	position:absolute;
	left:0px;
	z-index: 2;
	text-align:left;
}
#systemChooser h2 {
	color:#eceff4;
	float:left;
	font-weight:bold;
}
#system-select {
	background:url(/_images/system-select-bg.png) no-repeat;
	width:187px;
	height:27px;
	float:right;
	margin-top:3px;
}
#system-select select {
	float:left;
	margin:3px 0 0 20px;
}
#featureBanner {
	margin-top:28px;
	float:none;
	margin:10px 0 0;
}
#transitLogos {
	border-bottom:none;
}
#footer {
	background-color:#444857;
}
#centerColumn li {
	list-style-type:none;
}
#mainMenu {
	margin-top:54px;
	padding:0;
}
#mainMenu ul {
	border-bottom:none;
}
#mainMenu ul li {
	line-height:2.4em;
}
#mainMenu ul li a {
	background:url(/_images/mainMenu_bg1.jpg) no-repeat 0 0;
	height:30px;
	padding-top:0;
}
#mainMenu ul li a:hover, .guide-to-ride #guide-to-ride,
.news #news, .commercials #commercials, .feedback #feedback,
.sustainability #sustainability, .tips #tips, .gas-savings #gas-savings {
	background:url(/_images/mainMenu_bg1.jpg) no-repeat;
	height:30px;
	background-position: 0 -30px;
	font-weight:bold;
}
#bodyWrapper, #centerColumn {
	background:none;
}
#leftColumn {
	/* background:url(/_images/nav-ul-bg.jpg) repeat-y top right; */
	padding:0;
	/* margin:14px 0 0; */
	width:150px;
}
#leftColumn, #rightColumn {
	/*min-height:960px;
	height:960px;
	height:auto !important;*/
}
#centerColumn {
	width:533px;
	padding:15px 15px 30px;
	background-color:#fffdf8;
}
#centerColumn li {
	list-style:disc;
	margin:0 0 10px 15px;
}
#centerColumn ul.systems {
	margin:0;
	padding:0;
	list-style:none;
}
#centerColumn ul.systems li {
	list-style:none;
	margin:0;
}
#centerColumn ul.system-links {
	padding:0 0 30px;
	margin:0;
}
#centerColumn ul.system-links li {
	display:inline;
	border-right: 1px solid #666666;
	margin-right:3px;
	padding-right:8px;
	list-style:none;
}
#centerColumn ul.system-links li.last, #routes ul.rs-links li.last {
	border-right:none;
	margin-right:0;
	padding-right:0;
}
#rightColumn {
	width:291px;
	background-position:left top;
	background-repeat:repeat-y;
	padding:0 4px 0 15px;
	*padding:0 4px 0 5px
	/* margin:14px 0 0; */
}
ul#socialLinks {
	background-color:#eceff4;
	margin:0;
	padding:10px 10px 0;
}
ul#socialLinks {
	margin-right:10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
ul#socialLinks li {
	padding:0;
	margin:0 0 9px 0;
}
#rightColumn h3 {
	font-size:18px;
	line-height:26px;
	color:#005eb9;
	font-weight:bold;
	margin-left:10px;
	margin-top:30px;
}
#rightColumn ul#systems-links {
	margin:0;
	padding:0;
	margin-left:10px;

}
#rightColumn ul#socialLinks {
	padding: 8px 10px 8px 8px;
	margin:0 10px 0 10px;
	margin:-30px 10px 0 10px;
	width:263px;
}
#rightColumn ul li {
	list-style-type:none;
	margin:20px 0;
}
#rightColumn ul#socialLinks li {
	margin:0;
}
ul#news-feed li a, ul#news-feed li a:link {
	color:#322e2e;
	text-decoration:underline;
	font-weight:bold;
	font-weight : bold/9; /*ie only*/
}
ul#news-feed {
	padding:0;
	margin:0 0 0 10px;
}
ul#news-feed span {
    display:block;
    font-size:11px;
    padding-top:1px;
}
#rightColumn ul#news-feed li {
    margin:14px 0;
	line-height:1.6em;
}
ul#news-feed li.view-all a {
    font-weight:normal;
}
#wrapper {
	width:auto;
}
#header, #content-wrapper {
	width:1024px;
	margin:0 auto;
	float:none;
}
#content-wrapper {
    margin-top:13px;
    background:#fff url(/_images/main-bg.jpg) repeat-y;
	*overflow:visible;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
#footer {
	padding:20px 0;
}
#footer ul {
	margin:0 auto;
	width:960px;
	padding:0;
}
#footer ul li, ul#utility-links li {
	display:inline;
	border-right:1px solid #FFFFFF;
	margin-right:3px;
	padding-right:4px;
	*border-right:none;
}
#footer ul li.last, #footer ul li.privacy, #utility-links li.last {
	border-right:none;
	*border-right:none;
	margin:0;
	*margin-left:3px;
	padding:0;
}
#footer, #transitLogos {
	margin:0 auto;
	width:100%;
}
#footer li.privacy {
	float:right;
	margin-top:-15px;
}
#routes {
	margin:0 0 0 0;
	*margin:0;
	height:248px;
	width:300px;
	padding:53px 0 0;
	float:none;
	position:relative;
	z-index:5;
	top:-30px;
}
#routes ul {
	padding:10px 0 0 0;
	margin:0;
	position:relative;
}
#routes ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#routes ul li#milwaukee, #routes ul li#ozaukee, #routes ul li#racine, #routes ul li#washington, #routes ul li#waukesha {
	width:268px;
	height:29px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:16px 0 0 16px;
	font-weight:bold;
	position:absolute;
}
#routes ul > li > a {
	color:#FFFFFF;
	position:relative;
	z-index:100;
	text-transform:uppercase;
}
#routes ul > li > a:hover {
	color:#FFFFFF;
}
#routes ul a,
#routes ul a:hover {
	*color:#fff;
	
}
#routes a:hover {
	text-decoration:underline;
}
#routes ul li#milwaukee {
	background:url(/_images/milwaukee-quick-links.gif) no-repeat;
}
#routes ul li#ozaukee {
	background:url(/_images/ozaukee-quick-links.gif) no-repeat;
	top:47px;
}
#routes ul li#racine {
	background:url(/_images/racine-quick-links.gif) no-repeat;
	top:94px;
}
#routes ul li#washington {
	background:url(/_images/washington-quick-links.gif) no-repeat;
	top:141px;
}
#routes ul li#waukesha {
	background:url(/_images/waukesha-quick-links.gif) no-repeat;
	top:189px;
}
#routes ul.rs-links {
	position:relative;
	top: -33px;
	*top: -30px;
    left: 107px;
	z-index:50;
	width:160px;
	text-transform:none;
}
#routes ul.rs-links li {
	display:inline;
	border-right:1px solid #2d2929;
	margin-right:2px;
	padding-right:5px;
	font-size:10px;
}
#routes ul.rs-links li a {
	color:#2d2929;
	text-decoration:underline;
	font-size:10px;
	text-transform:none;
	
}
#routes ul.rs-links li a:hover {
	*color:#2d2929
}
/*Guide to Ride Styling*/
#get-started {
	background:url(/_images/guide-background.jpg);
}
#bus-stop {
	
}

/* Common Slider styles */
.next,
.prev {
    display:block;
    position:absolute;
    z-index:500;
    height:22px;
    text-indent:-9999em;
    overflow:hidden;
}
.next {
    width:34px;
    background:url(/_images/hero/icon-next.jpg) no-repeat;
}
.prev {
    width:33px;
    background:url(/_images/hero/icon-previous.jpg) no-repeat;
}
#centerColumn .pagination {
    position:absolute;
    bottom:4px;
    right:10px;
	margin:0;
	padding:0;
}
#centerColumn .pagination li {
    float:left;
    margin:0 0 0 8px;
	padding:0;
	list-style:none;
}
#centerColumn .pagination li a {
    color:#fff;
    text-decoration:none;
    display:block;
    background:url(/_images/hero/icon_pagination.jpg) no-repeat right 0;
    text-align:center;
    padding-top:4px;
    width:25px;
    height:21px;
}
#centerColumn .pagination li.current a:link,
#centerColumn .pagination li.current a:active {
    background:url(/_images/hero/icon_pagination.jpg) no-repeat -25px 0;
    color:#091226;
}
#centerColumn .pagination li a:hover {
    background:url(/_images/hero/icon_pagination.jpg) no-repeat left 0;
    color:#fff;
}

/* Hero */
#hero {
    background-color: #675e56;
    width:522px;
    padding:10px 6px 0px;
    margin:20px 0;
    position:relative;
}
#hero .slides_container {
    width:521px;
    height:224px;
}
#hero .slides_container img {
    width:521px;
    height:194px;
    display:none;
}

#hero .slides_container div {
    width:521px;
    height:224px;
    display:block;
}
#hero .caption {
    position:absolute;
    left:0;
    bottom:4px;
    color:#fff;
    margin:0;
    font-size:12px;
}
#hero .caption a {
    display:block;
    padding:3px 6px 3px 0;
    color:#fff;
    text-decoration:none;
}
#hero .next {
    top:208px;
    left:493px;
}
#hero .prev {
    top:208px;
    left:460px;
}
/* Ride Guide */

#ride-guide {
    background-color: #564d44;
    width:527px;
    padding:3px 3px 35px;
    margin:20px 0;
    position:relative;
}
#ride-guide .slides_container {
    width:527px;
    height:300px;
}
/*#ride-guide .slides_container img {
    width:527px;
    height:218px;
    display:block;
}*/
#ride-guide .slides_container div {
    width:527px;
    height:300px;
    /*background-color:#fff;*/
    display:block;
}
#ride-guide .caption {
    position:absolute;
    left:0;
    bottom:4px;
    color:#fff;
    margin:0;
    font-size:12px;
}
#ride-guide .caption a {
    display:block;
    padding:3px 6px 3px 0;
    color:#fff;
    text-decoration:none;
}
#ride-guide .next {
    left:37px;
    top:310px;
}
#ride-guide .prev {
    left:4px;
    top:310px;
}
#ride-guide .pagination {
    
}
#ride-guide .slides_container .rg-content {
    position:absolute;
    bottom:0;
    left:0;
    background-color: rgba(255,255,255,.8);
	background-color: #fff\9;
    border: 1px solid #535353;
    width:507px;
    height:110px;
    padding:10px;
    color:#2b2b2b;
}
.rg-content p {
    font-size: 12px;
    line-height:16px;
    margin:5px 0;
}
.rg-content h2 {
    padding-top: 0;
    margin: 0;
    font-size:18px;
}
#centerColumn .rg-content ul {
    float:left;
    padding:5px 0;
	margin:0;
}
#centerColumn .rg-content ul li {
    font-size:10px;
    float:left;
    margin:0 6px 0 0;
	padding:0;
	list-style:none;
}



/* Fares */
#fares {
    border-collapse:collapse;
    border-spacing:0;
    border:3px solid #666666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding:20px 0;     
}
#fares th {
	text-align:left;
    margin:0;
	padding:7px 5px 12px 5px;
	border-right:1px solid #ececec;
	width:100px;
}
#fares td {
	font-size:9px;
	padding:0 5px;
	*padding:0 5px;
	border-right:1px solid #ececec;
	width:100px;
}
#fares td strong {
	float:right;
	font-weight:bold;
	*margin-top:-12px;
}
#fares td span {
    font-size:8px;
}
#fares a {
	display:block;
	padding:20px 0 10px 0;
	font-size:9px;
}
#fares #milwaukee-fares {
    width:96px;
}
#fares #ozaukee-fares {
    width:99px;
}
#fares #racine-fares  {
    width:103px;
}
#fares #washington-fares {
    width:94px;
}
#fares #waukesha-fares {
    width:96px;
}
#fares .waukesha-fare-data, #fares #waukesha-fares {
	border-right:none;
}
#fares tr {
	display:block;
	padding:0 3px;
}
#fares {
	/* background:url(/_images/fares-top.gif) left top no-repeat; */
	padding-top:3px;
}
#fares tbody {
	/* background:url(/_images/fares-bottom.gif) left bottom no-repeat; */
	padding-bottom:10px;
	display:block;	
}
tr#fare-data {
	/* border-left:2px solid #666666;
	   border-right:2px solid #666666; */
	/* padding-bottom:15px; */
}	
#fares thead {
	padding-top:10px;
	/* border-left:2px solid #666666;
	   border-right:2px solid #666666; */
	display:block;
}
#fares caption {
	text-indent:-9999px;
}

#fb-activity, #ctl00_fb_activity {
    padding:20px 0;
}

/* Commercials */
div.player-container {
    padding:9px 9px 9px 9px;
    border: 1px solid #dcdacc;
}
a.player {
    display:block;
    width:512px;
    height:288px;
    position:relative;
}
a.player img {
    margin:103px 0 0 215px;
    position:absolute;
    width:83px;
    height:83px;
}
div.share-video {
    background-color:#f4f3eb;
    width:523px;
    padding:5px;
    margin-bottom:20px;
    float:left;
}
div.share-video p {
    margin:0;
    float:left;
    color:#777;
}
#centerColumn div.share-video ul {
    float:left;
	margin:0;
	padding:0;
}
#centerColumn div.share-video li {
    float:left;
    margin:0 0 0 10px;
    padding:1px 0 0 0;
	list-style:none;
}
div.playlist-container {
    clear:both;
    width:531px;
    background-color:#eceff4;
    /* height:180px; */
    border: 1px solid #dcdacc;
    float:left;
    position:relative;
	*position:static;
}
div.playlist-container h3 {
    background:#564d44;
    padding:.3em 0 .3em .5em;
    margin:0;
    color:#fff;
}
span.video-count {
    position:absolute;
    background:url(/_images/playlist-arrow.png) no-repeat 65px 0;
    display:block;
    width:522px;
    top:-13px;
    color:#fff;
    text-align:right;
    padding-top:18px;
    font-weight:bold;
    font-size:12px;
	*display:none;
}
div.playlist-mask {
    overflow-x:scroll;
    width:531px; 
	*height:150px;
}
.playlist {
    *width:3000px !important;
}
.playlist-mask ul {
	margin:0;
	padding:0;
	*float:left;
	*display:inline;
}
#centerColumn .playlist li {
    float:left;
    margin:10px 0 10px 5px;
	list-style:none;
}
.playlist h4 {
    margin:0px 0px 0px 0px;
    position:absolute;
    top:83px;
    left:5px;
    color:#3c3a39;
    font-size: 12px;
	*display:none;
}
#centerColumn .playlist a {
    display:block;
    background-color:#fcfcf9;
    border:3px solid #dcdacc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:138px;
    height:104px;
    position:relative;
	*position:static;
    text-align:center;
    text-decoration: none;
}
#centerColumn .playlist a:hover,
#centerColumn .playlist a:focus {
    border:3px solid #208be1;
}
#centerColumn .playlist a.now-playing {
    border:3px solid #208be1;
}
.playlist img {
    padding:5px 0 3px;
    border-bottom:1px solid #cac9c0;
}
.playlist img.playlist-button {
    position:absolute;
    padding:0;
    border:none;
    top: 39px;
    left: 59px;
	*display:none;
}
#centerColumn #newsList ul {
	margin:0;
	padding:0;
}
#centerColumn #newsList li {
	margin:0 0 35px 0;
	padding:0;
	list-style:none;
}
#newsList li span {
	display:block;
	font-size:11px;
}
#newsList li a {
	font-size:16px;
	display:block;
	padding:0 0 3px;
	line-height:20px;
}
#newsList p {
	margin:.5em 0;
}

/*Gas Calculator*/
#gas-calc-progress {
	float:left;
	margin:0;
	padding:5px 0 10px 113px;
	padding-left:110px\9;
	*padding-left:50px;
	width:414px;	
	width:417px\9;
	*width:477px;
	background:url(/_images/gas-calc/bg-progress.jpg) repeat-x left bottom;
}
#gas-calc-progress li {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#gas-calc-progress a {
	color:#a8a8a8;
	text-decoration:none;
	font-size:10px;
	display:block;
	padding:30px 12px 3px;
	background:url(/_images/gas-calc/bg-progress-items.png) no-repeat 0 10px;
}
#gas-calc-progress a:hover {
	text-decoration:none;
}
#gas-calc-progress li.current a:hover,
#gas-calc-progress #compare-nav a:hover,
#gas-calc-progress #calc-costs-nav a:hover {
	cursor:default;
}
/*step one states*/
#gas-calc-progress #calc-costs-nav a {
	background-position:60px -120px;
}
#gas-calc-progress #calc-costs-nav.current a {
	background-position:60px -187px;
}
#gas-calc-progress #calc-costs-nav.complete a {
	background-position:60px 6px;
}
#gas-calc-progress #calc-costs-nav.complete a:hover {
	background-position:60px -59px;
	cursor:pointer;
}
/*step two states*/
#gas-calc-progress #compare-nav a {
	background-position:-65px -120px;
}
#gas-calc-progress #compare-nav.current a {
	background-position:-65px -187px;
}
#gas-calc-progress #compare-nav.complete a {
	background-position:-65px 6px;
}
#gas-calc-progress #compare-nav.complete a:hover {
	background-position:-65px -59px;
	cursor:pointer;
}
/*step three states*/
#gas-calc-progress #savings-nav a {
	background-position:-185px -120px;
}
#gas-calc-progress #savings-nav a:hover {
/*  background-position:-185px -187px; */
	cursor:default;
}
#gas-calc-progress #savings-nav.current a {
	background-position:-185px -59px;
}
/*#gas-calc-progress #savings-nav.complete a {
	background-position:-185px 6px;
}
#gas-calc-progress #savings-nav.complete a:hover {
	background-position:-185px -59px;
}*/
#want-to-save-more {
	display:none;
	background-color:#564d44;
	color:#fff;	
	font-size:16px;
	padding:10px 15px;
}
#want-to-save-more h3 {
	margin:0;
	padding:0 0 3px 0;
	font-weight:normal;
}
#want-to-save-more p {
	color:#fff;
	font-size:12px;	
	margin:0;
	padding:3px 0;
}
#legal {
	display:none;
	padding:20px 0;
	margin:40px 20px;
	border-top:1px solid #000;
}
#legal p {
	font-size:12px;	
}
#legal h3 {
	font-weight:normal;	
}
#gas-form {
	border:3px solid #564d44;
	background-color:#eff7fd;
	position:relative;
	height:390px;
	height:400px\9;
}
.gas-panel {
	position:absolute;
	display:none;
	width:487px;
	height:240px;
	top:14px;
	top:65px\9;
	*left:0px;
	padding:20px;
	background:#fff url(/_images/gas-calc/bg-gas-panel.jpg) repeat-x left bottom;
}
fieldset.gas-panel {
	border:none;
	top:49px;
	top:65px\9;
	margin:0;
	height:240px;
	height:228px\9;
	_padding:10px 13px 10px 13px;
	_width:470px;
}
div.gas-panel {
	border:none;
	top:64px;
	top:65px\9;
	height:225px;
}
div.gas-panel h2 {
	margin:-5px 0 0 0;
	padding:0 0 3px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:3px solid #564d44;
}
.gas-panel legend {
    margin:0;
    padding:0;
}
.gas-panel legend span {
    display:block;
	font-size:20px;
	font-weight:bold;
	border-bottom:3px solid #564d44;
	width:486px;
	position:relative;
	top:30px;
	top:0\9;
	padding:0px 0 3px;
	padding:0 0 3px\9;
}
#calculate-costs,
#compare-to-bus,
#view-savings {
	display:none;
}
#calculate-costs
/* #calculate-costs */
/*#compare-to-bus ,
#view-savings */ {
	display:block;
}
#centerColumn .gas-panel li {
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	/*position:relative;*/
}
#centerColumn .gas-panel ol {
	margin:25px 0 15px;
	margin:15px 0\9;
	padding:0;
}
.gas-panel label {
	float:left;
	clear:both;
	display:block;
	padding-top:7px;
	font-size:11px;
	font-weight:bold;
	position:relative;
}
.gas-panel label span {
	color:#a8a8a8;
	position:absolute;
}
.gas-panel label span.label-pre {
 	top:10px;
 	left:313px;
 	font-size:16px;
}
.gas-panel label span.label-post {
	top:12px;
	left:463px;
}
.gas-panel input,
.gas-panel select {
	float:right;
	border:1px solid #4b4b4b;
	padding:8px 6px;
	font-style:italic;
	color:#797979;
	margin-right:25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F2F2F2)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 ); /* ie */
}
.gas-panel input {
    width:120px;
    _margin-right:8px;
}
#gas-form p.error-message {
    border:2px solid #743939;
    color:#363739;
    position:absolute;
    bottom:6px;
    left:110px;
    _left:85px;
    _bottom:15px;
    font-size:10px;
    padding:2px 6px 2px 25px;
    background:#f0c8c8 url(/_images/gas-calc/bg-error.png) no-repeat 3px 3px;
}
.gas-panel input.error {
    border:2px solid #743939;
}
.gas-panel select {
	font-style:normal;
	background:#fff;
	padding:6px;
	padding:5px 0 5px 0\9;
	/* -webkit-appearance: none; */
}
.gas-panel table {
	margin:15px 0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
.gas-panel th {
	font-size:12px;
	font-weight:normal;
	color:#717171;	
}
.gas-panel thead th {
	padding-bottom:5px;
}
.gas-panel tbody {
	margin-bottom:5px;
}
.gas-panel tbody td {
	border-left:1px solid #c2bfbc;
	border-right:1px solid #c2bfbc;
	padding:5px 10px 0 0;
	/*margin-bottom:5px;*/
	text-align:right;
	font-size:11px;
	color:#554e47;
	font-weight:bold; 
}
.gas-panel tbody tr.first td,
.gas-panel tbody tr.first th {
	border:1px solid #c2bfbc;
	border-width:1px 1px 0 1px;
	padding-top:15px;
}
.gas-panel tbody tr.last td,
.gas-panel tbody tr.last th {
	border:1px solid #c2bfbc;
	border-width:0 1px 1px 1px;
	padding-bottom:15px;
}
.gas-panel tbody tr.last th,
.gas-panel tbody tr.first th {
	border-width:0;
}
.gas-panel tbody td.total-savings {
	color:#005eb9;
}
.gas-panel span.annual-savings {
	color:#005eb9;
	font-size:25px;
	display:block;
	float:right;
	margin-top:-5px;
	*margin-top:-30px;
}
.gas-panel tbody th {
	text-align:left;
	width:14%;
	padding:5px 10px 0 0;
}
.gas-panel thead th {
	font-size:16px;
	text-align:right;
	padding-right:10px;
}
.gas-panel tfoot p{
	border-top:3px solid #eae9e8;
	padding:25px 0 0;
	*line-height:2.5em;
	/* *padding:0 0 0 0; */
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
#share-results,
.continue {
	position:absolute;
	bottom:3px;
	right:0
}
#share-results {
	width:270px;
	bottom:-3px;
	*bottom:10px;
	display:none;
}
#share-results p {
	float:left;
	padding-top:8px;
}
#share-results a {
	display:block;
	width:47px;
	height:42px;
	float:left;
	margin-left:10px;
	text-indent:-9999em;
}
#share-results a#calc-twitter {
	background:url(/_images/gas-calc/bg-tw.png) no-repeat;
}
#share-results a#calc-facebook {
	background:url(/_images/gas-calc/bg-fb.png) no-repeat;	
}
#centerColumn .reset {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	padding:15px;
	color:#717171;
	text-decoration:none;
}
#centerColumn .continue {
	display:block;
	width:143px;
	height:30px;
	color:#fff;
	text-decoration:none;
	background:url(/_images/gas-calc/bg-continue.png) no-repeat;
	right:15px;
	bottom:10px;
	padding:12px 0 0;
	text-align:center; 
	/* display:none; */
}








