/**** Page Styles ****/
#center { width:836px; margin:auto; text-align:left; margin-top:15px; }
.clear { float:none; clear:both; }

#nav_container { float:left; margin-top:-43px; position:relative; z-index:2; }
#nav_bottom { background:url(../images/layout/nav_sub_bottom.png) no-repeat; width:806px; height:11px; float:none; clear:both; }

#top_bg { width:836px; height:24px; float:left; background:url(../images/layout/top_bg.png) no-repeat; }
#page_offset { width:802px; float:left; background:#FFFFFF; padding:0px 17px 0px 17px; }

#top { width:802px; float:left; }
#top_right { float:right; padding-top:10px; }
#logo { background:url(../images/layout/logo.png) no-repeat; float:left; margin:0; padding:0; }
#logo a { display:block; width:257px; height:82px; cursor:pointer; }
#logo a span { display:none; }

#header { width:802px; float:left; }
#header_bg { width:802px; height:177px; float:left; background-color:#D3D4D6; }
#header_top { background:url(../images/layout/header_top.png) no-repeat; width:802px; height:12px; z-index:2; position:relative; }

#breadcrumbs_container { width:782px; height:37px; float:left; color:#034C9F; padding:7px 0px 0px 20px; background:url(../images/layout/breadcrumbs_bg.png) no-repeat; }

.translate { display:none; padding:0px; margin:0px; list-style:none; width:120px; height:27px; display:block; float:right; width:120px; margin-top:-4px;}
.translate li { position:absolute; }
.pageTitle {  font-size:16px; font-weight:bold; }

#body_container { width:802px; float:left; padding-top:5px; padding-bottom:17px; }
#body_left { width:546px; float:left; background-color:#D3D4D6 !important; }
#body_right { width:234px; margin-left:20px; float:left; background-color:#D3D4D6 !important; }

#lbody_grey { width:546px; background-color:#D3D4D6 !important; background:url(../images/layout/lcol_bgy.png) repeat-x; }
#lbody_padding { width:516px; min-height:390px; padding:10px 15px 0 15px; }
#lbody_bottom { background:url(../images/layout/lcol_bottom_white.png) no-repeat; width:546px; height:11px; float:left; }

#rbody_grey { width:234px; background-color:#D3D4D6 !important; background:url(../images/layout/rcol_bgy.png) repeat-x; }
#rbody_padding { padding:15px 15px 5px 10px; float:left; }
#rbody_bottom { background:url(../images/layout/rcol_bottom_white.png) no-repeat; width:234px; height:11px; float:none; clear:both; }

#page_separator { width:802px; height:14px; float:left; background:url(../images/layout/page_seperator.png) no-repeat; margin-top:15px; }
#body_lower { width:802px; float:left; padding-top:5px; }

#news_rotator { /*float:left;*/ padding-top:10px; border-bottom:1px solid #3074A6; margin-bottom:5px; }
#news_rotator ul {list-style:none; padding:0; margin:0 0 0 10px;}
#news_buttons { float:left; padding-top:5px; }
#news_buttons a { font-size:8px; display:block; }
#news_buttons a span { display:none; }
#news_buttons #newsRetreat { background:url(../images/layout/rcol_arrowU.png) no-repeat; width:16px; height:11px; }
#news_buttons #newsAdvance { background:url(../images/layout/rcol_arrowD.png) no-repeat; width:16px; height:10px; }

#right_nav { /*float:left;*/ padding-top:10px; margin-bottom:5px; }
#right_nav ul {list-style:none; padding:0; margin:0 0 0 10px;}

#bottom_bg { margin-top:-8px; width:836px; height:27px; float:left; background:url(../images/layout/bottom_bg.png) no-repeat; text-align:center; padding-top:9px; color:#333333; font-size:11px; }
#footer_bg { width:836px; height:56px; background:url(../images/layout/footer_bg.png) no-repeat; margin-top:5px; padding-top:20px; }
#footer_bg #np { display:block; background:url(../images/layout/np.gif) no-repeat; width:354px; height:28px; margin:auto; margin-top:0; }
#footer_bg #np span { display:none; }








/**** Tab Styles ****/
.TabContainer .ajax__tab_header { 
  font-family:Arial; font-weight:bold; color:#333333; background:url('../images/layout/tab_line.gif') repeat-x bottom; }
.TabContainer .ajax__tab_outer { 
  padding-right:4px; background:url('../images/layout/tab_right.jpg') no-repeat right; height:23px; margin-right:3px; }
.TabContainer .ajax__tab_inner { 
  padding-left:6px; background:url('../images/layout/tab_left.jpg') no-repeat; height:23px; }
.TabContainer .ajax__tab_tab { 
  height:19px; padding:2px 6px; background:url('../images/layout/tab_bkg.jpg') repeat-x; }
.TabContainer .ajax__tab_hover .ajax__tab_outer { 
  background:url('../images/layout/tab_right_hover.jpg') no-repeat right; }
.TabContainer .ajax__tab_hover .ajax__tab_inner { 
  background:url('../images/layout/tab_left_hover.jpg') no-repeat ; }
.TabContainer .ajax__tab_hover .ajax__tab_tab { 
  background:url('../images/layout/tab_bkg_hover.jpg') repeat-x; }
.TabContainer .ajax__tab_active .ajax__tab_outer { 
  background:url('../images/layout/tab_right_active.jpg') no-repeat right; }
.TabContainer .ajax__tab_active .ajax__tab_inner { 
  background:url('../images/layout/tab_left_active.jpg') no-repeat; }
.TabContainer .ajax__tab_active .ajax__tab_tab {
  background:url('../images/layout/tab_bkg_active.jpg') repeat-x; }
.TabContainer .ajax__tab_body { 
  font-family:Arial; border:1px solid #dddddd; border-top:0; padding:8px 5px; background-color:#fcfcfc; }
