html {
    position: relative;
    min-height: 100%;
}
.nar-logo {
    padding: 5px 10px 5px 10px;
}
.nar-logo img {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.nar-logo img:hover {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.exsmall-padding {
    margin-top: 60px;
}
.banner1 {
    height: 500px;
    background: url(../img/banner1.png)no-repeat center top;
}
.banner2 {
    height: 500px;
    background: url(../img/banner2.png)no-repeat center top;
}
.banner3 {
    height: 500px;
    background: url(../img/banner3.png)no-repeat center top;
}
.shadow {
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
}
.shadow:active {
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=0);
    -moz-box-shadow: 0px 0px 0px #909090;
    -webkit-box-shadow: 0px 0px 0px #909090;
    box-shadow: 0px 0px 0px #909090;
}
.shadow:hover {
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
    -moz-box-shadow: 2px 2px 10px #29ABE2;
    -webkit-box-shadow: 2px 2px 10px #29ABE2;
    box-shadow: 2px 2px 10px #29ABE2;
}
.shadow-hover:active {
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=0);
    -moz-box-shadow: 0px 0px 0px #909090;
    -webkit-box-shadow: 0px 0px 0px #909090;
    box-shadow: 0px 0px 0px #909090;
}
.banner {
    margin-top: -20px;
    height: 150px;
    background-image: url('../img/1200BLANK.png');
    background-repeat: repeat-x 0 0;
}
.banner-inner {
    padding: 30px 30px;
}
.cursor-point {
    cursor: pointer
}
.black_bold {
    color: black;
    font-weight: bold;
}
.footer {
    background: black;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 10xp;
}
footer {
    margin: 10px 0px;
}