/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Softened Cells
       DATE: 2005.08.26
        USE: Free use as long as this notice is
             kept in place.  If you would like 
             to remove it, please contact me at
             http://fullahead.org/contact.html.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.72em;
  color: #666;
  background-color: #EEE;
}

h1 {
  clear: both;
  padding: 5px 0 12px 5px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.75px;
}

#text h1 {
  background: url(../images/h1_bg.jpg) no-repeat bottom center;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 0 0;  
  font-size: 1.0em;
  font-weight: normal;
  color: #BE0000;
}

h3 {
    font-size: 1.0em;
    margin-bottom: 5px;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

#news p {
  padding: 8px;
}

a {
  color: #BE0000;
}

a:hover {
  color: #111;
}

a img {
    border: 0;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

#text ul {
  list-style-image: url(../images/li_bullet_dark.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}

/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#wrapper {
  width: 750px;
  margin: 0px auto;
  text-align: left;
}

/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/
#header {
  height: 144px;
  background: url(../images/hdr_sunflower.jpg) no-repeat top center;
}

#header .title {
  padding: 10px 10px 0 10px;
  text-align: right;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding: 0 10px 0 12px;
  text-align: right;
  color: #EEE;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}

/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/
#menu {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
}

#menu li {
    margin: 0;
    padding: 0;
}

#menu a {
  padding-bottom: 6px;
  text-decoration: none;
  color: #666;
}

#menu a:hover {
    background-color: transparent;
    color: #BE0000;
}





/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  float: right;
  width: 175px;
  padding: 0 0 0 20px;
}

#news .block, #menu .block {
  margin-bottom: 20px;
  background: #CEDDEC url(../images/block_top.gif) no-repeat top center;
}

#news .block .bottom, #menu .block .bottom {
  height: 28px;
  background: #CEDDEC url(../images/block_bottom.gif) no-repeat bottom center;
}

#news .links a {
  display: block;
  padding: 6px 10px 6px 10px;
  text-decoration: underline;  
}

#news .links a:hover {
  background: url(../images/link_news.gif) no-repeat center center;
}

#news .date {
    font-size: 0.95em;
    padding: 0 0 0 10px;
}

#news a {
  padding-bottom: 6px;
  text-decoration: none;
  color: #666;
}

#news a:hover {
    background-color: transparent;
    color: #BE0000;
}

#news h1 {
    padding-bottom: 0px;
}

/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
  float: left;
  width: 355px;
}

/***************************************************
   Footer Styles
 ***************************************************/

#footer {
    margin-top: 40px;
}

/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/

ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;
  cursor: pointer;
  text-decoration: none;
  background: none;
}

ul.links li a:hover {
  background: url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666;
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: url(../images/link_bottom.gif) no-repeat top center;
}

table th, table td {
    vertical-align: top;
}

table td ul {
    margin-top: 0px;
}

/***************************************************
   Flash & Errors
 ***************************************************/

#errorExplanation, #flash {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p, #flash {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  color: #BE0000;
}

td.date {
    white-space: nowrap;
    color: inherit;
}

.quote {
  float: left;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #CEDDEC url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #94B2D4;
}

.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

#text .quote h1 {
    background: none;
}

#text .quote p.more {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

.required {
  color: red;
}

#text .list {
    clear: both;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
    list-style-image: none;
}

#text .list li {
    margin: 0 0 30px 0;
}


