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

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #8c8c8c;
	background: url(images/bg.jpg) repeat-x #fff;
}

a {
	color: #00aeee;
	text-decoration: none;
}

a:visited {
	color: #00aeee;
	text-decoration: none;
}

a:hover {
	color: #698806;
	text-decoration: none;
}
#flash {
	position:absolute;
	left:169px;
	top:2px;
	width:828px;
	height:315px;
	z-index:1;
	
}

	

#top-container {
	width: 898px;
	height: 370px;
	margin: 0 auto;
	clear: both;
	background: url(images/top-bg.jpg) no-repeat center top;
}

#middle-container {
	width: 694px;
	height: auto;
	overflow:hidden;
	margin: 0 auto;
	clear: both;
	padding: 20px 102px 18px 102px;
	background: url(images/middle-bg.jpg) repeat-y;
}

#bottom-container {
	width: 898px;
	height: 40px;
	margin: 0 auto;
	clear: both;
	background: url(images/bottom-bg.jpg) no-repeat center top;
}

#copyrights-or-footer {
	width: 718px;
	margin: 0 auto;
	clear: both;
	padding: 0 90px 68px 90px;
}

#middle-content {
	float: left;
	width: 396px;
	height:auto;
	overflow:hidden;
	margin-right: 12px;
	
}

#middle-content span {
	float: right;
}

#middle-content p {
	text-align: justify;
	line-height: 18px;	
}

#middle-content img {
	float: left;
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 5px;
	margin-right: 12px;
}

#form-right-container {
width:210px;

	float: left;
	border: 5px solid #fff;
	padding-top:10px;
	padding-right:10px;
	margin-left:10px;
	_margin-left:10px;
	
	padding-left:40px;
	
	
}

#form-right-container input {
	border: 1px solid #97a35b;
	background: #fff;
	width: 232px;
	margin-bottom: 10px;
}
#form-right-container textarea {
	border: 1px solid #97a35b;
	background: #fff;
	width: 232px;
	margin-bottom: 10px;
}

#form-right-container input:hover {
	border: 1px solid #698806;
	background: #f2f2f2;
}

#form-right-container label {
	color: #698806;
}

#form-right-container input.submit {
	float: right;
	width: 120px;
	height: 29px;
	background: url(images/submit.jpg) no-repeat;
	border: 0px;
	margin-bottom: 0px;
}

#top-menu {
	float: left;
	width: 500px;
	height: 25px;
	margin: 8px 0 0 85px;
	position: relative;
	display: inline;
}

#top-menu ul li {
	list-style: none;
}
#top-menu ul {
	list-style: none;
}

#top-menu li {
	float: left;
}

#top-menu a {
	color: #0076a3;
	text-decoration: none;
	padding: 0 6px;
}

#top-menu a:hover {
	color: #698806;
}

#top-menu li.home {
	padding-left: 18px;
	padding-bottom: 10px;
	padding-top: 2px;
	background: url(images/icon_home.jpg) no-repeat;
}

#top-menu li.contact {
	padding-left: 18px;
	padding-bottom: 10px;
	padding-top: 2px;
	background: url(images/icon_contact_us.jpg) no-repeat;
}

#main-menu {
	float: left;
	width: 500px;
	height: 25px;
	margin: 32px 0 0 85px;
	position: relative;
	display: inline;
}

#main-menu ul li {
	list-style: none;
}
#main-menu ul {
	list-style: none;
}

#main-menu li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #0076a3;
}
.menuli {
	float: left;
	font-weight: bold;
	color: #0076a3;
}

#main-menu a {
	color: #0076a3;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px;
}

#main-menu a:hover {
	color: #698806;
}

#main-menu a.acti {
	color: #698806;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px;
}


/*=========================INNER PAGE=====================*/

#container-1 {
	width: 208px;
	float: left;
	margin-right: 32px;
	line-height: 18px;
	text-align: justify;
}

#container-right {
	width: 208px;
	float: left;
	line-height: 18px;
	text-align: justify;
}

/*======================== Page Content ===================*/
.pagetitle {
	font-size:14px;
	font-weight: bold;
	color: #0076a3;
}
.memberlist {
	font-size:12px;
	color: #0076a3;
}
.memberlisttitle {
	font-size:13px;
	font-weight: bold;
	color: #0076a3;
}
.memberdetails {
	font-size:13px;
}


	
	

