@charset "utf-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, table{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}


/* General Styles */ 

html {
}

body, td {
	padding:0;
	margin:0;
	
}
body {
	color:#000000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
 	height:100%;
	background-color:#29427a;
}

p {
line-height:14px;
}

td {
	color:#000000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	
}

form, p, h1, h2, h3, h4, h5, ul, ol {
	margin:0;
	padding:0;
}

img a, a img {
	border:none;
}

h1 {
	background:url(images/logo.jpg) no-repeat;
	width:218px;
	height:74px;
}

h2 {
	font:bold 11px Tahoma;
	color:#284279;
}

.border {
	 border:solid 1px #4685ae;
}
.clear {
	clear:both;
       height:0;
}


/* Header */
.header {
	height:64px;
	background: url(images/headerBg.jpg) repeat-y left #4685ae;
	width:968px;
	margin:0 auto;
}
.logo {
	width:122px;
	height:64px;
	background:url(images/logo.jpg) no-repeat left;
	float:left;
}
.right {
	width:13px;
	background:url(images/bgRight.jpg) repeat-y top;
	float:right;
}
.line {
	width:968px;
	margin:0 auto;
	height:11px;
}
.lineGreen {
	width:955px;
	height:11px;
	background:#00704a;
	float:left;
}
.headerTxt{
	font:12px Tahoma;
  	text-decoration:none;
	text-align:right;
	color:#ffffff;
	float:left;
	margin-top:10px;
	width:820px;
}
.headerTxt a {
	font:12px Tahoma;
  	text-decoration:none;
	color:#ffffff;
}

/* Banner */

.banner {
	width:968px;
	height:250px;
	margin:0 auto;
	background:url(images/banner.jpg) no-repeat;
}


/* Navigasi */
.nav {
	width:948px;
	padding:20px 0px;
	text-align:center;
	margin:0 auto;
}
.nav a{
	width:150px;
	height:8px;
	padding:2px 30px;
	background:#ffffff;
	text-decoration:none;
	color:#284279;
	font:bold 11px Arial, Helvetica, sans-serif;
}
.nav a:hover{
	text-decoration:underline;
}

/* Line */

.limit {
	height:1px;
	width:968px;
	margin:0 auto;
	background:url(images/bgRight.jpg) repeat-y right #e3e8eb;
}
.limitDt {
	width:955px;
	height:1px;
	background:url(images/limit.gif) repeat-x #e3e8eb;
}

/* Content */
.main {
	background:url(images/bgRight.jpg) repeat-y right #e3e8eb;
	width:968px;
	margin:0 auto;
	min-height:185px;
}

.content {
	width:425px;
	padding:20px;
	float:left;
	background:url(images/limitV.jpg) no-repeat top right;
}

.content a{
	color:#000000;
}

.content h1 {
	background:none;
}

.lineLimit {
	background: url(images/limit.gif) repeat-x center;
	height:1px;
}

/* News */
.news {
	padding:20px;
	width:167px;
	height:100%;
	float:left;
	background:url(images/limitV.jpg) no-repeat top right;
}
.newsDt {
	padding: 10px;
}
.newsDt a {
	color:#000000;
}
/* Flash */
.flash {
	padding:5px;
	width:273px;
	height:100%;
	float:left;
}

/* Bottom */
.bottom {
	background:url(images/bgRight.jpg) repeat-y right #ffffff;
	width:968px;
	margin:0 auto;
	height:81px;
	padding:8px 0px
}
.title {
	width:222px;
	height:100%;
	float:left;
}

/* Footer */
.footer {
	height:70px;
	width:968px;
	margin:0 auto;
}

.footerDt {
	background:url(images/footerBg.jpg) repeat-x top #e3e8eb;
	width:915px;
	height:50px;
	padding:10px 20px;
	text-align:center;
	float:left;
}

.footerDt a{
	padding:0px 3px;
	color:#000000;
	text-decoration:none;
	line-height:21px;
}

/* BgBottom */
.bgBottom {
	height:29px;
	width:968px;
	margin:0 auto;
}
.bgBottomDt{
	height:29px;
	width:955px;
	float:left;
	background:url(images/bgFooter.jpg) repeat-x top #284279;
}
.corner{
	height:29px;
	width:13px;
	float:left;
	background:url(images/bgCorner.jpg) no-repeat top #284279;
}

.content ul li {
	list-style-position: outside;
	margin-left:20px;
	list-style: disc;
	line-height:14px;
}

.content ol li {
	list-style-position: outside;
	margin-left:20px;
	line-height:14px;
	list-style-type: decimal;
}


/* Menu */
.mainNav {
	width:968px;
	text-align:center;
	height:30px;
	margin:0 auto;
}
.newsletter {
	width:200px;
	height:22px;
	padding-top:8px;
	text-align:left;
	float:left;
	background:#e3e8eb;
}
.newsletter a {
	color:#000000;
	text-decoration:none;
}
.topnav {
	width:955px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background:#e3e8eb;
	height:30px;
	float:left;
}
.topnav ul {
	margin:0;
	padding:0;
}
.topnav ul li {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	display:block;
	float:left;
	line-height:30px;
	padding:9px 0px;
z-index:9999;
}
.topnav a {
	color:#284279;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 15px;
	display:block;
	float:left;
	line-height:11px;
	border-right: 1px solid #000000;
}

.topnav ul li a.last2 {
	background:none;
	border:none;

}

.topnav h2 {
font-weight:normal;
padding:0;
margin:0;
}

.topnav a:hover {
	text-transform:underline;
}

.topnav ul ul {
	position: absolute;
	z-index: 500;
	top:100%;
	left:0;
	padding:0;
	margin:0;
	width: 300px;
	background-color:#284279;
	text-align:left;
}

html>body .topnav ul ul {
}


.topnav ul ul li {
	display:block;
	background:none;
	width:100%;
	border-bottom: dotted 1px #ffffff;
	padding:0;
}
.topnav ul ul li a {
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	color:#ffffff;
	float:left;
	display:block;
	width:280px;
	border-right:none;
	line-height:20px;
	padding:0 10px;
}
.topnav ul ul li a:hover {
	font-weight:bold;
}
.topnav a.last2 {
	border:none;
}
.topnav #last a {
	border:none;
}

.topnav ul ul ul {
	position: absolute;
	top: 0;
	left:70%;
}
.topnav ul ul li a {
}

.topnav ul ul,
.topnav ul li:hover ul ul,
.topnav ul ul li:hover ul ul
{display: none;}

.topnav ul li a:hover ul ul,
.topnav ul li a:hover ul ul li {
	display:none;
}

.topnav ul li:hover ul,
.topnav ul ul li:hover ul,
.topnav ul ul ul li:hover ul
{display: block;}

.topnav li:hover ul, li.over ul { display: block; float:left;}

[if IE 7]>
.topnav{float:left;}
body{behavior:url(csshover.htc); }
.topnav ul li{ display:block; float:left;}
.topnav a{height:1%;}

.topnav ul li a:hover ul ul,
.topnav ul li a:hover ul ul li {
	display:none;
}
<![endif]

