@charset "UTF-8";
.homeCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302c25;
}
body {
	background-color: #ead5a3;
	top: 0px;
	background-position: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EAD5A3;
	line-height: 17px;
}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #91866D;
	font-weight: bold;
}
.subHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A3B30;
	font-weight: bold;
}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996666;
	font-weight: bold;
	text-decoration: none;
}

/*** JS CAROUSEL BY KVR ***/			
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 110px; 
	height: 168px;
	overflow: hidden;
}
 
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	text-align: center;
	width: 110px;
	height: 168px;
	overflow: hidden;
	float: left;
}
div.scroller div.content {
	width: 10000px;
}
 
div.controls a {
	text-decoration: none;
	border: 1px solid black;
}
 
div.section img {
	cursor: pointer;
}
 
div.controls .gliderButtons {
	background: #fff2b5;
	text-decoration: none;
	border: 1px solid black;
	cursor: pointer;
}