/* title:   layout.css
 * purpose: holds all layout rules for almaco.cc
 */
@import url("/static/css/style.css");

a img {border: 0}

html, body {
    border:  0;
    padding: 0;
    margin:  0;
    height: 100%;
}

body {
    background-color: #FFF;
    background-image: url('/static/images/side-gradients2.gif');
    background-position: center 138px ;
    background-repeat: repeat-y;
    height: 100%;
}


#header {
    height: 138px;
    width: 100%;
    background-image: url('/static/images/headbg.gif');
    background-repeat: repeat-x;
}

#titlebar {
    height: 138px;
    width: 940px;
    background-image: url('/static/layout/titlebar.png');
    margin-left: auto;
    margin-right: auto;
}

#content {
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 100%;
}

#inner-content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -3px;
}


#inner-footer-lead {
    height: 15px;
    margin-left: 1px;
    width: 937px;
    background-image: url('/static/layout/footbg.gif');
    background-position: 0 -235px;
}

#inner-footer {
    height: 270px;
    margin-left: 1px;
    width: 937px;
    background-image: url('/static/layout/footbg.gif');
}

#inner-footer .foot-first {
    height: 195px;
    width: 115px;
    float: left;
    margin-left: 9px;
    margin-top: 12px;
    padding-left: 20px;
}

#inner-footer .foot {
    height: 195px;
    width: 107px;
    float: left;
    margin-left: 3px;
    margin-top: 12px;
    padding-left: 20px;
}

#inner-footer .foot-last {
    height: 195px;
    width: 132px;
    float: left;
    margin-left: 3px;
    margin-top: 12px;
}


#top-tabs {
    height: 50px;
    width: 855px;
    margin-left: 0px;
    top: 89px;
    position: relative;
}

.top-tab {
    float: left;
}


/* 
 *
 * index page
 *
 */


#splash {
    width: 940px;
    height: 322px;
    //margin-left: 2px;
    background-image: url('/static/layout/index_rotators.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

#references_splash {
    width: 940px;
    height: 322px;
    background-image: url('/static/layout/splash/references_splash.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
}
#products_splash {
    width: 940px;
    height: 322px;
    background-image: url('/static/layout/splash/products_splash.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

#product_splash {
    width: 920px;
    margin-left: 9px;
    height: 322px;
    background-image: url('/static/layout/splash/products_splash.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

#press_splash {
    width: 940px;
    height: 322px;
    background-image: url('/static/layout/splash/press_splash.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
}

#careers_splash {
    width: 940px;
    height: 322px;
    background-image: url('/static/layout/splash/careers_splash.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
}

#press_body {
    width: 940px;
    height: 600px;
    margin-top: -128px;
    background-image: url('/static/layout/press_background.png');
}

#contact_splash {
    width: 940px;
    height: 322px;
    background-image: url('/static/layout/splash/contact_splash.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

#contact_content {
    position: absolute;
    width: 940px;
    height: 557px;
    top: 316px;
    background-image: url('/static/layout/contact_background.png');
    background-position: top;
    background-repeat: no-repeat;
    margin-left: 0;
}


#contact_content #contact-offices {
    margin-left: 55px;
}

#contact_content .office {
    float: left;
    padding-left: 17px;
    width: 205px;
    height: 202px;
    margin: 0 5px 10px 5px;
}


#contact_content #contact-headline {
    height: 70px;
    width: 940px;
    padding-top: 45px;
    margin-left: 45px;
}

#contact_content #phonebook {
    width: 160px;
    position: absolute;
    left: 775px;
    top: 110px;
    height: 400px;
}

#contact_content #phonebook p {
    width: 160px;
}

#contact_content #phonebook p a {
    margin-bottom: 3px;
    display: block;
}

#contact_content #phonebook .smaller {
    width: 100px;
}




#company-splash {
    width: 940px;
    height: 322px;
    background-image: url('/static/layout/splash/company_splash.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

#company-content {
    width: 918px;
    margin-top: -144px;
    background-image: url('/static/layout/expanding_bg.png');
    padding: 8px 8px;
    min-height: 600px;

}


#news-content {
    width: 918px;
    margin-top: -144px;
    background-image: url('/static/layout/expanding_bg.png');
    padding: 8px 8px;
    min-height: 600px;

}

#news-content #text-body {
    position: relative;
    padding-top: 40px;
    padding-right: 80px;
    padding-left: 80px;
}

#company-content table {
    display: inline;
}

#company-content #text-body {
    margin-left: 237px;
    position: relative;
    padding-top: 40px;
    padding-right: 180px;
    padding-left: 10px;
}

#company-content h1 {
    margin-bottom: 10px;
    }

#company-content h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0;
}

#company-content p {
    margin-top: 6px;
    margin-bottom: 12px;
    }

#page_container {
    background-image: url('/static/layout/expanding_bg.png');
    width: 940px;
    margin-top: 140px;
}

#page_top {
    height: 140px;
    width: 940px;
    background-image: url('/static/layout/page/top_bg.png');
}

#page_content {
    background-image: url('/static/layout/page/bottom_bg.png');
    width: 940px;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 300px;
    margin-top: -140px;
}


.contact_office {
    border: solid #999 1px;
    margin-bottom: 10px;
    height: 76px;
}

.contact_office p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#content-border {
    width: 940px;
    min-height: 500px;
    background-image: url('/static/images/content_sides.gif');
    background-position: 0px 538px ;
}


#content-space {
    height: 180px;
    width: 940px;
    background-image: url('/static/images/blue_accent.gif');
    background-repeat: no-repeat;
}

#page-content {
    top: -180px;
    position: relative;
    width: 800px;
    margin: 0 auto;
}

#content-layout {
    top: -188px;
    margin: 0 auto;
    width: 920px;
    position: relative;
}

#products-layout {
    top: -138px;
    margin: 0 auto;
    width: 940px;
    position: relative;
    background-image: url('/static/layout/products_background.png');
    height: 700px;
}

#products-layout #products-content {
    margin-left: 242px;
    width: 678px;
    padding-top: 20px;
}

#products-layout #products-content #headline {
    height: 150px;
    padding-top: 35px;
}


#product-detail {
    width: 918px;
    margin-top: -144px;
    background-image: url('/static/layout/expanding_bg.png');
    padding: 8px 8px;

}

#products-content #mid-table {
    table-layout: fixed;
    position: absolute;
    margin-top: 120px;
    border-collapse: collapse;
    left: 250px;
    width: 600px;
}

#products-content #mid-table td {
    width: 130px;
    padding-right: 40px;
    vertical-align: top;
}

#products-content #bottom-table {
    position: absolute;
    margin-top: 380px;
    left: 410px;
    width: 500px;
}

#products-content #bottom-table td {
    padding: 4px;
}

.llist {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

.llist2 {
    display: block;
    font-weight: bold;
}

#products-content table tr {
}

/* MAIN PAGE */

#welcome {
    width: 940px;
    height: 660px;
    background-image: url('/static/layout/home_background.png');
    position: relative;
}

#welcome #headline {
    height: 110px;
    width: 625px;
    margin-left: 50px;
    position: relative;
}

#welcome .spacer {
    height: 36px;
    width: 700px;
}

#welcome #business-areas {
    margin-left: 50px;
    margin-top: 60px;
    height: 50px;
    width: 625px;
}

#welcome #business-areas #sections {
    height: 90px;
    margin-left: -40px;
    margin-right: -30px;
    margin-top: 20px;
}


#welcome #news-sidebar {
    float: right;
    width: 207px;
    height: 290px;
    margin-top: 40px;
    margin-right: 20px;
    padding-top: 5px;
}

#welcome #news-sidebar2 {
    display: none;
}

#welcome #news-sidebar .news-item-container .news-item {
    padding: 5px 60px 0px 20px;
    width: 115px;
    
}

#welcome #news-sidebar .sep {
    margin-left: auto;
    margin-right: auto;
    width: 168px;
    height: 2px;
    padding-left: 15px;
}


#welcome #news-sidebar .news-item-container .more {
    margin-right: 20px;
    float: right;
    margin-top: -18px;
}


#welcome #products {
    clear: both;
    width: 918px;
    height: 275px;
    margin-top: 116px;
    margin-left: 10px;
}


.prod-list  {
    height: 120px;
    width: 197px;
    margin-top: 140px;
    padding-left: 30px;
    float: left;
}




#products-menu {
    float: left;
    width:233px;
    z-index: 0;
}

#products-layout #left-menu {
    margin-top: 8px;
    margin-left: 10px;
}


#products_content {
    padding-top: 40px;
    width: 675px;
    margin-left: 245px;
}

#products_landing {
    margin-left: -21px;
    padding-top: 10px;
    height: 290px;
    margin-top: 20px;
    padding-left: 9px;
    width: 687px;
    background-image: url(/static/images/display.png);
}


#left-menu {
    float: left;
    width:233px;
    background-image: url(/static/images/menu-bg.gif);
    background-repeat: repeat-y;
    margin-left: 1px;
    z-index: 0;
}

#left-menu #menu-header {
    height: 43px;
    width: 233px;
    background-image: url(/static/images/menu-header.gif);
    background-repeat: no-repeat;
    z-index: inherit;
}

#left-menu #menu-header div {
    position: relative;
    padding-top: 17px;
    width: 208px;
    z-index: inherit;
}



#left-menu #menu-center {
    min-height: 139px;
    background-image: url(/static/images/menu-center.gif);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: inherit;
}

#left-menu #menu-center .menu-item {
    padding: 4px 0;
    width: 170px;
    float: none;
    margin-left: 20px;
    margin-bottom: -5px;
    z-index: inherit;
}


#left-menu #menu-center .menu-item-alt {
    padding: 4px 0;
    width: 170px;
    float: none;
    margin-left: 20px;
    margin-bottom: -5px;
    z-index: inherit;
}

#left-menu #menu-center .menu-item-alt div {
    position: relative;
    margin-left: 0px;
    z-index: inherit;
}

#left-menu #menu-center .menu-item-alt span {
    position: relative;
    float: left;
    width: 15px;
    z-index: inherit;
}


#left-menu #menu-center .menu-item div {
    position: relative;
    margin-left: 20px;
    z-index: inherit;
}
#left-menu #menu-center .menu-item span {
    position: relative;
    float: left;
    width: 15px;
    z-index: inherit;
}

#left-menu #left-menu-arrow {
    background-image: url(/static/layout/lists/blue-arrow.gif);
    background-repeat: no-repeat;
    background-position: top-left;
    height: 12px;
}

#left-menu #menu-center .sep {
    width: 168px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    padding-left: 15px;
    z-index: inherit;
}

#left-menu #menu-center .menu-item span {
    float: left;
    width: 10px;
    z-index: inherit;
}

#left-menu #menu-footer {
    height: 60px;
    background-image: url(/static/images/menu-footer.png);
    z-index: inherit;
}

.division_title {
    height: 25px;
    padding-top: 5px;
}

.division ul {
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 25px;
}

.division ul li {
    margin-bottom: 10px;
}


.division {
    height:240px;
    width:171px;
    float:left;
}


#references-layout {
    top: -138px;
    margin: 0 auto;
    width: 940px;
    position: relative;
    background-image: url('/static/layout/references_bg.png');
    height: 823px;
}

#references-layout h1 {
    line-height: 36px;
}

#references-layout #left-menu {
    margin-top: 8px;
    margin-left: 10px;
}

#references-layout #references-content #headline {
    padding-top: 35px;
}

#references-layout #references-content {
    margin-left: 242px;
    width: 678px;
    padding-top: 20px;
}

#references-content #ships {
    margin-top: 14px;
    margin-left: 1px;
    width: 680px;
    height: 225px;
}

#references-content #ships .ship {
    height: 215px;
    float: left;
    margin-top: 10px;
}

#references-content #ships #ship1 {
    width: 165px;
    margin-right: 5px;
}
#references-content #ships #ship2 {
    width: 167px;
    margin-right: 4px;
}
#references-content #ships #ship3 {
    width: 167px;
    margin-right: 5px;
}
#references-content #ships #ship4 {
    width: 167px;
}

.sep2 {
    margin-left: 18px;
}

.ship img {
    height: 80px;
    width: 166px;
}

.ship p {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
}



#large_image {
    margin-top: 50px;
    width: 450px;
    height: 300px;
    margin-left: 100px;
}

.gallery {
display: block;
width: 400px;
}

#image-gallery { width: 530px; overflow: hidden;}

.gallery li img {
    margin: 2px;
    border: solid black 0px;
    display: inline;
}

.gallery li {
display: inline;
clear: none;
clear: right;
}



#career-content {
    width: 918px;
    min-height: 500px;
    margin-top: -144px;
    background-image: url('/static/layout/expanding_bg.png');
    padding: 8px 8px;
}

#career-content #text-body {
    margin-left: 43px;
    position: relative;
    padding-top: 40px;
    padding-right: 100px;
    padding-left: 10px;
    min-height: 500px;
    padding-bottom: 100px;
}

#careers-content {
    width: 918px;
    min-height: 500px;
    margin-top: -144px;
    background-image: url('/static/layout/expanding_bg.png');
    padding: 8px 8px;
}

#careers-content #text-body {
    margin-left: 23px;
    position: relative;
    padding-top: 40px;
    padding-right: 240px;
    padding-left: 10px;
}

#careers2-content {
    width: 918px;
    min-height: 500px;
    margin-top: -144px;
    background-image: url('/static/layout/expanding_bg_careers.png');
    padding: 8px 8px;
}

#careers2-content #text-body {
    margin-left: 23px;
    position: relative;
    padding-top: 40px;
    padding-right: 240px;
    padding-left: 10px;
}
.careers-sep {
    height: 20px;
    background-image: url(/static/images/2tonesep.gif);
    background-repeat: repeat-x;
    background-position: center;
}

.imgsep {
    margin-left: 18px;
}

.imgsep2 {
    margin-left: -12px;
    //margin-left: 18px;
}


#press_body #news-sidebar .news-item-container .news-item {
    padding: 5px 60px 0px 20px;
    width: 115px;
    
}

#press_body #news-sidebar .sep {
    margin-left: auto;
    margin-right: auto;
    width: 168px;
    height: 2px;
    padding-left: 15px;
}


#press_body #news-sidebar .news-item-container .more {
    margin-right: 20px;
    float: right;
    margin-top: -18px;
}

#press_body #news-sidebar {
    float: left;
    width: 207px;
    height: 290px;
    margin-top: 80px;
    margin-left: 70px;
    padding-top: 5px;
}


#press_body #news-sidebar2 .news-item-container .news-item {
    padding: 5px 60px 0px 20px;
    width: 115px;
    
}

#press_body #news-sidebar2 .sep {
    margin-left: auto;
    margin-right: auto;
    width: 168px;
    height: 2px;
    padding-left: 15px;
}


#press_body #news-sidebar2 .news-item-container .more {
    margin-right: 20px;
    float: right;
    margin-top: -18px;
}

#press_body #news-sidebar2 {
    float: left;
    width: 207px;
    height: 290px;
    margin-top: 80px;
    margin-left: 10px;
    padding-top: 5px;
}

#press_body #headline {
    padding-top: 40px;
    margin-left: 50px;
}


#press_body #news-highlight {
    width: 400px;
    height: 450px;
    margin-left: 510px;
    margin-top: 0px;
}

#press_body #news-highlight #archive-links {
    height: 30px;
    width: 400px;
}


#news-highlight #date {
    color: #0CF;
    font-size: 11px;
}


.ship-display {
    margin-bottom: 15px;
    margin-top: 10px;
    border-bottom: solid black 1px;
    margin-left: 25px;
}


#news-archive-sidebar {
    width: 150px;
    position: absolute;
    top: 100px;
    margin-left: 650px;
    background-color: #F6F6F6;
    padding-bottom: 10px;
    border: solid #CCC 1px;
}
