*{margin: 0; padding: 0 }

body {
	text-align: center; /*IE centered*/
    font-family: Arial;
	font-size: 14px;
	margin: auto;
	width: 100%;
	background-image: url(images/main-bg.png);
}

a{

text-decoration: none;
	color: #99cc00;


}
a:hover{
text-decoration: underline; color: #99cc00;}

#buttons{
	color: white;
	padding-left: 30px;
	margin-left: 6px;
	padding-top: 12px;
	padding-bottom: 5px;
	height: 20px;
	background-image: url('images/button-bg.png');
	margin-right: 6px;
}

#buttons a{
	color: white;
	background-image: url('images/button-on.png');
	height: 20px;
	padding-top: 12px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;	
	text-decoration: none;

}

#buttons a:hover{
	background-image: url('images/button-off.png');
	height: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;	
	text-decoration: none;


}
#buttons a.current{
	background-image: url('images/button-off.png');
	height: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;	
	text-decoration: none;


}

#buttons a:active{
	color: white;

}
#buttons a.current{
	color: white;

}
#buttons ul{

}
#buttons li{

	list-style-type: none;
	display: inline;
	text-decoration: none;
	color: #827e72;
}

#content{
	width: 784px;
	overflow: auto;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align: justify;
	background-color: white;
	background-image: url(' images/backgroundimg.png');
}

#classes h4{
	color: #99cc00;
	border-bottom-color: aqua 2px solid;
}

h1{
	color: white;
	font-size: 1em;
    font-family: Arial;
	
}

h2, h3{
	
	color: #7B776C;
	font-style: oblique;
}

#content h4{
	
	text-align: left;
	color: black;
	font-style: oblique;
	font-size: 1.2em;
}
#content ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

#head{
	background-image: url('images/header_backup.png');
	background-position: top;
	margin: 0 auto;
	height:200px;
	width: 800px;

}

#contact_info{ 
	float: left;
	background-position: bottom;
	padding: 50px;
	padding-left: 300px; 
	text-align: left;
}

#footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	height: 150px;
	font-size: .9em;
	color: white;
	background-color: #99cc00;
	border-top: 7px solid silver;
	
}
#footer a{

text-decoration: underline;
	color: white;


}
#footer a:hover{
text-decoration: none;
	color: white;

}
#footer li{
	list-style-type: none;

}

.footer_column{
	text-align: left;
	float:right;
	width: 400px;
	height: 100px;
	padding-left:20px;
}

.footer_info{
	float:right;
	width:250px;
	padding-right: 60px;
}

.footer_copy{
float:right;
padding-right: 80px;
}

#gallery-text{
	
	width: 600px;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;

}


#images{
	position: relative;
	float: right;

}
#logo{
	padding-top: 40px;
	padding-left: 20px;
	float: left;

}

#test2{
	margin: 5px;
	float: right;
	width: 300px;
	height:250px;
	border: 2px solid green;
	position: relative;
}

#text{
	float: left;
	width: 400px;
	padding-top: 20px;
	margin-left: 10px;

}
#wider_text{
	float: left;
	width: 600px;
	padding-top: 20px;
	margin-left: 30px;
	overflow: auto;

}
		
a:focus { outline:none }
		
img { border: 0 }
		
h3 {margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
		


		/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow-y: : scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: scroll; 
	border: 5px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
	background: #fff;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 600px;
	list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 600px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	float: left;
}
		
.stripNav ul { /* The auto-generated set of links */
	width: 600px;
	list-style: none;
	display: inline;
	text-decoration: none;
	display: block;
}
		
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
		
.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
		
.stripNav li.tab1 a { background: #89c205 }
.stripNav li.tab2 a { background: #89c205 }
.stripNav li.tab3 a { background: #89c205 }
		
.stripNav li a:hover {
		background: #afbd22;
}
		
.stripNav li a.current {
	background: #afbd22;
	color: #fff;
}



/*preload classes*/ 
.svw {margin: 100px auto; background: #fff;} 
.svw ul {position: relative; right: -999em;} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow:hidden;
	border: 2px solid #89c205;   
	margin: 0 0 0 0;
	width: 600px; 

} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left:0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
	position: relative; 
	left:-10px; 
	top: 0;
} 
.stripTransmitter { 
	overflow: auto;
	width: 1%; 
} 
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative;
	top: 0px;
	left: 0;
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	background: #89c205; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
} 
.stripTransmitter a:hover, a.current{ 
	background: #fff; 
	color: #89c205; 
} 
 

		


