@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/template/page-bk.png);
	background-repeat: no-repeat;
	background-color: #FAFBF5;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}
#WRAPPER {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#WRAPPER #HEADER {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 283px;
	background-image: url(../images/template/banner-1.png);
	background-repeat: no-repeat;
}
#WRAPPER #HEADER #NAVBAR {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 0px;
	padding-top: 230px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#WRAPPER #HEADER #NAVBAR ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
#WRAPPER #HEADER #NAVBAR ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#WRAPPER #HEADER #NAVBAR ul li a {
	display: inline;
	line-height: 40px;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#WRAPPER #HEADER #NAVBAR ul li a:hover {
	color: #F2E7C4;
	line-height: 40px;
}
#WRAPPER #CONTENT #FLASHGALLERY {
	float: none;
}
#WRAPPER #CONTENT {
	min-height:290px;
	background-color: #F2E7C4;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 12px;
	clear: both;
	float: none;
	width: auto;
}
#WRAPPER #CONTENT p {
	line-height: 145%;
	font-size: 12px;
}
#WRAPPER #CONTENT ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#WRAPPER #CONTENT h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	color: #53788A;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	font-style: italic;
}
#WRAPPER #CONTENT h1 {
	font-size: 27px;
	font-weight: normal;

}
#WRAPPER #CONTENT h2 {
	font-size: 22px;
	
}
#WRAPPER #CONTENT h3 {
	font-size: 18px;
	font-weight: normal;
	
}
#WRAPPER #CONTENT h4 {
		
}
#WRAPPER #CONTENT h5 {
			
}
#WRAPPER #CONTENT a {
	text-decoration: none;
	color: #18B74B;
	font-weight: bold;
}
#WRAPPER #CONTENT a:hover {
	text-decoration: underline;
}
#WRAPPER #FOOTER {
	background-image: url(../images/template/tuatara-footer.jpg);
	background-position: center top;
	padding: 11px;
	background-repeat: no-repeat;
	color: #666;
	font-size: 11px;
}
#WRAPPER #FOOTER a {
	color: #18B74B;
	text-decoration: none;
	font-weight: bold;
}
#WRAPPER #FOOTER a:hover {
	text-decoration: underline;
}
#WRAPPER #HEADER h1{
	display: none;
}
.flashgallery {
	float: right;
	width: 350px;
}
.clearfloat {
	float: none;
	clear: both;
}
