/**** Global Settings ****/

html {
  font-size: 100.1%;
}

body {
  font: 84% Helvetica, Arial, sans-serif;
  margin: 0;
  background: #fcfaef url(http://www.healthcareforamericanow.org/page/-/hc09/bg-main-nav_ef.gif) repeat-x 0 0px;
  color:#333;
}

#main {
  margin: 0 auto;
  width: 900px;
}

form {
  display: inline;
  padding: 0;
  margin: 0;
}

li {
   list-style:none;
}

a {
  text-decoration: underline;
  color: #d92c25;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  border: none;
  display: block;
}

h2, h3, h4, h5, p {
  margin: 0;
}

h2 {
  color: #1d5894;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.wrapped h2 {
  line-height: 36px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #e2e1d7;
}

h2 a {
  text-decoration: none;
  color: #1d5894;
}

h3 {
  color: #1d5894;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 25px;
}

h5 {
  color: #32667b;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

p a {
  color: #d92c25;
}

.hidden-text {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 100%;
}

.hidden {
  position: absolute;
  left: -9999px;
}

.i-text {
  float: left;
  padding: 2px 5px;;
  width: 110px;
  height: 15px;
  background: #fff;
  border: 1px solid #505450;
  border-right-color: #bec3be;
  border-bottom-color: #bec3be;
  font: 12px Arial, Helvetica, sans-serif;
  color: #8d8d8d;
  margin-right: 7px;
}

.zip {
  width: 51px;
}

.btn-go {
  float: left;
}

font[size="1"] {
  font-size: small;
}

font[size="2"] {
  font-size: medium;
}

font[size="3"] {
  font-size: large;
}

font[size="4"] {
  font-size: x-large;
}

font[size="5"] {
  font-size: xx-large;
}

font[size="6"] {
  font-size: xx-large;
}

font[size="7"] {
  font-size: xx-large;
}

label.field {
font-size:15px;
color:#1d5894;
}

/**** Header ****/

#header {
  height: 195px;
  position: relative;
}

#header h1 {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 10px;
  background: url(http://www.healthcareforamericanow.org/page/-/hc09/logo.gif) no-repeat;
  width: 551px;
  height: 94px;
}

#logo a {
  height: 100%;
  width: 100%;
}

#main-nav {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 142px;
  border-right: 1px solid #65acb5;
  overflow: hidden;
  width: 100%;
}

#main-nav li {
  float: left;
  border-left: 1px solid #65acb5;
}

#main-nav a {
  display: block;
  line-height: 31px;
  color: #fcfaef;
  font-size: 12px;
  font-weight:bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 18px;
  padding-left: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#main-nav a:hover {
  text-decoration: underline;
}

#steps-nav {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 173px;
  border-right: 1px solid #d7dedc;
  overflow: hidden;
  width: 100%;
  height:88px;
}

.inline-steps-nav {
  padding:0;
  /*padding: 25px 0 0 0;*/
  margin: 0;
  overflow: hidden;
  width: 100%;
  height:88px;
}

#steps-nav li  {
  float: left;
  height:88px;
  padding-top:10px;
}

.inline-steps-nav li {
  float: left;
  height:88px;
  padding-top:10px;
}

#steps-nav li.one {
   width:150px;
   }

.inline-steps-nav li.one {
   width:102px;
}

.inline-steps-nav li.one {
   padding-top:40px;
}
   
#steps-nav li.two {
   width:102px;
   }

.inline-steps-nav li.two {
   width:60px;
}
   
#steps-nav li.three {
   width:105px;
   }

.inline-steps-nav li.three {
   width:80px;
}
   
#steps-nav li.four {
   width:111px;
   }

.inline-steps-nav li.four {
   width:67px;
}
   
#steps-nav li.five {
   width:115px;
   }

.inline-steps-nav li.five {
   width:69px;
}

#steps-nav li.six {
   width:120px;
   }

.inline-steps-nav li.six {
   width:76px;
}
   
#steps-nav li.seven {
   width:144px;
   }

.inline-steps-nav li.seven {
   width:96px;
}
   
#steps-nav li.eight {
   width:120px;
   }

.inline-steps-nav li.eight {
   width:79px;
}

#steps-nav li.complete, .inline-steps-nav li.complete {
   background: url(http://www.healthcareforamericanow.org/page/-/v2/timeline_filled.gif) repeat-x 0px 40px;
}

#steps-nav li.uncomplete, #steps-nav li.current, .inline-steps-nav li.uncomplete, .inline-steps-nav li.current {
   background: url(http://www.healthcareforamericanow.org/page/-/v2/timeline_unfilled.gif) repeat-x 0px 40px;
}

#steps-nav li.complete a, .inline-steps-nav li.complete a {
     color: #8D8D8D !important;
}

#steps-nav li.left {
	border-left: 1px solid #d7dedc;
	}
	
#steps-nav li.left div  {
	margin-left:24px;
	background: url(http://www.healthcareforamericanow.org/page/-/v2/timeline_filled.gif) repeat-x 0px 30px;
	height:47px;
	}

.inline-steps-nav li.left div {
	background: url(http://www.healthcareforamericanow.org/page/-/v2/timeline_filled.gif) repeat-x 0px 36px;
	height:47px;
        padding-top: 19px;
}
	
#steps-nav li.right, .inline-steps-nav li.right {
	margin-right:13px;
	}

#steps-nav a, .inline-steps-nav a {
  display: block;
  padding: 2px 0px 0px 18px;
  color: #025590 !important;
  font-size: 10px;
  text-decoration: none;
}

.inline-steps-nav a {
   margin-top:-7px;
   padding-bottom:18px;
}

#steps-nav li.label a, .inline-steps-nav li.label {
	font-size:16px;
	color:#8d8d8d !important;
	text-transform:uppercase;
	padding-left:0px;
	padding-top:4px;
	padding-right:0px;
	}
	
#steps-nav li.current a {
	background: url(http://www.healthcareforamericanow.org/page/-/v2/mark_filled.gif) no-repeat 0px 3px;
	height:44px;
	color:#d92c25 !important;
	}

.inline-steps-nav li.current a {
        /*background: url(http://www.healthcareforamericanow.org/page/-/v2/mark_filled.gif) no-repeat 0px 21px;	*/
        background: url(http://www.healthcareforamericanow.org/page/-/v2/mark_filled.gif) no-repeat 0px 10px;
	height:44px;
	color:#d92c25 !important;
	}
	
#steps-nav li.uncomplete a {
	background: url(http://www.healthcareforamericanow.org/page/-/v2/mark_unfilled.gif) no-repeat 0px 3px;
	height:44px !important;
	}

.inline-steps-nav li.uncomplete a {
	/*background: url(http://www.healthcareforamericanow.org/page/-/v2/mark_unfilled.gif) no-repeat 0px 21px;*/
	background: url(http://www.healthcareforamericanow.org/page/-/v2/mark_unfilled.gif) no-repeat 0px 10px;
	height:44px;
	}

#steps-nav a:hover, .inline-steps-nav a:hover {
  text-decoration: underline;
}


#steps-action-div {
}

#steps-action {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 220px;
  overflow: hidden;
  width: 100%;
  height:44px;
  padding-left:24px;
}

#steps-action li {
  float: left;
  height:44px;
  padding-top:7px;
  font-size:10px;
  color: #025590;
}

#steps-action a {
  padding: 0 0px 0px 0px;
  color:#d92c25;
  font-size: 10px;
  text-decoration: underline;
}

#steps-action li.label a {
	font-size:16px;
	color:#8d8d8d;
	text-transform:uppercase;
	padding-left:0px;
	padding-top:4px;
	padding-right:0px;
	text-decoration:none;
	}
	
#steps-action a:hover {
  text-decoration: underline;
  color:#990000;
}

#steps-action li.label a:hover {
	text-decoration:underline;
	color:#8d8d8d;
	}

#steps-action li.action {
   width:716px;
   padding-left:22px;
   }

#email-form {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 300px;
}

#email-form strong {
  font-size: 18px;
  color: #1d5894;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
}

#email-form p {
  line-height: 16px;
}

#email-form div {
  width: 100%;
  overflow: hidden;
}

/**** Container ****/

#container {
  height: 1%;
  overflow: hidden;
  padding: 0 7px 20px;
}

/**** Content ****/

#content {
  float: left;
  width: 595px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

#content li {
   list-style:disc;
   line-height:20px;
   font-size:14px;
   padding-bottom:10px;
}

#content .inline-steps-nav li {
  line-height:11px;
  list-style:none;
}

#which-side {
  display: block;
  overflow: hidden;
  height: 1%;
  border: 1px solid #d7d6cc;
  margin-bottom: 7px;
}

#which-side img {
  float: left;
}

#content #home_action {
  /* background-image: url(http://healthcareforamericanow.org/page/-/v2/homepage_background_obama.jpg); */
  background-image: url(http://healthcareforamericanow.org/page/-/hc09/homepage_background_june.jpg);
  background-repeat: no-repeat;
  border: 1px solid #d7d6cc;
  width: 593px;
  height: 396px;
  margin-bottom:15px;
}

#home_action_inside {
  position: relative;
  top: 80px;
  left:210px;
  width: 370px;
}

#home_action_inside .home_action_red {
  color: #d92c25;
  font-size: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height:130%;
}

#home_action_inside img {
  float: left;
  margin-right:10px;
}

#home_action_inside p {
  padding-bottom: 6px;
  padding-top: 5px;
}

h2.home_action_steps {
  display: inline;
}

a h2.home_action_steps {
  color: #d92c25;
  text-decoration: underline;
}

a:hover h2.home_action_steps {
  color: #d92c25;
  text-decoration: none;
}

span.home_action_text {
  font-size: 13px;
}

h2.home_action_now {
  font-weight: bold;
  padding: 10px 0px 5px 0px;
}

.home_action_small {
  font-size: 11px;
  font-style: italic;
  line-height: 100%;
}

p.home_action_small {
  padding-top: 0px;
}

.home_action_btn {
  margin-top: 10px;
}

#magpie h2 {
  font-size:14px !important;
  color:#333 !important;
  font-weight:bold !important;
}

#sign-petition {
  margin-top: 100px;
}

#main-info {
  border: solid #d7d6cc;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
  width: 593px;
}

.columns {
  width: 110%;
  overflow: hidden;
  background: url(http://www.healthcareforamericanow.org/page/-/img/bg-border.gif) repeat-y 311px 0;
}

.column {
  float: left;
  width: 283px;
  padding: 0 23px 0 12px;
}

#video-box {
  width: 250px;
  padding-top:10px;
}

.read-more {
  color: #1d5894;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.read-more a {
  color: #1d5894;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.recent-list li {
  list-style:none !important;
  font-size:12px !important;
}

.recent-posts2 {
  font-size:14px;
}

.video-holder {
	padding-bottom:10px;
       padding-top: 15px;
	}

.recent-posts {
  line-height: 25px;
}

.recent-posts ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #000;
}

.recent-posts a {
  color: #d92c25;
}

.title {
  border: solid #e2e1d7;
  border-width: 1px 0;
  padding-left: 15px;
  overflow: hidden;
  height: 1%;
  line-height: 36px;
  margin-bottom: 15px;
}

.title h2 {
  float: left;
  margin: 0 6px 0 0;
  padding-top:3px;
}

.rss, .rss img {
  width: 23px;
  height: 23px;
  margin-top: 7px;
  display:inline;
  text-indent:-99999px;
}

.attention {
  color: #d92c25;
}

.attention2 {
  color: #ea7379;
}

#blog {
  overflow: hidden;
  width: 100%;
}

#blog p a, #blog blockquote a, #blog li a {
  color: #d92c25;
}

.photo-holder {
  float: left;
  width: 90px;
  height: 106px;
  padding: 7px 6px 0;
  background: url(http://www.healthcareforamericanow.org/page/-/img/bg-photo.gif) no-repeat;
  margin-right: 13px;
  display: inline;
}

.photo-holder strong {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #999;
  font-weight: normal;
  line-height: 26px;
}

.tuys-image {
  padding: 3px;
  border: 1px solid #e2e1d7;
  margin: 0 6px 6px 0;
  float: left;
}

#blog-text {
  overflow: hidden;
  height: 1%;
}

#blog-text.no_avatar {
  margin-left: 6px;
}

.comments {
  margin: 0 !important;
}

.comments a {
  color: #d92c25;
}

.comment-entry {
  border-top: 1px solid #e2e1d7;
  padding-top: 10px;
}

#blog-cats {
  padding-left: 15px;
}

#blog-cats li {
 display: inline;
  color: #025590;
  font-size: 12px;
  text-transform: uppercase;
}

#blog-cats li.current {
  font-weight: bold;
}

#blog-cats li:before {
  content: "|";
  margin: 0 .5em;
}

#blog-cats li.first:before {
  content: "";
  margin: 0;
}

#blog-cats a {
  text-decoration: none;
  color: #d92c25;
}

#coalition ul {
  padding-left:0px;
  margin-left:0px;
}

#coalition ul li {
  list-style:none;
  padding-bottom:2px;
}


/**** Sidebar ****/

.sidebar {
  float: right;
  width: 284px;
}

div.sidebox {
  margin-bottom: 7px;
  overflow: hidden;
  height: 1%;
  padding: 0 6px 0px 0;
  background-repeat: no-repeat;
  background-position: 9px 3px;
}

.sidebox h4, #stand h4 {
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  padding: 4px 15px;
  text-transform: uppercase;
}

.sidebox a {
  text-decoration: none;
}

#contribute {
  background-position:5px 6px;
}

#wwa_list {
 margin: 0;
 padding: 0;
}

#find-event {
  background-image: url(http://www.healthcareforamericanow.org/page/-/img/ico-find.gif);
}

#tell-us {
  background-image: url(http://www.healthcareforamericanow.org/page/-/img/ico-tell.gif);
}

#tell-a-friend {
  background-image: url(http://www.healthcareforamericanow.org/page/-/img/ico-tell-a-friend.gif);
}

#sign-up {
  background-image: url(http://www.healthcareforamericanow.org/page/-/img/ico-sign-up.gif);
}

.box-ico {
  float: left;
  margin: 3px 0 0 3px;
  display: inline;
}

/*.sidebox .desc {
  float: right;
  width: 220px;
}*/

.green {background: #5dae0f url(http://www.healthcareforamericanow.org/page/-/img/bg-green-box.gif) repeat-y;}
.green h4 a, #stand h4 {color: #fcfaef;}
.green h4, #stand h4 {padding-top: 12px;}
.green h4 {padding-bottom:10px; text-align:center}
.green {color:#fcfaef;}
.green a {color:#fcfaef;}

.blue {
	background: #1d5894;
	padding-bottom: 6px;
}
.blue h4 a {color: #fcfaef;}
.blue h4 {text-align: center;}
.red {
	background: #d92c25 url(http://www.healthcareforamericanow.org/page/-/img/bg-red-box.gif) repeat-y;
	padding-bottom: 6px;
}
.red h4 a {color: #fcfaef;}
.red h4 {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 6px 0;
}
#network {
	background: #d92c25;
	padding-bottom: 6px;
}

#stand {
	margin-bottom:6px;
	}

#network h4 {
	text-align: center;
	margin: 6px 0;
  color: #fcfaef;
}
#network a {color: #fcfaef;}
.box-text {padding: 5px 5px 0 10px;}
.box-text2 {padding: 5px 5px 0 0px;}
.box-text p, .box-text p a, .box-text2 p, .box-text2 p a {color: #fcfaef; font-size:13px; line-height:15px;}
.box-text p a, .box-text2 p a {text-decoration: underline;}
.box-text p a:hover, .box-text2 p a:hover {text-decoration: none;}
/*ico-list*/
.ico-list {
	padding: 0;
	margin: 0;
	height: 1%;
	
	overflow: hidden;
	padding: 5px 0 5px 13px;
	text-align:center;
}
.ico-list li {
	float: left;
	margin-right: 8px;
	margin-bottom:8px;
	text-align:center;
}
/*search-form*/
.search-form {
	width: 117px;
	height: 71px;
	background: url(http://www.healthcareforamericanow.org/page/-/img/img-us-map.gif) no-repeat;
	padding: 15px 0 10px 20px;
	margin-left: 7px;
}
.search-form label {
	color: #1d5894;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
/*FOOTER*/
#footer {
	text-align: center;
	padding-bottom: 15px;
}
#footer p {
	display: inline;
	font-size: 10px;
	color: #333;
}
#footer ul {
	padding: 0;
	margin: 0;
	display: inline;
}
#footer li {
	display: inline;
	padding-left: 10px;
	background: url(http://www.healthcareforamericanow.org/page/-/img/img-footer-separator.gif) no-repeat 3px 50%;
}
#footer li:first-child {background: none;}
#footer a {
	color: #333;
	font-size: 10px;
}

#inner-page #blog {
  padding: 0 15px;
  width: auto;
}

.inner-page .blog-box p {margin-bottom: 20px;}
.inner-page #recent-posts {margin-top: 10px;}
/*list*/
.list {
	padding: 0 0 20px 25px;
	margin: 0;
}
.list li {
	padding-left: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background: url(http://www.healthcareforamericanow.org/page/-/img/img-black-bullet.gif) no-repeat 0 8px;
}



/* splash page */

#content #splash {
      display:none;
}

#splash {
	width:550px;
	height:380px;
	background-image:url(http://healthcareforamericanow.org/page/-/hc09/splash_hc09.jpg);
        /* recovery splash    background-image:url(http://healthcareforamericanow.org/page/-/v2/splash_recovery.jpg); */
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fcfaef;
	}

.splash_budget {
	background-image:url(http://healthcareforamericanow.org/page/-/splash_budget.jpg) !important;
	}

.budget_btn {
     left:230px;
     position:relative;
     top:255px;
}

#splash #recovery_btn img {
       top:245px;
	left:179px;
}
	
#splash form {
	position:relative;
	top:262px;
	left:179px;
       /* recovery splash   left: 241px; */
	}

#splash form label {
      color:#333;
      font-size:16px;
      font-weight:bold;
}
	
#splash form input#quick_email, #splash form input#quick_zip {
	height:23px;
	color:#999999;
	font-size:16px;
	padding-top:3px;
	padding-left:3px;
       margin-top:5px;
	}

#splash form input#quick_email {
      width:179px;
}

#splash form input#quick_zip {
      width:59px;
}
	
.splashbtn {
	display:inline;
	vertical-align:top;
       margin-top:5px;
	}


/* Event Module Styles */

.module_event2 {
   font-size:150% !important;
}

.module_event2 #control_set {
  border-color:#E2E1D7;
border-style:solid;
border-width:1px 0;
height:1%;
line-height:36px;
margin-bottom:15px;
overflow:hidden;
padding-left:15px;
background-color:#fcfaef !important;
}

.module_event2 #control_set h1 {
color:#1D5894 !important;
font-size:22px !important;
font-weight:normal !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
text-transform:uppercase !important;
font-family: "Helvetica","Arial", sans !important;
}

#SKIN .main {
border:none !important;
padding:0px !important;
width:auto;
}

#SKIN .main #eventdetail .title {
font-size:16px !important;
}

#SKIN .main #eventcreate h2.header, #SKIN .main #eventdetail h2 {
color:#1D5894 !important;
}

#SKIN .main #eventcreate p.instructions, #SKIN .main #eventcreate form#event_rsvp .table_container table tr td, #SKIN .main #eventcreate form#event_rsvp .table_container table tr th, #SKIN .main #eventcreate form#event_rsvp .table_container table tr th p, #SKIN .main #eventcreate form#event_rsvp .table_container table tr th a, #SKIN .main #eventcreate form#event_rsvp .table_container table tr td p, #SKIN .main #eventcreate form#event_rsvp .table_container table tr td a, #SKIN .main #eventdetail .description, #SKIN .main #eventdetail .detailtable_container, #SKIN .main #eventdetail .detailtable_container table tr td, #SKIN .main #eventdetail .detailtable_container table tr th, #SKIN .main #eventdetail .detailtable_container table tr td .location, #SKIN .main #eventdetail .detailtable_container table tr td .location .address, #SKIN .main #eventdetail .detailtable_container table tr td .location .maplinks, #SKIN .main #eventdetail #rsvp_container table#signup tr td form#event_rsvp table tr td, #SKIN .main #eventdetail #rsvp_container table#signup tr td form#event_rsvp table tr th   {
font-size:14px !important;
text-align:left !important;
}

#SKIN .main #eventdetail #rsvp_container table#signup tr td form#event_rsvp table tr td, #SKIN .main #eventdetail #rsvp_container table#signup tr td form#event_rsvp table tr th {
padding:5px !important;
}

#SKIN .main #eventdetail .detailtable_container  table tr td .location .maplinks ul li {
paddin-bottom:5px !important;
}

#SKIN .main #eventcreate form#event_rsvp .table_container table tr th.typedescheader {
padding-bottom:8px !important;
}

#SKIN .main #eventcreate form#event_rsvp .table_container table tr.odd th, #SKIN .main #eventcreate form#event_rsvp .table_container table tr.even th, #SKIN .main #eventcreate form#event_rsvp .table_container table tr.odd td, #SKIN .main #eventcreate form#event_rsvp .table_container table tr.even td {
padding:5px !important;
}

#event_simple_search_form .formlink {
display:none;
}

#step-3 table.step tr {
	display: block;
	margin-bottom: 20px;
}

#step-3 table.step td {
	padding-right:15px !important;
}

#step-3 table.step table.buttons tr {
	display: table-row;
}


/* April homepage styles */

.april_event p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-left: 325px;
	color: #fcfaef;
	font-size: 14px;
       *padding-top: 8px; /* IE 7 and below */
       _padding-top/**/:/**/ 3px; /* IE 6 only */

}



.april_event p a {
	color: #fcfaef;
}