/***************************************************
     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: left;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #333;
	background-color: #DAE0D1;
	width: 980px;
	z-index: auto;
	overflow: scroll;
	list-style-position: inside;
	clip: rect(auto,auto,auto,10px);
	height: 2500px;
}
h1 {
	clear: both;
	padding: 5px 0 12px 10px;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1.5px;
	color: #000;
}
#text h1 {
	background-image: url(../graphics/divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #333;
}
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;
	color: #000;
}
p:first-letter {
  font-size: 1.2em;
}
#news p {
	padding: 8px;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #DAE0D1;
	background-color: #A15A1C;
	text-align: center;
}
#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}
ul, ol {
	padding-bottom: 8px;
	line-height: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul {
	list-style-image: none;
	margin-left: 9px;
	padding-left: 9px;
}
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: 700px;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: right;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	background-color: #A15A1C;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/
#header {
	height: 144px;
	width: 700px;
	background-image: url(../images/yellowrose1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .title {
	font-size: 2.5em;
	line-height: 0.9em;
	letter-spacing: normal;
	color: #EEE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header .subTitle {
  padding: 0 0 0 75px;
  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: left;
	width: 640px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: right;
	margin-left: 30px;
	background-color: #DAE0D1;
}
#menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #8D1D07;
	font-weight: bolder;
	background-color: #DAE0D1;
	width: 640px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: none;
}
#menu a:hover, #menu a.active {
	background-color: #A15A1C;
	background-repeat: no-repeat;
	background-position: center top;
	color: #DAE0D1;
}
/***************************************************
   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: 220px;
	padding: 0;
	background-color: #DAE0D1;
	clear: left;
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news .block {
	margin-bottom: 20px;
	background-color: #DAE0D1;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#news .block .bottom {
	height: 28px;
	background-color: #98A585;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#news .links {
  margin: 10px 0 10px 0;
}
#news .links a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
}
#news .links a:hover {
	background-color: #A15A1C;
	background-image: none;
	background-repeat: repeat;
	background-position: center center;
	color: #DAE0D1;
	font-weight: bold;
	float: none;
}
#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: right;
	width: 380px;
	background-color: #DAE0D1;
	clear: right;
	color: #000;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 10px;
	margin-right: 30px;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/***************************************************
   Footer Styles
 ***************************************************/
#footer {
	height: 100px;
	background-color: #A2B08D;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: auto;
	float: none;
	clear: none;
}
p#footer:first-letter {
  font-size: 1.0em;
}
#footer img.right {
  padding: 2px 2px 0;
  border: 0;
}
/***************************************************
   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(../graphics/link_top.gif) no-repeat top center;
}
ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../graphics/link_arrow.gif) no-repeat center left;
}
ul.links li a span.desc {
  float: left;
  width: 360px;
  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(../graphics/link_bottom.gif) no-repeat top center;
}
/***************************************************
   Display Classes
 ***************************************************/
.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}
p.quote {
	float: none;
	background-color: #A2B08D;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	width: 360px;
	border-left-width: 0px;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
p.quote span.bottom { background: #edddb6 url(../graphics/quote_bottom.gif) no-repeat right bottom; float: right; width: 20px; }
img.right { float: right; padding: 3px; }
img.left {
  float: left;
  padding: 3px;
}
.grey {
  color: #AAA;
}
/***************************************************
   Display Classes
 ***************************************************/
#full {
	width: 700px;
	float: none;
	padding: 10px;
	background-color: #DAE0D1;
}
