@charset "utf-8";

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
#rates a,#rates a:visited {color:#023885;font-weight:700;text-decoration:none}
#rates a:hover {text-decoration:underline}
body {background:#fff;color:#000;font:75%/125% Arial, Sans-Serif}
html#iframe {background:none}
body#iframe {background:none}
img {border:0;vertical-align:bottom}
fieldset {border:0}
p {margin:0 0 1em}
#rates h1, #rates h2 {color:#023885;display:inline;float:left;font-size:1.5em;padding: 0 0 16px}

/* Containers */
#frames-container {border-bottom:1px solid #d8d8d8;padding:10px 0 0;width:563px}
#rates {margin:0 auto;width:563px}

/*Header*/
#rates h2 {background:url(h2.png) left top no-repeat;color:#fff;font-size:1.135em;height:24px;padding:6px 0 0;position:relative;text-align:center;width:563px}

/*Form*/
#rates form {background:url(form-bg.png) left top repeat-x;clear:both;height:40px;padding:5px 0 0 5px;position:relative;width:558px}
#rates form label {color:#333;float:left;font-size:1.085em;font-weight:700;margin:2px 8px 0 0}
#rates form div select {background:#fff;border:1px solid #a7a6aa;color:#000;float:left;font:1em Arial, Sans-Serif}
#rates form div {display:inline;float:left;margin:6px 4px 0 6px}
#rates form div select#area {width:122px}
#rates form div select#plan {width:136px}
#rates form input {display:inline;float:left;margin: 0 0 0 4px}

	/*Rates Comparison Table*/
	#rates table#headings {clear:both;width:563px}
	#rates table#headings th {background:url(table-top.png) left top repeat-x;color:#fff;height:14px;padding:7px 0 7px 8px;text-align:left}
	#rates table#headings th.company {width:124px}
	#rates table#headings th.product {width:130px}
	#rates table#headings th.kwh {text-align:center;width:55px}
	#rates table#headings th.base {text-align:center;width:89px}
	
	#rates-comparison table {font-size:1em;width:545px}
	#rates-comparison table tr td {background:#fff;padding:5px 0 5px 8px}
	#rates-comparison table tr td.company {font-weight:700;width:124px}
	#rates-comparison table tr td.product {width:130px}
	#rates-comparison table tr td.kwh {color:#023885;font-size:1.335em;font-weight:700;text-align:center;width:55px}
	#rates-comparison table tr td.base {color:#000;font-size:1.335em;font-weight:700;text-align:center;width:89px}
	#rates-comparison table tr td a {color:#023885;text-decoration:underline}
	#rates-comparison table tr td a:hover {color:#000}