/* CSS Document */
.simpleslideshow { position:relative; width:990px; height:228px; float:right;  margin:0px 0px 0px 0px; }
.simpleslideshow img { position:absolute; left:0; top:0; }
body {
background:#0c220e; 
margin:20px 0px 0px 0px;
}

#container {
width:100%; 
text-align:center;
}

#page {
width:990px; 
margin:auto; 
text-align:left;
border:3px solid white;
}

#masthead {
width:990px; 
height:162px;
}
#masthead2010 {
width:990px; 
height:228px;

}

#mastheadplain {
width:990px; 
height:159px;
}
#sliderarea {
width:990px; 
height:661px;
}

#mainmenu {
width:990px;
margin:0px;
float:left; 
height:28px; 
padding-left:30px;
}
#menucontainer {
background-color:#163419;
height:28px;
margin:0px; 
font: 14px "Times New Roman", Times, serif; 
color:#FFFFFF;
font-weight:bold;
padding: 0px;


}

#menucontainer2010 {
background:url(../images/presentation/menuback-2010.gif); 
background-color:#163419;
height:28px;
margin:0px; 
padding: 0px;
border:0px;
}
#menucontainerplain {
background-color:#163419;
height:30px;
margin:0px; 
font: 14px "Times New Roman", Times, serif; 
color:#FFFFFF;
font-weight:bold;
padding: 0px 0px 0px 0px;

}

#contentarea {
background: url(../images/presentation/Left_Side.gif) no-repeat 0px 0px; 
background-color:#FFFFFF;
width:990px; 
} 
#contentarea2010 {
background:#ffffff url(../images/presentation/Left_Side_new.gif) top left no-repeat;
width:990px; 
} 

#contentareaplain {
background-color:#FFFFFF;
width:990px; 
} 

#actualcontent {
padding:10px 25px 10px 25px;
margin-left:100px;
}

#actualcontentplain {
padding:10px 25px 10px 25px;
margin-left:10px;
}
#actualcontentgreen {
padding:10px 25px 10px 25px;
background-color:#163419;
}

#footerarea {
clear:both; 
text-align:center;
font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
color:#CCCCCC;
padding: 10px 0px 0px 0px;
margin:auto;
border-top:3px solid white;
}

#footerarea a:link , #footerarea a:visited {
color:#ece400;
text-decoration:none;
}

#footerarea a:hover , #footerarea a:active {
color:#79224d;
text-decoration:none;
}

#homebutton {
float:right; 
}

#printerfriendly {
text-align:center;
font: 11px Geneva, Arial, Helvetica, sans-serif; 
}
/* ------------------------- */
/* SLider */
/* ------------------------- */

#slider ul, #slider li {
	margin:0px ;
	padding:0px !important;
	list-style:none !important;
	background:none !important;
}
#slider li {
	width:520px;
	height:130px;
	overflow:hidden;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:18px;
	height:100px;
	position:absolute;
	left:-18px;
	top:17px;
	}	
#nextBtn{ 
	left:520px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:18px;
	height:100px;
	background:none;	
	}	
#nextBtn a{ 
	background:none;	
}
#slidernav a { width:28px; height:28px;padding:10px; margin:5px; background:none; text-align:center; color:#ddd;}
#slidernav a.activeSlide  { width:28px; height:28px;padding:10px; background:nonne; margin:5px;  text-align:center;  color:#fff;}
#slidernav a:focus {outline:none;}
