/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(/images/bgr.GIF);
}

#container{
	width: 800px;
	overflow: auto;
	background-color: #FFFFFF;
	margin: 10px auto;
}


#top_menu{
	background: #84A94A url(../images/top_menu_bg.gif) repeat-x;
	width: 800px;
	height: 24px;
	color: #FFF10C;
	text-align: right;
	float: right;
}

#top_menu ul{
	margin: 0;
	padding: 0;
	float: right;
}

#top_menu li{
	list-style: none;
	float: left;
}

#top_menu li.bar a{
	height: 19px;
	color: #993300;
	display: block;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	border-right: 2px solid #E4EED6;
	background-image: url(../images/top_menu_bg.gif);
	text-decoration: none;
	float: left;
}

#top_menu li.bar a:hover{
	height: 19px;
	color: #91A200;
	display: block;
	padding: 5px 10px 0 10px;
	border-right: 2px solid #E4EED6;
	font-weight: bold;
	background-image: url(../images/top_menu_bg_hover.gif);
	text-decoration: none;
	float: left;
}

#top_menu li.no_bar a{
	height: 19px;
	color: #FFF10C;
	display: block;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	background-image: url(../images/top_menu_bg.gif);
	text-decoration: none;
	float: left;
}

#top_menu li.no_bar a:hover{
	height: 19px;
	color: #91A200;
	display: block;
	padding: 5px 10px 0 10px;
	font-weight: bold;
	background-image: url(../images/top_menu_bg_hover.gif);
	text-decoration: none;
	float: left;
}

#header{
	width: 800px;
	height: 140px;
	float: left;
}


#header_right{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 140px;
	float: left;
}

#main_body{
	width: 787px;
	overflow: auto;
	padding: 0 5px;
	margin-top: 20px;
	float: left;
}

#main_body #left{
	width: 150px;
	overflow: auto;
	float: left;
}

#main_body #center{
	width: 600px;
	overflow: auto;
	padding: 0 10px;
	float: left;
}

#main_body #center_full{
	width: 617px;
	overflow: auto;
	padding: 0 10px;
	float: left;
}

#main_body #right{
	width: 150px;
	overflow: auto;
	float: left;
}

#main_body .side_head{
	background-image: url(../images/side_head2.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #666600;
	font-weight: bold;
	width: 	150px;
	height: 2 px;
	padding-top: 2 px;
}

#main_body .side_head a{
	color: #666600;
	font-weight: bold;
	text-decoration: none;
}

#main_body .side_head a:hover{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

#main_body .side_center{
	width: 150px;
	overflow: auto;
	margin-top: 5px;
}

#main_body .side_center .stats{
	text-align: center;
}

#main_body .side_center .stats img{
	border: 0px;
	margin: 10px 0 5px 0;
}

#main_body .side_center form{
	margin-bottom: 5px;
}

#main_body .side_center .box{
	margin-bottom: 5px;
	border: 1px solid #99CC33;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}

#main_body .side_center ul{
	width: 130px;
	margin: 0;
	padding: 0 0 0 20px;
}

#main_body .side_center li{
	width: 130px;
	list-style: url(../images/bulleted.gif);
	font-size: 11px;
	margin-bottom: 5px;
	float: left;
}

#main_body .side_center li a{
	color: #990000;
	font-weight: normal;
	text-decoration: none;
	float: left;
}

#main_body .side_center li a:hover{
	color: #003300;
	font-weight: normal;
	text-decoration: none;
	float: left;
}

#main_body .side_bottom{
	background-image: url(../images/side_bottom2.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	width: 150px;
	height: 20px;
}

#main_body .center_head{
	background-image: url(../images/center_head.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase;
	color: #666600;
	font-weight: bold;
	width: 600px;
	height: 18px;
	padding-top: 10px;
	float: left;
}

#main_body .center_content{
	width: 600px;
	overflow: auto;
	float: left;
}

#main_body .center_content table{
	text-align: left;
	border: 0px;
	width:100%;
}

#main_body .center_content table.guestbook{
	text-align: left;
	border: 0px;
	margin-top: 10px;
	width:100%;
}

#main_body .center_content td{
	vertical-align: top;
}

#main_body .center_content td.first{
	text-align: justify;
	padding-top: 10px;
}

#main_body .center_content td a{
	color: #669933;
	font-weight: bold;
	text-decoration: none;
}

#main_body .center_content td a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#main_body .center_content td.detail{
	text-align: justify;
}

#main_body .center_content td.more{
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #99CC33;
}

#main_body .center_content td.top_more{
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
	border-top: 2px solid #99CC33;
	font-size: 14px;
	color: #000000;
	border-bottom: 2px solid #99CC33;
}

#main_body .center_content td.more img{
	border: 0px;
	margin-left: 5px;
}

#main_body .center_content td.more_bottom{
	text-align: right;
	border-bottom: 1px solid #99CC33;
}

#main_body .center_content .marquee{
	width: 600 px;
	padding: 1 px 20;
	color: #336600;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #99CC33;
}

#main_body .center_content .map_title{
	color: #669933;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}

#main_body .center_content .map{
	text-align: center;
	width: 600px;
	color: #FF0000;
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #99CC33;
	float: left;
}

#main_body .center_content .map img{
	border: 2px solid #99CC33;
}

#main_body .center_content .vision{
	text-align: justify;
}

#main_body .center_content .contact_head{
	color: #669933;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	border-bottom: 1px solid #99CC33;
}

#main_body .center_content .contact_detail{
	text-align: justify;
	margin: 10px 0;
}

#main_body .center_content .mitra_head{
	text-align: center;
	border-bottom: 1px solid #99CC33;
	text-align: center;
	margin: 10px 0;
	padding-bottom: 10px;
}

#main_body .center_content .mitra_content{
	text-align: justify;
	padding-top: 10px;
}

#main_body .center_content .peraturan{
	border: 1px solid #E4EED6;
	text-align: center;
}

#main_body .center_content .peraturan a{
	color: #669933;
	font-weight: bold;
	text-decoration: none;
}

#main_body .center_content .peraturan a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#main_body .center_content .peraturan table{
	margin: 10px 0;
}

#main_body .center_content .peraturan td{
	border-top: 1px solid #99CC33;
	padding: 5px 0;
}

#main_body .center_content .peraturan td img{
	text-align: center;
	border: 0px;
}

#main_body .center_content .mitra_head img{
	border: 0px;
	width: 220px;
	height: 100px;
}

#main_body .center_bottom{
	background-image: url(../images/center_bottom.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 20px;
	float: left;
}

#main_body .center_head_full{
	background-image: url(../images/center_head_full.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	width: 617px;
	height: 18px;
	padding-top: 2px;
	float: left;
}

#main_body .center_head_full a{
	color: #0000FF;
	text-decoration: none;
}

#main_body .center_head_full a:hover{
	color: #FF0000;
	text-decoration: none;
}

#main_body .center_content_full{
	width: 617px;
	overflow: auto;
	float: left;
}

#main_body .center_content_full .main_content{
	text-align: justify;
}

#main_body .center_content_full .paging{
	text-align: center;
}

#main_body .center_content_full .paging a{
	color: #669933;
	font-weight: bold;
	text-decoration: none;
}

#main_body .center_content_full .paging a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#main_body .center_content_full td.more img{
	border: 0px;
	margin-left: 5px;
}

#main_body .center_content_full .main_content form{
	border: 2px solid #99CC33;
	padding: 5px;
	margin-top: 10px;
	background-color: #BDD36E;
}

#main_body .center_content_full .main_content img.kawasan{
	border: 1px solid #99CC33;
	padding: 2px;
	background-color: #99CC33;
	margin-left: 120px;
}

#main_body .center_content_full .main_content .map_title{
	color: #669933;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}

#main_body .center_content_full .main_content .map{
	text-align: center;
	width: 617px;
	color: #FF0000;
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
}

#main_body .center_content_full .main_content .map img{
	border: 2px solid #99CC33;
}

#main_body .center_content_full .main_content .detail{
	width: 617px;
	margin-top: 5px;
	overflow: auto;
	float: left;
}

#main_body .center_content_full .main_content li{
	text-transform: none;
}

#main_body .center_content_full .main_content table{
	text-align: left;
	border: 0px;
	width:100%;
}

#main_body .center_content_full .main_content .kawasan_head{
	color: #669933;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	border-bottom: 1px solid #99CC33;
	text-align:center;
}

#main_body .center_content_full .main_content .kawasan_detail{
	text-align: justify;
	margin: 10px 0;
}

#main_body .center_content_full .main_content .pulau{
	width: 617px;
	margin-top: 10px;
	float: left;
}

#main_body .center_content_full .main_content .pulau_left{
	width: 198px;
	margin-right: 10px;
	float: left;
}

#main_body .center_content_full .main_content .pulau_left .pulau_title{
	color: #669933;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #99CC33;
}

#main_body .center_content_full .main_content .pulau_left .pulau_list li{
	margin-left: -25px;
}

#main_body .center_content_full .main_content .pulau_left .pulau_list li a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#main_body .center_content_full .main_content .pulau_left .pulau_list li a:hover{
	color: #669933;
	font-weight: bold;
	text-decoration: none;
}

#main_body .center_content_full .main_content .pulau_right{
	width: 404px;
	float: left;
}

#main_body .center_content_full .main_content .pulau_right .map{
	text-align: center;
	width: 404px;
	color: #FF0000;
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
}

#main_body .center_content_full .main_content .pulau_right .map img{
	border: 2px solid #99CC33;
}

#main_body .center_content_full .main_content .kawasan_top{
	width: 617px;
	height: 80px;
	margin-top: 15px;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_top_left{
	width: 507px;
	height: 80px;
	text-align: center;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_top_left .top_section{
	width: 507px;
	height: 30px;
	text-align: center;
	color: #669933;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
	text-transform: uppercase;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_top_left .bottom_section{
	width: 507px;
	height: 18px;
	text-align: center;
	border-top: 1px solid #99CC33;
	border-bottom: 1px solid #99CC33;
	margin-bottom: 7px;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_top_left .bottom_section a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}

#main_body .center_content_full .main_content .kawasan_top_left .bottom_section a:hover{
	color: #99CC33;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}

#main_body .center_content_full .main_content .kawasan_top_full{
	width: 617px;
	height: 80px;
	text-align: center;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_top_full .top_section{
	width: 617px;
	height: 30px;
	text-align: center;
	color: #669933;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
	text-transform: uppercase;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_top_full .bottom_section{
	width: 617px;
	overflow: auto;
	text-align: center;
	border-top: 1px solid #99CC33;
	border-bottom: 1px solid #99CC33;
	margin-bottom: 7px;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_top_full .bottom_section a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}

#main_body .center_content_full .main_content .kawasan_top_full .bottom_section a:hover{
	color: #99CC33;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}

#main_body .center_content_full .main_content .kawasan_top_right{
	width: 90px;
	margin-left: 20px;
	text-align: right;
	height: 80px;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_bottom{
	width: 617px;
	overflow: auto;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_bottom .kawasan_bottom_left{
	width: 360px;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_bottom .kawasan_bottom_right{
	width: 257px;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_bottom .kawasan_bottom_detail{
	width: 617px;
	float: left;
}

#main_body .center_content_full .main_content .kawasan_bottom .kawasan_bottom_detail ul{
	margin: 0;
	padding: 0;
}

#main_body .center_content_full .main_content .kawasan_bottom .kawasan_bottom_detail li{
	margin-left: 15px;
}

#main_body .center_bottom_full{
	background-image: url(../images/center_bottom_full.gif);
	background-repeat: no-repeat;
	width: 617px;
	height: 20px;
	float: left;
}

#footer{
	width: 797px;
	height: 30px;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	border-top: 2px solid #99CC33;
	text-align: center;
	float: left;
}

#footer a{
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #66CC66;
	font-weight: bold;
	text-decoration: none;
}

#top_menu li.penyu a{
	height: 19px;
	color: #FFF10C;
	display: block;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	border-right: 2px solid #E4EED6;
	background-image: url(../images/top_menu_bg.gif);
	text-decoration: none;
	float: left;
}

#top_menu li.penyu a:hover{
	height: 19px;
	color: #91A200;
	display: block;
	padding: 5px 10px 0 10px;
	border-right: 2px solid #E4EED6;
	font-weight: bold;
	background-image: url(../images/top_menu_bg_hover.gif);
	text-decoration: none;
	float: left;
}

#top_menu li.no_penyu a{
	height: 19px;
	color: #FFF10C;
	display: block;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	background-image: url(../images/top_menu_bg.gif);
	text-decoration: none;
	float: left;
}

#top_menu li.no_penyu a:hover{
	height: 19px;
	color: #91A200;
	display: block;
	padding: 5px 10px 0 10px;
	font-weight: bold;
	background-image: url(../images/top_menu_bg_hover.gif);
	text-decoration: none;
	float: left;
}

.grafik{
	text-align: center;
	margin: 10px 0;	
}

.grafik img{
	border: 2px solid #99CC33;
}

#test {
	color:#666600;
}

#menu{
	background-color: #FFFFFF;
	text-align: right;
	width: 797px;
	height: 23px;
	float: left;
}