body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	line-height:16px;
}
p {

}

a:link {
	color:#F63;
	text-decoration:none;
}

a:hover {
	color:#00E;
	text-decoration:underline;
}






#header_space {
	background: url(../images/header-bg.png) center repeat-x;
	height: 212px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#header {
	background: url(../images/header.png) left no-repeat;
	height: 212px;
}
	
#nav {
	background-color: #ec8f0c;
	height: 25px;
	text-align: left;
	color:#fff;
}

#nav ul {
	margin:0px;
	margin-left: 215px;
	padding-left:30px;	
	padding-top: 5px;
}

#nav li {
	display: inline;
	padding-right: 22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;		
}

#nav li a {
	color: #fff;
	text-decoration:none;
}

#nav li a:hover {
	color:#FF6;
	text-decoration:underline;
}

#content {
	color: #425c09;
	margin:45px 15px 20px;
	text-align: left;
}

.call {
	font-size: 16px;
	color: #3aa108;
	font-style: italic;
	
}
.homeimage {
	margin:15px 0 15px 30px;
	border: 0px;
}

.pageimage {
	margin:15px 0 15px 30px;
	padding: 10px;
	border: 1px solid #9BCE4A;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-border-radius: 25px;
}

.pageimageleft {
	margin:15px 30px 15px 14px;
	padding: 10px;
	border: 1px solid #9BCE4A;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-border-radius: 25px;
}



#footer {
	background: url(../images/footer-bg.png) center repeat-x;
	padding-top: 10px;
	margin-bottom: 30px;
	color: #3aa108;
	text-align: left;
	height:46px;
	display:block;

}

.info {
	margin-top: 10px;
	margin-left: 100px;
}

.textbox {
	background-color:#F1F1F1;
	width: 215px;
	margin: 0 20px 10px 0;	
	float: left;
	padding: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.textbox .largefont {
	font-size: 200%;
	color:#9BCE4A;
	padding: 30px 5px 0 5px;
	margin: 0;	
	letter-spacing:.10em;
}

.textbox .smallfont {
	font-size: 15px;	
	letter-spacing:.5px;
	padding: 20px 5px 12px 5px;
}

.textbox .testimonial {
	padding-left: 20px;
	padding-right: 20px;	
}

h1 {
	font-size: 24px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	padding-bottom: 20px;
	color:#9BCE4A;
}