﻿html, body
{
	padding:0px;
	margin:0px;
	background:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#333333;
}

a
{
	color:#6e8a09;
	font-weight:bold;
}
a:hover { color:#002c86; }

h1, h2, h3
{
   font-weight:bold; 
   margin: 5px 0px 0px;
}
h2 { font-size: 14px; }

p, ul, ol { margin: 3px 0px 13px; }

blockquote
{
    background-color:#F2F2F2;
    font-style:italic;
    margin:0 auto;
    padding:10px 20px;
    width:90%;
}

ul li
{
    list-style-type:disc;
    margin:7px 0 0 23px;
}

ol li
{
    list-style-type:decimal;
    margin:7px 0 0 28px;
}

strong { font-weight: bold; }

input[type=button],
input[type=submit],
.btn
{
	height:22px;
	width: 100px;
	margin: 0px;
	padding: 0px 15px;
	background:url(/imgs/voteBtn.gif) no-repeat top center;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color:#6E8A09;
    font-weight:bold;
    font-size:12px;
    float: right;
}

input[type=button]:hover,
input[type=submit]:hover,
.btn:hover
{
 color: #6E8A09;
}

/****************************************************/
/* general styles used throughout the site */

ul.bullets
{
    padding-left: 30px;
}

ul.bullets li
{
	background:transparent url(../imgs/bullet.gif) no-repeat scroll left center;
	margin: 0px;
    padding-left: 20px;
    margin: 1px 0 8px;
    list-style:none;
}

a.expandable
{
    display: block;
    text-align: right;
    color:#00236C;
    text-decoration:none;
    cursor: pointer;
}
a.expandable:hover { text-decoration: underline; }

table.radio
{
    font-weight: bold;
    margin: 0px 30px 15px;
}

table.radio td
{
    padding: 2px 0px;
}

table.radio input
{
    margin-right: 7px;
}

.details
{ 
    color: #AAA;
    font-size: 0.9em; 
}

/****************************************************/
/* specialized styles only used in one place */

.hint {
    background-color: #F2F2F2;
    padding: 10px 20px;
    margin: 5px 0 15px;
}

.agency_map
{
	width: 400px;
	height: 250px;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	color: #333;
    border: 1px solid #DDDDDD;
}
