html, body {
	margin: 0;
}

/*set all to 0*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #86B743; color: #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
}

#wrapper {	
	text-align: left;
	margin: 0px auto 20px auto;
	width:960px;
	border: 0px solid #4A8200;
}

#header {
	height: 100px;
	/*text-align: right;
	height: 80px;*/
}

#header .topnav {float: right; padding-top: 10px; font-size: 11px;
	background-color: transparent; color: #fc0; text-align: right;
	margin-right: 0;	
}	
#header .topnav a,
#header .topnav a:link,
#header .topnav a:hover,
#header .topnav a:visited {
	background-color: transparent; color: #fc0; text-align: right;
}	
#header .logo {margin-left: 280px; margin-top: 0px;}

/*#header .moduletable {float: right; padding-top: 40px; font-size: 12px;
	background-color: transparent; color: #254305;	
}*/	
	
#menu {
	width:100%;
	background-image: url(../images/menu.jpg);
	/*background-repeat: repeat-x;
	height: 30px;	*/
	background-repeat: repeat;
	/*height: 60px;*/
	float:left;
	z-index: 2;
	position:relative;
}

.clr { clear:both; }	

/*beginn content styles*/
#content {
	z-index: 1;		
	/*padding: 10px;
	background-color: #C7FF84; color: #254305;
	position:relative;*/	
	float:left;	
	background-color: #CAEF9B; color: #254305;		
	width: 100%;
	border: 0px solid blue;
}

.flash {
	/*width: 700px;
	height: 400px;
	margin-left: 20px;*/
	margin-top: 20px;
	float: right;
	width: auto;
	height: auto;
	margin-right: 0;
	padding-left: 20px;
	border: 0px solid red;
}

#slidewrap {
	z-index: 1 !important; clear:both;}
#slideshow {
	z-index: 1 !important;
	clear:both;}	
	
.contenttext {
	padding: 20px;
	height: 410px;
	border: 0px solid green;
}

html > body .contenttext {	
	height: auto;
	min-height: 410px;
}

table {
	border-collapse: collapse;
}

table.background {
	background-color: #EFFDDF;
	border: 1px solid #fff;
	margin: 0 0 10px 0;
	width: 100%;
}
table.background td {
	padding: 2px 4px;
}

table.rental {
	margin: 20px 0 20px 110px;
}

table.rental td {
	padding: 4px 16px;
	vertical-align: top;
	border: 1px solid #fff;
}

table.rental tr.headerone {
	background-color: #EFFDDF;
	font-weight: bold;
	text-align: center;
}
table.rental tr.headertwo {
	background-color: #EFFDDF;
	font-weight: bold;
}

td,
p {
	font-size: 84%;
	line-height: 130%;
	padding: 4px 0;
}

td p {
	font-size: 88%;
	line-height: 140%;
	padding: 4px 0;
}

td ul li {
	font-size: 94%;
	line-height: 150%;
}

.modifydate {
	font-size: 72%;
	text-align: right;
	font-style: italic;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	background-color: transparent; color: #cc0000;
	}

h1, h2, h3, h4, h5 {
	background-color: transparent; color: #007F3E;
}

h1,
h1.componentheading {font-size: 103%;
	margin: 0px 0 6px 0;}

h2 {font-size: 96%;
	margin: 10px 0 6px 0;}

h3 {font-size: 94%;
	margin: 10px 0 6px 0;}

.componentheading,
h4 {font-size: 90%}

h5 {font-size: 86%}

fieldset {
	border: 0;
}

.button {
	border: 0px solid #007F3E;
	background-color: transparent; color: #007F3E;
	cursor: pointer;
	font-weight: bold;
}
.button:hover {
	background-color: transparent; color: #c00;
}

.articleinfo,
.buttonheading {	
	text-align: right;
	padding: 0;
}
  
/*other links*/
a,
a:link, 	
a:visited	{
	background-color: transparent; color: #007F3E;
	font-weight: bold;
	text-decoration: none;
}  

a:hover,
a:active {
	background-color: transparent; color: #c00;
	text-decoration: none;
	font-weight: bold;
}  

ul,
ul.latestnews {
	font-size: 84%;
	line-height: 130%;
	padding: 4px 0;
	list-style: circle;
}
ul li,
ul.latestnews li {
	margin-left: 30px;
}

.poll {
	font-size: 84%;
	line-height: 130%;
	padding: 4px 0;
	border: 0px;
}
.fieldset {
	border: 0px;
}

#bottomnavigation {background-color: #FCF2C5; width: 960px; height: 230px; clear: both;}

.boxone,
.boxtwo,
.boxthree {
	/*padding: 10px 28px 10px 10px;*/	
	float: left;
	width: 200px;
}

.boxone {
	padding: 10px 28px 10px 20px;
}

.boxtwo {
	padding: 10px 28px 10px 10px;
}
.boxthree {
	padding: 10px 28px 10px 10px;
}

.boxfour {
	padding: 10px 2px 10px 10px;
	float: left;
	width: 200px;
}

#bottom {clear: both; background-color: #FDF8E1; width: 960px; height: 180px;}

.boxfive,
.boxsix {
	float: left;
	width: 400px;
}
.boxfive {
	padding: 10px 28px 10px 10px;
}
.boxsix {
	padding: 10px 28px 10px 60px;
}

/*images*/
img { 
	border: none;
}

#footer {clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat;
	height: auto;
	padding: 10px 0;
}

#footer p {
	font-size: 70%;
	padding: 2px 0;
	text-align: center;
	background-color: transparent; color: #fc0;
	font-weight: bold;
}

#footer a,
#footer a:link {
	padding: 2px 0;
	background-color: transparent; color: #fc0;
	font-weight: bold;
}

/* back-end */
.mceContentBody {
text-align: left;
background-color: #fff;
	background-image: url(../images/editor_bg.jpg);
	background-repeat: repeat;
	padding: 5px;
}
