.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:100%;
height:auto;
z-index:1;
}
#logo{
position:relative;
float:left;
margin:20px;
margin-left:0;
z-index:1;
}
#banner{
position:relative;
float:right;
margin-top:20px;
margin-right:-20px;

}
#banner h3{
display:none}


/* END TOP SECTION*/
#maintable{
padding:0;
margin:0;
}
.maintable_border{
border-right:1px solid #fff;
border-left:1px solid #fff;
border-top:1px solid #f9f9f9;
}
.left_shadow{
background:url(../images/shadow_left.png) no-repeat right top;

}
.right_shadow{
background:url(../images/shadow_right.png) no-repeat left top;
}
#suckerfish{
position:relative;
margin:0 auto;
height:29px;
z-index:3;
}
#suckerfish_shadow{
position:relative;
margin:0 auto;
height:10px;
border-top:1px solid #fff;
background:url(../images/menu_shadow.gif) repeat-x top;
z-index:2;
}

#wrapper{
position:relative;
background:#fff;
margin:0 auto;
height:auto;
z-index:1;
min-height:471px;
padding:10px 20px 0 20px;
}
#inset{
position:relative;
margin:0 auto;
}
#inset h3{
display:none;
}
#inset_bg{
position:relative;
margin:0 auto;
height:20px;
z-index:1;
background:url(../images/inset_bg.gif) no-repeat center top;
}
#content{
position:relative;
margin:0 auto;
width:100%;
text-align:left;
padding-bottom:20px;
margin-top:10px;
}
#table_content{
padding-top:16px;
}
#content_bottom{
width:100%;
height:34px;
background:url(../images/content_bottom_bg.gif) no-repeat center top;
}

#breadcrumb{
position:relative;
float:left;
width:100%;
height:auto;
text-align:left;
z-index:1;
margin-bottom:10px;
border-bottom:1px solid #f0f0f0;
}
#breadcrumb .module{
color:#59481c;
font-size:11px;
padding:2px 0 2px 2px;
}
#breadcrumb a{
text-decoration:none;
}
#breadcrumb h3{
display:none}


#topmenu h3{
display:none;
}
#topmenu{
position:relative;
float:right;
right:10px;
top:10px;
width:auto;
}

#bottom{
margin:0 auto;
margin-top:10px;
padding:20px 0 20px 0;;
width:100%;
background: url(../images/bottom_bg.gif) top repeat-x;
border-top:1px solid #f0f0f0;
text-align:center;
}
#bottom_table{
margin:0 auto;
}
#footer h3{
display:none;
}

#footer a:link, #footer a:visited{
color:#f60;
}
#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;
}