/***************************************************
     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.8em;
  color: #666;
  background-color: #EEE;
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#text h1 {
  background: url(../images/h1_bg.jpg) no-repeat bottom left;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

/* p:first-letter { */
/*   font-size: 1.2em; */
/* } */

#news p {
  padding: 8px;
}

a {
  color: #003F87;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet.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.
 ***************************************************/

#siteBox {
  width: 80%;
  min-width: 650px;
  margin: 0px auto;
  text-align: left;
}

* html .minwidth {
	padding-left: 650px;
}
* html .container {
	margin-left: -650px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .layout {
	height: 1px;
}


/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 198px;
  background: #EEE;
}

#header .bottom-lt {
  height: 28px;
  background-color: #000;
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #333;
}

#header .subTitle {
  padding: 0 0 0 12px;
  color: #333;
}

#header .subTitle a {
  text-decoration: none;
  color: #777;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}





/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: right;
  margin-bottom: 20px;
  font-size:.8em;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background: url(../images/menu_tab.gif) no-repeat top center;
}





/***************************************************
   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: left;
  width: 30%;
  padding: 0 20px 0 0;
  font-size: .9em;
}

#news .block {
  margin-bottom: 20px;
  background: #DDD url(../images/block_top_lt.gif) no-repeat top left;
}

#news .block .top {
  position: relative;
  margin: -12px 0 10px 16px !important;
  margin: 0px 0 10px 16px;
  padding: 0 10px 0 0;
  background: #DDD url(../images/block_top_rt.gif) no-repeat top right;
}


#news .block .bottom_lt {
  height: 28px;
  background: #DDD url(../images/block_bottom_lt.gif) no-repeat bottom left;
}

#news .block .bottom_rt {
  height: 28px;
  position: relative;
  margin: -12px 0 10px 16px !important;
  margin: 0px 0 0px 16px;
  padding: 0 10px 0 0;
  background: #DDD url(../images/block_bottom_rt.gif) no-repeat bottom right;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;
}

#news .links a:hover {
  background: #EEE url(../images/link_news.gif) no-repeat center right;
}

#news a img {
  border: 0px;
}

#news .block h1{
  font-size: 1.7em;
}


/***************************************************
   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: 65%;
}






/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 20px 15px 0 5px;
  margin: 20px 0 20px 0;
  background: url(../images/footer.gif) no-repeat top right;
  font-size: .8em;
  text-align: right;
}

#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 10px;
  border: 0px;
}



/***************************************************
   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;
}

ul.links li a:hover {
  background: #DDD 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: #EEE url(../images/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

/***************************************************
   Table Classes
 ***************************************************/

#hor-zebra {

    font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size:12px;
    width:480px;
    text-align:left;
    border-collapse:collapse;
    margin:20px;
    color:red;
}

#hor-zebra th {
    font-size:14px;
    font-weight:normal;
    color:#039;
    padding:10px 8px;
}

#hor-zebra td {
    color:#669;
    padding:8px;
}

#hor-zebra .odd {
    background: #DDD;
}

