/* Start of CMSMS style sheet 'trijaya - main' */
body{margin:0; font-family:"arial"; font-size:12px; background:#0D1126 url(images/top_bg.jpg) top left repeat-x;}

#wrapper{ margin:0 auto; }
#header{position:relative; height:135px; background:url(images/header_bg.jpg) top left no-repeat; z-index:10;}
 #flag{position:absolute; width:110px; height:40px; right:20px; top:57px;}

 #logo{height:113px;}/*blank div to keep mainNav stable*/
 #mainNav{float:right; height:20px; text-align:right; margin-right:2px;}
  #mainNav ul{margin:0; padding:0; list-style:none;}
  #mainNav li{float:left; text-align:left;}
  #mainNav li a{text-decoration:none; color:#fff; line-height:20px;}
  #mainNav li a:hover{color:#000;}

#wrapperContent{background:#F8EEBE;}
 #content{width:1000px; margin:0 auto; background:#F8EEBE url(images/content_bg.jpg) top repeat-y;padding-bottom:10px; position:relative; z-index:1;} 
 #left{float:left; width:160px; padding:0 20px; padding-top:10px;}
  #left img{margin-bottom:5px;}
 #mid{float:left; width:600px; background:#fff; padding:10px 0; line-height:18px;}
  #mid h2{padding:3px 10px; background:#263049; margin:5px; font-size:16px; color:#fff;}
  #mid p{padding:0px 10px; margin:12px 0px;}
  #mid ol, #mid ul{padding-right:3px; margin-right:5px;}
  #allNews{padding:0 8px;}

 #right{float:left; width:160px; padding:0 20px; padding-top:10px;}
  #right h2, #left h2{padding:0px 10px; background:#263049; margin:5px; margin-left:0; font-size:12px; color:#fff;}
  
#footer { width:100%; height:40px; background-color:#0D1126; line-height:40px; text-align:center; font-size:11px; color:#FFFFFF;}

.clear {clear:both;} 
a img{border:none;}
a {text-decoration:none; color:#5082CC;}
a:hover {text-decoration:underline;}
/* End of 'trijaya - main' */

/* Start of CMSMS style sheet 'suckertree - menu' */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #F3F3F3;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
/*border-top: 1px solid #27304B;*/
border-left: 1px solid #27304B;
border-right-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0px; /*default 0*/
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 96px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
background-color:#0D1126;
}

/*additional by dennisa*/
.suckertreemenu ul li ul{
border-bottom: 1px solid #fff;
}

.suckertreemenu ul li a:hover{
background-color:#CEDFE6;
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: /*#F3F3F3*/ url(images/arrow_4.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow_5.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/* End of 'suckertree - menu' */

/* Start of CMSMS style sheet 'slideshow' */
/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder{
		width:600px;	/* Image width */
		height:217px;	/* Image height */
		position:relative;	/* Don't remove this line */

}
/* Don't change these values */
.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;

}
/* End of 'slideshow' */

