﻿
/* CSS Document */

body {
    margin: 40px 0 0 5px;
    padding: 0;
    background-color: Gray;
    font-family: Arial;
}


#header-band {
    display: block;
    width: 100%;
    margin: 60px;
    padding: 100;
    background: Gray repeat-x;
    height: 125px;
}



#header {
    margin: 0 auto 0 auto;
    width: 76.5%;
    height: 40px;
    background: DarkGreen no-repeat;
    display: block;
    position: relative;
    overflow: visible;
    z-index: 999;
}


    #header #logo {
        position: absolute;
        width: 215px;
        height: 197px;
        background: url(/images/hme-incorporated-logo.svg) no-repeat;
        top: 50px;
        left: 130px;
    }



#logo a {
    display: block;
    width: 215px;
    height: 197px;
    text-decoration: none;
    border: none;
}



    #logo a h1 {
        display: none;
    }


#header #sub-navigation {
    position: absolute;
    right: 10px;
    top: 63px;
    height: .9em;
    margin: 0;
    padding: 0;
    background: none;
    text-align: right;
    font-family: Impact, Tahoma;
    letter-spacing: 1px;
    font-size: .9em;
    line-height: .9em;
    text-transform: uppercase;
}



    #header #sub-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }



        #header #sub-navigation ul li {
            height: .9em;
            display: inline-block;
            padding: 0 3px 0 0;
            margin: 0 3px 0 0;
            border-right: solid 2px #000;
        }



            #header #sub-navigation ul li.last {
                margin: 0;
                padding: 0;
                border: none;
            }



            #header #sub-navigation ul li a {
                color: #000;
                text-decoration: none;
            }



                #header #sub-navigation ul li a:hover, #header #sub-navigation ul li a.active {
                    color: #a81419;
                }



#header #nav {
    width: 730px;
    height: 30px;
    position: absolute;
    top: 88px;
    left: 170px;
    line-height: 30px;
    color: #b5b5b5;
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 14px;
}

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 730px;
}



    #nav a {
        display: block;
        text-decoration: none;
        color: #b5b5b5;
    }



        #nav a:hover, #nav a.active {
            color: #9e0b0f;
        }



    #nav li {
        float: left;
        margin-right: 20px;
    }



        #nav li ul {
            position: absolute;
            padding: 0;
            width: 10em;
            left: -999em;
            background: #790000; /* url(assets/images/dropdown_bg.png) repeat;*/
            filter: alpha(opacity=80); /* Internet Explorer       */
            -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
            opacity: 0.8;
        }



            #nav li ul li {
                border-bottom: solid 1px #CCCCCC;
            }



                #nav li ul li.last {
                    border: none;
                }



                #nav li ul li a {
                    font-size: 12px;
                    color: #cccccc;
                    text-transform: none;
                    text-decoration: none;
                    font-weight: normal;
                    font-family: Century Gothic, Barlow Light, Arial;
                    display: block;
                    width: 11em;
                    padding-left: 5px;
                }



                    #nav li ul li a:hover {
                        color: #cccccc;
                    }



        #nav li:hover ul {
            left: auto;
        }



        #nav li:hover ul {
            left: auto;
        }



#wrapper {
    margin: 0 auto 0 auto;
    width: 75%;
    padding: 200px 10px 100px 15px;
    background: White;
    min-height: 420px;
    display: block;
    overflow: auto;
    position: relative;
    #wrapper.home

{
    padding: 10px;
}



#sub-nav {
    width: 720px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 160px;
    display: block;
    background: #252525;
    font-size: 12px;
    font-family: Tahoma, Arial;
}



    #sub-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }



        #sub-nav ul li {
            height: 20px;
            display: inline;
            margin-right: 10px;
        }



            #sub-nav ul li a {
                color: #ffffff;
                text-decoration: none;
            }



                #sub-nav ul li a:hover, #sub-nav ul li a.active {
                    color: #a81419;
                }



#rotating-ads {
    display: block;
    float: left;
    width: 690px;
    height: 425px;
}



#home-side-ads {
    display: block;
    float: right;
    margin: 0 0 0 10px;
    width: 180px;
}



    #home-side-ads img {
        border: none;
    }



    #home-side-ads a {
        text-decoration: none;
    }


#wrapper #content-wrapper {
    display: block;
    float: left;
    width: 770px;
    min-height: 400px;
    background: #ffffff;
    color: #616264;
    font-family: Impact, Tahoma, Arial;
    position: relative;
}


#content-wrapper #page-title {
    width: 770px;
    height: 50px;
    position: relative;
    color: #b7b7b7;
    background: #790000;
    border-bottom: 5px solid #959595;
    padding: 0;
    margin: 0;
}

.label-title {
    width: 770px;
    height: 50px;
    position: relative;
    color: #b7b7b7;
    padding: 0;
    margin: 0;
}


#page-title h1 {
    position: absolute;
    bottom: -7px;
    left: 15px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: Impact, Tahoma;
    font-weight: normal;
}


#content {
    padding: 20px;
}



    #content a {
        color: #616264;
    }



    #content h2, h3, h4, h5 {
        color: darkgreen;
        margin: 5px 0 5px 0;
        padding: 0;
        text-transform: uppercase;
        font-weight: bold;
    }



    #content h2 {
        font-size: 1.3em;
    }



    #content h3 {
        font-size: 1.2em;
    }



    #content h4 {
        font-size: 1.1em;
    }



    #content h5 {
        font-size: 1.0em;
    }



    #content p {
        font-size: 12px;
        line-height: 18px;
        margin: 5px 0 10px 0;
    }



    #content ul {
        font-size: 12px;
        line-height: 18px;
        margin: 5px 0 10px 0;
        padding: 0 0 0 20px;
        list-style-image: url(/images/bullet.png);
    }



        #content ul li {
            margin: 0;
            padding: 0;
            font-family: Century Gothic, Barlow Light, Sans-Serif;
        }



    #content.detail ul {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 10px 0;
        padding: 0;
        list-style-image: url(/images/bullet.png);
    }



        #content.detail ul li {
            margin: 0;
            padding: 0;
        }



    #content.detail h5 {
        margin: 5px 0 0 0;
    }



    #content.detail #images {
        float: left;
        width: 434px;
        height: auto;
        margin: 0 20px 0 0;
    }



        #content.detail #images img {
            padding: 0;
            margin: 0;
            float: none;
        }



        #content.detail #images #thumbs {
            float: left;
            clear: left;
            margin: 20px 0;
            width: 434px;
            height: 57px;
        }



            #content.detail #images #thumbs ul {
                list-style: none;
                padding: 0;
                margin: 0 0 10px 0;
            }



                #content.detail #images #thumbs ul li {
                    display: inline;
                    height: 57px;
                    width: 57px;
                    margin-right: 18px;
                }



    #content.custom-pumper {
        padding: 20px 0;
        margin: inherit;
    }



        #content.custom-pumper #left-column {
            float: left;
            width: 488px;
            padding: 0 0 10px 10px;
        }



            #content.custom-pumper #left-column img, #content. #right-column .thumb img {
                float: left;
                margin: 0;
                padding: 0;
            }



#left-column ul {
    width: 468px;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    float: left;
}



    #left-column ul li {
        float: left;
        width: 214px;
        padding: 0;
        margin: 0 0 0 20px;
    }



#content.custom-pumper #right-column {
    float: right;
    clear: none;
    width: 272px;
    margin: 0;
    padding: 0 0 10px 0;
}



#right-column .thumb-container {
    margin: 20px 0 0 0;
    float: left;
    clear: left;
}



#right-column .thumb {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 0 10px 0 10px;
}



#right-column .thumb-text {
    float: right;
    clear: none;
    width: 142px;
    padding: 0 10px 0 0;
    font-size: .7em;
}





#content img {
    float: right;
    border: none;
    padding: 0 0 20px 10px;
}



    #content img.left {
        float: left;
        padding: 0 10px 20px 0;
    }





#footer-band {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(/images/footer_band_bg.png) repeat-x;
    height: 36px;
}




    #footer-band #footer-wrap {
        margin: 0 auto 0 auto;
        width: 870px;
        padding: 0 15px;
        color: #ffffff;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
    }



#footer-wrap #address {
    width: 445px;
    margin-top: 4px;
    float: left;
}



#footer-wrap #social-icons {
    width: 425px;
    margin-top: 4px;
    float: right;
    text-align: right;
}



#social-icons img {
    border: 0;
}



#social-icons ul {
    list-style: none;
    padding: 0;
    margin: 2px 0 0 0;
}



    #social-icons ul li {
        display: inline;
        margin-right: 5px;
        height: 22px;
    }



#footer {
    padding: 10px;
    width: 75%;
    background: #B72126 no-repeat;
    height: 40px;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: visible;
    z-index: 999;
}


    #footer #footerlogo {
        position: absolute;
        width: 215px;
        height: 197px;
        /*background: url(/images/AFlogo_portal.png) no-repeat;*/
        top: -38px;
        right: 40px;
    }


    #footer .list {
        display: block;
        float: left;
        clear: none;
        margin: 0 16px 0 0;
    }



.list h2 {
    margin: 0;
    padding: 0;
    font-family: Century Gothic, Barlow Light, Comic Sans MS, Tahoma;
    font-size: 12px;
    font-weight: normal;
}

    .list h2 a {
        text-decoration: none;
        color: #b5b5b5;
    }



        .list h2 a:hover {
            color: #666666;
        }





.list ul {
    list-style: none;
    font-size: 10px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: Century Gothic, Barlow Light, Comic Sans MS, Arial;
}



    .list ul li {
        height: 10px;
    }



        .list ul li a {
            text-decoration: none;
            color: #b5b5b5;
        }



            .list ul li a:hover {
                color: #666666;
            }


.list li.column1 {
    margin-left: 0em;
}

.list li.column2 {
    margin-left: 145px;
}

.list li.reset {
    margin-top: -6em;
}
/* CSS Added By JD - FC - Feb 2011 */
.mnu-item-selected {
    color: #a81419;
}

.pg-number-selected {
    color: white;
    background-color: #a81419;
    padding: 3px;
    font-weight: bold;
}



.mouse-pointer {
    cursor: pointer;
}

.infoMsg {
    font-family: Barlow Light;
    color: Red;
    font-size: large;
    font-weight: bold;
}

.tableCommon {
    font-size: .75rem;
    font-family: Century Gothic, Barlow Light, Sans-Serif;
    color: Black;
    font-weight: normal;
    padding-left: 5px;
}

.smallInstruct {
    font-size: smaller;
}

.gridList {
    border: solid 1px #231F20;
}

.gridListheader {
    background: #6D6E71;
    font-family: Barlow Light;
    color: White;
}

/*@media all {
	.page-break	{ display: none; }
}*/

@media print {
    .page-break {
        page-break-inside: avoid
    }
    /*{ display: block; page-break-before: always; }*/
}

.lblFont {
    font-size: medium;
    font-family: Barlow Light;
    color: Black;
}

.verticalTableHeader {
    text-align: center;
    white-space: nowrap;
    transform: rotate(90deg);
}

.rotate {
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE6,IE7 */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
}
