/* --- Webs CSS --- */

@import '../style.css';

html {
    background: #4d5a40 url('../img/bluebg.jpg') repeat top left;
    color: #444;
}

a,
a:visited {
    color: #2e4169;
}

a:hover {
    color: #729a97;
}

.fw-even, .fw-primary {
    background-color: #d7e6e5;
    border-color: #d5d9bd;
}

.fw-odd, .fw-secondary {
    background-color: #bbd4d2;
    border-color: #d5d9bd;
}

.fw-tertiary {
    background-color: #bed4e3;
    border-color: #d5d9bd;
}

#fw-container {
    background: #e8ecd1 url('../img/bluebodybg.jpg') repeat-y top left;
}

#fw-head {
    background: #4e5840 url('../img/bluehead.png') no-repeat top left;
}

#fw-title a,
#fw-title a:visited,
#fw-title a:hover,
#fw-smalltitle {
    color: #FFFFCC;
}

.fw-logo {
    background: transparent url('../img/blue_logo.jpg') no-repeat top right;
}

#fw-mainnavwrap {
    background: transparent url('../img/bluenavbg.png') no-repeat top left;
}

#fw-mainnavwrap a,
#fw-mainnavwrap a:visited {
    color: #6C7151;
}

#fw-mainnavwrap a:hover {
    color: #2C3111;
}

.fw-title {
    color: #445044;
}

.fw-paragraphbottom {
    background: transparent url('../img/bluedivider.gif') no-repeat center bottom;
}

#fw-footer {
    background: transparent url('../img/bluefooterbg.jpg') repeat-y top left;
}

#fw-foottext {
    background: transparent url('../img/bluefooterbottom.gif') no-repeat bottom left;
}
