﻿BODY {

	background:#fff url('../images/backgound.jpg') repeat-x top;
	font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:12px;


	margin:0px; line-height:normal;padding:0px;

}

#wrapper {

	MARGIN: 0 auto; WIDTH: 1002px;

}

img {

    border: 0px;

}

a:visited {

	color:#555; text-decoration: none;

}

a:link {

	color:#555;	text-decoration: none;

}

a:hover {

	color:#0099FF;text-decoration:underline;

}

.ph a:visited {

	color:#88aaff; text-decoration: none;

}

.ph a:link {

	color:#88aaff;	text-decoration: none;

}

.ph a:hover {

	color:#eee;text-decoration:underline;

}



h1	{

	margin-top: 0.1em;	margin-bottom: 0.1em;	font-size: 1.5em;

}

h2 {

	margin-top: 0.3em;	margin-bottom: 0.3em;	font-size: 1.2em;

}

h3 {

	margin-top: 0.1em;	margin-bottom: 0.1em;	font-size: 1.1em;

}

h4 {

	margin-top: 0.1em;	margin-bottom: 0.1em;	font-size: 0.9em;

}



#main_top {

	BACKGROUND: #fff; FLOAT: left; padding-top:5px;

}

#logo {

	FLOAT: left; padding-bottom:5px; 

}

#header {

	 FLOAT: left; width: 1002px; text-align:right; margin:0px; padding:0px;

}

.bahasa {

	color:#0077aa;

	font-size:10px;

	height:20px;

	padding-right:4px;

}



.bahasa a:visited {

	color:#0077aa; text-decoration: none;

}

.bahasa a:link {

	color:#0077aa;	text-decoration: none;

}

.bahasa a:hover {

	color:#111;text-decoration:underline;

}



.barinput {

	font-size:9px;

	vertical-align:middle;

	height:9px;

}





#listul {

	padding-left:5px;

	margin-left: 50px;

	margin-top:10px;

	font-size:11px;

}

#listul li {

	padding:4px;

	}

#contentbwh7 {

	clear:both; padding :0 0 7px 0;margin:0px;



}
#topnav {
	height:45px;width:1002px; background:#254d7e url('../images/valburytext.gif') no-repeat right ;
}
.clearer {
	DISPLAY: block
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	height:40px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.7em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}

.sf-menu a {
	border-left:	1px solid #236381 ;
	border-top:		1px solid #236381 ;
	padding: 		1.3em 1.25em;
	text-decoration:none;
}
.sf-menu li li a {
	border-left:	1px solid #236381 ;
	border-top:		1px solid #236381 ;
	padding: 		1em 1em;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
.sf-menu li, {
	background:		#254d7e;
}

.sf-menu li li {
	background:		#155585;
}
.current {
	background:		#307db6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
	background:		#307db6;
	outline:		0;
	color:#aff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			0.75em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.2em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.clb {

	clear:both;

}

.blf {

	float:left;

}

.brficon {

	float:right; margin-right:-10px; margin-top:-10px;

}

.styimg

{

	vertical-align:middle;

}

.open {

	margin-left:80px; margin-top:-2px;vertical-align:middle;

}

.loco {

	margin-top:5px; margin-bottom:15px; margin-right:3px; height:110px; background:#fff url('../images/locolondon.jpg') no-repeat right;

}

.locotx {

	margin:20px 6px 0 320px; color:#555; width:300px;

}

#main_content {

		margin:0px;padding:0px;

}



#secondrow {

	DISPLAY: inline;FLOAT: left;  WIDTH: 1002px;

}

#secondrow3 {

	  DISPLAY: inline;FLOAT: left; WIDTH: 1002px; background:#fff url('../images/back-grad-blue.gif') repeat-x; overflow:hidden;

}



#secondrow2 {

	display: inline;float: left;  width: 1002px;

	background:#1d354b url('../images/sublinetop.jpg') repeat-x;

	padding-top:12px;

	color:#fff;

	font-size:1.15em;

	padding-bottom:2px;



}

#secondrow4 {

	DISPLAY: inline;FLOAT: left;  WIDTH: 1002px;

	background:#3228d6 url('../images/back-phone.gif') repeat-x bottom;

	color:#fff;

	font-size:1.15em;

	padding-top:2px;padding-bottom:2px;



}

.kanan

{

	

	float:left;

	width:240px;

	text-align:center;

	  font-family: arial, verdana, sans-serif;

	  font-size: 0.85em;

	  font-weight : bold;

	  height:22px;

}

.ctleft {

	width:260px; padding:20px; float:left;

}

.ctright {

	width:690px; float:left;

}

.ctlkol {

	width:302px; float:left; padding:21px;

}

.ctlkol2 {

	width:290px; float:left;padding:10px 22px 3px 5px;

}

.newscol {

	height:120px; width:290px; overflow:auto; padding:8px; margin-top:10px; margin-bottom:10px; border-left:1px #dde solid;

}

.pmnleft {

	border-bottom:1px #ccc dashed; padding-bottom:20px; margin-bottom:20px; overflow:hidden;

}

.fh1 {

	PADDING-BOTTOM: 10px; LINE-HEIGHT: 100%;  DISPLAY: block; FONT-SIZE: 18px; FONT-WEIGHT: normal; 

}

.abu {

	color:#999;

}

.tel1

{

	

	float:left;

	width:290px;

    text-align:center;

	  font-size: 0.85em;

	padding-top:13px;

	padding-bottom:2px;

	height:25px;

	font-size:12px;

}

.tel2

{

	

	float:left;

	width:372px;

	  font-size: 0.85em;

}

.tel2dlm

{

	float:left;

	width:120px;

	padding:2px;

}

.tel2dlm a:hover {

		text-decoration: none;

}





.jdlmemberof {

	font-size:14px; font-weight:bold; color:#999; border-top:1px #ccc dashed; padding-top:20px; margin-bottom:10px;

}

.mbrof {

	float:left; margin:5px;

}

.roll1 a {

display:block;

height:48px;

width: 48px;

background: url('../images/icon-jfx.gif') 0 0 no-repeat;

}

.roll1 a:hover { 

background-position: 0 -49px;

}

.roll2 a {

display:block;

height:48px;

width: 48px;

background: url('../images/icon-bappebti.gif') 0 0 no-repeat;

}

.roll2 a:hover { 

background-position: 0 -49px;

}

.roll3 a {

display:block;

height:48px;

width: 48px;

background: url('../images/icon-kbi.gif') 0 0 no-repeat;

}

.roll3 a:hover { 

background-position: 0 -49px;

}





.rolr1 a {

display:block;

height:48px;

width: 148px;

background: url('../images/icon-vas.gif') 0 0 no-repeat;

}

.rolr1 a:hover { 

background-position: 0 -49px;

}



.rolr2 a {

display:block;

height:48px;

width: 126px;

background: url('../images/icon-more.gif') 0 0 no-repeat;

}

.rolr2 a:hover { 

background-position: 0 -49px;

}



.rolr3 a {

display:block;

height:48px;

width: 126px;

background: url('../images/icon-valbury.gif') 0 0 no-repeat;

}

.rolr3 a:hover { 

background-position: 0 -49px;

}



#footer {

	DISPLAY: inline;FLOAT: left;background:#e2e5ea url('../images/footback.gif') no-repeat top; border-top:1px #c3cad9 solid; width:962px;	 padding:20px;

}

.menbwdiv {

	margin:0 auto; width:980px;padding-bottom:10px; color:#888;

}

.menbwdlm {

	float:left;width:153px;padding:5px;

}



.menh4 {

	color:#258;

}

.menh5 {

	color:#48b;

}



.spnbwh {

padding:3px 3px 3px 0;

}

.spnbwh a:link, .spnbwh a:visited {

	color:#666;

	}

.spnbwh a:hover {

	color:#66a;

	}





/* begin styles for RSS Feed */



.rss-box {

	 margin: 0px 0px;

	 padding: 0px 0px;



}





.rss-items {

 margin:0px;

 padding-left:10px;

 margin-left:5px;

}



.rss-item  {

  font-family: arial, verdana, sans-serif;

  font-size: 0.85em;

  font-weight : bold;

  list-style-image:url('../images/orange_arrow2.gif');

  padding-bottom:2em;

  color:#777

}



.rss-item a:link, .rss-item a:visited, .rss-item a:active {

	text-decoration : none;

	color: #0099FF;

  font-size: 13px;

	font-weight:bold;

	}



.rss-item a:hover { 

	text-decoration : none;

	color: #ff7700;

  font-size: 13px;

	}

	

.rss-date {

  font-size: 0.80em;

	font-weight : normal;

	color: #F60;

	} 







 

#mask {

  position:absolute;

  left:0;

  top:0;

  z-index:9000;

  background-color:#000000;

  display:none;

}

  

#boxes .window {

  position:absolute;

  left:0;

  top:0;

  width:340px;

  height:190px;

  display:none;

  z-index:9999;

  padding:20px;

}

 

#boxes #dialog {

  padding:10px;

  background-color:#eeeeff;

}

.diabox {

	width:230px; background:#66CCFF; margin:0 auto; margin-top:10px

}

.closes {

	 font-size:2em; text-align:right; padding-top:8px;



}

.closes A {

	 color:#888;  text-decoration:none; 

}

.closes A:hover {

	 color:#666;

}



.te {

	padding:10px; border:1px #aaf solid; line-height:2em;

}



.te A {

	padding:5px 28px; text-decoration:none; font-weight:normal; font-size:1.3em; text-transform:uppercase; line-height:2em;

	 color:#eee; background-color:#66CCFF;

}

.te A:hover {

	 color:#fff;

}




