/* =============================================================== */
/* info_page.css - Styles for standard info pages                  */
/* =============================================================== */

/* Import the styles for the standard page */
@import url(/css/standard_page.css);

/* --------------------------------------------------------------- */

#info {
  margin: 2.0em;
  display: block;
}

#info p {
  margin: 0.5em 0 0.5em 0;
}

#info li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 1.125em;  
  text-indent: -1.125em;
}

#info img {
  border: none;
  margin: 0 2px 0 0;
  vertical-align: middle;
}

#info strong {
  font-weight: bold;
}

#info h1 {
  padding: 1em 0 1em 0;
  text-align: center;
}

#info a {
  font-weight: bold;
  color: rgb(2, 71, 148);
  text-decoration: none;
}

#info a:hover {
  text-decoration: underline;
}

#info .centered {
  text-align: center;
}

/* --------------------------------------------------------------- */

/* Column 1/3 without left border */
/* ------------------------------ */

#content .column_1_3 {
  float: left;
  width: 300px !important;              /* Non IE6 */
  width: 298px;                         /* IE6 */
  margin: 4px 4px 4px 4px !important;   /* Non IE6 */
  margin: 4px 2px 4px 2px;              /* IE6 */
}

#content .column_1_3 .header {
  width: 100%;
  border-top: solid 1px rgb(225, 225, 225);
  border-left: solid 1px rgb(225, 225, 225);
  border-right: solid 1px rgb(225, 225, 225);
  border-bottom: solid 1px rgb(200, 200, 200);
  text-align: left;
  background-color: rgb(225, 225, 225);
}

#content .column_1_3 .header p {
  padding-top: 0;
  padding-left: 4px;
  margin: 0;
  font-size: 1.125em;
}

#content .column_1_3 p {
  padding-top: 4px;
}

#content .column_1_3 p strong {
  font-weight: bold;
}

#content .column_1_3 p em {
  font-style: italic;
}

#content .column_1_3 ul {
  margin-top: 4px;
  margin-left: 0px;
  padding-left: 0;
  list-style: none;
}

#content .column_1_3 li {
  padding-left: 10px;
  background-image: url(/img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 0.75em;
}

/* =============================================================== */


