
/*CSS by Solid State Group 2007*/

 @import url("include/maps.css");

/* Base styles */

    body {
        background-color: #FFFFFF;
        font-family:Arial, Helvetica, sans-serif;
        font-size: .7em;
        padding: 0;
        margin: 0;
        }

    img {
        border: 0;
        }


    form {
        padding: 0;
        margin: 0;
        }

    ul, table, td, th, li {
        margin:0;
        padding:0;
    }

    p {
        margin: 0;
        padding: 4px 0 4px 0;
    }

    .clearleft {
        clear: left;
        }

    .clearright {
        clear: right;
        }

    .clearboth {
        clear: both;
        }

    .float-left {
        float: left;
        }

    .float-right {
        float: right;
        }

    .hidden {
        display: none;
    }

    .floatleft {
        float: left;
    }

    .white, .white a {
        color: #fff;
    }


/*Font Styles*/


    a {
        color: #FFF;
        outline: none;
        text-decoration: none;
        }

        a:link {
            text-decoration: none;
            }
        a:hover {
            text-decoration: underline;
            }

    h1 {
        font-size : 1.2em;
        font-weight : bold;
        color: #090923;
        }

    h2 {
        font-size : 1em;
        font-weight : bold;
        background: url("images/wedge-arrow.gif") 6px 5px no-repeat;
        background-color: #E4ECF9;
        padding: 3px 0 3px 25px;
        margin: 8px 0 8px 0;
        }

    h2.formSectionHeader {
        background: #567DC0;
        color: #ccc;
        font-size: 1.1em;
    }

    h3 {
        font-size : 1em;
        font-weight : bold;
        margin-bottom: 6px;
        }

    h4 {
        background: url("images/employer-hd-bar.gif") no-repeat;
        width: 95%;
        padding: 4px 0 4px 25px;
        color: #FFF;
        font-size: 1.1em;
        margin: 5px 0 5px 0;
        }


    h5 {
        color:#336699;
        font-weight: bold;
        font-size: 1em;
        }

form td {
    padding-right: 20px;
}

form select {

}


/*Splash*/

 #homeContent {
        float: left;
        width: 800px;
        height: 500px;
        background:url("images/splash-image.jpg");
        margin-bottom: 5px;
    }

 #homeContent p{
        margin: 0;
        padding: 0;
    }

    #selectCountry {
        top: 408px;
        left: 560px;
        position: absolute;
    }


/* Layout */

    #logo {
        position:absolute;
        width: 240px;
        height: 90px;
        background-repeat: no-repeat;
        margin-top: 0;
        top: 0;
        left: 0;
        }
		
		* html #logo { margin-top: -4px; }

        #logo span{
            display:none;
            }



        #logo a{
            width: 240px;
            height: 70px;
            display: block;
            /*border: 1px solid red;*/
            z-index:1;
            position:absolute;
            /*display:block;*/
            }

         #logolink a{
            position:absolute;
            width: 240px;
            height: 90px;
            display:block;
            }
         #logolink a:hover{
             text-decoration: none;
         }

    #wrapper {
        width: 800px;
        height: 44em;
    }

    #header {
        background: #336799;
        height: 3.6em;
        border-bottom: 2px solid #000033;

        }

        #header ul {
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            list-style: none;
            float: right;
            margin: 15px 0 0 0;
            padding: 0;
            }

        #header li {
            font-size: .9em;
            float: left;
            border-left: 1px dotted #8DC2EE;
            padding: 0 7px 10px 7px;
            margin: 0;
            }
    #left {
        width: 188px;
        height: 42em;
        float: left;
        margin-bottom: 3px;
        background:url("images/corner.gif") bottom right no-repeat ;
        background-color: #000033;
        }

    * html #left {
        margin-right: -3px;
    }

        #search {
            padding: 50px 0 20px 15px;
            margin: 0;
            }

    .textField {
        width: 95px;
        padding: 0;
        }

    .searchBttn {
        margin-bottom: -4px;
        }

/*Navigation*/

    #navigation { }

        #navigation ul {
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            margin:0 0 0 25px;
            list-style: none;
            padding: 0;
            }

        #navigation li {
            margin: 0;
            padding: 0;
            }

        #navigation a {
            text-decoration:none;
            display: block;
            padding: 7px 5px 7px 20px;
            margin: 0;
            }

            * html  #navigation a {
                padding: 1px 5px 1px 20px;
                margin: 0;
                }

        #navigation a:hover, #navigation li.over-arrow a {
            background:url("images/link-arrow.gif") 0 8px no-repeat;
            }

        * html #navigation a:hover, * html #navigation li.over-arrow a {
            background:url("images/link-arrow.gif") 0 2px no-repeat;
            }


/*Sub navigation*/

    #subNav { }

        #subNav ul{
            list-style: none;
        }

        #subNav li{
            border-bottom: 1px dotted #C2C8C6;
        }

        #subNav a{
            color: #000;
            display: block;
            padding: 4px 6px 4px 20px;
        }

        #subNav a:hover, .over-arrow a {
            background:url("images/link-arrow-white.gif") 0 5px no-repeat;
            text-decoration: none;
        }



/*Content*/

    #content {
        float: left;
        background: url("images/short-strip.gif") no-repeat;
        padding: 30px 5px 20px 17px;
        width: 390px;
    }
    * html #content {
        margin-right: -3px;
    }
        #content ul {
            padding: 0 0 0 25px;
            }

        #content a,
        a.print{
            color:#003399;
            }

            #content a:hover,
            a:hover.print{
                color:#990000;
                }

     #content h1 {
        margin-top: 6px;
        font-size: 1.1em;
        margin-bottom: -1px;
        padding: 13px 0 0 0;
        }

        html>/**/body #content h1 {
            margin-bottom: -1px;
        }

        /** html #content h1 {*/
            /*margin-bottom: -1px;*/
            /*}*/

    #content p {
        margin: 0 0 9px 0;
    }

    #homepageContent {
        float: left;
        background: url("images/short-strip.gif") no-repeat;
        padding: 30px 5px 3px 17px;
        width: 395px;
        }

    #rightHome {
        float:right;
        width: 165px;
        height: 422px;
        margin: 0;
        background: url("images/corner-grey.gif") bottom left no-repeat;
        background-color: #999;
        padding: 3px 10px 20px 15px;
    }


    #rightHome .tool {
        border-top: 1px dotted #FFF;
        border-bottom: 1px dotted #FFF;
        padding: 10px 0 10px 0;
        margin: 20px 0 20px 0;
        color: #FFF;
        height: 150px;
    }

    #rightHome .tool a {
        color: #fff;
    }

    .quoteHome {
        background:url("images/welcomepanel.jpg") no-repeat;
        margin-top: 20px;
        height: 160px;
        color: #FFF;
        padding: 30px;
    }

    #homepageContent .futureLifeBanH {
        background: url("images/futurlife-home-banner.jpg") no-repeat;
        width: 390px;
        height: 80px;
        margin-top: 10px;
        border: 1px solid #FFF; /*For Firefox*/
        }

        .futureLifeBanH {
            position: relative;
        }


        .futureLifeBanH h1 a {
            position: absolute;
            height: 20px;
            width: 100px;
            top: -15px;
            left: 20px;
            padding: 0;
            margin:0;
            }

        #homepageContent .futureLifeBanH a {
             height: 30px;
             display: block;
             float: left;
             margin: 20px 0 0 0 ;
            }

        .healthH {
            width: 80px;
            }

        .energyH {
            width: 65px;
            }

        .foodH {
            width: 100px;
            }

        .enviroH {
            width: 120px;
            }


    #futureLifeBanner {
        position: relative;
}

    #futureLifeBanner h1 a {
        height: 25px;
        width: 140px;
        margin-left: 10px;
        top: -2px;
    }

    * html #futureLifeBanner h1 a {
        margin-left: 0px;
        margin-bottom: 0;
    }

     #futureLifeBanner h1 a:hover {
        text-decoration: none;
         }

        #homepageContent .futureLifeBanH  span, #futureLifeBanner  span{
             display:none;
        }



    #right {
        float: right;
        width:190px;
        margin: 30px 0 0 0;
        padding: 0;
    }

    * html #formap{
        position:relative;
        top: -502px;
        left: 0px;
        bottom: -20px;
    }

    * html .time-of-our-lives #right {
        position:relative;
        top: -475px;
        left: 0px;
        bottom: 50px;
    }

   }

    * html .time-of-our-lives #footer {
       float: left;
        width: 800px;
    }

    #futureLifeBanner {
        background: url("images/futurelife_right.jpg") no-repeat;
        width: 170px;
        height: 73px;
        margin-left: 10px;
        margin-top: 10px;
        border: 1px solid #FFF;/* For Firefox*/
        }

        #futureLifeBanner a {
            display: block;
            width: 20px;
            height: 20px;
            float:left;
            padding:0;
            margin:0 15px 0 0;
            z-index: 4;
        }

        #futureLifeBanner p {
            padding: 28px 0 0 15px;
            margin: 0;
        }

        *:first-child+html #futureLifeBanner p {
            padding-top: 10px;
        }

        * html #futureLifeBanner p {
            padding-top: 10px;

        }

        #futureLifeBanner a:hover {
            background: none;
        }

        #futureLifeBanner a span {
            display: none;
        }


    #footer {
        height: 20px;
        background: url("images/url-whynotchemeng.gif") 6px 7px no-repeat;
        background-color: #336799;
        text-indent: -5000px;
        clear: both;
        }

    .courseNav {
        /*margin-bottom: 10px;*/
        margin-top: 18px;
        width: 190px;
        float: left;
        }

        .courseNav span {
            width: 180px;
            float: left;
            }

        .courseNav a{
            background: url("images/content-a-arrow.gif") 0 4px no-repeat;
            width: 150px;
            margin-right: 7px;
            padding-left: 9px;
            }


      a.arrowLink{
        background: url("images/content-a-arrow.gif") 0 4px no-repeat;
        padding: 0 0 0 9px;
        display: block;
        }

  .introImgTxt {
      /*margin-top: 10px;*/
      padding: 0;
      height: 200px;
      /*margin-bottom: 10px;*/
     }


    .introImgTxt h3{
        margin:0 0 0 0;
        padding: 10px 0 15px 0;
        font-size: 1.1em;
    }

    .students .introImgTxt {
        background: #FDEAC0;
        }

    .parents .introImgTxt {
        background: #CAE6FE;
        }

    .introImgTxt .content{
        padding: 0 20px 5px 220px;
       }

    .introImgTxt img{
        float: left;
        border-right: #FFF solid 2px;
       }

    .introImgTxt p{
        margin:0;
        padding: 0;
        }

    a.print {
        background: url("images/printer.jpg") 0 5px no-repeat;
        padding: 5px 0 5px 23px;
        display: block;
        margin-left: 25px;
        clear: left;
        }

    html>/**/body a.print {
         background: url("images/printer.jpg") 0 1px no-repeat;
        }


    .wrenchBar h3 {
        background: url("images/wedge-arrow.gif") 5px 5px no-repeat;
        background-color: #E4ECF9;
        padding: 3px 3px 3px 20px;
        }

    .wrenchBar div{
        background: url("images/wrench.gif") no-repeat;
        padding-left: 40px;
        }

ul#employerHomeNav {
     margin: 0;
     padding: 0;
     width: 200px;
}


#employerHomeNav ul {
    padding: 0;
    margin: 5px 0 20px 0;
    float:left;
}

#employerHomeNav li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

#employerHomeNav a{
    background: url("images/employer-link-back.gif") no-repeat;
    width: 175px;
    display: block;
    font-weight:bold;
    padding: 4px 10px 4px 10px;
    height: 17px;
    color: #FFF;
}
#employerHomeNav a:hover{
      color: #FFF;
}


.HRule {
    border-top: #999999 1px solid;
    margin: 0;
}
.sponserLogos {
    width: 380px;
}

.sponserLogos img{
    margin: 5px;
}

/*Case Study Profile*/

.profile #questionAndAnswer {
    padding-bottom: 10px;

}

.profile #questionAndAnswer .questionAndAnswer {
    padding-bottom: 15px;
}

.profile #questionAndAnswer p {
    padding: 0;
    margin:0;

}

.profile #profileSummary {
    margin: 10px 0 10px 0;
    color: #FFF;
    background: #336799;
    width: 375px;
    padding: 0;
    }



    .profile #profileSummary img{
        border-right: 4px solid #FFF;
        margin: 0;
        padding: 0;
        margin-bottom: -3px;

    }

#profileRight {
    float: right;
    width:190px;
}

#profileRight #personalityTest {
    background: #999999;
    padding: 5px 15px 10px 15px;
}

#backToTimeline {
    background: url("images/back-timelime.jpg") no-repeat;
    width: 180px;
    height:64px;
    margin: 10px 0 0 10px;
    display: block;
    text-indent:-9999px
}

.timeStrand {
    font-weight: bold;
    color: #F29C49;
    border-top: 1px solid #336799;
    margin-top: 10px;
    padding-left: 20px;
    letter-spacing: 0.12em;
    }

    html>/**/body .timeStrand {
        padding-left: 5px;
        letter-spacing: 0.14em;
        }


    .timeStrand span{
        color: #336799;
        }

    .timeStrandImageleft {
        padding: 13px 20px 10px 37px;
        background:url("images/timeline-sun.gif") 0px 6px no-repeat;
        }

    .timeStrandOut {
        background:url("images/timeline-moon.gif") no-repeat right;
        padding: 16px 0px 10px 0px;
        width: 578px;
        margin: 1px 10px 0 0px;
        font-weight: bold;
        color: #F29C49;
        letter-spacing: 0.10em;
        }

        .timeStrandOut p{
            margin: 0;
            }

        .timeStrandOut span{
            margin: 0 20px 0 20px;
            }

#profileRight #personalityTest .name {
     color: #FFCC00;
     font-weight: bold;
     padding-bottom: 5px;
     margin-bottom: 8px;
     border-bottom: 1px dotted #FFF;

    }

#profileRight #personalityTest span{
    color: #FFF;
}

/*End*/

h2.timeOfOurLifes {
    background: url("images/sun.gif") 0 3px no-repeat;
    padding: 16px 0 13px 40px;
    color: #000033;
       font-size : 1.2em;
        font-weight : bold;
    margin: 0 0 10px 0;
}


#timeline {
    margin-top: 20px;
    border-top: 1px solid #336799;
    width: 580px;
    overflow:auto;
    height:250px;
    }


#timeline .layout {
    background: url("images/timelineLines..gif")  left bottom  repeat-x;
    height:220px;
    width: 2310px;
    margin-bottom:10px;
    padding: 0 0 0 15px;
}

.profileThumb, .profileThumb2 {
    width: 70px;
    color: #0066CC;
    padding-right: 26px;
    margin:0;
    padding-top: 65px ;
    float:left;
}

* html .profileThumb, * html .profileThumb2 {
    padding-right: 26px;
}
/*higher one*/
.profileThumb2 {
    padding-top: 5px;
}

.allBlueBoxes {

}

#employeeList {
    width: 385px;
    overflow: hidden;
}

.employers .list {
    background: #E4ECF9;
    padding: 4px 8px 2px 8px;
    margin:  0 2px 5px 0;
    width: 172px;
    height:44px;
    float: left;
    overflow: hidden;
}

.badgeWrapper {
    float: right;
    width: 194px;
}


.productBadge {
    background: url("images/product-badge.gif") no-repeat;
    width: 172px;
    height: 94px;
    padding: 8px;
    /*position: absolute;*/
}

    * html .productBadge {
        margin-bottom: 10px;
    }

.productBadge .image{
    float: right;
    position:relative;
    }      

    /** html .productBadge .image{*/
        /*margin-right: 10px;*/
        /*}*/

.productBadge a.findout {
    float:right;
    margin-top: 5px;
    /*border: 1px solid white;*/
    width: 77px;
    position:absolute;
    margin: 76px 0 0 105px;
    }

    * html .productBadge a.findout {
        margin-right: 10px;
        }

.productBadge p {
    padding-top: 35px;
    color: #000;
    float: left;
    position:absolute;
    }

div.blueBadge {
    background: url("images/blue-badge-home.gif") no-repeat;
    padding: 20px 13px 10px 13px ;
    width: 96px;
    margin: 10px 5px 0 3px;
    display: block;
    height: 80px;
    float: left;
    color: #FFF;
}

a:hover.blueBadge {
    text-decoration: none;
}

.sitemap h3 {
    display: block;
    width: 100px;
    }

.sitemap span{
    /*border: 1px solid red;*/
    display: block;
    width: 200px;
    margin-left: 40px;
    }


.sitemap .level3 {
    clear: left;
    /*border: 1px solid blue;*/
    display: block;
    width: 200px;
    padding: 0;
    margin: 0 0 0 70px;
}

a.quizLink {
    background: url("images/book.gif") 0 3px no-repeat;
    padding: 5px 0 5px 40px;
    margin-top: 5px;
}

.error {
    color: red;

}

#bottomLinks {
    margin: 0;
    padding:0;
    float: none;
    text-indent: 0;
}

#bottomLinks a {
    color: #336799;
    display: block;
    float: none;
    margin: 0;
    padding:2px 0;
    padding-right: 25px;
    text-align: right;
    background: url("images/forward.jpg") right center no-repeat;
}

#bottomLinks a:hover {
    background: url("images/forward.jpg") right center no-repeat;
    color: #990000;
    text-decoration: underline;
}

.searchResults ul {
    padding: 10px 0;
}
.searchResults li {
    padding-bottom: 10px;
}

.searchResults .paging {
    text-align: right;
}

a.rightArrow {
    color: #336799;
    display: block;
    float: none;
    margin: 0;
    padding:2px 0;
    padding-right: 25px;
    text-align: right;
    background: url("images/forward.jpg") right center no-repeat;
}
.padlock {
    float:right;
    padding-top:5px;
}

.padlock-left {
    float:left;
    padding-left:25px;
}

#university-desc {
   float:right;
   width: 240px;
   overflow: hidden;
   padding: 0 10px 0 0 ;
}

#map-left {
    float:left;
}

#map-left #ukMap {
    padding: 0;
    margin:0;
    margin-top: 30px;
    width: 285px;
}

#ukMap {
    /*padding: 0;*/
    /*margin:0;*/
    margin-top: 30px;
    width: 285px;
}

#map-left #australiaMap {
    margin: 0 0 0 -20px;
    padding:0;
    width: 380px;
}

.popup #content {
    width: 550px;
}

a.imgright {

    float: right;
    width: 100px;
    margin-top: -140px;
}

.redText {
    color: red;
}

.country-map {
    background: #cccccc;
    height: 98px;
    }

    * html .country-map {
        height: 90px;
        padding-bottom: -4px;
        }

    .country-map img{
        float: left;
        }
.caseStudy h1 {
    margin-left: 10px;
    margin-top: 25px;
    font-size: 1.4em;
    float: left;
    color: #333;
}

.caseStudy .logo {
    float: right;
}

.none {
    display:none;
}

p.colTopHeadingHome {
    margin: 17px 0 -5px 0;
    padding: 0;
}

a.volForum {
    height: 70px;
    padding: 0;
    width: 162px;
    float:left;
    margin-top: 4px;
}

.volForum img {
   margin-left: -9px;

}

#Scroller_parent {
    background: #f1a72a;
    color: #000;
    padding: 4px 3px 4px 7px;
    clear: both;
    overflow:hidden;
    margin-bottom: 5px;
    font-size: 1.1em;
    width: 790px;
    position: relative;
}

.Scroller_element {
    position: relative;
    white-space: nowrap;
}

.Scroller_child {
    float: left;
}

.flqright a {
    color: #000;
    text-decoration: underline;
}


