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

body{
	background:#fefcf1;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", geneva;
	font-size:12px;
	color:#340728;
}
font{
		font-family:"Trebuchet MS", geneva;
	font-size:12px;
}
#bacground{
	margin-left:auto;
	margin-right:auto;
	width:774px;
	border:#666 solid 1px;
}
#header{
	width:774px;
	height:95px;
}
#buat-menu{
	margin-left:auto;
	margin-right:auto;
	width:750px;
}
#content{
	margin-left:auto;
	margin-right:auto;
	width:757px;
	border-bottom:#999 solid 1px;
	color:#333333;
	font-family:"Trebuchet MS", geneva;
	font-size:12px;
}
#content h1{
	font-size:16pt;
}
#content p{
	font-size:12px;
}
#content .left{
	width:170px;
	float:left;
	height:100%;
	display:block;
}
#content .left ul{
	list-style:none;
	text-decoration:none;
	color:#c38b58;
	margin:0px;
	padding-left:20px;
	font-size:11px;
}
#content .left ul li a{
	list-style:none;
	text-decoration:none;
	color:#c38b58;
	font-weight:bold;
}
#content .left ul li a:hover{
	list-style:none;
	text-decoration:underline;
	color:#c38b58;
	font-weight:bold;
}
#content .left ul li  .current{
	list-style:none;
	text-decoration:underline;
	color:#c38b58;
	font-weight:bold;
}
#content .right{
	margin-left:10px;
	padding-left:30px;
	width:500px;
	float:left;
	background:#fefcf1 url(../images/ltr-other.jpg) no-repeat left top;
	margin-bottom:10px;
}
#content .right p#contact-link
{
	color: #F00;
	font-size: 14px;
}

#content .right p#contact-link a:link,
#content .right p#contact-link a:visited
{
	color: #CC9933;
	text-decoration: underline;
}

#content .right p#contact-link a:active,
#content .right p#contact-link a:hover
{
	color: #993300;
	text-decoration: underline;
}
.sitemap,
.sitemap ul{
	list-style:square; color:#c9662f;
	font-weight:bold;
		text-transform:uppercase;
	
		
}
.sitemap li{
	list-style:square; color:#c9662f;
	font-weight:bold;
		text-transform:uppercase;
			padding:5px;
	
		
}
.sitemap li a{
	color:#64635f;
	text-decoration:none;
	

}
.sitemap li a{
	color:#64635f;
	text-decoration:none;
	cursor:pointer;
}
.sitemap li a:hover{
	color:#64635f;
	text-decoration:underline;
}
.sitemap li a .current{
	color:#64635f;
	text-decoration:underline;
}
.sitemap ul li{
	list-style:disc; color:#64635f;
	padding:0px;
	
}


#footer{
	margin-left:auto;
	margin-right:auto;
	width:757px;
	height:30px;
	background:#000;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	color:#FFF;
}
#spacer
{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
/*********************************
** FORM RELATED STYLE
*********************************/
div.form-row
{
	clear: both;
	
	margin: 0;
	padding: 0 0 1px 0;
}

* html div.form-row-input
{
	width: auto;
}

div.form-row-label
{
	float: left;
	
	font-size: 12px;
	font-weight: normal;
	
	margin: 0 5px 0 0;
	
	width: 100px;
}
div.form-row-label2
{
	float: left;
	
	font-size: 12px;
	font-weight: normal;
	
	margin: 0 5px 0 0;
	
	width: 100px;
}
div.form-row-content
{
	float: left;
	
	padding: 2px 5px 3px 5px;
	margin: 0 -20px 0 0;
	width: 310px;
	
	overflow: auto;
}

* html div.form-row-content
{
	margin: 0px;
	width: 350px;
}

div.form-row-tools
{
	clear: both;
	
	margin: 0;
	padding: 0 0 20px 130px;
}
div.form-row-tools2
{
	clear: both;
	
	margin: 0;
	padding: 0 0 20px 60px;
}
input.form-text,
textarea.form-text
{
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	width: 300px;
}
input.form-text2,
textarea.form-text2
{
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	width: 200px;
}

option,
select
{
	font-size: 12px;
}

.button
{
	font-size: 12px;
	font-weight: bold;
	
	margin: 20px 0 0 0;
	
	text-align: center;
	width: 80px;
}

.note
{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

p#contact-link
{
	color: #F00;
	font-size: 14px;
}

p#contact-link a:link,
p#contact-link a:visited
{
	color: #CC9933;
	text-decoration: underline;
}

p#contact-link a:active,
p#contact-link a:hover
{
	color: #993300;
	text-decoration: underline;
}