/* CSS Document */

/* Home Page Elements */
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    background-color: #000100;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    margin: 16px;
    padding: 0px;
    color: #CCCCCC;
    font-weight: normal;
}

#homewrapper {
    width: 974px;
    height: 650px;
    position: relative;
    background-image: url(images/home/home_photo01.jpg);
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 25px;
    background-repeat: no-repeat;
}

#homestroke {
    width: 974px;
    height: 648px;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #FFFFFF;
    overflow: auto;
}

#home_apple {
    float: right;
    margin: 275px 50px 10px 0;
}

#home_apple img {
    border: none;
    outline: none;
}

#home_apple a:link, #home_apple a:hover, #home_apple a:visited {
    outline: none;
    text-decoration: none;
}

#sust.overlay {
    display: none;
    background: transparent url(images/overlay/white.png) no-repeat center;
    width: 540px;
    height: 150px;
    padding: 35px;
}

#sust.overlay a:link, #sust.overlay a:hover, #sust.overlay a:visited {
    text-decoration: none;
    color: #365f78;
}

#sust.overlay div.close {
    background-image: url(images/overlay/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#home_ia_panel {
    width: 944px;
    height: 162px;
    float: right;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    border-right: none;
    background: transparent url(images/home/home_ia_panel_bg.gif) repeat-x center;
    overflow: none;
}

#home_logo {
    position: relative;
    margin: 0px;
    padding: 30px;
    float: left;
}

#home_blurb {
    position: relative;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 395px;
}

#home_nav {
    position: relative;
    margin: 0px;
    padding: 0px;
    float: right;
}

#rr_blurb {
    position: absolute;
    width: 393px;
    height: 164px;
    z-index: 1;
    visibility: visible;
}

#rm_blurb {
    position: absolute;
    width: 393px;
    height: 164px;
    z-index: 2;
    visibility: hidden;
}

#rg_blurb {
    position: absolute;
    width: 393px;
    height: 164px;
    z-index: 3;
    visibility: hidden;
}

#rd_blurb {
    position: absolute;
    width: 393px;
    height: 164px;
    z-index: 4;
    visibility: hidden;
}
