.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;
}
html {
overflow-y:scroll;
height:100%;
}

#top_outer{
position:relative;
margin:0 auto;
width:100%;
height:auto;
background:#0c5679;
border-bottom:1px solid #6abce4;
}
#top_inner{
position:relative;
margin:0 auto;
height:auto;
}
#top h3{
display:none;
}
#top{
position:relative;
float:left;
width:auto;
padding:5px 0 5px 0;

}
#search{
position:relative;
float:right;
margin:0;
margin-right:20px;
border:none;
z-index:1;
background:url(../images/search_bg.png) no-repeat top;
width:241px;
height:22px;

}
#search h3{
display:none}

#search .inputbox{
border:none;
color:#fff;
font-size:100%;
padding:4px 0 0 40px;
background:none;
}

#header_outer{
position:relative;
margin:0 auto;
width:100%;
height:auto;
background:#087ab1 url(../images/header_outer_bg.gif) repeat-x bottom;
z-index:2;

}
#header_inner{
position:relative;
margin:0 auto;
height:auto;
background:url(../images/header_inner.jpg) no-repeat right bottom;
z-index:2;
}
#logo{
position:relative;
float:left;
margin:10px;
margin-left:0;
z-index:2;
}

#suckerfish{
position:relative;
float:left;
width:100%;
z-index:2;
}

#shadow_content{
position:relative;
margin:0 auto;
width:100%;
height:20px;
background:url(../images/shadow_content.gif) repeat-x top;
}
#inset{
position:relative;
z-index:1;

}
#joomlacontent{
padding:10px 4px 10px 4px;
margin-top:14px;
}
#breadcrumb h3{
display:none}

#breadcrumb{
color:#ccc;
padding-bottom:10px;
margin-bottom:6px;
font-size:11px;
}
#inset{
text-align:left;
}
#right{
position:relative;
margin-top:-150px;
width:280px;
background:url(../images/right_bg.png) no-repeat top;
z-index:999;
min-height:600px;
padding-top:20px;
}


#bottom{
margin:0 auto;
margin-top:10px;
padding:20px 0 20px 0;
background: url(../images/bottom_top.png) top no-repeat;
text-align:center;
}
#bottom_table{
margin:0 auto;
}
#footer h3{
display:none;
}

#footer a:link, #footer a:visited{
color:#ccc;
}
#footer{
margin:0 auto;
margin-top:10px;
margin-bottom:10px;
padding:0;
color:#ccc;
font-size:90%;
text-align:center;
}

.imgborder{
display:block;
padding:6px;
border:1px solid #666;
background:#333;
margin:4px;
}
.imgpadding{
display:block;
padding-right:6px;
padding-bottom:6px;
}