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

.splash_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.footer_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
/* testimonial quotes */
.testimonial {
width:470px;
float:left;
margin:10px 0 10px 0;
}
.left-quote {
float:left;
background:url(images/quote-left.jpg) no-repeat top;
width:38px;
height:35px;
}
.testi-text {
	float:left;
	text-align:justify;
	width:415px;
	padding-right:45px;
	background:url(images/quote-right.jpg) no-repeat right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 11px;
}
.testi-name {
	float:left;
	padding:10px 0 0 30px;
	width:300px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 11px;
}
/*
  +------------------------------------------------------------------+
  | Green-Beast.com                                                  |
  | CSS: Double Lists                                                |
  | Cascading Style Sheet                                            |
  | Copyright May 2006                                               |
  | Use with attribution by visible link please!                     |
  | Attribute to: <a href="http://green-beast.com/">Mike Cherim</a>  |
  +------------------------------------------------------------------+
*/ 


/* this div gives the list a place to live and remain relative to */
#cdl {
  padding : 12px;
  width : 445px;
  background-color : #ffffdd;
  border : 1px solid #ccc;
  margin : auto;
}

/* here the heading is styled. not essential to the double lists */
#cdl h3 { 
  display : block;
  color : #056839;
  padding-bottom : 3px;
  margin-bottom : 3px;
  border-bottom : 1px solid #666;
}

/* style all the list items here */
#cdl ul li {
  height : 14px;
  list-style-type : none;
  color : #333;
  padding : 8px 0 8px 0;
  font-size : 10px;
  border-bottom : 1px solid #ccc;
}

/* every second list item is positioned outward and moved up equal to LI height to even them */
#cdl ul li.cdl_l2 {
  margin-left : 50%;
  margin-top : -1.7em;
  padding : 0.3em 0 0.4em 0;
  border : 0;
}   

/* Every other two list items are styled with a background for usability and style */
.cdl_alt {
  background-color : #fffffc;
}

/* star hack in use here but this is for IE 6.2 and older only and you may use a conditional comment and 2nd CSS */
* html #cdl ul li.cdl_l2 {
  margin-top : -2.1em;
}

/* End Styles */
