body {text-align:center;}
h1, h2, h3 {font-family: 'PT Sans', sans-serif;}
h1 {font-size:22px;text-align:center;}
h2 {font-size:17px;}
h3 {font-size:14px;font-weight:normal;text-align:left;}
p.card {padding-left:30px;font-site:22px;color:green;}
p.heading {text-align:left;background-color:#DA9B5D; border:1px solid; border-radius:5px;font-weight:bold; width:80%;padding:10px 5px 10px 20px;}
p.quote {font-size:11px;font-style:normal;font-family:'PT Sans';padding-left:15px;padding-right:15px;}
p.services {text-align:left; font-style: normal; padding-left:25px;font-family: 'PT Sans', sans-serif;font-size:14px;}
a {color:#ecbc10;}
a:hover {color:green;}
.nav {margin:0px auto;text-align:center;font-size:20px;font-style:bold;font-family: 'PT Sans', sans-serif;color:#ecbc10;height:32px;}
.nav a {text-decoration:none;}
.nav a:hover {color: #7ac314;text-decoration:underline;}
.nav a:active {color: black;}
.nav ul {list-style:none;margin:0px;padding:0px;float:left;}
.nav li {float:left;padding:0 10px 0 15px;background-image:url(dot.gif);background-repeat:no-repeat;background-position:0 50%;}
.main {height:30px;width:1000px;margin:0px auto;}
.one {border-radius:10px;float:left;width:240px;margin-right:5px; background-color:#b3cb2b;}
.two {border-radius:10px;float:left;width:240px;margin-left:5px;margin-right:5px;background-color:#d7c200;}
.three {border-radius:10px;float:left;width:240px;margin-left:5px;margin-right:5px;background-color:#ecbc10;}
.four {border-radius:10px;float:left;width:240px;background-color:#fab600;margin-left:5px;}
.sub {height:350px;padding-top:20px;}
hr.hrsmall {width:60%;height:2px;color:gold;margin-top:15px;margin-bottom:15px;}
img.rounded {border-radius:5px;border:1px solid;}
img.float {border:0px; float:left;padding-right:4px;}


.simply-scroll-container { /* Container DIV - automatically generated */
	margin-top:10px;
	position: relative;
	border:1px solid #ecbc10;
	border-radius:5px;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
		z-index: 2;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 999px;
	height: 193px;
	
}

	.simply-scroll .simply-scroll-clip {
		width: 999px;
		height: 193px;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
			width: 999px;
			height: 193px;
		}
		.simply-scroll .simply-scroll-list li img {}
