/**
 * Generic Tag Styles
 **/
body {
  background-image: url('../images/page-background.png');
  background-repeat: repeat-x;
  background-color: #4d4d4d;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
}

img
{
  border: 0em solid black;
}

h1
{
  font-size: 2em;
}

h2
{
  font-size: 1.5em;
}

h3
{
  font-size: 1em;
}

h1,h2,h3
{
  font-weight: bold;
}

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

a:hover
{
  text-decoration: underline;
}

small
{
  font-size: .75em;
}

table.results {
   margin:auto;
   border: 1px solid black;
   border-width: 1px 0px 0px 1px;
   border-spacing: 0px;
   font-size: 1.5em;
}

table.results th {
   font-weight: bold;
   background-color: #e6eef6;
   color: #da2127;
}

table.results td, table.results th {
   border: 1px solid black;
   border-width: 0px 1px 1px 0px;
   padding: .25em;
}


/**
 * Classes Styles
 **/

.alert
{
  color: red;
  font-weight:bold;
}

.posts
{
  margin: auto;
  margin-top: 1em;
  padding: .25em 0em .25em 1em;
}

.posts p
{
  margin: 0em;
  padding: 0em;
}

.floatright
{
  float: right;
  text-align:center;
  margin: .25em;
  border: 1px solid black;
  padding: .25em; 
}

form.stylishform fieldset {
  margin-bottom: 10px;
}
form.stylishform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.stylishform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.stylishform fieldset ol {
  margin: 0;
  padding: 0;
}
form.stylishform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.stylishform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.stylishform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.stylishform fieldset fieldset label {
  display: block;
  width: auto;
}
form.stylishform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.stylishform label {
  width: 120px; /* Width of labels */
}
form.stylishform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

img.fleft
{
   padding: 5px 15px 5px 5px;
   float: left;
}

/**
 * Page Layout Styles
 **/

#container
{
  margin: auto;
  width: 800px;
  padding: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color:white;
}

#skip {
  position: absolute;
  left: -9999px;
}

#links
{
   clear:both;
   float:right;
   margin-right: 10px;
   margin-top: -20px;
}

#links ul
{
  list-style: none;
  margin: 0em;
  text-align: center;
}

#links ul li
{
  display: inline;
  border: none;
  font-weight: bold;
  color:#da2127;
}

#links a:link, #links a:active, #links a:visited
{
   color: white;
   text-decoration: none;
   background: #4d4d4d;
   margin-left: 2px;
   padding: 5px 1em 15px 1em;
   border-top: 1px solid #4d4d4d;
   border-left: 1px solid #4d4d4d;
   border-right: 1px solid #4d4d4d;
   border-bottom: none;
}

#links span.crumb
{
   background-color: white;
   color: #080808;
   margin-left: 2px;
   padding: 5px 1em 15px 1em;
   border-top: 1px solid #da2127;
   border-left: 1px solid #da2127;
   border-right: 1px solid #da2127;
   border-bottom: none;
}

#links a:hover
{
   color: #080808;
   text-decoration: none;
   background-color: white;
   border-top: 1px solid #da2127;
   border-left: 1px solid #da2127;
   border-right: 1px solid #da2127;
   border-bottom: none;
}

#header
{
  background-image: url('../images/usflagbanner.png');
  background-position: -3px -3px;
  padding: 0em;
  margin: 0em;
  overflow:hidden;
  border-top: 1px solid black;
  height: 100px;
  width: 800px;
  background-color: white;
}

#logo
{
  float:left;
  text-align:right;
  margin: 15px 0px 0px 25px;
  width: 35%;
}

#logo h1
{
  text-align:right;
  padding: 0em;
  margin: 0em;
  line-height: none;
}

#logo small
{
  font-size: 1.5em;
}

#logo a img
{
  float:left;
}

#logo a
{
   color: black;
   text-decoration: none;
}

#logo span
{
   color:#da2127;
}

#content
{
  background-color: white;
  padding: 0em 1em 0em 1em;
}


#footer
{
  background-color:white;
  border-bottom: 1px solid black;
  padding: 0px 2em 0px 2em;
  font-size: .75em;
  text-align: center;
  clear: both;
}
