body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
font {
	display:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
font {
	display:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {
	text-decoration: none;
	color: #0075d8;
}
:focus {
  -moz-outline-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/bg.png) top repeat-x;
}
#wrapper {
	width: 780px;
	margin: auto;
}
#header {
	height: 205px;
	position: relative;
}
#logo {
	background-repeat: no-repeat;
	width: 340px;
	height: 52px;
	left: 0px;
	margin-top: 0px;
}
.logoText{
	margin:-25px 0px 0px 100px;
	z-index:1;
	position:relative;
	color:#666666;
	font-size:14px;
}
#header_panel {
	position: absolute;
	right: 10px;
	top: 15px;
}
#toplogin {
	font-size: 14px;
	padding-top: 10px;
	text-align: right;
        float:right;
        clear:both;
}
#toplogin a {
	color: #0075d8;
	text-decoration: underline;
	padding-left: 5px;
}
#header_panel h3 {
        float:right;
	color:#666666;
	font-weight: bold;
	font-size: 20px;
}
#nav {
	height: 134px;
	position: absolute;
	top: 98px;
	width: 780px;
}
#navtab {
	height: 38px;
	text-align: center;
	line-height: 41px;
	font-weight: bold;
	font-size: 16px;
}
#navtab li a {
	width: 145px;
	height: 41px;
	line-height: 41px;
	float: left;
	position: relative;
	top: 0px;
}
#blue_arrow {
	background: url(../images/blue_arrow.png);
	width: 41px;
	height: 32px;
	position: absolute;
	left: 5px;
	top: 22px;
}
#green_arrow {
	background: url(../images/green_arrow.png);
	width: 41px;
	height: 32px;
	position: absolute;
	right: 5px;
	top: 22px;
}
#navtab .item {
	width: 145px;
	height: 41px;
	background: url(../images/nav_bg.png);
	float: left;
	}
#navtab .item a {	
	color: #0083af;
}
#navtab .selected_item {
	width: 145px;
	height: 41px;
	background: url(../images/nav_selected.png);
	float: left;
}
#navtab .selected_item a {
	color: #fff;
}
#navcontent {	
	text-align: center;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.oneline {
	height: 66px;
	padding-top: 21px;
}
.twolines {
	height: 76px;
	padding-top: 0px;
}
#content {
	margin-bottom: 30px;
}
#content_left {
	float: left;
	width: 480px;
}
#content_right {
	width: 280px;
	float: right;
}
#home_topcontent {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #006283;
	position: relative;
	padding: 20px 0px;
	width: 780px;
}
#home_topcontent p {
	padding-bottom: 3px;
}
#box_residential {
	background: url(../images/home_blue_box.png);
	width: 384px;
	height: 182px;
	float: left;
	position: relative;
}
#box_residential .inputtext, #box_commercial .inputtext {
	background: none;
	border: none;
	width: 220px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	top: 66px;
	left: 82px;
	position: absolute;
	color: #666;
	text-align: center;
}
#box_residential .btnContinue, #box_commercial .btnContinue {
	width: 183px;
	height: 47px;
	position: absolute;
	bottom: 22px;
	left: 101px;
}
#box_commercial {
	background: url(../images/home_green_box.png);
	width: 384px;
	height: 182px;
	float: right;
	position: relative;
}
#home_comment {
	width: 495px;
	float: left;
	min-height: 200px;
	border-right: solid 1px #ccc;
	margin-top: 30px;
	padding: 0px 10px;
}
#home_comment .title {
	background: url(../images/smile_icon.png) top left no-repeat;
	padding-left: 40px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #c8c8c8;
}
#home_comment .item {
	padding: 20px 0px;
	border-bottom: solid 1px #c8c8c8;
}
#home_comment .item_title {
	background: url(../images/quote_icon.png) top left no-repeat;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 16px;
	padding-left: 56px;
	color: #494949;
}
#home_comment .item .content  {
	padding-left: 56px;
	line-height: 20px;
}
#home_supplier .title, #recent_articles .title  {
	background: url(../images/electric_icon.png) left no-repeat;
	padding-left: 40px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	font-size: 20px;
}

.home_supplier {
	float: right;
	width: 240px;
	padding: 0px 10px;
	margin-top: 30px;
}
#home_supplier {
	float: right;
	width: 240px;
	padding: 0px 10px;
	margin-top: 30px;
}
#home_supplier .content {
	padding: 20px 0px;
	line-height: 20px;
}
#supplier_search {
	padding: 20px 0px 0px 0px;
}
#supplier_search .inputtext {
	color: #666;
	height: 23px;
	font-size: 14px;
	line-height: 22px;
	border: solid 1px #565656;
	padding: 0px 5px;
	width: 130px;
	float: left;
}
#btnSearch {
	background: url(../images/btnSearch.png);
	width: 75px;
	height: 25px;
	float: left;
	margin-left: 8px;
}
#list_suppliers {
	height: 115px;
	overflow: auto;
	padding: 10px 0px;
}
#list_suppliers a {
	color: #0075d8;
	font-size: 13px;
	padding-left: 10px;
}
#resident_post {
	margin-top: 30px;
	width: 380px;
	padding: 0px 10px;
	float: left;
}
#resident_post .title {
	border-left: solid 15px #0082ad;
	background: #00ade7;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px;
}

.post_item {
padding: 10px;
}
#resident_post .item, #commercial_post .item {
	float:right;
	line-height:20px;
	width:190px;
	padding-right:10px;
	
}
.content {
	line-height: 20px;
	color: #4f4f4f;
}
.post_item {
	margin-top: 10px;
}
.post_item .content p {
	padding-bottom: 10px;
}
.post_info {
	padding-bottom: 10px;
	color: #545454;
	border-bottom: solid 1px #d9d9d9;
	margin-bottom: 1em;
}
.post_info span {
	padding: 0px 5px;
	font-weight: bold;
}
.post_info span a {
	text-decoration: none;
	color: #0075d8;
}
#resident_post .item_title, #commercial_post .item_title {
	padding: 10px;
	font-size: 20px;	
	font-weight: bold;
}
.post_item .item_title {
	padding-bottom: 10px;
	font-size: 20px;	
	font-weight: bold;
}
#resident_post .avatar, #commercial_post .avatar {
	float: left;
	width: 160px;
	text-align: center;
	padding-left:10px;
}
.post_item .avatar {
	float: left;
	width: 160px;
	text-align: center;
}
#resident_post .content, #commercial_post .content {
	float: right;
	width: 190px;
	line-height: 20px;
}
.more {
	
}
.more a {
	text-align: right;
	color: #0075d8;
	font-size: 14px;
	text-decoration: underline;
}
#resident_post .item_title a, #commercial_post .item_title a, .post_item .item_title a {
	color: #545454;
	text-decoration: none;
	font-size: 24px;
}
#commercial_post {
	margin-top: 30px;
	width: 380px;
	float: right;
}
#commercial_post .title {
	border-left: solid 15px #00940a;
	background: #54bf5b;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px;
}
#footer {
	margin-top: 30px;
	background: url(../images/bottom_content_bg.png) top repeat-x;
}
#footer_content {
	width: 780px;
	margin: auto;
}
#footer_top {
	height: 62px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 15px;
}
#footer_top a {
	color: #fff66c;
}
#footer_link {
	padding: 30px 0px 10px 0px;
	background: url(../images/footer_bg.png) bottom center no-repeat;
	float: left;
	width: 780px;
}
#footer_nav a {
	color: #0075d8;
}
#copyright {
	float: left;
}
#footer_nav {
	float: right;
}
#footer_items {
	padding: 20px 0px;
	text-align: center;
}
#footer_items a {
	margin: 20px;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 8px;
}
#btnComparePrice {
    background: url(../images/btnComparePrice.png);
    width: 253px;
    height: 75px;
    float: left;
}
#recent_articles {
	margin-top: 30px;
	width: 240px;
	float: right;
}
#recent_articles .title {
	background: url(../images/article_icon.png) left no-repeat; 
}
#recent_articles .item a {
	color: #0075d8;
	text-decoration: none;
	font-weight: bold;
}
#recent_articles .item {
	padding: 10px 12px;
}
#recent_articles .item p {
	color: #4a4a4a;
	font-size: 11px;
	text-decoration: none;
	padding-top: 3px;
}
.entry {
	margin-top: 30px;
}
.entry .title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: solid 2px #ccc;
}
.entry .content {
	padding: 10px 0px 20px 0px;
}
.entry .content p {
	line-height: 20px;
	padding: 10px 0px;
}
.entry #home_comment {
	border-right: none;
	margin-top: 0px;
}
.entry .content {
	margin: 0;
	padding: 0;
}
#company_info {
	width: 277px;
	margin-top: 30px;
	text-align: left;
}
#company_info .top {
	background: url(../images/compan_profile_topbg.png);
	height: 30px;
	padding: 10px 5px 0px 20px;
	font-size: 22px;
	color: #14627c;
	font-weight: bold;
}
#company_info .middle {
	background: url(../images/compan_profile_middle_bg.png) repeat-y;
	padding: 5px 20px;
}
#company_info .middle p {
	color: #14627c;
	font-size: 16px;
	padding-bottom: 3px;
}
#company_info .middle ul {
	list-style: disc inside;
	margin-top: 10px;
	border-top: solid 1px  #85cfe8;
	color: #000;
	font-weight: bold;	
	padding-top: 20px;
	padding-bottom: 20px;
}
#company_info .middle ul li {
	font-weight: normal;
	padding-top: 5px;
	font-size: 11px;
	margin: 2px;
}
#company_info .middle ul li a {
	color: #3795e2;
	text-decoration: underline;
}
#company_info .bottom {
	background: url(../images/compan_profile_bottom_bg.png);
	height: 25px;
}
.box_title {
	padding-left: 40px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	font-size: 20px;
}
#box_awards .box_title {
	background: url(../images/star_icon.png) left no-repeat;
}
#box_awards {
	float: right;
	width: 240px;
	padding: 0 10px;
	margin-top:30px;
}
#box_awards .item {
	margin-top: 20px;
	padding: 10px;
	border-top: solid 1px #ccc;
	text-align: center;
}
#reg_header {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	margin-bottom: 20px;
	background: url(../images/bounce_energy_logo.png) no-repeat; float:left;
}
#supplier_title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	margin-bottom: 2px;
	margin-top: 20px;
	text-align: left;
}
#supplier_logo {
	float:left;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
	text-align: left;
}
#supplier_des {
	line-height: 20px;
	padding-bottom: 2px;
}
#supplier_rate {
	border-top: solid 1px #ccc;
	padding: 20px 0px;
	margin-top: 20px;
}
#zipcode_search .inputtext {
	float: left;
	height: 14px;
	padding: 5px;
	width: 185px;
	margin-left: 55px;
	margin-top: 4px;
	color: #686868;
}
#btnGetRate {
	background: url(../images/btnGetRates.png);
	width: 125px;
	height: 38px;
	float: left;
	margin-left: 10px;
}
.reg_box .title {
	background: #e7e7e7;
	font-size: 18px;
	font-weight: bold;
	color: #686868;
	padding: 10px;
	margin-bottom: 20px;
}
#registration {
	margin: 30px 0px;
	color: #686868;
}
#registration a {
	font-size: 11px;
	text-decoration: underline;
}
.frm_row {
	float: left; 
	width: 780px;
	margin-bottom: 20px;
}
.frm_label {
	float: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
}
.textnote {
	background: #ffec70;
	padding: 10px;
	font-weight: bold;
}
.frm_value {
	float: left;
	width: 550px;
	padding-left: 10px;
}
.frm_value input {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
#reg_footer {
	margin-top: 20px;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 0px;
}
#btnRegistration {
	background: url(../images/btnSubmit.png);
	width: 160px;
	height: 39px;
	float: left;
	margin-left: 300px;
}
.frm_value .inputtext {
	border: solid 1px #bdbdbd;
	height: 18px;
	width: 270px;
	padding: 5px;
	font-size: 16px;
	position: relative;
	top: -5px;
}
.frm_value .inputtext2 {
	border: solid 1px #bdbdbd;
	height: 18px;
	padding: 5px;
	font-size: 16px;
	
}

#zipcode_table {
	width: 100%;
	float: left;
	 border-bottom: solid 2px #759cb2;
	 margin-bottom: 20px;
}
#zipcode_table .rowhead {
	background: url(../images/zipcode_table_header.png) top repeat-x;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.rowhead, .row {
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.column {
	float: left;
}
#zipcode_table .rowhead .column {
	background: url(../images/zipcode_table_separate.png) right no-repeat;
}
#zipcode_table .col1 {
	width: 210px;
	padding-left: 10px;
}
#zipcode_table .col2 {
	width: 100px;
	text-align: center;
}
#zipcode_table .col3 {
	width: 100px;
	text-align: center;
}
#zipcode_table .col4 {
	width: 60px;
	text-align: center;
	float: righ
}
#zipcode_table .odd {
	background: #ecf2f7;
}
#zipcode_table a {
	text-decoration: underline;
}
#supplier_services {
	margin-top: 20px;
	border-top: solid 1px #ccc;
}
#supplier_services .title {
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	margin-top: 10px;
}
#supplier_heading .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
}
.checked {
	background: url(../images/check_icon.png) left no-repeat;
	padding-left: 20px;
}
.delete {
	background: url(../images/delete_icon.png) left no-repeat;
	padding-left: 20px;
}
#service_left {
	width: 230px;
	float: left;
}
#service_right {
	width: 230px;
	float: right;
}
#supplier_services a {
	text-decoration: underline;
}
#service_left .item, #service_right .item {
	margin: 5px 0px;
}
#service_left .title {
	background: #00ade7;
	border-left: solid 5px #0082ad;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#service_right .title {
	background: #54bf5b;
	border-left: solid 5px #00940a;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
/*
#ziptable {
	float: left;
	width: 740px;
	margin: 30px 0px;
	position: relative;
}
*/
#ziptable_top {
	background: url(../images/zip_table_top.png) no-repeat;
	width: 740px;
	height: 9px;
	float: left;
}
#ziptable_content {
	background: url(../images/zip_table_header_bg.png) top repeat-x;
	float: left;
	width: 740px;
	padding-top: 105px;
}
#zip_search_result {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 16px;
	color: #fff;
}
#zip_number {
	font-size: 24px;
	font-weight: bold;
}
#zip_compare {
	position: absolute;
	top: 15px;
	right: 20px;
}
#ziptable_bottom {
	background: url(../images/zip_table_bottom.png) no-repeat;
	width: 740px;
	height: 9px;
	float: left;
}
#ziptable_nav {
	position: absolute;
	right: 20px;
	top: 79px;
	list-style: none;
}
#ziptable_nav li {
	display: inline;
	cursor: pointer;
	width: 124px;
	height: 35px;
	float: left;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-left: 3px;
}
#ziptable_nav .title {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	margin-right: 10px;
}
#ziptable_nav li.item {
	background: url(../images/ziptable_tab.png);
	color: #fff;
}
#ziptable_nav li.selected_item {
	background: url(../images/ziptable_tab_selected.png);
}
#btnContinueYellow {
	background: url(../images/btnYellowContinue.png);
	width: 125px;
	height: 38px;
	float: left;
	margin-left: 5px;
}
#zip_compare .title {
	font-size: 16px;
	margin-right: 5px;
	float: left;
	color: #fff;
	line-height: 35px;
}
#zip_compare .inputtext {
	width: 200px;
	float: left;
	padding: 4px;
	margin-top: 4px;
	color: #ccc;
	font-size: 16px;
}
#ziptable_main {
	width: 100%;
}
#ziptable_main .rowhead {
	font-weight: bold;
	font-size: 16px;
	height: 74px;
	padding: 0px;
}
#ziptable_main .column {
	vertical-align: middle;
}
#ziptable_main .row {
	line-height: 25px;
	vertical-align: middle;
	padding: 25px 0px 0px 0px;
	border-top: solid 1px #ccc;
}
#ziptable_main .rowhead .column {
	background: url(../images/ziptable_header_separator.png) right no-repeat;
	height: 44px;
	padding-top: 30px;
}
#ziptable_main .rowhead .lastcolumn {
	background: none;
}
#ziptable_main .column {
	padding-left: 10px;
	vertical-align:middle;
}
#ziptable_main .col1 {
	width: 100px;
}
#ziptable_main .col2 {
	width: 150px;
}
#ziptable_main .col3 {
	width: 120px;
}
#ziptable_main .col4 {
	width: 80px;
}
#ziptable_main .col5 {
	width: 80px;
}
#ziptable_main .col6 {
	width: 140px;
}
#ziptable_main .colheader {
	float:left;
}
#ziptable_main .status {
	float: right; 
	/*background: url(../images/ziptable_status.png) no-repeat;*/
	width: 11px;
	height: 25px;
	margin-right: 10px;
}
#btnContinue {
	background: url(../images/btnContinue.png);
	width: 96px;
	height: 47px;
	float: left;
}
#list_ziptable {
	border: solid 1px #ccc;
	float: left;
}
#ziptable_bottom_content {
	background: url(../images/ziptable_footer_content.png) top repeat-x;
	height: 54px;
	width: 740px;
	float: left;
	position: relative;
}
#ziptable_bottom_content span {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 18px;
}
#ziptable_bottom_content .link {
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: underline;
	color: #fff;
}
#ziptable_bottom_content .link1 {
	position: absolute;
	top: 20px;
	right: 103px;
	text-decoration: underline;
	color: #fff;
}
#ziptable_bottom_content .text {
	position: absolute;
	top: 20px;
	right: 95px;
	text-decoration: none;
	color: #fff;
}
#list_ziptable .even {
	background: #f9f9f9;
}

#list_ziptable .column {
	font-weight: bold;
	color: #4a4a4a;
}
#list_ziptable .price a {
	color: #00a82e;
	font-weight: bold;
	font-size: 24px;
}
#list_ziptable .col6 #btnContinue{
	position: relative;
	top: -5px;
}
#signup {
	width: 720px;
	margin: 20px auto;
}
#signup_left {
	float: left;
	width: 460px;
	background: #f2f2f2;
	padding: 10px;
	color: #5d5d5d;
}
#signup .textnote {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
#signup_right {
	float: right;
	width: 200px;
	text-align: center;
}
#frmSignUp .frm_row  {
	width: 100%;
}
#frmSignUp .frm_label {
	width: 140px;
}
#frmSignUp .frm_value {
	width: 300px;
}
#frmSignUp .inputtext {
	width: 260px;
}
#frmSignUp textarea {
	width: 260px;
	padding: 5px;
	border: solid 1px #ccc;
	height: 200px;
}
#signup_left .description {
	font-size: 17px;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 20px;	
}
#signup_left #btnRegistration {
	margin-left: 0px;
}
#signup_right .itemlogo {
	margin-bottom: 20px;
}
#signup_right .description {
	border-top: solid 1px #ccc;
	padding: 20px 10px;
	text-align: left;
}
#paging {
	float: left;
	margin-top: 20px;
}
#paging a {
	background: url(../images/circle_button.png);
	width: 22px;
	height: 21px; 
	margin-left: 2px;
	color: #fff;
	line-height: 21px;
	float: left;
}
#paging .selected_item, #paging a:hover {
	background: url(../images/circle_button_selected.png);
}
#plan_details, #provider_details, #promotion_details {
	float: left;
	background: #fdffe1;
	padding: 10px;
	border-top: solid 1px #ccc;
	clear: both;
	display: none;
	width:720px;
}
#plan_details .row, #provider_details, #promotion_details .row {
	line-height: normal;
	/*border-bottom: solid 1px #ccc;*/
}
#plan_details .col1, #provider_details .col1, #promotion_details .col1 {
	font-weight: normal;
	padding-bottom:10px;
	width: 240px;
}
#plan_details .col2, #provider_details .col2, #promotion_details .col2 {
	font-weight: normal;
	padding-bottom:10px;
	width: 240px;
}
#plan_details .col3, #provider_details .col3, #promotion_details .col3 {
	font-weight: normal;
	padding-bottom:10px;
	width: 200px;
}
#plan_details .column .title, #provider_details .column .title, #promotion_details .column .title {
	font-weight: bold;
	font-size: 16px;
	color: #715604;
	padding-bottom: 5px;
}
#plan_details ul, #provider_details ul {
	list-style: disc inside;
	font-size: 12px;
}
#plan_details ul li, #provider_details ul li {
	padding-bottom: 5px;
	font-weight: normal;
}
#list_ziptable .detail_link {
	float: left;
	padding: 0px 30px 0px 10px;
	text-decoration: underline;
	font-size: 11px;
	color: #333;
}
#list_ziptable .promotion_link {
	float: left;
	padding: 0px 30px 0px 10px;
	text-decoration: underline;
	font-size: 11px;
	color: #F60;
}
#list_ziptable .selected_item,#list_ziptable .detail_link:hover{
	background: #fdffe1;
}
.ziptable_detail_link_close {
	height: 38px;
	background: url(../images/ziptable_detail_bottom_bg.png) repeat-x;
	text-align: center;
	clear: both;
	display: none;
}
#rightSub {
	padding-left:20px;
	width:230px;
}
#texas {
	width:100%;
	padding-left:10px;
	font-size:0.9em;
}
.left {
	float:left;
}
.subTitle {
	margin-left:10px;
	font-size:1.5em;
	font-weight:bold;
}
.wrap {
	height:15px;
	clear:both;
	width:100%;
}
#search {
	color:#a0a0a0;
	border:1px solid #565656;
	width:140px;
	height:22px;
	font-size:1em;
}
#searchButton {
	background:url(i/searchButton.png) no-repeat;
	width:75px;
	height:25px;
	margin-left:10px;
}
.iconBlock {
	height:35px;
	
}
.blueLink {
	color:#0075d8;
	text-decoration:underline;
	font-size:12px;
}
.scroll-wrap{
width:255px;
height:193px;
margin-top:7px;
padding-left: 12px;
}
.scroll-pane{
width:240px;
height:193px;
overflow: hidden;
}
#bullets {
	list-style: disc inside;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
.heading{
	font-size:32px; color:#fff; text-align:center; font-weight:bold; padding:15px 0px 0px 0px
}
.formMessage {
	color: #FF0000;
	font-weight: bold;
}
.formSuccess {
	color:#006600;
	font-weight: bold;
}
.authorImage {
	float:left;
	padding:3px 8px 0px 0px;
}
.authorContent{
	margin:0px 0px 0px 130px;
}
.authorContent h1{
	color:#0075d8;
	font-size:22px;
	font-weight:bold;
}
.border1 {
	height:px;
	border-bottom:1px solid #CCCCCC;
}
.dottedLine{ background-image:url(../images/dotted.png); background-repeat:repeat-x; height:1px; margin:10px 0px 10px 0px;}
.title2{ font-size:22px; font-weight:bold; line-height:28px;}
.supplierlogo{ float:left; margin:0px 30px 20px 5px;}
.supplierlogo img{ border:0px;}
.supplierlogo a span{ text-align:center; color:#006586; font-family:'myriad pro', Arial, Helvetica, sans-serif; display:block; font-size:15px; margin:0px 0px 0px 0px!important; padding:0px 0px 0px 0px!important;}
.supplierlogo a span:hover{ text-decoration:underline;}
.sidebar_titles {
	background: none repeat scroll 0% 0% #cbe7ff; 
	-moz-border-radius: 7px; 
	width: 224px; 
	color: #5e5e5e; 
	font-weight: bold; 
	font-size: 19px; 
	padding: 7px 12px;
}
.header{color:#000; font-size:20px; font-weight:bold; text-align:left;}
#map{ text-align:center; padding:20px 0px 20px 0px;}
#map img{ margin:20px 0px 0px 0px;}
.census{ width:195px; background-color:#004f6a; float:left; margin:0px 1px 0px 0px;}
.tableHeader{ background-image:url(../images/header_bg.png); background-repeat:repeat-x; height:84px; padding:0px 0px 0px 0px; font-size:12px; color:#fff;}
.tableHeader h1{ color:#fff; font-size:14px; font-weight:bold; padding:44px 0px 0px 14px;}
.tableHeader h2{ text-align:center; color:#fff; font-size:14px; font-weight:bold; padding:12px 0px 0px 0px;}
.stateArea{ padding:10px 0px 0px 0px;}
.stateArea h1{ display:block; background-color:#f7931e; font-weight:bold; padding:6px 0px 6px 14px; font-size:14px; color:#1a1a1a;}
.stateNames{ padding:8px 0px 0px 14px; line-height:20px; color:#fff;}
.oddColumn{ width:142px; background-color:#e8e8e8; float:left; margin:0px 1px 0px 0px; }
.evenColumn{width:142px; background-color:#f2f2f2; float:left; margin:0px 1px 0px 0px;}
.spacer{ height:32px;}
.column1{ float:left; width:52px; text-align:right;}
.column2{ float:left; width:70px; text-align:right;}
.columnsHeading{margin:10px 0px 0px 0px; padding:7px 0px 0px 0px; background-color:#c7c7c7; color:#000; height:22px; font-size:12px;}
.columnValues{ padding:7px 0px 0px 0px; line-height:20px; color:#3e3d3d; font-size:12px;}
.clear1{ clear:both;}
.ratetxt {margin:20px 0px 0px 0px; }
.ratetxt h1 {font-size:16px; color:#181818; }
.ratetxt span {color:#1b4f8a;}
.righttxt {color:#1b4f8a; font-size:14px; padding:10px 0px 0px 0px; float:right;}
#topbox {background-image:url(../images/topbox.jpg); width:244px; height:31px; background-repeat:no-repeat;}
#topbox h1 {font-size:16px; color:#f5f7f8; font-weight:normal; text-align:center;}
#middlebox {background-image:url(../images/middlebox.jpg); width:244px; background-repeat:repeat-y; }
.boxno-select {width:242px; height:26px; }
.boxselect {width:242px; height:26px; background-color:#d8dfe5; }
.boxtxt {background-image:url(../images/boxicon.png); background-position:left center; margin:0px 0px 0px 5px; background-repeat:no-repeat; padding:3px 0px 4px 20px;}
.boxtxt span {float:right; padding:0px 10px 0px 0px;}
#leftbox {width:245px; float:left;}
#rightbox {width:245px; float:right;}
.smalltxt {font-size:11px;}
.centerAlign{ text-align:center;}
.rightAlign{ text-align:right;}
.spacer1{ height:12px;}
.boxes{ width:550px; margin:30px 0px 0px 100px;}
.smallCompareBox{ background-image:url(../images/smallcomaprebox_bg.png); width:200px; height:97px; padding:9px 0px 0px 8px; color:#fff;}
.smallCompareBox label{ display:block; margin:0px 0px 6px 0px;}
.compareTextField{ width:184px; margin:0px 0px 9px 0px; padding:3px;}
/*Code by ateeq for map*/
#mapAreaState {	width:780px; /*background-color:#000;*/ }
#mapLeft{ float:left; width:497px; /*background-color:#069; */}
#mapRight{ float:right;	width:260px; /*background-color:#3C6;*/	height:299px; margin-top:15px;}
#mapRight h1{ font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:19px; font-weight:bold; text-align:left; border-bottom:2px solid #CCC; margin:0px;}
.mapCompareBox{	width:250px; height:120px; background-image:url(../images/mapBackCompare.png); margin:auto;	margin-top:5px;} 
.mapCompareBox h3{ text-align:left;	font-size:16px;	font-weight:bold; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; padding-top:3px; padding-left:8px;}
.mapInputFiels{	width:200px; margin-left:-10px;	padding-left:5px; background-color:transparent;	margin-top:28px; height:14px; border:0;	font-size:12px;	font-weight:bold; }
#clearItNow{ width:100%; height:2px; clear:both;}
.mapCompareBox img{	position:relative; top:-10px; left:40px;}
#btnContinuemap{ display:block;	width:118px; height:37px; background-color:#000;}
/*/*New LEarn page code*/
#newLearnPage
{
	width:100%;
	/*background-color:#009;*/
	margin-top:30px;
	position:relative;
}
#rowForlearnpanes
{
	width:100%;
}
#rowForlearnpanes h1
{
	font-size:18px;
	font-weight:bold;
	padding-left:8px;
	padding-top:15px; 
}
#rowForlearnpanes img
{
	width:215px;
	height:135px;
	margin-top:10px;
	margin-left:8px; 
}
#rowForlearnpanes p
{
	padding-top:10px;
	padding-left:8px;
	padding-right:8px; 
}
#rowForlearnpanes ul
{
	margin-top:10px;
	margin-left:8px; 
}
#rowForlearnpanes ul li
{
	padding-right:8px;
	margin-top:5px; 
}
#rowForlearnpanes ul li a:hover
{
	text-decoration:underline; 
}
#rowForlearnpanes h3
{
	margin-top:10px; 
}
#rowForlearnpanes h3 a
{
	font-weight:bold;
	padding-top:10px;
	padding-left:8px;
	font-size:14px; 
}
#rowForlearnpanes h3 a:hover
{
	text-decoration:underline;
}
#newlearnbg
{
	width:231px;
	height:418px;
	background-image:url(../images/newlearnbg.jpg);
	/*background-color:#066;*/
	float:left;
	margin-bottom:20px; 
}
#newlearnbgright
{
	width:231px;
	height:418px;
	background-image:url(../images/newlearnbg.jpg);
	/*background-color:#066;*/
	float:right; 
	margin-bottom:20px;
}
.home_map_links{ margin:0px 0px 0px 236px;}
.home_map_links a{ display:block; font-size:11px; margin:0px 0px 5px 0px;}
