
/* BEGINN WRAPPER*/
#container{
   width: 960px;
   margin: 0 auto;
}

a{
   overflow: hidden; /* for Suckerfish*/
}
/* END WRAPPER*/


/* TOP CONTAINER*/
#top{
	position:relative;
	width: 900px;
	margin: 0 auto;
	height:200px;
	z-index: 999;

}
#logo{
	position: absolute;
	top: 60px;
	left: 6px;
   background: url(../images/logo.gif) no-repeat left top;
}
#topmenu{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 499;
}

/* END TOP CONTAINER*/


/* SLIDESHOW CONTAINER*/
#header_outer{
   position: relative;
   width:900px;
   margin-top:10px;
   margin-left:30px;
   z-index: 499;
   	background:#000000;


}
#header{
	width:900px;
    height: auto;
	min-height:150px;
	background:#000000;

}
/* END SLIDESHOW*/


/* PATHWAY SEARCH CONTAINER*/
#pathway{
   position: relative;
   z-index: 500;
   height: 31px;
   background:#333;
   width:900px;
   margin-left:30px;
   font-size:11px;
}

.pathway-inner{
position:absolute;
left:12px;
color:#999;
width:500px;
height:18px;
top:6px;
}
#search{
	border:none;
	height:31px;
	width:140px;
	margin-right:20px;
	font-size:14px;
	color:#666;
	float:right;
	background:url(../images/search_bg.gif) no-repeat ;

}

/* END PATHWAY SEARCH CONTAINER*/

/* BEGINN CONTENT CONTAINER*/

#content-wrap{
   float: left;
   width: 960px;
   background:url(../images/content_bg.gif) repeat-y ;

}

#content{
   float:left;
   display: inline; /* IE6 double margin float bug hack */
   width:610px;
   margin-top:20px;
   margin-left:40px;
}

/* Sidebar*/
#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   width: 250px;
   float:right;
   margin-right:40px;
   margin-top:20px;
   text-align:left;
   
}

#sidebar .sidebar-box{
}
/* END CONTENT CONTAINER*/



/* FOOTER*/
#footer-wrapper{
   clear: both;
   height:55px;
}

#footer{
background:url(../images/footer_bg.gif) center top no-repeat ;
   width: 960px;
   margin: 0 auto;
   text-align:left;
   height:30px;

}

#copyright{
   width: 930px;
   margin: 0 auto;
   padding-top:5px;
   text-align:center;
   color:#999;
   font-size:80%;
}
#copyright a:link, #copyright a:hover, #copyright a:visited{
   color:#999;
}

