/* <?php header('Content-type: text/css'); ?> */
/* <?php header('Content-type: text/css'); ?>   */
/* CSS Document */

/********** HTML TAGS ************/
body {
  margin: 0;
  /*background: #CFCFD1 url('/images/layout/body_bg.jpg') top repeat-x;*/
  background: #CFCFD1 url('../images/layout/body_bg.png');
}
body, td, p, textarea, input, select {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: #990000;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}

/********** CENTER PAGE ************/
#container {
  margin: 0 auto;
  padding: 0px 34px 34px 34px;
  width: 998px;
}
/********** Left Col ************/
#left_col {
    width: 200px;
    float: left;
}

/********** right col ************/
#right_col {
    width: 280px;
    float: right;
}

/************* HEADER **************/
#header {
  width: 998px;
  /*//height: 243px;*/
  height: 205px;
  /*background: url('/images/layout/header_bg.jpg') bottom right no-repeat;*/
  /*background: url('/images/layout/header_bg.jpg') bottom right no-repeat;*/
  position: relative;
}
#logo {
  display: block;
  float: left;
  border: 0;
  /*padding-top: 15px;*/
  padding-top: 5px;
  
}
#quick_links {
  margin: 0 2px 0 0;
  width: 199px;
  height: 140px;
  float: right;
  display: inline;
  background: #990000;
}
#quick_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#quick_links ul li {
  margin: 0;
}
#quick_links ul li a {
  width: 171px;
  padding: 2px 0 2px 28px;
  display: block;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
}
#quick_links ul li a:hover {
  background: #660000;
  text-decoration: none;
}

#header p {
  margin: 0;
  padding: 20px 70px 0 0;
  float: right;
  clear: right;
  font-size: 13px;
  color: #000066;
  white-space: nowrap;
  line-height: 18px;
}

#header p strong.red {
  color: #990000;
}


#header p#numbers {
  margin: 0;
  padding: 0;
  width: 100px;
  position: absolute;
  left: 160px;
  top: 190px;
  float: none;
  clear: none;
  font-size: 11px;
  line-height: normal;
}

#header p#donation {
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  left: 460px;
  top: 133px;
  float: none;
  clear: none;
  font-size: 11px;
  line-height: normal;
}

/************ CONTENT **************/
#content {
  margin-left: 33px;
  padding: 0 31px 5px 33px;
  width: 901px;
  background: #FFFFFF url('../images/layout/content_bg.jpg') repeat-y;
  font-size: 12px;
  color: #333333;
}
#content h2 {
  margin: 0 0 8px 0;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  color: #000066;
}

#content h3 {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #000066;
}
#content p {
  margin: 0 0 15px 0;
}

/************ NAVIGATION ***********/
#nav {
  margin: 0 0 10px 0;
  padding: 15px 0 0 0px;
  width: 900px;
  height: 20px;
  list-style: none;
  border-bottom: 1px solid #990000;
}
#nav li {
  float: left;
  border-left: 1px solid #990000;
  position: relative;
  z-index:100;    /* this keeps the menu selection on top */
}
#nav li.left {
  border-left: none;
}
#nav li a {
  display: block;
  padding: 0 5px;
  font-size: 13px;
  letter-spacing: 1px;
}
#nav li a:hover {
  text-decoration: none;
  color: #000000;
}
#nav li ul {
  margin: 0;
  padding: 4px 0 0 0;
  width: 119px;
  list-style: none;
  position: absolute;
  left: -1px;
  top: 16px;
  background: #FFFFFF;
  border-bottom: 1px solid #990000;
  visibility: hidden;
}
#nav li ul li {
  width: 117px;
  float: none;
  border-right: 1px solid #990000;
}
#nav li ul li a {
  width: 107px;
  padding: 2px 5px;
  font-size: 11px;
  background: #F7F7F7;
  border-top: 1px solid #CCCCCC;
}
#nav li ul li.top a {
  border-top: 1px solid #666666;
}
#nav li ul li a:hover {
  background: #EAEAEA;
}


/*************** FOOTER ***************/
#footer {
   padding: 20px 0px 5px 0px;
  height: 14px;
  clear: both;
}
#footer p {
  margin: 0;
  width: 300px;
  float: left;
  font-size: 11px;
  color: #666666;
}
#footer p.middle {
  text-align: center;
}
#footer p.right {
  text-align: right;
}
#footer a {
  color: #666666;
}
#footer a:hover {
  color: #333333;
  text-decoration: underline;
}
