/******************************************************
** Title........: Common
** Filename.....: /css/common.css
** Author.......: Legend Web Design
** Website......: Rhyne Design
*******************************************************/
/* Page                                               */

html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #014C55 url('../images/templateBG.png');
    min-width: 740px;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;  
    background: transparent url('../images/templateBGStrip.png') repeat-x;
    font-size: 1em;
    font-family: verdana, 'Lucida Grande', arial, helvetica, sans-serif;
    text-align: center;
}

/* END Page                                           */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Elements                                           */

a, a:link, a:active, a:visited {
    color: #0033CC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div {
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}

img {
    border: 0;
}

input, textarea {
    background: #FFF;
    color: #000;
    font-size: 0.8em;
    font-family: verdana, arial;
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
}

/* END Elements                                       */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Universes                                          */

#universe {
    margin: 0 auto;
    padding: 0;
    width: 740px;
    height: auto;
    background: #FFF;
    text-align: center;
    display: block;
}

/* END Universes                                      */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Worlds                                             */

#worldHeader {
    width: 740px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
                  
#worldNavigation {
    margin: 0 4px 4px 4px;
    height: 28px;
    font-family: tahoma;
    background: url('../images/templateNavigationBG.png') repeat-x;
}
    
    #worldNavigation ul {
        margin: 0;
        padding: 0;
        height: 28px;
        color: #FFF;
        font-weight: bold;
        /* overflow: hidden; */
        text-align: center;
        vertical-align: middle;
    }
        
        #worldNavigation ul li {
            height: 28px;
            line-height: 28px;
            float: left;
            text-align: center;
            vertical-align: middle;
            
        }
            
            #worldNavigation ul li a {
                margin: 0;
                padding: 0 14px 0 14px;
                width: auto;
                height: 24px;
                line-height: 24px;
                font-size: 0.8em;
                color: #FFF;        
                text-decoration: none;
                display: block;
                float: left;
            }
            
            #worldNavigation ul li a:hover {       
                background: url('../images/templateNavigationHover.png') no-repeat bottom right;
                border-bottom: 4px solid #000;
            }
        /* END li */
    /* END ul */
/* END #worldNavigation */

#worldBody {
    margin: 0 4px 0 4px;
    text-align: left;
}

    #commonBody {
        margin: 25px 10px 10px 10px;
        padding: 0;
        width: 712px;    
    }
/* END #worldBody */

#worldCopyright {
    margin: 0;
    padding: 15px 0 10px 0;
    color: #888;
    font-size: 0.75em;
}

/* END Worlds                                         */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Home                                               */

#homeBillboard {
    width: 732px;
    height: 385px
}

    #homeBlurbs {
        width: 152px;
        height: 385px;
        background: #01464E url('../images/homeBlurbBG.png');
        float: left;
    }
    
        #homeBlurbs div {
            margin: 0;
            padding: 0;
            color: #FFF;
            font-size: 0.6em;
        }
        
        #homeBlurbs a {
            color: #009CFF;
        }
        
        #homeBlurb1 {
            width: 152px;
            height: 128px;
            background: url('../images/homeBlurbBGStrip.png') repeat-x;
            float: left;
            clear: left;
        }
        
        #homeBlurb2 {
            width: 152px;
            height: 128px;
            background: url('../images/homeBlurbBGStrip.png') repeat-x;
            float: left;
            clear: left;
        }
        
        #homeBlurb3 {
            width: 152px;
            height: 129px;
            background: url('../images/homeBlurbBGStrip.png') repeat-x;
            float: left;
            clear: left;
        }
        
        .blurbTitle {
            margin: 0;
            padding: 8px;
            font-size: 1.5em;
            font-weight: bold;
            text-align: left;
        }
        
        .blurbBody {
            margin: 0;
            padding: 0 8px 8px 8px;
            text-align: left;
        }
    /* END #homeBlurbs */
    
    #homeSlideshow {
        margin: 0;
        padding: 0;
        width: 580px;
        height: 385px;
        float: right;
    }
/* END #homeBillboard */

#homeStatement {
    margin: 0;
    padding: 4px;
    font-size: 0.75em;
    text-align: justify;
}

    #homeStatement img {
        margin: 25px 0 10px 0;
        padding: 0;
    }
/* END #homeStatement */

/* END Home                                           */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */