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

body {
	background-color: #0b472b;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #056839;
}
h2 {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #056839;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.splash_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:20px;
}
.nounderline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.pixquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px;
}
.pix {
	padding-left: 8px;
	float: right;
}
.pixleft {
	padding-right: 8px;
	float: left;
}
.footer_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
/* testimonial quotes */
.testimonial {
width:750px;
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:700px;
	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 */