#main-container {
padding-top:30px;
}
#nav-bar ul .nav-sub {
margin-left: -5px !important;
top: 187px;
}
#nav-bar ul .nav-sub{
z-index:500;
}
#nav-bar ul .nav-sub li,
#nav-bar ul .nav-sub li a {
padding-top: 0px !important;
padding-bottom: 0px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
z-index:500;
}
#section-about p,
#section-interact p,
#section-in-the-news p,
#section-about p{
clear: left;
}

#section-header h1 {
position:relative;
top:-16px;
}
#nav-shadow{
margin-top:-3px;
}
.jcarousel-category-control{
margin-top:8px;
padding-top:8px;

}
#body-container a.jcarousel-browse-option img {
padding-top:7px;
padding-bottom:7px;
margin-right:20px;
margin-left:20px;
}
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/css/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}