/* body
--------------------------------------- */
body {
  font: normal medium Arial, Helvetica, sans-serif;
  background: white;
}

img {
  background-color: white;
}

.hidden {
  display: none;
}

i {
  display: none;
}

span.red_caps {
  background-color: transparent;
  color: #df2506;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

span.blue_caps {
  background-color: transparent;
  color: #00a3ee;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

span.caps {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

/* #container
--------------------------------------- */
#container {
  width: 100%;
  position: static;
}

/* #column_1
--------------------------------------- */
#column_1 {
  display: none;
}

/* #column_2
--------------------------------------- */
#column_2 {
  position: static;
}

/* TODO: we want to highlight the background of navigation items */
/* #navigation
--------------------------------------- */
#navigation {
  display: none;
}

#logo {
}

/* #navigation_buttons
--------------------------------------- */
#navigation_buttons {
  display: none;
}

/* #header
--------------------------------------- */
#header {
}

#page-title {
}

#page-title div {
}

#page-title h1 {
  font-style: italic;
  font-weight: bold;
}

#join-now-button {
  display: none;
}

/* TODO: Fix this silliness */
/* #header_navigation
--------------------------------------- */
#header_navigation {
  display: none;
}

/* #content
--------------------------------------- */
#content-container {
}

#content {
}

#content left img {
  margin: 4px;
}

#content ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 18px 0px 36px;
}

#content ul.firemed_basic_or_firemed_plus {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 26px;
  width: 22em;
}

img.icon {
  margin: 0px 0px 0px 0px;
  padding: 0px; 
  top: 0;
  right: 0;
  float: right; 
}

#content ul.firemed_basic_list {
  list-style-type: disc;
  margin: 0px 0px 0px 0px;
  padding: 0px 18px 0px 63px;
}

#content ul.what_to_do_in_an_emergency {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 18px 0px 45px;
}

#content ol.what_to_do_in_an_emergency {
  margin: 0px 0px 0px 0px;
  padding: 0px 18px 0px 72px;
}

#content li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 18px 0px;
}

#content ul.firemed_basic_or_firemed_plus li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 18px 9px;
}

#content ul.firemed_basic_list li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 18px 0px;
}

#content li#firemed_basic {
  list-style-image: url(images/firemed_basic_bullet.png);
}

#firemed_basic_form {
  list-style: none;
}

#firemed_plus_form {
  list-style: none;
}

#firemed_basic_radio {
  display: block;
  float: left;
  margin: 0px 0px 0px -16px;
}

#firemed_plus_radio {
  display: block;
  float: left;
  margin: 0px 0px 0px -16px;
}

#content li#firemed_plus {
  list-style-image: url(images/firemed_plus_bullet.png);
}

#content ul.what_to_do_in_an_emergency li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 18px 9px;
}

#content li#step_1 {
  list-style-image: url(images/bullet-1.png);
}

#content li#step_2 {
  list-style-image: url(images/bullet-2.png);
}

#content li#step_3 {
  list-style-image: url(images/bullet-3.png);
}

#content li#step_4 {
  list-style-image: url(images/bullet-4.png);
}

#content ol.what_to_do_in_an_emergency li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 18px 0px;
}

#content h1,
#content h2,
#content h3,
#content h4 {
  margin: 0px 0px 0px 0px;
  padding: 0px 18px 18px 0px;
}

#content h1 {
  background-color: transparent;
  color: #df2506;
  font-size: xx-large;
  font-style: italic;
}

#content h2 {
  background-color: transparent;
  color: #002f5d;
  font-size: xx-large;
}

#content h2.small {
  font-size: xx-large;
}

#content h3 {
  background-color: transparent;
  color: #002f5d;
  font-size: large;
}

#content h4 {
  background-color: transparent;
  color: #df2506;
  font-size: large;
  font-style: italic;
}

#content h4.indent {
  margin: 0px 0px 0px 0px;
  padding: 0px 18px 18px 54px;
}

#content p.indent {
  margin: 0px 0px 0px 0px;
  padding: 0px 18px 0px 54px;
}

#content p.small_space {
  margin: 0px 0px 0px 0px;
  padding: 0px 18px 3px 18px;
}

#content p.small {
  font-size: small;
}

#content a:active,
#content a:link,
#content a:visited {
  background-color: transparent;
  color: #df2506;
  text-decoration: none;
}

#content a:hover {
  background-color: transparent;
  color: #002f5d;
  text-decoration: none;
}

ul.service-selection {
  list-style-type: square;
  width: auto;
}

ul.service-selection li.firemed-basic {
  color: #df2506;
  font-weight: bold;
  
}

ul.service-selection li.firemed-plus {
  color: #00a3ee;
  font-weight: bold;
}

#content img.no_space {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#content img.right-border {
  border: 1px solid #000000;
}

#content .left {
  float: left;
}

#content .left img {
  margin: 8px 8px 8px 0px;
}

#content .left_jobcare,
#content .left_how_to_join {
  float: left;
}

#content .left_jobcare div {
  text-align: center;
}

#content .right {
  float: right;
  margin: 8px 0px 8px 8px;
}

#content .right img {
  margin: 8px 0px 8px 8px;
}

#content .clear {
  clear: both;
}

.two-col {
  width: 100%;
}

.two-col .left-col {
}

.two-col .right-col {
  float:right;
}

.blue-border {
  border: 1px solid #004774;
}

#content .keyline {
  border-top: 1px solid #d8d8d8;
  height: 18px;
  margin: 0px 18px 0px 18px;
  padding: 0px 0px 0px 0px;
}

/* FIXME: the form layout needs some work 
 * Input sizes should be in ems
 * 
 */
#content .first_name {
  float: left;
  width: 120px;
}

#content .middle_initial {
  float: left;
  width: 70px;
}

#content .last_name {
  float: left;
  width: 120px;
}

#content .social_security_number {
  float: left;
  width: 120px;
}

#content .date_of_birth {
  float: left;
  width: 120px;
}

#content .first_name input,
#content .middle_initial input,
#content .last_name input,
#content .social_security_number input,
#content .date_of_birth input {
  width: 90%;
}

#content input {
  font: normal small Arial, Helvetica, sans-serif;
}

#content input.space {
  margin: 0px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}

#content input.short {
  width: 100px;
}

#content input.medium {
  width: 200px;
}

#content input.long {
  width: 400px;
}

/* TODO: fix the footer to the bottom of the page */
/* #footer
--------------------------------------- */
#footer {
  clear: both;
}

#footer ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 18px 18px 9px 18px;
}

#footer li {
  display: block;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 9px 0px;
  text-transform: uppercase;
}

#footer p {
  margin: 0px 0px 0px 0px;
  padding: 36px 18px 0px 18px;
}

#footer h1 {
  font-size: x-large;
  font-style: italic;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 36px 18px 18px 18px;
  text-transform: uppercase;
}

/* #section_1_footer,
   #section_2_footer,
   #section_3_footer
--------------------------------------- */
#section_1_footer,
#section_2_footer,
#section_3_footer {
  margin: 0px 0px 0px 0px;
  padding: 18px 18px 18px 18px;
}

#section_1_footer h1,
#section_2_footer h1,
#section_3_footer h1 {
  margin: 18px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#section_1_footer h1 {
  background-color: transparent;
  font-size: xx-large;
  font-weight: bold;
}

#section_1_footer p {
  margin: 0px 0px 0px 0px;
  padding: 18px 0px 9px 0px;
}

#section_2_footer h1 {
  background-color: transparent;
  font-size: xx-large;
  text-align: center;
  text-transform: uppercase;
}

#section_3_footer h1 {
  font-size: x-large;
  text-align: center;
}

#section_3_footer .left {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 18px 0px 0px 0px;
}

/* #copyright
--------------------------------------- */
#copyright {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#copyright p {
  font-size: small;
  margin: 0px 0px 0px 0px;
  padding: 18px 0px 18px 0px;
}

#copyright a:active,
#copyright a:link,
#copyright a:visited {
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: none;
}

/* TODO: highlight form problems better - need a better background for #content first */
.form-error {
  color: red;
  font-weight: bold;
}
