/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 26 April 2007 at 16:27 EST
* --------------------------------------------------------------
**/


/** Element Styles
-------------------------- **/
body {
   background-color: #EEE;
   margin-top: 20px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: normal;
   margin: 0 0 0 0;
   padding: 0px;
   color: #333333;
}
   h1 {
      font-size: 20px;
      color: #000000;
   }
   h2, h3 {
      margin-left: -10px;
      font-weight: normal;
   }
   h2 {
      font-size: 14px;
   }
      h2 strong, h2 b {
         font-weight: normal;
         color: #333
      }
   h3 {
      font-size: 12px;
      font-style: italic;
      margin-bottom: 20px;
   }
   h4 {
      font-size: 12px;
      margin-top: 10px;
      color: #c50831;
   }
a {
   color: #c50831;
}
  a:hover {
     text-decoration: none;
  }
  a:visited {
     color: #720d1c;
  }
/*strong {
   color: #c50831;
}*/

/** Class Styles
-------------------------- **/
td.content {
   font-size: 12px;
}
   td.content div.image {
      padding: 0 10px 0 0;
      margin: 0;
      float: left;
      display: block;
      width: 201px;
      height: 480px;
      text-align: center;
   }
div#flashcontent {
   background-image:url(images/dbl_line.jpg);
   background-position:left bottom;
   background-repeat:repeat-x;
   padding-bottom:4px;
/*   height: 344px;*/
   width: 760px;
   font-size: 12px;
   color: #333333;
   line-height: 20px;
}
   div#flashcontent p {
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 20px;
   }

/*div#content1, div#content2, div#content3*/
table.homeTable {
   margin-top: 16px;
}
   .column1, .column2, .column3 {
      width: 231px;
      padding: 0 10px 0 15px;
      font-family: Geneva, Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 22px;
      color: #333333;
   }
      .column1 h2, .column2 h2, .column3 h2, .homeTitle {
         font-size: 14px;
         font-weight: bold;
         margin: 0;
      }
      .column1 {
         width: 236px;
         padding: 0 10px 0 10px ;
      }
      .column2, .column3 {
         width: 227px;
         background: #FFF url("images/homePageVertBar.gif") 0 16px repeat-y;
      }
      .homeContent {
         padding-top: 15px;
      }
.outerContent {
   border: 1px solid #999999;
   background-color: #FFF;
}
.hdr {
   background-image: url(images/dbl_line.jpg);
   background-repeat: repeat-x;
   padding-bottom: 4px;
   background-position: left bottom;
   position: relative;
}
.leftBar {
   background-image: url(images/dbl_line_vert.jpg);
   background-repeat: repeat-y;
   background-position: right top;
   padding-right: 10px;
   width: 161px;
}
.rightBar, .innerContent {
   width: 549px;
}
.innerContent {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 22px;
   color: #333333;
}

.sidebar {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   color: #666666;
   line-height: 25px;
   text-align: right;
   padding-right: 10px;
}
.sidebar a {
   color: #990000;
   text-decoration:none;
}
.lvl2 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-transform: uppercase;
   color: #666;
   padding-top: 15px;
   padding-bottom: 2px;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #CCCCCC;
   text-align: right;
   padding-right: 10px;
}
.lvl2 a {
   text-decoration:none;
   color: #666;
}
.ftr {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #999999;
}
.ftr a{
   text-decoration:none;
   color: #999999;
}
.lvl2Selected {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-transform: uppercase;
   color: #c50831;
   padding-top: 15px;
   padding-bottom: 2px;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #CCCCCC;
   text-align: right;
   padding-right: 10px;
}
.lvl2Selected a {
   text-decoration:none;
   color: #c50831;
}
.lvl3 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: italic;
   color: #666;
   background-color:#EEE;
   padding-top: 5px;
   padding-bottom: 2px;
   padding-right:10px;
   text-align: right;
}
.lvl3 a {
   text-decoration:none;
   color: #666;
}
.lvl3Selected {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #900;
   font-style: italic;
   padding-top: 5px;
   padding-bottom: 2px;
   background-color:#EEE;
   padding-right:10px;
   text-align: right;
}
.lvl3Selected a {
   text-decoration:none;
   color: #900;
}

