#map {
        /* 
	position:absolute;
        left:400px;
        width:700px;
        height:600px;
        border:1px solid black;
	*/
}
.map {
        position:absolute;
	    border:1px solid black;
        left:400px;
        width:700px;
        height:600px;
        
}
.map_small {
        width:800px;
        height:500px;
}
.handlediv {
	float: right;
	width: 23px;
	height: 26px;
}
.hndle span {
	padding: 6px 0;
}
.box:hover .handlediv {
	background: transparent url(../img/menu-bits.gif) no-repeat scroll left -111px;
}
div.box div.inside {
	margin: 10px;
	position: relative;
}
.box {
	float: left;
	position: relative;
	border: 1px solid #dfdfdf;
	/* min-width: 255px;
	width: 99.5%; */
}
.box h3 {
	background: #dfdfdf url("../img/gray-grad.png") repeat-x left top;
	text-shadow: #fff 0 1px 0;
	padding: 6px 0px;
	display: block;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 9px;
	color: #464646;

	/* font-size: 1.17em;
	font-weight: bold;
	margin-top: 1em 0em; */
	
}
#map_wrap {
	width: 820px;
	margin: 10px;
}
#graph_wrap {
	width: 820px;
	clear: left;
	margin: 10px;
}
#precinct_info_wrap {
	width: 300px;
	margin: 10px;
}
.graphs {
	float: left;
}
.block {
	display: block;	
}
.slacked {
	float: none;
	margin: 0px;
	width: 200px;
}
.slacked a {
	background: transparent;
}

/*  For VOTER INFO index  page */
#precinct_order {
	float: left;
	width: 500px;
	margin: 0px 10px;
}
#precinct_order a {
	background: transparent;
}
#hood_list {
	float: left;
}
#universe_select {
    float: left;
    margin: 0px 10px 10px 10px;
    width: 500px;
    
}
.button {
    margin: 10px;
    width: 250px;
    border: 1px solid gray;
    height: 100px;
    float: left;
    overflow: auto;
}
.button a {
    /* width: 200px; */
    display: block;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    padding: 2px 8px;
    margin: 0px auto;
    border: 1px solid #bbbbbb;
    background-color: transparent;
    background-image: url(../img/white-grad.png);
}
.visited {
	background-color: #F5F5DC;
}

/* Action Page details */
.left_col {
    float: left;
    width: 450px;
    overflow: hidden;
    
}
.right_col {
    float: left;
    margin: 0px 0px 0px 5px;
    width: 450px;
    overflow: hidden;
    
}
#profile{
    position: relative;
    float: none;
    margin: 10px auto;
    width: 400px;
    
}

#video{
    position: relative;
    margin: 0px auto;
    width: 400px;
    height: 250px;
    border: 1px solid #000000;
}

/* Menu */
#menu  ul{
margin: 0;
padding: 0;
/*padding-left: 0px; offset of tabs relative to browser left edge*/
font: normal 20px Helvetica;
list-style-type: none;
}

#menu li{
display: inline;
margin: 0;
}

#menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 14px 18px 12px; /*padding inside each tab*/
/* border-right: 1px solid white; right divider between tabs*/
color: black;
background: black url('../img/menu_bg.jpg') repeat-x;
}

#menu li.username a{
    display: inline;
    line-height: 50px;
    float: none;
    background: none;
    border-style: none;
    font-weight: normal;
}

#menu li a:visited{
color: black;
}

#menu li a:hover, .mattblacktabs li.selected a{
background: transparent url('../img/menu_selected.jpg') repeat-x;
}

li.username {
    float: right;
}
#menu li.login {
    display: none;
}
li.login {
    float: right;
}

/* -------------------------------------------------------------- */
.footer_menu {
	width: 100%;
    padding: 20px 0px 10px;
	overflow: hidden;
	color: #000;
    font-weight: bold;
}

.footer_menu  li{
	display: inline;
	margin: 0;
}

.footer_menu .login {
    /* display: none; */
    display: inline;
    float: none;
}
.footer_menu .username {
    display: none;
}

.footer_menu ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
}
.footer_menu a{
    color: #000;
    background: none;
    text-decoration: none;
    font: 12px;
    padding: 0px 5px;
}
.footer_menu a:hover {
    text-decoration: underline;
}



/*   HOME page Subheader  */
#subheader {
    height: 300px;
    overflow: hidden;
    background-color: #aebcd0;
}
#sub_left {
    position: relative;
    float: left;
    height: 300px;
    width: 550px;
    background-color: #406587;
    overflow: hidden;
    padding: 0px;
    
}
#sub_right{
    position: relative;
    float: left;
    width: 380px;
    overflow: hidden;
    height: 300px;
}
#again {
    
    position: absolute;
    top: 255px;
    left: 490px;
    color: #fff;
    font-size: 10px;
    background-color: transparent;
    z-index: 999;
}
#again:hover {
    background-color: transparent;
}
#image_rotation{
    width: 525px;
    height: 265px;
    //background-color: #fff;
    margin: 15px auto;

}
#image_rotation img {
    position: absolute;
}
#sub_right ul {
    padding: 0px;
    margin: 0px 0px 0px 10px ;
    list-style: none;
}
#sub_right li {
    display: block;
    width: 370px;
    padding: 0px;
    margin: 7px 0px;
}
#sub_right a {
    display: block;
    width: 368px;
    /* height: 86px; */
    padding: 28px 0px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    font-family: Georgia;
    font-weight: normal;
    font-size: 30px;
    color: #fff; /* #2f4b64 dark blue */
    background: transparent url('../img/bt_dark_selected.jpg') no-repeat;
    
}
#sub_right a:hover {
    background: transparent url('../img/bt_dark.jpg') no-repeat;
    text-decoration: underline;
}
/* splash Page */

#splash_container {
    position: relative;
    margin: 0px auto;
    width: 730px;
    /* height: 600px; 
    background: #b6c8d9 url('../img/splash_page_bg.jpg') no-repeat; */
}
#splash_container a:hover {
    background: transparent; 
}

.splash_contribute {
    
    position: absolute;
    display: block;
    left: 432px;
    top: 93px;
    width: 195px; 
    height: 64px;
    background: transparent url('../img/splash_page_blue.jpg') no-repeat; 
    display: none;
}
.splash_contribute:hover {
    background: transparent url('../img/splash_page_contribute.jpg') no-repeat;
}


#inner_splash_container {
    position: relative;
    
}
#inner_splash_top {
    width: 715px;
    height: 257px;
    position: relative;
    background: transparent url('../img/splash_top.jpg') no-repeat; 
}
#inner_splash_mid {
    width: 715px;
    position: relative;
    background: transparent url('../img/splash_middle.jpg') repeat-y; 
}
#inner_splash_inner {
    width: 600px;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
#inner_splash_bottom {
    width: 715px;
    height: 316px;
    position: relative;
    background: transparent url('../img/splash_bottom.jpg') no-repeat; 
}

.continue{
	position: relative;
	top: 200px;
	left: 450px;
	color: #fff;
	background-color: transparent;
}
.footer {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}



#splash_footer {
    position: relative;
    color: #43688a;
    top: 10px;
    margin-bottom: 25px;
    text-align: center;
    
}
/*     Donation Page      */
#donations {
    margin: 0px 10px;
}
#donations form {
    width: 100%;
}

.donor_right_col{
    width: 425px;
    float: left;
    clear: none
}
.donor_left_col {
    width: 450px;
    float: left;
}
#donor_check {
    width: 400px;
    
}
#donor_check p {
    margin: 15px;
    
}
.donor_name {
    width: 150px;
    float: left;
    clear: none;
}
.donor_city {
    width: 180px;
    float: left;
    clear: none;
}
.donor_state {
    width: 40px;
    float: left;
    clear: none;
}
.donor_zip {
    width: 80px;
    float: left;
    clear: none;
}
.donor_occupation {
    width: 150px;
    float: left;
    clear: left;
}
.donor_amount {
    width: 100px;

}
#donor_check{
    
}
#email_input {
    font-size: 20px;
    position: absolute;
    width: 500px;
    left: 200px;
    top: 0px;
    padding: 5px;
    
}
#email_input label{
    display: none;
}
#email_input .input {
    float: left;
    width: 100px;
    clear: none;
}
#email_input .submit {
    float: left;
    display: block;
    margin: 5px 0px;
    width: 40px;
    clear: none;
    font-size: 14px;
}
#email_input .email {
    width: 200px;
    clear: none;
    float: left;

}
#attribute1, #email {
	background-color: #b6c8d9;
	font-size: 18px;
	color: #447799;
	border: 0px solid #003399;
	margin: 5px;
	padding: 5px;
}



/*  PHPLIST */

.poweredphplist {
	display: none;	
}
/* pages */
.sol_network {
    float:right;
    padding: 7px;
    width: 200px;
}
.sol_network img {
    display: block;
    float:right;
    padding: 7px;
}

.users {
	margin: 0px 10px;	
}
.action {
	margin: 0px 10px;
}
.pages {
    margin: 0px 10px;
}

/* Events page */
.events {
	margin: 0px 10px;
}
.events .left_col {
	width: 340px;	
}
.events .right_col {
	width: 550px;
	padding: 5px;	
}
/* Home page */
#message {
    clear: left;
    margin: 5px 0px;
}

.pages h3 {
    margin: 10px 0px; 
    padding-top: 0px; 
}
.events h3 {
    margin: 2px 0px 2px 0px;
    padding: 5px 0px 0px 0px;
}


/* About Page */
.photo_wrapper {
    float: right;
    margin: 5px;
    padding 5px;
    background-color: #e3ecf4;
}
.photo_wrapper p {
    font-size: 10px;
    margin: 0px;
    padding: 1px;
    text-align: center;
}
.photo_wrapper img {
    margin: 5px 5px 0px 5px;
}

/* support page */
.support h3 {
    margin-top: 30px;
}

.indent p {
       padding-left: 30px;
       font-size: 110%;
       
}


/* issues page */
.issue {
    margin-bottom: 20px;   
}
.issue p {
    margin-bottom: 0px;
}
