body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	line-height: 16px;
	margin: 0px;
	background-image: url(../images/bg/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	line-height: 16px;
}

#header {
background-image: url(../images/header/headertop.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

.text11px {
	font-size: 11px;
}

a {
	color: #6faf0c;
	text-decoration: underline;
}

a:hover {
	color: #6b6b6b;
	text-decoration: none;
}

.greentext {
	color: #6faf0c;
}

h1 {
	font-size: 14px;
	color: #343434;
	line-height: 18px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #343434;
	line-height: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #6faf0c;
	line-height: 16px;
	font-weight: bold;
}

.smalltext {
	font-size: 10px;

}

legend {
	font-size: 12px;
	color: #6faf0c;
	line-height: 16px;
	font-weight: bold;
}

a.details {
	color: #6faf0c;
	text-decoration: underline;
	font-weight: bold;
}

.loginfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 178px;
}

.maincontent {
	background-image: url(../images/bg/contentbg.jpg);
	background-repeat: repeat-x;
	padding: 0px 25px;
}

.searchblock {
	background-color: #7dbe1a;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.searchfield {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 220px;
}

.footer {
	font-size: 11px;
	color: #a3a3a3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;

}

a.footerlink {
	font-size: 11px;
	color: #343434;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.bold1 {
	font-weight: bold;
  color: #333333;
}
.mapborder {
	border: 1px solid #6faf0c;
}

.tableheader {
	background-color: #6faf0c;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

.premium {
	border: 1px solid #6faf0c;
	padding: 5px;
	background-color: #d1e5b2;
	
}

.abtn {
	border: 1px solid #6faf0c;
	background-color: #d1e5b2;
	width: 120px;
	font-size: 10px;
	height: 22px;
	margin: 0 0 0 20px;
}

#searchbar {
	border: 1px solid #6faf0c;
	background-color: #d1e5b2;
	width: '100%';
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 0 0;
}

#next {
	float: right;
	margin: 0 10px 0 0;
	font-size: 11px;
}

#previous {
	float: left;
	margin: 0 0 0 10px;
	font-size: 11px;
}

#next a{
	color: #469103;
	text-decoration: none;
}

#previous a{
	color: #469103;
	text-decoration: none;
}

#next a:hover{
	color: #666;
	text-decoration: underline;
}

#previous a:hover{
	color: #666;
	text-decoration: underline;
}


#feedback {
			display: none;
			position: absolute;
			top: 100px;
			left: 0;
			background-color: #71af0e;
			height: 120px;
			width: 360px;
			margin: 0 0 0 -325px;
			
		}
		
		#feedback img {
			position: absolute;
			top: 0; 
			right: 0;
		}
		
		#chatbox {
			display: block;
		}