@charset "utf-8";
/* CSS Document */

#quickfind {
  background: #b40a3c url(../images/layout/quickfind-bg.gif) left top no-repeat;
  /*border: thin dotted aqua;*/
  border-bottom: 1px solid #fff;
  padding: 35px 20px 20px 20px;
}
	#quickfind h2 { display: none; }
	#quickfind p { margin: 0; }
	#quickfind select { background: #eaa3b8 url(../images/layout/quickfind-select-bg.gif) 1px 1px no-repeat; border: 1px solid #fcdae4; width: 210px; }

#meetings {
  background: #4d6138 url(../images/layout/meetings-bg.gif) left top repeat-x;
  /*border: thin dotted aqua;*/
  border-bottom: 1px solid #fff;
  padding: 12px 20px;
  }
	#meetings ul { margin: 0; padding: 0; }
	#meetings li { background: url(../images/layout/meetings-bg2.gif) 50% 100% no-repeat; margin: 0 0 1em 0; overflow: hidden; padding: 0 0 10px 0; }
		* html #meetings li { height: 1%; }
		#meetings li.last { background: none; padding: 0; }
		#meetings li img { border: 3px solid #b4d78c; float: right; margin-left: 4px; }
	#meetings h2 { color: #fff; margin-top: 6px; }
	#meetings h4 { color: #b4d78c; margin-bottom: 0; }
	#meetings p { color: #e1efd1; margin-bottom: 0; }
	#meetings a:link, 
	#meetings a:visited { color: #b4d78c; text-decoration: none; }
	#meetings a:hover, 
	#meetings a:active { text-decoration: underline; }
	
#featured {
  /*border: thin dotted aqua;*/
  background: url("../images/RLECHeader.jpg") no-repeat scroll left top transparent;
  padding: 12px 20px;
}
	#featured img { border: 1px solid #fff; float: left; margin-left: -21px; }
	#featured h2 { color: #fff; margin-top: 60px; }
	#featured .more a { background: url(../images/icons/more-front.gif) right center no-repeat; }

#featuredNews {
  float: left;
  /*border: thin dotted aqua;*/
  width: 250px;
  padding: 12px 20px;
}
	#featuredNews ul { margin: 0; padding: 0; }
	#featuredNews li { background: none; margin: 0 0 1em 0; padding: 0; }
	#featuredNews h2 { color: #006069; margin-top: 6px; }
	#featuredNews h3 { color: #b4d78c; margin: 0 0 0 1em; }
	#featuredNews p.postDate { color: #808880; font-size: 10px; margin: 0; }
	#featuredNews a:link, 
	#featuredNews a:visited { text-decoration: none; }
	#featuredNews a:hover, 
	#featuredNews a:active { text-decoration: underline; }

#quotes
  {
  /*border:thin yellow dotted;*/
  width:177px;
  height:600px;
  float:left;
  margin-left:0px;	
  }

#testimonials {
  /*background: url(../images/layout/quote-top-bg.gif) 50% 20px no-repeat;*/
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  float: left;
  margin: 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  width: 165px;
    /*border:thin red dotted;*/
  }

#testimonials p {
  color: #fff;
  line-height: 1em;
  margin: 0;
  font-size: 11px;
  }
  
#testimonials h2 {
  color: #fff;
  line-height: 1em;
  margin: 0;
  font-size: 20px;
  }

#testimonials cite {
  /*background: url(../images/layout/quote-bottom-bg.gif) 50% 5px no-repeat;*/
  /*background: url(../images/layout/quote-bottom-bg.gif) 50% 5px no-repeat;*/
  color: #66c6cf;
  display: block;
  font-style: normal;
  line-height: 2em;
  padding: 10px 0 0 0;
  /*text-align: center;*/
  text-align: left;
  border-bottom:1px white solid;
  }
#testimonials cite strong {color:#fff; display: block; }
#testimonials a:link, 
#testimonials a:visited {color:#cbfbff; font-size:11px; }
#testimonials a:hover, 
#testimonials a:active {color:#fff; font-size:11px;}

#front #header {
  background: none;
  height: 321px;
  /*border: thin dotted aqua;*/
}
#front #road { margin-top: -37px; }
	* html #front #road { margin-top: 0; }
	* html #front #flash { height: 1%; margin-top: -37px; }
#front #contentcontainer { background: url(../images/layout/front-content-bg.gif) left top repeat-y; overflow: hidden; }


#front-sub { float: left; width: 290px; }
	* html #front-sub { }




