/* CSS Document */

html,body{
	padding:0;
	margin:0;
	background-color:#fff;
}




/* Layer Positioning */

#parent{
	position:relative;
	left:0px;
	width:100%;
	height:100%;
	margin: 0 ;
	text-align:left;
	z-index:30;
}

#title{
	position:absolute;
	left: 0px;
	top:0px;
	width:845px;
	height:46px;
	padding:0px;
	padding-right: 0px;
	z-index:50;
}

#menu{
	position : absolute;
	left:0px;
	top:71px;
	width:785px;
	height:29px;
	z-index:50;
	display: none;
}

#heading{
	position:absolute;
	left:0px;
	top:130px;
	width:785px;
	height:40px;
	z-index:50;
}

#content{
	position:absolute;
	left:0px;
	top:165px;
	width:100%;
	z-index:50;
}

#contenthome{
	position:absolute;
	left:0px;
	top:120px;
	width:100%;
	z-index:50;
}

#bodyhome{
	position:absolute;
	left:0px;
	top:20px;
	width:100%;
	z-index:60;
}

#credithome{
	position:absolute;
	left:0px;
	top:570px;
	width:785px;
	height:30px;
	z-index:60;
	background-image:url(../images/home_creditalisakatan.gif);
	background-repeat:no-repeat;
	display:none;
}

#submenu{
	position:relative;
	left:0px;
	top:0px;
	width:785px;
	height:20px;
	z-index:51;
	margin-bottom:10px;

}

#bodycontent{
	position:relative;
	width:100%;
	left:0px;
	z-index:80;
	margin-top:10px;
	margin-right:0px;
	margin-left:0px;
}

#photo{
	position:relative;
	width:265px;
	display: none;
	float:right;
	z-index:50;
	padding-top:10px;
}

#footer{
	position:relative;
	width:785px;
	height:70px;
	z-index:50;
	margin-top:15px;
	display: none;
}

#footerhome{
	position:relative;
	left:60px;
	top:735px;
	width:785px;
	height:70px;
	z-index:50;
	margin-top:15px;
	display: none;
}




/* Text Styling */

p{  /* body text */
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000;
	line-height : 120%;
	margin-top : 0;	
	background-color : transparent;
}

#bodyhome p{  /* body text */
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000;
	line-height : 110%;
	margin-top : 0;	
	background-color : transparent;
}


a{color: #000; text-decoration: underline;}
a:hover{color:#EC2E38;}

#bodyhome a{text-decoration: none;}
#bodyhome a:hover{color:#EC2E38; font-weight:bold;}



h1{  /* heading */
	font-family:Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #000;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;	
	margin-bottom:4px;
}

h2{  /* heading */
	font-family:Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #EC2E38;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;	
	margin-bottom:4px;
}

h3{  /* heading */
	font-family:Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #000;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0px;	
	margin-bottom:12px;
}

li{  /* body text */
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000;
	line-height : 120%;
	margin-top : 0px;
	margin-bottom:5px;
	margin-left:-16px;	
	background-color : transparent;
	padding-top:0px;
}

ul{  /* body text */

	margin-top : 0px;
	margin-bottom:5px;

}


/* classes */

.required {color: #EC2E38}
.arrowlink {color: #EC2E38; text-decoration:none;}
.thumbnail{margin-right:15px; margin-bottom:15px;}
.item{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #fff;
	}

