* {
    margin: 0;
    padding: 0;
}

body {
    font: normal 11px Arial, Verdana, sans-serif;
    background-color: #CCC;
}

#mother {
	width: 918px;
	margin: 0 auto;
}

#header {
    width: 918px;
    height: 107px;
    background: url(../images/header.jpg) no-repeat;
}

#footer {
	clear: both;
	width: 918px;
}

#footer #foot_text {
	padding: 15px 25px;
    color: #333;
}

#footer #foot_text a {
	text-decoration: none;
    color: #336699;

}

#footer #foot_text a:hover {
	text-decoration: none;
    color: #0099FF;

}

#el_menu {	
    background: url(../images/content_head.gif) repeat-y;	
}

#el_menu #el_menu_c{	
    padding: 2px 20px;
}


#child {
}

#child #child_c {	
	margin: 0 9px;
	background-color: #FFF;
}

#child #child_c #left_cc {
	float: left;
	width: 263px;
	background: url(../images/cc_left_bg.gif) #f4f4f4 bottom no-repeat;
}

#child #child_c #left_cc #left_cc_c {
	padding: 5px 15px;
}

#child #child_c #left_cc #left_cc_c h2 {
	color: #333;
	font-size: 16px;
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
}

.left_news {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}

.left_news_title {
	font-weight: bold;
}

.left_news_date {
	color: #999;
}

.left_news_content {
	margin: 5px 0;
}

.left_news a {
	text-decoration: none;
	color: #CC0000;
}

.left_news a:hover {
	text-decoration: none;
	color: #FF9900;
}

#child #child_c #right_cc {
	float: left;
	width: 637px;
}

#child #child_c #right_cc #right_cc_c {
	padding: 2px 15px;
}

#child #child_c #right_cc h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 7px;
}

#child #child_c #right_cc h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 7px;
}

#child #child_c #right_cc ul, ol {
	margin-left: 20px;
}

#child #child_c #right_cc .breadcrumb {
	text-decoration: none;
	color: #999;
}

#child #child_c #right_cc .breadcrumb a {
	text-decoration: none;
	color: #CCC;
}

#child #child_c #right_cc .breadcrumb a:hover {
	text-decoration: none;
	color: #666;
}

#child #child_c #right_cc .tbl_label_left {
	text-align: right;
	width: 90px;
	padding-right: 10px;
}

#child #child_c #right_cc #right_cc_layanan {
	margin-top: 25px;
}

#child #child_c #right_cc #right_cc_layanan img {
	border: 0;
}

.icoes {
	float: left;
	margin-right: 10px;
}

.box_bottom {
	float: left;
	width: 283px;
	margin: 0 10px 20px 0;
	font-size: 12px;
	line-height: 18px;	
}

.box_bottom h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 10px;
}

.box_bottom  a {
	text-decoration: none;
	color: #336699;
}

.box_bottom  a:hover {
	text-decoration: none;
	color: #0099FF;
}

#nocantik {
	font-size: 14px;
}

#nocantik img {
	margin-right: 10px;
}

.dock_nocantik {
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}

.item_nocantik {
	float: left;
	text-align: center;
	width: 150px;
	margin: 7px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
}

.item_nocantik:hover {	
	border: 1px solid #CCC;
	background-color: #FFCC00;
}

.clearer {
    clear: both;
}

.clearer2 {
    padding-top: 10px;
    clear: both;
}

.tb {
    padding: 2px 5px;
	border: 2px solid #CCC;
}

.bt {
    background-color: #EEE;
    border: 1px solid #CCC;
    font-size: 9px;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0;
}

.bt:hover {
    background-color: #FFF;
    border: 1px solid #CC0000;
}

.notetext {
    background-color: #0099FF;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 0;
}

.notetext a {
    text-decoration: none;
    color: #FFCC00;
}

.notetext a:hover {
    text-decoration: none;
    color: #CCC;
}

.warntext {
    background: url(images/warn.gif) top no-repeat;
    text-align: center;
    color: #CC0000;
    font-weight: bold;
    padding: 25px 10px 0 10px;
    margin-bottom: 2px;
}

.warntext2 {
    background-color: #CC0000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 0;
}

