/* CSS Document */

.bodies {
	color :#333333;
	background-color: #DFC678;
	margin:0;
	text-align: left;
	}
	
body{
  	font-family      : Verdana, Arial, Helvetica, sans-serif;
  	font-size        : 11px;
  	color            : #333333;
	}

.footer {
	background-color: #452D00;
	margin:0;
	text-align: center;
	color: #ffffff;
}



a, a:link, a:active, a:visited{
	text-decoration:none;
	color: #BF8E12;
	}
	
a img {
	border: 0px;
	}

.footer-menu {
	background-color: #130800;
	margin:0;
	text-align: center;
	color: #ffffff;
	border-bottom: solid 1px #130800;
	padding: 2px;
}


/* Quote of The day */
.quote-title {
	font-family : Georgia, "Times New Roman", Times, sans-serif;
	font-size : 15px;
	font-weight: bold;
}

.quote-date {
	font-family : Georgia, "Times New Roman", Times, sans-serif;
	font-size : 11px;
	font-weight: bold;
}


.quote-content {
	font-family : verdana, Georgia, "Times New Roman", Times, sans-serif;
	font-size : 10px;
	font-weight: normal;
	padding: 8px 15px 6px 15px;	
	text-align: left;
}


/* Search */
.btn_search {
	background:url(images/Btn.PNG) no-repeat;
	width: 200px;
	height: 100px;
	border: none;
}

/* page */
.title {
	width: 100%;
	border-bottom: solid 1px #BEBEBE;
	padding:0;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*content */
.content {
	text-align: left;
	font-family : verdana, tahoma, arial;
	font-size : 11px;
}

.content img {
	margin: 5px;
}

.ctitle {
	font-family : verdana, tahoma, arial;
	font-size : 11px;
	font-weight: bold;
	color: #644201;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ctitle a:link {
	color: #644201;
}

.ctitle a:visited {
	color: #644201;
}

.ctitle a:hover{
	color: #A80203;
}

.ctitle_big {
	font-family : verdana, tahoma, arial;
	font-size : 12px;
	font-weight: bold;
	color: #644201;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}


.cdate {
	color: #BF8E12;
}

.highlight {
	font-family : verdana, tahoma, arial;
	font-size : 12px;
	font-weight: normal;
	color: #CC7C11;
	text-align: center;
}


.information {
	font-family : verdana, tahoma, arial;
	font-size : 11px;
	font-weight: normal;
	color: #6A635C;
	background-color: #ECEADB;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

.image {
	float:left;
	padding:3px 3px 3px 3px;
	border:1px #cccccc solid;
	background-color:#ffffff;
	margin-right:10px;
	margin-bottom:3px

}

.flag-new {
	border: solid 0px;
	margin: 0px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #B42425;
}


/* Top Menu */
/* summary aksi bumi */
ul.top_nav {
	margin: 0px;
	float: left;
	padding: 0px;
	border: 0px;
}

ul.top_nav li{
	float: left;
	list-style: none;
	text-align: center;
	height: 60px;
	margin-right: 1px;
	margin-left: 1px;
	border: 0px;
}

ul.top_nav li img{
	margin-top: 15px;
}
	
ul.top_nav li.separator{
	float: left;
	height: 60px;
	margin: 0px;
	border: 0px;
}

ul.top_nav li.separator img{
	margin-top: 0px;
}

/* Shoutbox */
.shoutbox {
	font-family : verdana, tahoma, arial;
	font-size : 11px;
	color: #493200;
	font-weight: normal;
}

.shout_fset {
	color: #7A231A;
	font-weight: bold;
	border: solid 1px #D1B971;
	margin-bottom: 5px;
}

.shout_legend {
	color: #7A231A;
	font-weight: bold;
	margin-bottom: 5px;
}


/* Error */
.err_form {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background: #F1FDE7;
	width: 90%;
	border: solid 1px #CCCCCC;
	padding: 10px;
	font-weight: bold;
	color: #9E1E00;
	text-align: left;
	font-family: verdana,tahoma;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
}

.err_field {
	color: #A32638;
	text-align: left;
	font-weight: normal;
	margin-top:5px;
}

/* Sub Title */
.modultitle{
	padding-bottom:5px;
	}

a.mainlevel:link, a.mainlevel:visited {
	vertical-align:middle;
	padding:0 0 0 20px;
	font-size:11px;
	font-weight: bold;
	color: #3F362B;
	text-align:left;
	text-decoration:none;
	display:block;
	width:180px;
	margin-bottom:0px;
	line-height:20px;
	border-bottom:1px solid #DAC79A;
	background-image: url(../images/arrow_right.gif);
    background-repeat: no-repeat;
  	background-position: 5px 5px;
	}
	
a.mainlevel:hover {
	display:block;
	color:#CC7C11;
	}

a.mainlevel#active_menu {
	color: #F8C57F;
	display:block;
	line-height:20px;
	background-color:#fff;
	}
	
a.mainlevel#active_menu:hover {

}

#active_menu {
	color: #000;
	display:block;
	background-color:#fff;
	}

/* gallery */
.image_ps{
	padding:5px 5px 5px 5px;
	border:1px #cccccc solid;
	background-color:#ffffff;
	margin:1px;	
	width:150px;
	height: 150px;
	text-align:center;
	}

.image_display{
	width:150px;
	height: 113px;
	}
	
.image_title{
	height: 35px;
	width: 150px;
	text-align: center;
	padding-top: 5px;
	vertical-align: middle;
}

a.image_ps:link{
	float:none	}
