.clr{ /* BASIC CLEAR FIX*/
clear:both;
}

div.clear{ /* Special Div for Firefox for background height fix*/
clear: both;
height: 0px;
margin: 0px;
padding: 0px;
font-size: 0;
}
#header{
position:relative;
margin:0 auto;
width:960px;
height:auto;
z-index:3;
}
#top{
position:relative;
margin:0 auto;
width:100%;
height:auto;
z-index:3;
text-align:right;
}
#banner{
position:relative;
float:right;
padding:30px 0 20px 0;
z-index:2;
max-width:468px;
height:auto;
}
#logo{
position:relative;
float:left;
z-index:2;
padding:30px 0 30px 0;
}
#menu_outer{
position:relative;
margin:0 auto;
width:980px;
height:78px;
z-index:9;
background:url(../images/menu_bg.png) top center;
padding-top:10px;
}

#suckerfish{
position:relative;
margin:0 auto;
width:960px;
}
.no_suckerfish{
position:relative;
margin:0 auto;
width:980px;
height:26px;
z-index:9;
background:url(../images/content_top_bg.png) bottom center;
}

#jp_wrapper{
position:relative;
margin:0 auto;
width:980px;
background:url(../images/content_bg.png) center repeat-y;
z-index:1;
}
#jp_wrapper_inner{
position:relative;
margin:0 auto;
z-index:1;
width:960px;
}

#slideshow{
position:relative;
margin:0 auto;
height:auto;
z-index:1;
width:920px;
padding:20px;
}
#jp_top_module_outer{
position:relative;
margin:0 auto;
background:#333c42 url(../images/top_module_bg.jpg) top center repeat-x;
z-index:2;
height:auto;
width:100%;
border-bottom:6px solid #818485;
}

#jp_top_module{
margin:0 auto;
padding:10px;
}

#container{
margin:0 auto;
width:920px;
padding:20px;
/*background:url(../images/content_shadow.jpg) top center repeat-x;
border-top:1px solid #fff;*/
}
#content{}
#content-inner{
overflow:hidden;
}
#breadcrumbs{
position:relative;
width:100%;
line-height:30px;
font-size:12px;
border-bottom:1px dashed #ccc;
margin-bottom:20px;
}
#breadcrumbs a{
text-decoration:none;
color:#999;
}


#jp_bottom_outer{
position:relative;
margin:0 auto;
z-index:2;
height:auto;
width:100%;
}

#jp_bottom{
margin:0 auto;
padding:10px;
}
#shadow_bottom{
position:relative;
margin:0 auto;
width:980px;
height:26px;
z-index:9;
background:url(../images/content_bottom_bg.png) top center;
}

#footer h3{
display:none;
}

#footer a:link, #footer a:visited{
color:#fff;
}
#footer{
position: relative;
bottom:0;
margin:0 auto;
padding:10px;
color:#ccc;
font-size:90%;
text-align:center;

}

#simpleTooltip { 
padding: 7px;
color: #666;
padding:4px; 
background:#fff;
border:1px solid #ccc;
max-width:240px; 
font-size:92%;
}

.imgborder{
padding:8px;
border:1px solid #ccc;
margin-right:6px;
}
.imgpadding{
display:block;
padding-right:6px;
padding-bottom:2px;
}
.hidden{display:none}