/**Page Default Setup**/
body{
background-color: #333333;
background-image: url(images/zipper.png);
background-position:top;
background-repeat: repeat-x;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
overflow:visible;
margin: 0px;
padding: 0px;
}

p{
font-size: 14px;
text-align:justify;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

img {border-style:none}
/**End Page Default Setup**/

/**Container for page contents**/
#wrapper {
width: 802px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
overflow:visible;
}

/**Upper navigation settings**/
#topnav {
width: 800px;
height: 70px;
overflow:visible;
}

#upleftnav {
position: relative;
width: 400px;
float: left;
margin: 0px;
top: 5px;
overflow:visible;
}

#navbar {
position: relative;
width: 400px;
float: left;
top: 5px;
overflow:visible;
}

#downleftnav {
position: relative;
width: 400px;
float: left;
margin-top: 5px;
top: 5px;
overflow:visible;
}

#rightnav {
position: relative;
width: 350px;
float: right;
margin: 0px;
overflow:visible;
}

#weblogin {
position: relative;
width: 150px;
height: 25px;
float: right;
margin-top: 3px;
overflow:visible;
}

#phone {
position: relative;
width: 300px;
float: right;
margin-top: 5px;
overflow:visible;
}

/**Main content area settings**/
#main {
position: relative;
width: 800px;
overflow:visible;
}

#backtop {
position: relative;
width: 800px;
height: 15px;
background-image:url(images/bodybacktop.png);
background-position:center;
background-repeat:no-repeat;
top: 0px;
overflow:visible;
}

#mainback {
position: relative;
width: 800px;
background-color:#CCCCCC;
overflow:hidden;
}

#backbottom {
position: relative;
width: 800px;
height: 15px;
background-image:url(images/bodybackbtm.png);
background-position:center;
background-repeat:no-repeat;
overflow:visible;
}

#header {
position: relative;
width: 800px;
height: 300px;
overflow:visible;
}

#apilogo {
position: relative;
height: 300px;
width: 800px;
background-image:url(Images/logoheader.png);
background-position:center;
background-repeat:no-repeat;
overflow:visible;
}

#sidewrapper {
position: relative;
width: 150px;
float: right;
margin-right: 20px;
}

#apilogo_sm {
position: relative;
width: 150px;
height: 150px;
background-image:url(Images/apilogo_small.png);
background-position:center;
background-repeat:no-repeat;
}

#reader {
position: relative;
width: 112px;
height: 33px;
margin-top: 20px;
overflow: visible;
}

#stories {
position: relative;
width: 800px;
height: auto;
margin-top: 10px;
overflow:visible;
}

.article {
background-color:#666666;
position: relative;
height: auto;
padding: 20px;
overflow:hidden;
}

.article2 {
position: relative;
height: auto;
width: 580px;
padding-left: 15px;
padding-right: 15px;
overflow:visible;
font-size:14px;
}

.article3 {
position: relative;
height: auto;
width: 800px;
padding-left: 10px;
padding-right: 10px;
overflow:hidden;
}

/**Article Box Short Style**/
.articletop {
position: relative;
height: 15px;
width: 580px;
margin-top: 10px;
background-image:url(Images/articletop.png);
background-position:center;
background-repeat:no-repeat;
overflow: visible;
}

.articlebtm {
position: relative;
height: 15px;
width: 580px;
margin-bottom: 10px;
background-image:url(Images/articlebtm.png);
background-position:center;
background-repeat:no-repeat;
overflow: visible;
}

.article4 {
position: relative;
height: auto;
width: 580px;
background-color:#999999;
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight:bold;
overflow:visible;
}

/**Article Box Long Style**/
.articletop1 {
position: relative;
height: 15px;
width: 780px;
margin-top: 10px;
background-image:url(Images/articletop1.png);
background-position:center;
background-repeat:no-repeat;
overflow: visible;
}

.articlebtm1 {
position: relative;
height: 15px;
width: 780px;
margin-bottom: 10px;
background-image:url(Images/articlebtm1.png);
background-position:center;
background-repeat:no-repeat;
overflow: visible;
}

.article5 {
position: relative;
height: auto;
width: 780px;
background-color:#999999;
overflow:hidden;
}

/**Article Frontpage News Style Header**/
.articletop2 {
position: relative;
height: 35px;
width: 780px;
margin-top: 10px;
background-image:url(Images/newstop1.png);
background-position:center;
background-repeat:no-repeat;
overflow: visible;
}

/**Copyright Area Settings**/
#copyright {
position: relative;
width: 800px;
height: auto;
margin-top: 10px;
overflow:visible;
}

/**Rollover Tooltip Settings**/
.gloslink{
color:#333333;
text-decoration:none;
font-weight: bold;
font-size: 14px;
}

.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size:14px;
color: white;
padding: 10px;
border: 1px solid #000;
width: 350px; /*width of tooltip*/
}

/**Link Mouseover**/
a.topnav1:link {
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}

a.topnav1:visited {
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}

a.topnav1:hover {
color:#CCCCCC;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}

a.topnav2:link {
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 24px;
}

a.topnav2:visited {
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 24px;
}

a.topnav2:hover {
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 24px;
}

a.sidenav:link {
color:#333333;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 20px;
}

a.sidenav:visited {
color:#333333;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 20px;
}

a.sidenav:hover {
color:#000000;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 20px;
}

a.btmnav:link {
color:#999999;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}

a.btmnav:visited {
color:#999999;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}

a.btmnav:hover {
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}

a.galnav:link {
color:#333333;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}

a.galnav:visited {
color:#333333;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}

a.galnav:hover {
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
cursor:pointer;
}

a.faq:link {
color:#000000;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

a.faq:visited {
color:#666666;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

a.faq:hover {
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
/**Gallery Settings**/
table.galTbl td {
width:180px; 
height:150px;
}

#galwrap{
margin-left:auto;
margin-right:auto;
position: relative;
width: 600px;
height:300px;
overflow:visible;
z-index: 1;
}

#galPg1{
visibility: visible;
margin:0px;
height:250px;
position: absolute;
width: 600px;
z-index: 10;
}

#galPg2{
visibility:hidden;
margin:0px;
height:250px;
position: absolute;
width: 600px;
z-index: 20;
}

.imgfloat{
height:150px;
position: relative;
width:200px;
float: left;
z-index: 30;
}

/**Font Styles**/
.galnav {
color:#333333;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}

.btmnav {
color:#999999;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}

.phone {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CCCCCC;
}

.title {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight:bold;
line-height: 1px;
}

.subject {
color: #333333;
font-size: 16px;
font-weight:bold;
}

.course {
color: #333333;
font-size: 14px;
font-weight:bold;
}

.teks {
color: #333333;
text-decoration:none;
font-size: 10px;
font-weight:bold;
}

/**Lightbox 2.0 CSS Info**/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333333;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
