#community_header {
    color:#FFF;
    position: relative;
    background: transparent url(/static/images/community/topnav_bg.png) no-repeat scroll left top;
    margin:20px 0 10px 0;
    height:82px;
    width:972px;
}
#community_header h1 {
    background:transparent url(/static/images/community/dc_community_logo.jpg) no-repeat scroll left top;
    height:26px;
    margin:10px 0 0 12px;
    width:231px;
    float:left;
}
#community_header h1 span {
    display:block;
    height:0;
    overflow:hidden;
}
#community_header h1 a {
    display:block;
    height:26px;
    width:231px;
}
#community_header ul {
    text-transform: uppercase;
}
#community_header li {
    float:left;
    list-style:none;
}
#login {
    position:absolute;
    display:block;
    width:115px;
    right:3px;
    top:20px;
}
#community_topnav a:hover {
    color: #1ebaf5;
}
#community_topnav a {
    color:black;
    font-weight:bold;
}
#community_topnav {
    display:block;
    left:10px;
    position:absolute;
    top:58px;
}
#community_topnav li{
    margin-right:15px;
}
a {
    color: #1ebaf5;
}
#login a { color:#fff;}
#id_search {
    background:transparent none repeat scroll 0 0;
    border:0px solid transparent;
    height:18px;
    padding:2px;
    position:absolute;
    right:30px;
    top:52px;
    width:100px;
    color: #7a7a7a;
}
#id_search_btn {
    position:absolute;
    right:14px;
    top:54px;
}
#home_tabs ul li a span {
    text-transform:uppercase;
}
#home_tab_container {
    background:transparent url(/static/images/common/home_tab_container_bg.png) no-repeat scroll left top;
    height:406px;
    margin:0 10px 0 0;
}
