@charset "utf-8";
/* CSS Document */
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	margin: 0 ; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
	}

a{
	color:#999999;
	text-decoration:none;
}
#menu-top a{
	color:white;
	text-decoration:none;
	font-style:normal;
}
#menu-top a:hover{
	color:white;
	text-decoration:underline;
}
#container { 
    background:url(../admin/gambar/upload/template/rs/img/index_03.jpg) top repeat-y;
	width: 900px; 
	margin: 0 auto; 
	clear:right;
} 
#header1 { 
	background:url(../admin/gambar/upload/template/rs/img/index_01.jpg) left center no-repeat;
	width:632px;
	height:241px;
	float:left;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header2 { 
	background:url(../admin/gambar/upload/template/rs/img/index_02.jpg) right center no-repeat;
	width:268px;
	height:241px;
	float:right;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
		display:block;
		overflow:hidden;
		float:right;
		width:250px;
		padding:8px;
	}
	
#sidebar1 p{
    text-align:center;
	margin-left:-10px;
}
#mainContent { 
	display:block;
	overflow:hidden;
	width:610px;
	float:left;
	padding:8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../admin/gambar/upload/template/rs/img/index_05.jpg) bottom center no-repeat;
	width:900px;
	height:16px; 
	margin:0 auto;
	clear:both;
	} 
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#newsheader{
  width:330px;
  background:url(../admin/gambar/upload/template/rs/img/bg-news.jpg) top left repeat-y;
  margin-left:8px;
  padding:0;
  margin-top:10px;
  float:left;
  }
  #newshead{
	background: transparent url(../admin/gambar/upload/template/rs/img/head-news.jpg) no-repeat scroll left top; 
	width: 330px; 
	height: 14px;  
	}
	#newshead h3{
		padding:10px;
		font-size:13px;
		font-weight:bold;
	}
 #imgcontact{
 	float:right;
	margin-top:10px;
 }
#newscontent{
 	margin:0;
 }
 #newscontent span{
 	display:block;
 }
 .titlenews{
 	color:#003399;
	padding:2px 0;
 }
 h2.titlenews{
 	font-size:14px;
 	color:#003399;
 }
 h2.titlenews a{
 	font-size:14px;
 	color:#003399;
 }
 h2.titlenews a:hover{
 	font-size:14px;
 	color:#003399;
	text-decoration:underline;
 } 
 .newswrapper{
 	padding:10px 0;
	border-bottom:1px solid #eeeeee;
 }
 .meta{
 	display:block;
 	padding:4px 0;
	overflow:hidden;
	font-size:11px;
	color:#003399;
 }
 .morenews{
 	padding-top:4px;
	font-size:11px;
 }
 .contentnews{
 	padding:2px 0;
 	display:block;
	line-height:16px;
 }
#newscontent ul{
list-style-type:none;
margin:0;
padding:10px;
}
#newscontent li{
	display:block;
	font-size:12px;
	margin:0;
	padding:6px 0;
	border-bottom:1px solid #ccccff;
}
#newscontent li:hover{
	display:block;
	background-color:#9999ff;
}

#newscontent li span{
	display:block;
	padding-top:4px;
}
#newscontent li span a{
	padding:2px 0;
	color:#000066 !important;
}
#newscontent li span a:hover{
	padding-left:1px;
	text-decoration:underline;
	color:#003366;
}
#newsfooter{
 width:330px;
 height:8px; 
 background:url(../admin/gambar/upload/template/rs/img/footer-news.jpg) bottom left no-repeat;
 }
 
 .clear{
 	clear:both;
 }
 #content{
 	padding:0 10px;
 }
 p{
 	padding-bottom:15px;
	line-height:17px;
	margin:0;
 }
 h1,h2,h3,h4{
 	color:#003366;
	margin:0;
	padding:0;
	text-transform:capitalize;
	font-weight:normal;
	padding-bottom:10px;
 }
 h1{
 	font-size:20px;
 }
 h2{
 	font-size:18px;
 }
 h3{
 	font-size:16px;
 }
