<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
    height: 762px;
    background: url(../images/bg-guru-resources.jpg) repeat-x left top;
}
#content #clocks {
    position: absolute;
    top:34px;
    left:60px;
    z-index: 2;
}
#content #clocks .clock {
    position: relative;
    float: left;
    width: 101px;
    height: 130px;
    /* background: url(../images/guru-resources-clock.png) no-repeat left top; */
}
#content #clocks .clock.pad-right {
    padding-right: 30px; 
}
#content #clocks .city-name {
    position: absolute;
    bottom: 0px;
    left: 14px;
    width: 71px;
    height: 22px;
    background: url(../images/guru-resources-city-name.png) no-repeat left top;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}
#content #map {
    position: absolute;
    top: 220px;
    left: 30px;
    z-index: 1;
    width: 550px;
    height: 362px;
    /* background: url(../images/guru-resources-map.gif) no-repeat left top; */
}
#content #resources {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 364px;
    height: 762px;
    padding-left: 15px;
    text-align: center;
    background: url(../images/guru-resources-resources-bg.png) repeat-y left top;
    overflow: hidden;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    /* behavior: url(css/border-radius.htc); */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#content #resources .yellow-bar {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 50px;
    height: 42px;
    background: #ffd141;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    /* behavior: url(css/border-radius.htc); */
    border-top-right-radius: 10px;
}
#content #resources h3 {
    background: #ffd141;
    padding: 15px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#content #resources ul {
     margin-bottom: 20px;
}
#content #resources ul li {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
#content #resources ul li a {
    color: #666;
    text-decoration: none;
}
#content #resources ul li a:hover {
    color: #333;
    text-decoration: underline
}
#content #resources .share.twitter {
    bottom:40px;
    right:180px;
}
#content #resources .share.facebook {
    bottom:35px;
    right:85px;
}
#content #guru {
    position: absolute;
    bottom: -40px;
    left: 175px;
    z-index: 4;
    width: 448px;
    height: 693px;
    /* background: url(../images/guru-resources-guru.png) no-repeat left top; */
}
#content #phone {
    position: absolute;
    bottom: 0px;
    left: 450px;
    z-index: 3;
    width: 218px;
    height: 265px;
    /* background: url(../images/guru-resources-phone.png) no-repeat left top; */
}</pre></body></html>