body {
	background: #2f8658;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3;
}

p span{
	color: #550056;
	text-decoration: underline;
	width: 100px;
	font-weight: bold;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	width: 577px;
	color: #39811f;
	text-indent: 10px;
	margin-top: 10px;

}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
}

/*
ul{
  	

}
*/

#pagetext li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	border-bottom: 1px solid #c7c7c7;
	color: #333;
	width: 250px;
	line-height: 1.5em;	
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;	
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 100%	;
	background: url(images/bg.gif) repeat-x #2f8658;
}


div#container { 
	width:770px; 
	margin: 0px auto;
	position: relative;
		background: url(images/bottom.gif) bottom center repeat-x #fff;
	}
	

div#header { 
	background: url(images/header.jpg);
	width: 770px;
	height: 210px;
	margin:0px auto;
	position: relative;
 }
 


/*container for pagetext and left coloum */
div#content {
	width: 770px;

	margin: 0px;

	
 }

div#pagetext {
	width: 570px;
	float: left;
	position:relative;	

	border-left: 1px solid #2f8658;
	display: inline;
		
}

div#audio{
	position: absolute;
	width: 100px;
	height: 4px;
	left: 626px;
	top: 0px;

}


div#right{
	width: 192px;
	height: 300px;
	float: left;
	display: inline;
}

div#flash{
	position:absolute;
	left: 374px;
	top: 2px;
	height: 180px;
}


div#cards{
	width: 126px;
	height: 56px;
	background: url(images/creditcards.gif);
	position: absolute;
	left: 28px;
	top: 452px;
}


div#right a:link{
	color: #333;		
}

div#right a:visited{
	color: #333;		
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:left;
	
}



address{
	width: 165px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	background: #2f8658;
	font-size: 12px;
	margin: 0px auto;
	padding: 5px;
	position:absolute;
	left: 6px;
	top: 330px;

	
}

div#footer {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
	font-size: 9px;
	width: 770px;
	color: #333;
	text-align: center;
	padding: 5px 0px 10px 0px;
	clear: both;
	margin: 0px auto;
	left: 199px;
	bottom: 22px;
	height: 39px;
 }

 div#links a{
 	color: #333; 
 }

 
  div#bottom{

 	width: 100%; 
	background: #2b0000;
 }
 
 
 div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
 div#login a:link {
 	color: #fff;
	font-weight: bold;

 }
 

 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{

	float: right;
}

.left{ 
	float: left;
	text-align: center;
	color: #006600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	border-bottom: 1px dashed #006600;
}

.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 4px;

}

.left img{
	margin: 5px;
	border: 1px solid #808080;

	padding: 10px;

}

 .copyright {
 	width: 720px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;

 }
 
  .copyright a{
 	color: #fff;
	}
	
  .indexcopyright a{
 	color: #fff;
	}
	

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 164px;
	position: absolute;
	left: 5px;
	top: 159px;
}

ul#mainnav li {
	display: inline; 
	list-style: none;


}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #006633;
	width: 174px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 5px;
	margin-left: 0px;
	text-decoration: none;
	background: #e3dede;
	border-bottom: 1px solid #fff;
	font-family:Tahoma, sans-serif;

}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #006633;
	background: #cccc99;
	
	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #006633;
	text-align: center;
	background: #cccc99;
	

}







	
	/* ----------------- NAVIGATION for audio and sign in buttons----------------- */
	 #nav2 {
	width:222px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	left: 567px;
	top: 175px;
			  }
			#nav2 ul {
			margin:0;
			padding:10px 10px 0px 0px;
			list-style:none;
			  }
			#nav2 li {
			  display:inline;
			  margin:0;
			  padding:0;
			  }
			#nav2 a {
			  float:left;
			  background:url("images/navleft.gif") no-repeat left top;
			  margin-left: 1px;
			  padding:0 4px 0 12px;
			  text-decoration:none;
			  }
			#nav2 a span {
			  float:left;
			  display:block;
			  background:url("images/navright.gif") no-repeat right top;
			  padding:6px 9px 4px 0px;
			  color:#fff;
			  }
			/* Commented Backslash Hack hides rule from IE5-Mac \*/
			#nav2 a span {float:none;}
			/* End IE5-Mac hack */
			#nav2 a:hover span {
			  color:#fff;
			  }
			#nav2 a:hover {
			  background-position:0% -42px;
			  }
			#nav2 a:hover span {
			  background-position:100% -42px;
			  }  
			  
			 #nav2 a.current {
			   background-position:0% -42px;
			   color: #fff;
			  }
		 
			 #nav2 a.current span{
			   background-position:100% -42px;
			   color: #fff;
			  }
		

/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
		margin: 0px auto;
		padding: 0px;
		width: 745px;
		height: 25px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
	}



.clear{
	clear: both;
}

iframe{

}

.center{
	text-align: center;
}

.testimonials{
	font-style:italic;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	width: 75%;
}
