* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0; 
  background: #ddeaad url('../img/bg.jpg') repeat-x; 
  font: 0.9em/1.5 "arial",sans-serif; 
  color: #303030; 
  text-align: center; 
}

/*  --------------------------------------------------------------- */
a {color:#2c3890;}
a:link {color:purple;}
a:hover {color:black; text-decoration: none;}

/* --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 7px 0; }
h1 { font-size:200%; line-height: 100%;}
h2 { font-size:150%; font-weight: normal;}
h3 { font-size:105%; border-top: 1px dotted gray; padding: 5px 0 0 0;}
h4 { font-size:120%; }
h5 { font-size:100%; }

.rbroundbox h2 {color: #fff; font-size: 170%; margin-top: 0; border: 0;}

/* layout ---------------------------------------------------------------------- */
#layout { 
  width:820px; 
  margin:0 auto; 
  text-align:left; 
}

  	/*  ------------------------------------------------------------------ */
  	#header { position:relative;  margin-bottom: 15px; }
  
      #logo {
        font-family: Arial, san-seif;
        position: relative; 
        overflow: hidden; 
        width: 283px; height: 64px;
        font-size:230%;
        margin: 25px 0 15px 25px;
        line-height: 108px;
        text-align: left;
        color: black;
      }
      #logo a{
        text-decoration: none;
        color: #fff;
        font-weight: normal;
        border-left: 8px solid #b41818;  
        padding: 0px 10px 7px 10px;  
      }
      
      #logo span {
        color: #676767;
        font-weight: bold;
      }
      
      #logo a:hover span {
        color: #fff;
        font-weight: bold;
      }
      
      #navigation{
        position: absolute;
        left: 270px;
        line-height: 83px;
        display: block;
        height: 108px;
        width: 530px;
        top: 0;
        text-align: right;
        font-size: 95%;
        font-weight: bold;
      }
      
      #navigation ul li{
        display: inline;
      }
      
      #navigation li a {
        color: #3b7dc0;
        padding: 50px 10px;
        text-decoration: underline;
      }
      
      #navigation a:hover {
        color: black;
        text-decoration: none;
      }
      
      
    

      .content {
      float: left; 
      padding: 12px 0 12px 10px;
      width:500px;
      z-index: 10;
      }
      
      #main {
      padding: 0 37px
      }
      
      .photo-borders {padding: 3px; background-color: white; border: 1px solid gray;}
      
      #footer {
      background: #3b7dc0;
      color: white;
      font-size: 90%;
      margin-top: 50px;
      padding: 0 0 50px 0;
      border-top: 3px solid white;
      }
      
      #footer a{
      color: white;
      }
      
      #footer-inside {
      width:746px; 
      margin:0 auto; 
      text-align:left; 
      padding: 15px 0 25px 0;
      }
      
      #footer-inside p {
      margin-top: 0;
      margin-bottom: 0;
      }
      
      #copyright {
      float: right; 
      width: 200px;
      font-style: italic;
      font-size: 11px;
      text-align: right;
      }
      
      #footer-info{
      margin: 0 0 0 0px;
      text-align: left;
      float: left;
      }

/*  -------------------------------------------------------------------- */
p { margin:15px 0; line-height: 21px; font-size: 100%}

.content p {color: #fff; margin-top: 10px;}

#main h2 a:link, #main h2 a:visted {text-decoration: none;}
#main h2 a:hover {text-decoration: underline;}

/*  --------------------------------------------------------------------- */
table { margin:15px 0; border: 1px solid #cdcdcd; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%;}
th { text-align:center; font-weight:bold; border: 1px solid #cdcdcd;}
th, td { padding:4px 6px; border: 1px solid #cdcdcd;}
tr.table-top {background: #e5e5e5; font-weight: bold;}

/*  --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

/*  -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/*  --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.light {padding: 4px 5px; background: #ac0001; text-decoration: none;} .light:hover {color: #fff;}
.noscreen { display:none; }


