html {
	margin:0;
}
body {
	margin:0;
	color:#002868;
	font-family:arial;
}
.centered {
	text-align:center;
}
.lefted {
	text-align:left;
}
.righted {
	text-align:right;
}
.hidden {
	display:none;
}
.invisible {
	visibility:hidden;
}


img {
	border:0;
}
#logo {
}

#logo-link {
	position:fixed;
	right:0;
	bottom:0;
/*
	float:left;
	display:block;
	width:100px;
	height:100px;
*/
}

#container {
}
#nav {
	margin:3px;
	padding:1px;
	text-align:right;
}
#login {
	margin-top:5px;
	padding:3px;
	text-align:right;
}
#login a:link {
	color:white;
}
#links {
	margin-top:5px;
	padding:3px;
	text-align:right;
}
#content-wrapper {
	padding:5px;
}
#content-header {
	width:100%;
}
#content {
	clear:both;
	margin:10px;
/*	border:5px solid #BF0A30;
	margin-right:100px;
	margin-left:100px;
*/
}
#content-footer {
	text-align:center;
	border-top:3px solid #BF0A30;
	padding-top:5px;
}
#content-footer > div {
	margin:5px;
}
#footer {
	clear:both;
	text-align:center;
}

h1 {
	padding:1px;
}
#location {
/*
	margin-left:110px !important;
	float:left;
*/
	margin:10px;
	padding-left:5px;
	background-color:#BF0A30;
}
#location a:link {
	color:white;
}
#location a:hover {
	color:#002868;
}
h2 {
	margin-bottom:1px;
}
h3 {
	margin-top:1px;
	margin-bottom:1px;
}
h4 {
}

li {
	margin-bottom:10px;
}

a:link {
	color:#002868;
}
a:active {
	color:#002868;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#BF0A30;
}

table {
}
table.td-vertical-align-top td {
	vertical-align:top;
}
td {
}
.labels {
	white-space:nowrap;
}
.inputs {
	white-space:nowrap;
	width:50%;
}
.inputs input {
	width:90%;
}
.instructions {
}

#map {
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:400px;
	border:5px solid #BF0A30;
}

#powered {
	font-size:small;
}

#copyright {
	font-size:x-small;
	margin-top:0;
}

#valid {
	font-size:x-small;
}

#bills-apis-list {
	font-size:x-small;
}

.bills-list {
}

.bills-lists-wrapper {
	margin-top:10px;
	margin-bottom:10px;
/*
	margin-right:auto;
	margin-left:auto;
	*/
}

.bills-list-wrapper {
	width:48%;
	border:1px solid #CCCCCC;
}

.bills-list-wrapper h2 {
	text-align:center;
}

#h-list-wrapper {
	float:left;
	margin-left:1%;
/*
	margin-right:0;
	*/
}

#s-list-wrapper {
	float:right;
	margin-right:1%;
/*
	margin-left:0;
	*/
}

.clear {
	clear:both;
}

.link_tw {
	width:24px;
	height:24px;
	background-image:url("../images/link_tw.png");
	display:inline-block;
	text-indent:-9999px;
}

.link_fb {
	width:24px;
	height:24px;
	background-image:url("../images/link_fb.png");
	display:inline-block;
	text-indent:-9999px;
}

.link_dg {
	width:24px;
	height:24px;
	background-image:url("../images/link_dg.png");
	display:inline-block;
	text-indent:-9999px;
}

.link_em {
	width:24px;
	height:24px;
	background-image:url("../images/link_em.png");
	display:inline-block;
	text-indent:-9999px;
}

.link_oc {
	width:32px;
	height:32px;
	background-image:url("../images/link_oc.png");
	display:inline-block;
	text-indent:-9999px;
}

.link_gt {
	width:32px;
	height:32px;
	background-image:url("../images/link_gt.png");
	display:inline-block;
	text-indent:-9999px;
}

.link_gm {
	width:32px;
	height:32px;
	background-image:url("../images/link_gm.png");
	display:inline-block;
	text-indent:-9999px;
}

.link_cf {
	width:32px;
	height:32px;
	background-image:url("../images/link_cf.png");
	display:inline-block;
	text-indent:-9999px;
}

#donate {
	display:inline;
	vertical-align:bottom;
}

#donate > form {
	display:inline;
}

#donate-form {
	display:inline;
}

