@charset "utf-8";
/* CSS Document */
#pagetitle-wrapper{
    width: 100%;
    background:#f2f2f2 url(../images/slide-shadow.png) top repeat-x;
    float:left; 
    display: block;
}

.pagetitle-content {
    width: 100%;
    margin:0 auto;  
}

.pagetitle-content h2 {
    color:#929292;
    text-shadow:0px 1px 1px #fff;
    text-transform:uppercase;
    padding:22px 0px 6px 0px;   
    font-size:30px;
    padding-bottom: 15px;
}

#breadcrumb-wrapper{
    width: 100%;
    background-color:#e5e5e5;
    border-top: 1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    float:left;
}

#breadcrumb-content {
    width: 100%;
    margin:0px auto;
    clear:both;
}

#breadcrumb-content ul {
    margin-bottom:0px;
    float:left; 
}

#breadcrumb-content ul li {
    color: #afafaf;
    text-shadow:0px 1px 1px #f8f8f8;
    margin-bottom:0px;
    padding:7px 24px 8px 7px;
    background-image:url(../images/breadcrumb-arrow.png);
    background-repeat:no-repeat;
    background-position:right -1px;
    font-size:11px;
    display:inline-block;
}

#breadcrumb-content ul li a, #breadcrumb-content ul li a:visited {
    color: #afafaf;
    text-shadow:0px 1px 1px #f8f8f8;
    text-decoration:none;   
}
