/******************************************************************
*
*   File: global RCI stylesheet
*   Author: Craig Nelson - Classic Labs
*
*/

  body {
    margin: 10px 0;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    background: url(/images/background.jpg) repeat 0 0;
  }
  a:link, a:visited, a:active { color: #30f; }
  a:hover { color: #f90; }
  img { border: none; }
  h3 { font-size: 15px; }
  h5 { font-size: 12px; }
  h3.blue,
  h3.orange {
    padding: 3px 5px;
    color: #fff;
  }
  h3.blue { background: #009; }
  h3.orange { background: #f90; }
  h4 { font-size: 14px; }
  p,
  div.box { margin: 15px 0; }
  table {
    padding: 2px;
    width: 100%;
  }
  table,
  table td,
  table th {
    vertical-align: super;
    border: 1px solid #aaa;
  }
    table th {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      background: #f90;
    }
    table td,
    table th { padding: 2px 7px; }
    td.details p,
    td.register p { margin-top: 0; }
    td.details p.last { margin-bottom: 0; }
  table.officers td.title,
  table.calendar td.event,
  table.join td.company {
    color: #009;
    font-weight: bold;
  }
  .center { text-align: center; }
  .no-click { cursor: default; }
  .clear { clear: both; }
  #container {
    margin: 0 auto;
    width: 800px;
  }
    #header,
    #nav,
    #content { background: #fff; }
    #header {
      height: 200px;
      border: 1px solid #000;
      background: url(/images/header.jpg) no-repeat 0 0;
    }
    #nav {
      margin: 0 0 10px;
      padding: 0;
      padding-left: 15px;
      height: 22px;
      list-style: none;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
    }
      #nav li { float: left; }
        #nav li a {
          display: block;
          margin: 3px 30px 0 0;
          color: #009;
          font-size: 14px;
          font-weight: bold;
          text-decoration: none;
        }
        #nav li a:hover { color: #f90; }
        /* second level lists */
        #nav li ul { 
        	position: absolute;
        	left: auto;
        	margin: 0;
        	padding: 0;
        	width: 150px;
        	list-style: none;
        	visibility: hidden;
        	border-top: 1px solid #000;
        	border-left: 1px solid #000;
        	border-right: 1px solid #000;
        	background: #009;
        }
        #nav li:hover ul.second, 
        #nav li.hov ul.second { visibility: visible; }
          #nav li ul li {
            float: none;
            border-bottom: 1px solid #000;
          }
          #nav li ul li a {
            margin: 0;
            padding: 3px 7px;
            color: #fff;
            font-size: 12px;
          }
          #nav li ul li a:hover {
            color: #009;
            background: #f90;
          }
        /* --second level lists */
    #content {
      margin-bottom: 10px;
      padding: 0 15px;
      border: 1px solid #000;
    }
      #content-left {
        float: left;
        width: 475px;
      }
      #content-right {
        float: right;
        width: 280px;
        text-align: center;
      }
        #content-right div.box { text-align: left; }
      div.box h3 { margin: 0; }
      div.box p,
      div.box h4 { padding: 0 10px; }
      div.box h4 { 
        color: #009;
        font-size: 12px;
      }
      div.blue { border: 1px solid #009; }
      div.orange { border: 1px solid #f90; }
      /* officers page */
      table.officers td.title { width: 25%; }
      table.officers td.name { width: 33%; }
      table.officers td.contact { width: 42%; }
      /* --officers page */
      /* calendar page */
      table.calendar td.date { width: 10%; }
      table.calendar td.event { width: 14%; }
      table.calendar td.details { width: 54%; }
      table.calendar td.register { width: 22%; }
      /* --calendar page */
      /* education page */
      table.education td.date { width: 10%; }
      table.education td.details { width: 68%; }
      table.education td.register { width: 22%; }
      /* --education page */
      /* join page */
      table.education td.company { width: 25%; }
      table.education td.address { width: 33%; }
      table.education td.contact { width: 42%; }
      /* --join page */
    #footer {
      padding: 0 10px;
      color: #000;
      text-align: center;
      border: 1px solid #000;
      background: #f90;
    }
      #footer span.address { display: block; }
      #footer h4 { margin: 10px 0; }
      #footer a { color: #009; }
