/* ================================ 
   GENERAL LAYOUT CSS
   ================================ */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#333;

}


#header {
	width:100%;
	background-image:url(../site_pics/buttons_right_tile.gif);
	background-position:bottom;
	background-repeat:repeat-x;

}

#header_inner {
	position:relative;
	width:968px;
	height:156px;
	margin:0 auto;

}

#logo {
	height:49px;
	padding-top:28px;

}

#navigation {
	padding-top:29px;

}

#content {
	position:absolute;
	width:100%;
	top: 156px;
	background-color:#FFF;

}

#content_inner {
	position:relative;
	width:968px;
	margin:0 auto;

}

#page_list {
	position:absolute;
	width:191px;
	height:72px;
	padding-top:13px;
	background-image:url(../site_pics/header_left_tile.jpg);
	background-repeat:repeat-x;
	background-position:bottom;

}

#ticker {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:130%;
	color: #555;

}

#page_header {
	position:relative;
	width:777px;
	left:191px;
	padding-top:13px;
	background-color:#FFF;

}


#footer {
	width:100%;
	bottom: -20px;
	left: 0px;
	background-color:#333;
	padding-top:20px;
	background-image:url(../site_pics/footer_tile.gif);
	background-position:top;
	background-repeat:repeat-x;

}

#footer_inner {
	position:relative;
	width:968px;
	height:20px;
	margin:0 auto;
	padding-bottom:20px;

}

#popup{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:130%;
	color: #555;
	
}
 
#hideshow {
     width:100%;
	 visibility:hidden
	 
 }


/* ================================ 
   SLIDING DOOR TABS
   ================================ */

#tabs {
	float:left;
	width:100%;
	font-size:11px;
	line-height:normal;
	
}
	
#tabs ul {
    margin:0;
    padding:0px 0px 0px;
    list-style:none;
	
}
	
#tabs li {
    float:left;
	background: url(../site_pics/tab_both_sld_right_g.gif)
      no-repeat right top;
	  margin-right:2px;
	
}
	
#tabs a {
    display:block;
	background: url(../site_pics/tab_both_sld_left_g.gif)
      no-repeat left top;
    padding:5px 7px 3px 7px;

}
	
#tabs #current {
    float:left;
	background: url(../site_pics/tab_both_sld_right_w.gif)
      no-repeat right top;
	
}
	
#tabs #current a {
    display:block;
	background: url(../site_pics/tab_both_sld_left_w.gif)
      no-repeat left top;
	
}
	
#tabs li:hover, #tabs li:hover a {
	background-position:100% -24px;
  
}
  
#tabs li:hover a {
  background-position:0% -24px;
  
}