@charset "utf-8";
/* CSS Document */

div.helpIframe {
	width: 770px;
	text-align: center;
}

div.helpContent {  /* below level-1 header */
	      background-color: #FFFFFF;  /* dark gray-brown */
	      padding-bottom: 150px;
}

div.helpDiv { /* headed subdivision */
	  background-color: #FFFFFF;  /* lighter gray */
	  border: thin solid white;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 15px;
	  width: 86%;
}

p.help {
       background-color: white;
       margin-left: 20px;
       margin-right: 20px;
       border-top: solid #497574;  /* dark gray */
       border-bottom: solid #497574;
       padding: 0.75em;
}

ol.help {
       background-color: white;
       border-top: solid #497574;
       border-bottom: solid #497574;
       padding: 1em;
       width: 88%;
       margin-left: auto;
       margin-right: auto;
}

ol.help li {
   list-style-type: none;
   margin-bottom: 0.5em;
}

ol.help li img {
   margin-top: 0.5em;
   margin-bottom: 2em;
}

table.help {
      font-size: 13px;
      border-collapse: separate;
      background-color: white;
      margin: 20px;
      border-top: solid #497574;
      border-bottom: solid #497574;
      display: none;
}

/* HEADERS */
h1.help {
   background-color: #497574;
   color: white;
   padding: 3px;
   font-size: 20px;
   border-bottom: thin solid white;
   line-height: 1.5em;
   margin: 0;
}

h2.help {
	background-color: white;
	color: #497574;
	border-top: solid #497574;
	border-bottom: solid #497574;
	margin-right: 250px;
	margin-left: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15pt;
}

h3.help {
   background-color: #497574;
   color: white;
   padding: 3px;
   margin-top: 0px;
   font-size: 15px;
   border-bottom: thin solid white;
   line-height: 1.5em;
}

/* MAIN PAGE ICONS */

table.helpIcons {
		margin-left: auto;
		margin-right: auto;
		border-collapse: collapse;
		margin-bottom: 0px;
}

table.helpIcons tr td {
		width: 146px;
		background-color: #FFFFFF;  /* lighter gray */
		border: solid #497574;   /* dark gray */
		border-width: 4px;
}

table.helpIcons tr td h3 {
    margin: 0;
    padding: 1em 0;
    border: thin solid white;
}

table.helpIcons tr td a img {
    margin-bottom: 0.75em;
    border: none;
}

table.helpIcons tr td h3.thinner {
    line-height: 0.5em;
    margin-bottom: 1em;
}

h3.help.alone {
   border: thin solid white;
   width: 25ex;
   margin-left: auto;
   margin-right: auto;
}

h3.help.alone a {
   text-decoration: none;
   color: white;
}

/* FORMAT QUAD PAGES */

table.helpQuad {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
}

table.helpQuad tr td{
    width: 600px;
}

div.helpBox {
	background-color: #FFFFFF;  /* lighter gray */
	height: 250px;
	margin-bottom: 20px;
	margin-top: 20px;
        border: thin solid white;
}

div.helpBox.left {
    margin-left: 0;
    margin-right: 30px;
}

div.helpBox.right {
    margin-right: 0;
    margin-left: 30px;
}

div.helpBox p a img {
  border: none;
  margin-top: 25px;
}

/* FAQ */

p.help span {
  font-weight: bold;
  font-size: smaller;
}