*
{
    padding: 0;
    margin: 0;
    border: 0;
}
body
{
	background: #fff;
	font-size: 14px;
	font-family: "Optima","Arial", "Century Gothic"; 
}
#center
{
	width: 680px;
	margin: 0 auto;
}
html
{
	overflow: scroll;
}
.fullwidth
{
	width: 100%;
	clear: both;
	margin: 0;
	height: 0;
}

/*  ####################  headers  ####################  */

a:link,a:visited,a:active
{
	color: #8a8a8a;
	text-decoration: none;
}
a:hover
{
	color: #70108f;
}  
h1
{
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	float: left;
	width: 680px;
    margin: 120px 0 0 0;
}
h1 a:link,h1 a:visited,h1 a:active
{
	color: #d04f10;
}
h1 a:hover
{
	color: #ff7f01;
}
h2 a:link,h2 a:visited,h2 a:active
{
	color: #98bb30;
}
h2 a:hover
{
	color: #bdda67;
}
h2
{
	font-size: 22px;
	font-style: normal;
	font-weight: 100;
	float: left;
	padding: 0 0 2px 0;
	left: 0;
	color: #98bb30;
	  
}  
/*h3
{
	font-style: normal;
	font-weight: 100;
	float: left;
	width: 140px;
	padding: 4px 0 8px 0;
	color: #ff7f01;
	font-size: 13px;
}
h3 a:link,h3 a:visited, h3 a:active
{
	color: #dc5316;
}	
h3 a:hover
{
	color: #ff7f01;
}*/
h3
{
	font-style: normal;
	font-weight: 100;
	float: left;
	padding: 0 0 0 0;
	color: #330a4d;
	font-size: 12px;
}	
h3 a:link,h3 a:visited, h3 a:active
{
	color: #330a4d;
	font-style: underline;
}	
h3 a:hover
{
	color: #b7b7b7;
}
h4
{
	font-style: normal;
	font-weight: 100;
	float: left;
	padding: 0 0 2px 0;
	color: #42421a;
	font-size: 13px;
}
h4 a:hover
{
	color: #959567;
}
.copyL
{
	float: left;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #8a8a8a;
	margin: 4px 0 0 0;
}
.copyR
{
	
	float: right;
	color: #8a8a8a;
	font-family: "Century Gothic";
	font-size: 10px;
	margin: 4px 0 0 0;
}
.copyR a:hover
{
	float: right;
	color: #ff7f01;
	font-family: "Century Gothic";
	font-size: 10px;
	margin: 4px 0 0 0;
}	

/*  ####################  button  ####################  */ 

.button2 
{
	float: left;
	font-size: 12px;
	color: #545454; 
	text-align: center;
	width: 100px;
	height: 32px;
	margin: 12px 26px 0 26px;
	padding: 18px 0 0 0;
    background: #f4eee9;

	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d2d2d2));

	background: -moz-linear-gradient(top, #f2f2f2, #d2d2d2);

	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 50;
}
.button2 a:hover
{
	color: ##ff7f01;
} 


/*  ####################  containers  ####################  */ 
 
.leftboxtext
{
	width: 300px;
	float: left;
	margin: 0 0 0 0;
	padding: 1px 0 0 10px;
	
}

.titlebox
{
	float: left;
	width: 680px;
	height: 20px;
	margin: 20px 0 8px 0;
	padding: 4px 0 0 0;
	border: 1px solid #895698;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.newsbleep
{
	width: 654px;
	float: left;
	font-style: italic;
	background: #e9e7fe;
	color: #895698;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 16px 0 22px 0;
	padding: 6px 12px 8px 12px;
}

.horizline	
{
	float: left;
	width: 680px;
	height: 1px;
	margin: 0 0 0 0;
	background: #8a8a8a;
}
#fullwidthbox
{
	
	float:left;
	width: 680px;
   	margin: 8px 0 8px 0;
	padding: 0 0 0 0;
	color: #8a8a8a;
	text-decoration: none;
	
}
#fullwidthbox a:hover
{
	
	float:left;
	width: 680px;
   	margin: 8px 0 8px 0;
	padding: 0 0 0 0;
	color: #ff7f01;
	text-decoration: none;
	
}
#taglinebox
{
	float: left;
	top: 700px;
	width: 680px;
	height: 20px;
	margin: 32px 0 0 0;
}
#navlist
{
	position: absolute;
	width: 680px;
	list-style-type: none;
	font-size: 14px;  
	margin: 32px 0 64px 0;
	padding: 0 0 0 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #e5e5e5;  
}
.button
{
	width: 136px;
	height: 20px;
	padding: 8px 0 6px 0;
	float: left;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 50; 
}
.button:hover
{
	background: #c3df6f; /*pale green*/
}
#navlist ul
{
	position: absolute;
	left: -9999px;  
}
#navlist li:hover ul
{
	position: relative;
	width: 136px;
	left: 16px;
	font-size: 11px;
	text-align: left;
	list-style: none;
	margin: 4px 0 10px 0;
	padding: 4px 0 6px 12px;
	background: #dbe5be;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 100;   
}
p
{
	width: 660px;
	font-size: 12px;
	padding: 0 0 6px 0;
	float: left;
	color: #330a4d;
}
p a:link,p a:visited,p a:active
{
	color: #d43c07;
}
p a:hover
{
	color: #ff9b65;
}
  
/*  ####################  not used  #################### */ 


/*  ####################  slideshow  #################### */ 

#slideshowcontainer
{
	width: 700px;
   
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}
#slideshow 
{
	width: 680px;
    height: 480px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "optima",arial;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #658e03;
	position: relative;
	z-index: 5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #e5e5e5;
}
#slideshow:hover
{
	margin:0;
	padding:0;
}


/*    @@@@@@   location of fore and back arrows   @@@@@@   */

#slideshow ul#nav 
{
	list-style: none;
	position: relative; 
	top: 200px; 
	z-index: 20;
}
	#slideshow ul#nav li#prev 
	{
		float: left; 
		margin: 0 0 -32px 8px;
	}
	#slideshow ul#nav li#next 
	{
		float: right; 
		margin: 0 7px -32px 0;
	}
	#slideshow ul#nav li a 
	{
		display: block; 
		width: 16px; 
		height: 32px;
		
	}
	#slideshow ul#nav li#prev a 
		{
			background: url(images/prev_162.png) no-repeat;
		}
	#slideshow ul#nav li#next a 
		{
			background: url(images/next_162.png) no-repeat;
		}
	#slideshow ul#slides 
		{
			float: left;
			list-style: none;
			width: 600px;
			height: 460px;
			margin: 25px 0 0 40px;
			padding: 0 0 0 0;
			   
		}
		
  /*    @@@@@@   this piece controls the slide in frame   @@@@@@   */  	
		
		#slideshow ul#slides li 
		{
			float: left;
			width: 600px; 
		    height: 460px;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
	        
			color: #658e03;  
		}
		
   
		
		
		
		