
/* 
///////////////////////////////////////
	Client:    Aust. Medical Placements
   Design:    Zoo House Creations
   Author:    Kel Andersen
/////////////////////////////////////// */

#wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#container {
    float: left;
    width: 950px;
    margin: 0;
    padding: 0;
    background-image: url(../images/amp-container-bg.png);
    background-position: top center;
    background-repeat: repeat-y;
}

#top_banner {
    width: 930px;
    height: 73px;
    background-image: url(../images/homepage/header-v2.gif);
    background-position: top center;
    margin: 0 0 0 10px;
}

#header {
    float: left;
    width: 930px;
    height: 50px;
    margin: 0 0 0 10px;
    padding: 0;
    background-image: url(../images/amp-header-bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

#header-logo {
    margin-left: 15px;
    float: left;
    width: 207px;
    height: 217px;
    position: absolute;
    z-index: 1000;
}

#slideshow {
    z-index: 1;
    width: 930px;
    height: 400px;
}


#banner-home {
    float: left;
    width: 930px;
    height: 157px;
    margin: 0 0 0 10px;
    background-image: url(../images/amp-banner-home.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner-pages {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss1-banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner-page-text {
    float: right;
    width: 224px;
    height: 176px;
    font-size: 1.0em;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    padding-left: 8px;
    padding-right: 8px;
}



#banner-pagesSS1 {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss1-banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    z-index: -100px;
}

#banner-pagesSS2 {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss2-banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner-pagesSS3 {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss3-banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner-pagesSS4 {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss4-banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner-pagesSS5 {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss5-banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


#banner-pagesSS6 {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss6-banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


#banner-pagesSS7 {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss7-banner2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner-pagesSS8 {
    float: left;
    width: 930px;
    height: 176px;
    margin: 0 0 0 10px;
    background-image: url(../images/page-banners/ss8-banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

/* 
///////////////////////////////////////
   + CONTENT AREAS
/////////////////////////////////////// */

#content {
    float: left;
    position: relative;
    width: 930px;
    min-height: 330px;
    margin: 0 0 0 10px;
    padding: 0;
}

/* HOME */
#content-home {
    float: left;
    position: relative;
    width: 565px;
    margin: 0 0 0 10px;
    padding: 15px 0 20px 0;
}

/*LOGIN*/
#panel-right {
    float: right;
    position: relative;
    width: 307px;
    height: 635px;
    margin: -100px 15px 0 0;
    background-image: url(../images/homepage/side-bg.png);
    background-repeat: no-repeat;
    z-index: 1002;
}

/*LOGIN PAGE - see axios.css panel-right2*/


/*Need A Doctor*/
#panel-rightNADr {
    float: right;
    position: relative;
    width: 307px;
    height: 297px;
    margin: 0px 0 0 0;
    left: 2em;
    background-image: url(../images/homepage/side-bgNADr.png);
    z-index: 1002;
}

/*Looking for work*/
#panel-rightLFW {
    float: right;
    position: relative;
    width: 307px;
    height: 297px;
    margin: 0px 0 0 0;
    left: 2em;
    background-image: url(../images/homepage/side-bgLFW.png);
    z-index: 1002;
}


/* PAGES */
#panel-left {
    float: left;
    position: relative;
    width: 235px;
    margin: 0;
    padding: 40px 0 10px 0; /*background-image: url(../images/amp-logo-bottom.gif);*/
    background-position: top left;
    background-repeat: no-repeat;
}

#content-right {
    float: right;
    position: relative;
    width: 655px;
    margin: 0 25px 0 0;
    padding: 15px 0 0 0;
}

/* 
///////////////////////////////////////
   + FOOTER
/////////////////////////////////////// */

#footer {
    clear: both;
    float: left;
    width: 950px;
    height: 30px;
    margin: 0;
    padding: 24px 0 0 0;
    text-align: center;
    background-image: url(../images/amp-footer-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
}

    #footer P {
        margin: 0;
        padding: 0 25px 0 25px;
        color: #aaaaaa;
        font-size: 1.0em;
    }

    #footer A, #footer A:link, #footer A:visited, #footer A:active {
        color: #aaaaaa;
        text-decoration: none;
    }

        #footer A:hover, #footer A:focus {
            color: #1791ea;
            text-decoration: none;
        }


/* CSS for slideshow */
#slideshow {
    position: relative;
    height: 350px;
    width: 930px;
    margin: 50px 0 0 10px;
}

    #slideshow a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        cursor: default;
    }

    #slideshow img {
        border: 0;
    }

    #slideshow a.active {
        z-index: 100;
    }

    #slideshow a.last-active {
        z-index: 99;
    }

#side-top {
    position: absolute;
    z-index: 1000;
    margin: -163px 0 0 624px;
}

#divTestimonials {
    position: absolute;
    /*margin-top: 398px;*/
    margin-top: 536px;
    overflow: auto;
    height: 145px;
    width: 278px;
    padding-left: 15px;
}

#divTestimonialMoreInfo {
    position: absolute;
    margin-top: 678px;
    width: 278px;
    padding-left: 15px;
}

#divNewsAndEvents {
    position: absolute;
    margin-top: 402px;
    overflow: auto;
    height: 98px;
    width: 278px;
    padding-left: 15px;
}
