/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #000000;
  background-color: #EEE;
}

h1 {
  clear: both;
  padding: 5px 0 0px 5px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
  color:#000000;
}

#news h1 {
  clear: both;
  padding: 5px 0 0px 5px;
  margin: 0;  
  color: #000000;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#text h1 { 
	border-bottom: 1px;
	border-bottom-style: hidden;
}

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;
  line-height: 15px;
  color:#000000;
}

a {
  color: #006600;
}

a:hover {
  color: #006600;
  text-decoration: none;
}

#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 15px;
}

ul {
  list-style: disc;
  margin-left: 5px;
}

#news ul {
  list-style: disc;
  padding-left: 20px;
  list-style-position:outside;
  color:#000000;
}

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: 764px;
  margin: 5px auto 10px;
  text-align: left; 
  background:#FFF;
  background-color: #FEFADE;
  border: 3px;
  border-style: solid;
  border-color: #FF6600;
  overflow:auto;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 190px;
  background: #FFFFFF url(../images/spoon_leaf_banner2.gif) no-repeat top center ;
  background-color: transparent;
  padding: 0px 0 5 0px;
}

#header .title {
  padding: 0px 0 0 0px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding: 0 0 0 12px;
  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: 0px; 
	margin-top: 10px; 
	padding-top: 7px;
	padding-bottom: 10px;
	background-color:#FEFADE;
	border-bottom: 2px;
	border-top: 2px;
	border-color: #FF6600;
	border-bottom-style: solid;
	border-top-style: solid;
	font-size: 1.5em;
}

#menu a {
	padding: 5px 20px 0 20px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover { 
	text-decoration: underline;
}

#menu a.active { 
	text-decoration: underline;
}






/***************************************************
   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: 187px;
  padding: 0 0px 0 0;
  background-color: #FEFADE;
  margin-left: 10px;
  margin-bottom: 20px;
  border: 2px;
  border-left-color: #FF6600;
  border-left-style:hidden;
}

#news .block {
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 20px;
  border: 1px;
  border-color:#FF6600;
  border-style: solid;
}

/***************
FF9933 is the orange 
FF6600 is darker orange
99CC99 is darker green
FFCC66 is lighter orange
FEFADE is lighter yellow
****************/

#news .block .bottom {
  height: 28px;
  background: #FEFADE;
}

#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: #FFF;
}

#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: 550px;
  margin-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #FEFADE;
  margin-bottom: 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: 20px;
  
}

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: #FFFFCC url(../images/link_top.gif) no-repeat top center;
  border: 1px;
  border-style:solid;
}

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
 ***************************************************/

.newsheader {
  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;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: #FEFADE;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

#map {
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}