/***************************************************
     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.62em;
  color:  #2c2c2c; /*#666;*/
  background-color: #e1e1e1; /*#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: #BE0000;
}

p {
  line-height: 15px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

#news p {
  padding: 8px;
}

a {
  color: #BE0000;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  color: #111;
  background-color: #DDD;
  text-decoration: underline;
}


#news   a:hover,
#footer a:hover {
  /*background-color: #e1e1e1;*/ /*#CCC;*/
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

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.
 ***************************************************/

#siteBox {
  width: 800px;
  margin: 0px auto;
  text-align: left;
  background: #e1e1e1 /*#cee6e8*/ /*#dbeded*/ /*#fafcfb*/ url(../images/mg_bg.jpg) top center no-repeat ; 
  
}


#siteContent {
  height: 100%;
  /*The below hack works like a charm in IE6, Mozilla/Firefox/Gecko, Opera 7.x+, Safari1.2. IE7 supports min-height*/
  min-height: 800px;
  height:auto !important;
  height: 800px;
}

#siteStart {
  width: 800;
  height: 620px;
  /*margin: 0px auto;*/
  text-align: left;
  /*background: #c6c6c6 url(../images/wil_bg2.jpg) top center no-repeat ; */
  background: #d0d0d0 url(../images/wil_bg.jpg) top center no-repeat ; 
  /*background: #9fb0b0 url(../images/waw_bg.jpg) top center no-repeat ; */
  /** background: #00201f url(../images/waw_bg2.jpg) top center no-repeat ; */
  /*background: #1a1a1a url(../images/dm_bg.jpg) top center no-repeat ; */
  /*background: #4a4a4a url(../images/dm_bg2.jpg) top center no-repeat ; */
  
}


/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#headerMain {
  height: 144px;
  background: #e1e1e1;
}

#header {
  height: 144px;
  background: url(../images/hdr_dm.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;
  margin-right: 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 {
  text-align: center;
  margin-bottom: 20px;
}

#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_dark.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: 27.5%; /*225px;*/ /*175px;*/
  padding: 0 0 0 8px;
}

#news .block {
  margin-bottom: 20px;
  /*background: #DDD url(../images/block_top.gif) no-repeat top center;*/
}

#news .blockText {
  margin-bottom: 20px;
  background: #e1e1e1 url(../images/left_block.gif) no-repeat top left;
}

#news .block .bottom {
  height: 28px;
  /*background: #e1e1e1 url(../images/block_bottom.gif) no-repeat bottom left;*/
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none; color: #627A48;  
  font-weight: 500;
}

#news .links a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center left;
}

#news a img {
  border: 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: 67.5%; /*475px;*/
  font-size: 1.1em;
}


#intro {
  font-size: 1.15em;
  line-height: 1.5;
}



/***************************************************
   Footer Styles
 ***************************************************/

.footer {
  height: 80px;
  padding: 5px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background: url(../images/footer.gif) no-repeat top center;
  font-align: center;
}

p.footer:first-letter {
  font-size: 1.0em;
}

.footer img.right {
  padding: 5px 2px 0 2px;
  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: #BE0000;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #D3F9FF url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #4EE8FF;
}

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;
}

img {
  border-color: #AAA;
}

.imgbox {
  float:left;
  margin:5px;
}

.imgbox a, .imgbox a:link, .imgbox a:visited {
  color: #AAA;
}

#imgNews {
  float: left; 
  padding: 0px 0px 0px 0px; 
  margin-left: 27px; 
  margin-top: 10px;
}

#imgMenu {
  float: right;
  margin: 20px 20px 20px 20px;  
  width: 90%;
}

.imgNav {
  border: 1px solid black; 
  padding: 6px 6px 6px 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.93em;
}

.imgNav a {
  padding: 6px 6px 6px 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.93em;
  color: #666;
}

.imgNav a:hover {
  background: url(../images/link_news.gif) no-repeat bottom center;
}


.poem {
  margin-left: 15px;
}

/* Two columns text layout */
/***************************/

.index2Columns {
  float: left;
  width: 28em;
  padding: 1em 0 0 1em;
  margin-bottom: 1em;
  text-align: left;
  font-size: 0.8em;
}

.index2Columns h4 {
  clear: both;
  font-size: 1.0em;
  font-weight: bold;
}


.leftColumn {
  float: left;
  width: 55%;
  padding: 1em 0 0 1em;
  margin-bottom: 1em;
  text-align: left;
  font-weight: 500;
}

.rightColumn {
  float: left;
  width: 40%;
  padding: 1em 0 0 1em;
  margin-bottom: 1em;
  text-align: left;
  font-weight: 500;
}
/* Dividing line 75% */
/*********************/
#line75 {
  height: 2px;
  width: 75%;
  border-bottom: 1px solid #AAA; /*#2c2c2c;*/
}

/* Dividing line 100% */
/**********************/
#line100 {
  height: 2px;
  width: 100%;
  border-bottom: 1px solid #AAA; /*#2c2c2c;*/
}

#textBox {
  background-color: #BBB;
  text-align: center;
  /*vertical-align: middle;*/
  width: 70px;
  height: 60px;
  display: block;
  border:1px solid #BBB; 
  padding-top: 0;
  margin-top: 0;
}

#textBox h4 {
  clear: both;
  font-size: 1.0em;
  font-weight: normal;
  color: white;
  position: relative;
  vertical-align: middle;
  /*padding-top: 15px;*/
}

#textBoxLarge {
  background-color: #BBB;
  text-align: center;
  /*vertical-align: middle;*/
  width: 120px;
  height: 90px;
  display: block;
  border:1px solid #BBB; 
  padding-top: 0;
  margin-top: 0;
}

#textBoxLarge h4 {
  clear: both;
  font-size: 1.0em;
  font-weight: normal;
  color: white;
  position: relative;
  vertical-align: middle;
  /*padding-top: 15px;*/
}

/* Table definition */
/********************/
.table info {
  table-layout: fixed;
} 

.table h3 {
  clear: both;
  font-size: 1.0em;
  font-weight: normal;
  color: #BE0000;
}


