/* set all to Arial */
p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Arial, Helvetica, sans-serif;
}
/* tags */
body {
	background: #71A8C6;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #649342;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}
h3 {

	font-size: 12px;
	font-weight: bold;
	color: #41531E;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}
p, ol {
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
ul {
	font-size: 12px;
	color: #006633;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* topsec with 2 graphics and text */
#topsec {
	border-top: 3px solid #72A64A;
	border-right: 3px solid #72A64A;
	border-bottom: 0px solid #72A64A;
	border-left: 3px solid #72A64A;
	background: #72A64A;
}
#topsec h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	padding: 0px;
	margin: 0px 5px 5px;
}
.logo {
	display: block;
	margin: 13px 10px;
}
.title {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 80px;
}
/* content section with no side nav */
#content {
	padding-left: 20px;
	padding-right: 20px;
	border: 3px solid #72A64A;
	background: #CBE0EB;
}
/* copyright section */
#copyright { text-align: right; margin-top: 20px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px}
#copyright p {
	font-size: 10px;
	text-align: right;
	line-height: 14px;
}
/* footnav section */
#footnav {
	font-size: 12px;
	font-weight: normal;
	color: #6FFF6A;
	text-decoration: none;
	text-align: right;
	background: #72A64A;
}
#footnav a:link { color: #FFFFFF; text-decoration: none}
#footnav a:visited { color: #FFFFFF; text-decoration: none }
#footnav a:hover { color: #6FFF6A; text-decoration: underline}
#footnav td {
	padding: 5px 10px 7px 3px;
}
/* other classes */
/* feature list */
.feature {
	border: 2px dashed #72A64A;
	padding: 5px;
	margin: 5px 20px;
	background: #F1F7FA;
}
.feature h2 {
	color: #649342;
	text-align: center;
	margin: 5px;
	padding: 0px;
}
.feature p {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
/* local photo panel */
.localphotos {
	font-size: 11px;
	text-align: center;
	border: 2px solid #72A64A;
	padding: 5px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #006633;
	background: #F1F7FA;
}
/* testimonials */
.testim {
	margin: 5px 10px 5px 0px;
	padding: 5px;
	border: 2px dashed #72A64A;
	background: #F1F7FA;
}
.testim p {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #006633;
}
/* photos */
.photoright {
	margin: 10px 0px 10px 30px;
	padding: 0px;
	display: block;
}
.photoleft {
	margin: 10px 20px 10px 0px;
	padding: 0px;
	display: block;
}
/* others */
.centre {
	text-align: center;
}
/* notice box */
.bxNotice {
	margin-right: 20px;
	margin-left: 20px;
	border: 2px solid #72A64A;
	margin-top: 20px;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.bxNotice h3 {
	text-align: center;
}
/* xmas bacground */
.xmas {
	background-image: url(../i/clip/holly.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
