.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%;
}
#wrapper{
margin:0 auto;
width:840px;
min-height:100%;
background:url(../images/wrapper_bg.png) repeat-y;
}
* html #wrapper {
height:100%;/* 100% Height IE */
}

#top{
position:relative;
margin:0 auto;
text-align:left;
padding: 0 30px 0 30px;
}

#topmenu h3{
display:none;
}
#topmenu{
position:absolute;
right:10px;
top:10px;
width:400px;


}
#breadcrumb{
position:relative;
float:left;
width:auto;
height:30px;
text-align:left;
z-index:1;
}
#breadcrumb .module{
padding:6px;
color:#777;
font-size:12px;
}
#breadcrumb a{
text-decoration:none;
}
#breadcrumb h3{
display:none}

#search{
position:relative;
float:right;
background:url(../images/magnifier.png) no-repeat left;
}
search h3{
display:none}

div.search{
padding:0;
line-height:100%;
margin:0;
height:24px;
}
#search .inputbox{
border:none;
color:#999;
width:130px;
font-size:100%;
margin-left:26px;
margin-top:2px;
border:1px solid #f0f0f0;
background:#fff;
}
#search .inputbox:hover,
#search .inputbox:focus{
background:#ffffcc}

/* END TOP SECTION */

#header{
position:relative;
margin:0 auto;
width:800px;
height:auto;
padding-top:6px;
background:url(../images/header_bg.gif) repeat-x top;
border-bottom:1px solid #f0f0f0;
z-index:1;

}
#banner{

position:relative;
margin:0 auto;

}
#footer h3{
display:none;
}


#logo{
position:relative;
float:left;
margin:20px;
margin-left:10px;
z-index:1;

}
#inset{
position:relative;
margin:0 auto;
width:800px;
/*border-top:1px solid #f0f0f0;*/
}
#inset h3{
display:none;
}

#suckerfish{
position:relative;
margin:0 auto;
width:800px;
height:32px;
background:url(../images/menu_bg.gif) repeat-x top;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
z-index:1;

}
#shadow{
position:relative;
margin:0 auto;
width:800px;
height:24px;
background:url(../images/pathway_bg.gif) repeat-x top;
text-align:left;
/*border-bottom:1px solid #f0f0f0;*/
}
/* END HEADER SECTION */
#content{
position:relative;
margin:0 auto;
width:780px;
text-align:left;
padding-bottom:20px;
}

#footer a:link, #footer a:visited{
color:#ccc;
}
#footer{
margin:0 auto;
width:800px;
padding-top:20px;
padding-bottom:20px;
color:#ccc;
font-size:90%;
border-top:1px solid #ddd;

}

.imgborder{
display:block;
padding:6px;
border:1px solid #ccc;
background:#f9f9f9;
margin:4px;
}
