/* CSS Document */

html,body{
	padding:0;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #fff;
	line-height : 120%;
	background-image:url(../images/background.gif);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
}




/* Layer Positioning */

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

#title{
	position:absolute;
	left:0px;
	top:25px;
	width:845px;
	height:46px;
	z-index:30;
}

#icons{
	position:absolute;
	right:0px;
	top:19px;
	width:99px;
	height:41px;
	z-index:30;
}

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

#heading{
	position:absolute;
	left:60px;
	top:130px;
	width:445px;
	height:30px;
	z-index:50;
}

#content{
	position:absolute;
	left:60px;
	top:165px;
	width:785px;
	z-index:50;
}

#contenthome{
	position:absolute;
	left:60px;
	top:120px;
	width:785px;
	height:600px;
	z-index:50;
	xbackground-image:url(../images/home_bg1.jpg);
	background-repeat:no-repeat;
}

#bodyhome{
	position:absolute;
	left:520px;
	top:20px;
	width:245px;
	height:530px;
	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;
}

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

#bodycontent{
	position:relative;
	width:445px;
	left:0px;
	z-index:80;
	float:left;
	display:block;
	margin-top:10px;
	margin-right:0px;
}

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

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

#footerhome{
	position:absolute;
	left:60px;
	top:700px;
	width:785px;
	height:70px;
	z-index:50;
	margin-top:15px;
}




/* Text Styling */

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

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


a{color: #fff; 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 : 14px;
	font-weight : bold;
	color : #fff;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;	
	margin-bottom:4px;
}

h2{  /* heading */
	font-family:Arial, Helvetica, sans-serif;
	font-size : 14px;
	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 : 16px;
	font-weight : bold;
	color : #fff;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0px;	
	margin-bottom:12px;
}


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

#content ul{  /* body text */

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

}

#content ol{  /* body text */

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

}

ul.anchorednav{ color:#ccc; }
li.anchorednav{  /* body text */
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#fff;
 line-height:120%;
 margin-top:0px;
 margin-bottom:5px;
 margin-left:40px;	
 padding-top:0px;
}

a.anchorednav{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; }
a:hover.anchorednav{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; }

/* classes */

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

input.controlfield{ display: none; }
.mailinglist{
 background-color:#555555;
 border:0px solid #555555;
 margin:0px 0px 0px 0px;
 //margin:0px 0px 0px 0px;
 padding:2px 2px 2px 2px;
 width:150px;
 height:20px;
 font-family:HelveticNeue, Helvetica, Arial, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#ffffff;
}

#sitemeter{ position:relative; top:-20px; left:0px; }
