/*

Theme Name:		Utility Guides
Theme URI:		http://fubra.com/
Description:	Utilities guides network.
Author:			David Arenas
Version:		1.0

*/
body,html {
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

body p,body li {
	font-size: 11px;
}

body.home div.content {
	margin: 0;
}

#main p,#main li {
	font-size: 11px;
	line-height: 1.2em;
}

#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background: #ffffff;
	border-left: 1px solid #8D8D8D;
	border-right: 1px solid #8D8D8D;
	min-height: 100%;
}

#avg-rating{
	font-weight:bold;
	float:right;
	padding:10px 0 10px 10px;
}

#header {
	background: #333 url("images/bankingguidebanner.gif") 0 0 no-repeat;
	padding: 0;
}

#network {
	float: right;
}

#network h2 {
	margin: 0;
}

button:hover {
	cursor:pointer;
}

#network .image {
	display: block;
	width: 130px;
	height: 60px;
	background-image: url("images/spacer.gif");
	cursor: pointer;
}

#menu {
	padding-top: 85px;
	border-bottom: 2px solid #000000;
	font-size: 11px;
}

#menu ul,#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 2px 0;
}

#menu ul {
	padding-left: 15px;
}

#menu ul li {
	display: inline;
	padding-right: 5px;
}

#menu ul li a {
	background: url("images/tab-lg-right.gif") no-repeat 100% 0;
	color: #000000;
	padding: 5px 10px 2px 0 !important; /* FF */
	_padding: 0px 10px 0 0; /* IE 6 and below */
	*padding: 0px 10px 0 0 !important; /* IE 7 */
	text-decoration: none;
}

#menu ul li a span {
	background: url("images/tab-lg-left.gif") no-repeat;
	padding: 5px 0 2px 11px !important;
	padding: 5px 0 2px 11px;
	font-size: 11px;
}

#menu ul li a:hover span {
	color: #8D8D8D;
}

#menu ul li.current_page_item a,#menu ul li.current_page_parent a {
	background: url("images/tab-dg-right.gif") no-repeat 100% 0;
	color: #000000;
	padding: 5px 10px 4px 0 !important; /* FF */
	_padding: 0 10px 0 0; /* IE 6 and below */
	*padding: 0 10px 0 0 !important; /* IE 7 */
	text-decoration: none;
}

#menu ul li.current_page_item a span,#menu ul li.current_page_parent a span
	{
	background: url("images/tab-dg-left.gif") no-repeat;
	padding: 5px 0 4px 11px !important;
	padding: 5px 0 4px 11px;
}

#menu ul li.current_page_item a span,#menu ul li.current_page_parent a span
	{
	color: #000000;
}

#smenu {
	background: #8D8D8D;
	padding: 4px;
	border-bottom: 2px solid #000000;
}

#smenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#smenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#smenu li a {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #000000;
	text-decoration: none;
}

#smenu li a:hover {
	color: #FFFFFF;
}

#smenu li.current_page_item a,#smenu li.current_page_item a:hover {
	color: #FFFFFF;
}

#main {
	float: left;
	width: 570px;
	margin-top: 4px !important;
	margin-top: 10px;
	padding-left: 10px;
}

#main h2,#main h3 {
	padding: 0 10px;
}

#main h3 {
	background: #DDDFE0 url("images/h3-bg.gif") bottom left repeat-x;
	padding: 5px;
	border: 1px solid #8D8D8D;
	font-size: 13px;
	font-weight: bold;
	clear: both;
	margin-top: 10px !important;
	margin-top: 4px;
}

#main h3.home {
	background: #DDDFE0 url("images/h3-bg.gif") bottom left repeat-x;
	border: 1px solid #8D8D8D;
	font-size: 13px;
	font-weight: bold;
	clear: both;
	overflow: hidden !important;
	overflow: visible;
	height: 100%;
	padding: 5px;
}

#main h3.home span {
	padding: 10px;
	float: left;
}

#main h3.home img {
	float: left;
	padding: 0;
	margin: 0;
}

#side h3.heading {
	background: #DDDFE0 url("images/h3-bg.gif") bottom left repeat-x;
	padding: 5px;
	border: 1px solid #8D8D8D;
	font-size: 13px;
	font-weight: bold;
	clear: both;
	text-align: center;
	margin: 10px 0 2px 0;
}

#main h3 a {
	color: #000000;
	display: block;
}

#main h3 a:hover {
	color: #3B8639;
}

.content {
	margin: 0 10px 10px 10px;
	overflow: hidden;
	min-height: 100%;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	clear: left;
}

h4 span {
	font-weight: normal;
	font-size: 13px;
}

h5 {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

h6 {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
}

.glossary {
	border-bottom: 1px solid #e4e4e4;
	padding: 3px 0 3px 0;
}

.source {
	font-size: 11px;
	color: #999999;
}

.cheader {
	overflow: hidden;
}

.box-home {
	border: 1px solid #cccccc;
	margin-top: 4px;
}

#main .box-home p {
	font-size: 11px;
	line-height: 1.2em;
}

.clogo {
	float: right;
	border: 1px solid #C5C5C5;
	text-align: center;
	padding: 0;
	background: #FDBF80;
	margin-bottom: 5px;
}

.clogo img {
	border-bottom: 1px solid #C5C5C5;
}

ul#banklist {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 10px;
}

ul#hlist {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
	border-top: 1px solid #C5C5C5;
	clear: both;
}

ul.clist {
	border-top: 1px solid #C5C5C5;
	clear: both;
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}

ul.clist li {
	overflow: hidden;
	padding: 2px;
	border-bottom: 1px solid #C5C5C5;
}

ul.clist li span.clabel {
	float: left;
	font-weight: bold;
}

ul.clist li span.cdetail {
	float: right;
	width: 250px;
}

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.links li {
	padding-bottom: 10px;
}

ul.links li a {
	color: #336699;
	text-decoration: none;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

ul.links li a:hover {
	color: #000000;
}

#side {
	float: right;
	width: 180px;
	padding-right: 10px;
	min-height: 100%;
}

#side ul {
	margin-bottom: 0;
}

/* David added code  */
#main h1 {
	background: #DDDFE0 url("images/h3-bg.gif") bottom left repeat-x;
	padding: 5px;
	border: 1px solid #8D8D8D;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 13px 0;
}

#side ul.sidebar {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_nav_menu {
	margin-top: 14px;
	border: 1px solid #C5C5C5;
	text-align: center;
	margin-bottom: 10px;
}

#menu-guides {
	border-top: 1px solid #e4e4e4;
	padding: 0 0 10px;
	margin: 5px;
	list-style: none;
}

.widget_nav_menu h2.widgettitle {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

#menu-guides li.menu-item a {
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
	padding: 3px;
	display: block;
	width: 162px;
}

#menu-guides li.menu-item a:hover {
	background: #f5f5f5;
}

.widget_nav_menu h2.widgettitle {
	background: #DDDFE0 url("images/h3-bg.gif") bottom left repeat-x;
	padding: 5px;
	border: 1px solid #8D8D8D;
	font-size: 13px;
	font-weight: bold;
	clear: both;
	text-align: center;
	margin: 10px 0 2px 0;
}

#menu-banks {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main .post {
	border-top: 1px solid #E4E4E4;
	padding: 15px 10px 10px;
}

#main .post h2 {
	font-size: 14px;
	padding: 0 0 5px;
	margin: 0;
}

#main .post .time {
	font-size: 11px;
	margin: 0;
	color: #999;
}

#main .post .options {
	font-size: 11px;
	margin-bottom: 5px;
	color: #999;
	clear: both;
}

.commentlist {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}

.commentlist li {
	border-top: 1px solid #e4e4e4;
	padding: 10px;
}

.commentlist .odd {
	background: #F5F5F5;
}

.commentlist li .avatar {
	background: white;
	border: 3px solid #EEE;
	float: left;
	margin-right: 5px;
}

.commentmetadata {
	display: block;
	margin: 0px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 20px 5px 5px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana,
		sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover,#wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */ /* end */
#tips {
	background: #FDBF80;
	color: #000000;
	padding: 5px;
	border: 1px solid #C5C5C5;
	text-align: center;
	margin-bottom: 10px;
}

#tips h3 {
	margin: 0;
	padding: 0;
}

ul.howlist {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul.howlist li {
	clear: both;
	overflow: hidden !important;
	overflow: visible;
	height: 100%;
}

ul.howlist li a span {
	float: left;
	padding: 6px 0 6px 6px;
	clear: both;
}

ul.howlist li a img {
	float: right;
	padding-right: 6px;
}

ul.howlist li a {
	color: #666666;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	background: #e4e4e4;
	border: 1px solid #cccccc;
	font-weight: bold;
	clear: both;
	overflow: hidden !important;
	overflow: visible;
	height: 100%;
}

ul.howlist li a:hover {
	color: #000000;
	border: 1px solid #666666;
}

.privacy {
	color: #555555;
}

.subbox {
	background: #DDDFE0;
	padding: 10px;
	border: 1px solid #8D8D8D;
	margin-top: 10px;
}

.subbox p {
	padding: 0;
	margin: 0;
}

#footer {
	text-align: center;
	clear: both;
	padding: 0 10px 0 10px;
}

#footer h3 {
	padding: 5px 0 15px 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}

.hidden {
	display: none;
}

.articlelist {
	border-bottom: 1px solid #e4e4e4;
}

.articleone,.articletwo {
	background: #ffffff;
	padding: 15px 10px 10px 10px;
	border-top: 1px solid #e4e4e4;
}

.articleone {
	background: #f5f5f5;
}

.pagelinks {
	text-align: right;
	color: #CCCCCC;
}

.jump {
	color: #333333;
	font-size: 11px;
	padding: 4px 0;
}

.commentlist {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

.commentone,.commenttwo {
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	height: 100% !important;
	height: auto;
}

.commentone {
	background: #f5f5f5;
}

.boxnocomments {
	background: #f5f5f5 url("images/h3-sub-bg.gif") bottom left repeat-x;
	border: 1px solid #CC0000;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	height: 100% !important;
	height: auto;
	font-size: 11px;
	margin-bottom: 10px;
}

.boxnocomments h4 {
	font-weight: bold;
	color: #CC0000;
}

.boxerror {
	background: #f5f5f5 url("images/h3-sub-bg.gif") bottom left repeat-x;
	border: 1px solid #CC0000;
	overflow: hidden;
	height: 100% !important;
	height: auto;
}

.boxerror h4 {
	background: #cc0000;
	border-bottom: 1px solid #CC0000;
	color: #ffffff;
	padding: 5px;
}

.boxcomplete {
	background: #f5f5f5 url("images/h3-sub-bg.gif") bottom left repeat-x;
	border: 1px solid #8DBE3F;
	margin-bottom: 10px;
	overflow: hidden;
	height: 100% !important;
	height: auto;
}

.boxcomplete h4 {
	background: #8DBE3F;
	border-bottom: 1px solid #8DBE3F;
	color: #ffffff;
	padding: 5px;
}

.tbl .row {
	clear: left;
	overflow: hidden;
	height: 100% !important;
	height: auto;
	padding: 2px 0 2px 0;
}

.tbl .row img {
	float: left;
	padding: 0px 5px 10px 0;
}

.tbl .row p {
	padding: 0;
	margin: 0;
}

form {
	border: 0;
	margin: 0;
	border: 1px solid #cccccc;
	background: #f5f5f5 url("images/h3-sub-bg.gif") bottom left repeat-x;
	padding: 10px;
	margin-top: 10px;
}

form input {
	width: 250px;
	border: 1px solid #666666;
	background: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px;
}

form input.radio {
	width: 15px;
	border: 0;
	padding: 0;
}

.rad {
	width: 15px;
	border-style: none;
}

form textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #666666;
	background: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px;
}

button {
	border: 2px solid #8D8D8D;
	background: #CCCCCC url("images/button-bg.gif") bottom left repeat-x;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	color: #ffffff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.right {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	border: 1px solid #C5C5C5;
}

.rightplain {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0;
	border: 0;
}

.left {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: 1px solid #C5C5C5;
}

.leftplain {
	float: left;
	padding: 0;
	margin: 10px 10px 10px 0;
	border: 0;
}

.center {
	text-align: center;
}

.columns {
	width: 100%;
	overflow: hidden;
}

.lcol {
	width: 52%;
	float: left;
}

.rcol {
	width: 48%;
	float: right;
}

.banner {
	padding-bottom: 10px;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

img {
	border: 0;
}

.sciencetext {
	width: 230px;
	margin: 0 0 10px 20px;
}

.userbox {
	margin-bottom: 50px;
}

.rlink {
	float: right;
	font-size: 11px;
}

.usertitle {
	padding-bottom: 30px;
	border-bottom: 1px solid #C5C5C5;
}

.logo {
	float: left;
	width: 70px;
	border: 1px solid #C5C5C5;
}

.stars {
	float: right;
}

.bubbleglossary {
	background: url("images/whatdoesitallmean-image.gif") top center
		no-repeat;
	width: 228px;
	height: 254px;
	float: right;
	background-color: #FFFFFF;
	margin: 0 20px 0 0;
}

.bubbleglossary a {
	background: url("images/whatdoesitallmean-text-black.gif") top center
		no-repeat;
	padding: 10px 10px 0 0;
	width: 96px;
	height: 34px;
	float: left;
	margin: 28px 0 0 15px;
}

.bubbleglossary a:hover {
	background: url("images/whatdoesitallmean-text-blue.gif") top center
		no-repeat;
}

.bubbleglossary p {
	text-align: center;
	padding: 12px 50px 0 10px;
	width: 60px;
	float: left;
	color: #000000;
	font-size: 11px;
}

.bubbleservices {
	background: url("images/other-services.gif") top center no-repeat;
	width: 257px;
	height: 309px;
	float: left;
	background-color: #FFFFFF;
	margin: 40px 0 40px 0 !important;
	margin: 40px 0 0 0;
}

.bubbleservices a {
	background: url("images/other-services-text-black.gif") center center
		no-repeat;
	width: 96px;
	height: 52px;
	float: left;
	margin: 20px 0 0 71px;
}

.bubbleservices a:hover {
	background: url("images/other-services-text-blue.gif") center center
		no-repeat;
}

.bubbleservices p {
	float: right;
	width: 100px;
	text-align: center;
	margin: 210px 0 0 0;
	padding: 0;
	font-size: 11px;
}

.bubblechooser {
	background: url("images/chosing-account-image.gif") center center
		no-repeat;
	width: 271px;
	height: 233px;
	float: left;
	background-color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 0;
}

.bubblechooser a {
	background: url("images/chosing-account-text-black.gif") center center
		no-repeat;
	width: 137px;
	height: 33px;
	float: left;
	margin: 30px 30px 0 11px;
}

.bubblechooser a:hover {
	background: url("images/chosing-account-text-blue.gif") center center
		no-repeat;
}

.bubblechooser p {
	text-align: center;
	margin: 30px 40px 0 0;
	width: 60px;
	float: left;
	clear: both;
	font-size: 11px;
}

.bubbletypes {
	background: #FFFFFF url("images/types-image.gif") top center no-repeat;
	width: 203px;
	height: 286px;
	float: left;
	margin: 0 0 0 20px;
}

.bubbletypes a {
	background: url("images/types-text-black.gif") top center no-repeat;
	width: 104px;
	height: 52px;
	float: right;
	margin: 23px 60px 0 0;
}

.bubbletypes a:hover {
	background: url("images/types-text-blue.gif") top center no-repeat;
}

.bubbletypes p {
	text-align: right;
	padding: 10px 0 0 0;
	width: 20px;
	float: right;
	color: #000000;
	clear: right;
	font-size: 11px;
}

.bubblecomments {
	background: url("images/star-image.gif") top right no-repeat;
	width: 187px;
	height: 157px;
	float: left;
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
}

.bubblecomments a {
	background: url("images/star-text-black.gif") center center no-repeat;
	width: 107px;
	height: 51px;
	float: left;
	margin: 25px 0 0 70px;
}

.bubblecomments a:hover {
	background: url("images/star-text-yellow.gif") center center no-repeat;
}

.boxhome {
	border: 1px solid #8D8D8D;
	margin: 10px 0 10px 10px;
}

.boxhome div.boxhomeheader {
	background: #DDDFE0 url("images/h3-bg.gif") bottom left repeat-x;
	padding: 5px;
	font-weight: bold;
}

.boxhome div.boxcontent {
	padding: 1px;
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.boxnewspreview {
	border: 1px solid #758FD8;
	margin: 0 10px 10px 0;
	clear: both;
	background: url("images/radio-faded.gif") bottom right no-repeat;
}

.boxnewspreview div.boxhomeheader {
	background: #A8BBF0 url("images/news-h-bg.gif") bottom left repeat-x;
	padding: 5px;
	font-weight: bold;
}

.boxnewspreview div.content {
	padding: 10px 0 0 0;
}

.boxnewspreview a {
	color: #758FD8;
}

.boxnewspreview a:hover {
	color: #A8BBF0;
}

/* Blog styles */
img.formstar {
	display: inline;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

div.comment-box {
	border-top: 1px dashed #aaa;
	padding: 15px 10px;
}

div.comment-box table {
	width: 100%;
	margin-top: 5px;
}

div.comment-box td {
	vertical-align: middle;
}

div.comment-box span {
	color: #888;
}

td.comment-box-stars {
	width: 90px;
	text-align: right;
}

div#comments-form-full {
	border: 1px solid #aaa;
	padding: 10px;
	background-color: #efefef;
}

div#comments-form-mini {
	border: 1px solid #aaa;
	padding: 10px;
	background-color: #efefef;
	cursor: pointer;
}

div#comments-form-mini a {
	color: black;
	font-weight: bold;
}

div#comments-form-full form {
	margin-left: 0;
}

div#comments-form-full .input {
	border: 1px solid #aaa;
	padding: 2px;
	width: 240px;
}

img#captcha {
	padding-bottom: 3px;
	vertical-align: middle;
}

input.captcha-button {
	width: 60px;
	display: inline;
	vertical-align: middle;
}

input.captcha-text {
	width: 76px;
	border: 1px solid #aaa;
	padding: 3px 3px 3px 19px;
	font-family: Courier New, monospace;
	font-weight: bold;
	font-size: 15px;
}

input.comments-submit-button {
	height: 30px;
}

span.comments-form-footer {
	color: #555;
}

div.provider-title-rating {
	color: #800;
}

/* Blog styles */
div.blog-summary {
	padding-bottom: 2px;
	margin-bottom: 3px;
}

div.blog-summary a {
	font-size: 14px;
}

div.blog-summary-links {
	margin: 5px 0 20px 0;
	border-bottom: 1px dashed #aaa;
	padding: 0 10px 15px 10px;
}

div.blog-summary-links a {
	color: #0000a7;
}

div.blog-summary-links a:hover {
	text-decoration: underline;
}

div.blog-caption {
	
}

h2.blog-post-header {
	margin-bottom: 5px;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 3px;
}

div.blog-poll-holder {
	width: 260px;
	margin: 3px 12px;
	border: 1px solid #aaa;
	border-width: 1px 0px;
	padding: 2px 0;
	float: right;
}

div.blog-poll-inner {
	border-bottom: 2px solid white;
	padding: 7px 10px;
	background-color: #efefef;
}

div.blog-poll-options {
	padding: 7px 10px;
	background-color: #efefef;
}

div.blog-poll-results {
	padding: 1px 10px 7px 10px;
	background-color: #efefef;
}

div.blog-comments-holder {
	border-bottom: 1px dashed #ccc;
	padding: 10px;
}

/* Page numbering */
div#pagenumbers {
	margin: 15px 0 5px 0;
}

div#pagenumbers a,#div#pagenumbers span {
	border: 1px solid #ccd7f0;
	padding: 0px 3px;
	background-color: #e6eef4;
	font-weight: bold;
}

div#pagenumbers a.selected {
	border-color: #7baed5;
	color: white;
	background-color: #7baed5;
}

div#pagenumbers a:hover {
	border-color: #7baed5;
	color: white;
	background-color: #7baed5;
}

span.elipsis {
	font-weight: bold;
}

div#providers-list {
	width: 487px;
	margin: 0 auto;
	min-height: 600px;
	padding: 0px;
	text-align: center;
}

div.provider-row0 {
	position: relative;
	width: 237px;
	float: left;
	margin-bottom: 10px;
}

div.provider-row0 div {
	font-size: 11px;
}

div.provider-row1 {
	position: relative;
	width: 237px;
	float: right;
	margin-bottom: 10px;
}

div.provider-row1 div {
	font-size: 11px;
}

div.provider-left {
	position: relative;
	text-align: center;
	margin: auto;
}

div.provider-right {
	display: none;
}

.navigation {
	margin-top: 10px;
	height:15px;
}

#searchsubmit {
	width: 150px;
}

.ads {
	padding-bottom: 10px;
	text-align: center;
}

.wp-post-image {
	float: right;
	border: 1px solid #ccc;
}

#menu-companies {
	list-style: none;
	padding: 10px;
}

#providers-image {
	list-style: none;
	padding: 0 20px;
	overflow: hidden;
}

#providers-image li {
	float: left;
	margin: 10px;
}