/* This file is used for the SchoolRack Homepage */

#wrapper {
    background: #FFF;
}

#quickLogin,
#canada,
#america,
#mexico {
    width: 780px;
    margin: 0 auto 10px auto;
}

#america {
    padding: 0 70px;
}

#quickLogin {
    width: 760px;
    background: #D8ECFB url(/img/homepage/quickLoginBg.png) top left repeat-x;
    height: 40px;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
}

    #quickLogin h4 {
        height: 40px;
        line-height: 40px;
        width: 99px;
        float: left;
        text-indent: -9999em;
        background: url(/img/homepage/quickLoginArrow.png) 0 0 no-repeat;
        margin: 0 10px 0 5px;
    }
    
    #quickLogin .input {
        float: left;
        position: relative;
        height: 40px;
        line-height: 38px;
        margin: 0 10px 0 0;
        display: block;
    }
    
        #quickLogin .input span.inputLabel {
            position: absolute;
            font-size: 12px;
            top: 14px;
            left: 7px;
            color: #999;
            padding: 0;
            margin: 0;
            line-height: 15px;
        }
        
        #quickLogin .input input {
            padding: 3px;
        }
        
        #quickLogin .input.button {
            line-height: 1em;
            height: 30px;
            margin-top: 8px;
        }
        
        #quickLogin .input.button a {
            margin: 0 5px 0 0;
        }
        
        #quickLogin .input a.roundButton {
            background: url(/img/homepage/quickLoginNormalButton.png) top right no-repeat;
        }
        
            #quickLogin .input a.roundButton span {
                background: url(/img/homepage/quickLoginNormalButton.png) top left no-repeat;
            }
        
        #quickLogin .input a.roundButton.target {
            background: url(/img/homepage/quickLoginTargetButton.png) top right no-repeat;
        }
        
            #quickLogin .input a.roundButton.target span {
                background: url(/img/homepage/quickLoginTargetButton.png) top left no-repeat;
            }
        
        #quickLogin .input a.roundButton:active { background-position: bottom right; }
            #quickLogin .input a.roundButton:active span { background-position: bottom left; }

p.stat {
    font-weight: bold;
    font-size: 14px;
    width: 700px;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
    color: #555;
}

#canada {
    width: 740px;
    height: 190px;
    display: block;
    overflow: hidden;
    background: url(/img/homepage/canadaBg.jpg) 0 0 no-repeat;
    padding: 20px;
    position: relative;
}

    #canada .left  {
        float: left;
        width: 450px;
        height: 230px;
    }
    
        #canada .left h2 {
            color: #FFF;
            font-size: 20px;
            line-height: 30px;
            height: 145px;
            padding: 5px 0 0 10px;
            text-shadow: 1px 1px 1px #1e381d;
        }
        
        #canada .left .learnMore {
            height: 60px;
            line-height: 60px;
            color: #FFF;
        }
        
            #canada .left .learnMore a {
                color: #FFF;
                font-weight: bold;
            }
    
    #canada .right {
        position: absolute;
        width: 270px;
        height: 180px;
        top: 25px;
        right: 22px;
    }
    
        #canada .right a {
            text-indent: -9999em;
        }
    
        #canada .right a.teacherSignup {
            display: block;
            background: url(/img/homepage/teacherSignUpButton.png) 0 0 no-repeat;
            width: 270px;
            height: 111px;
        }
        
        #canada .right a.teacherSignup:hover {
            background-position: 0 -111px;
        }
        
        #canada .right a.teacherSignup:active {
            background-position: 0 -222px;
        }
        
        #canada .right a.studentSignup {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 135px;
            height: 69px;
            background: url(/img/homepage/studentSignUpButton.png) 0 0 no-repeat;
        }
        
        #canada .right a.parentSignup {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 135px;
            height: 69px;
            background: url(/img/homepage/parentSignUpButton.png) 0 0 no-repeat;
        }
        
        #canada .right a.studentSignup:hover,
        #canada .right a.parentSignup:hover {
            background-position: 0 -69px;
        }
        
        #canada .right a.studentSignup:active,
        #canada .right a.parentSignup:active {
            background-position: 0 -138px;
        }

#america {
    background: url(/img/homepage/americaFadeBg.png) top center no-repeat;
    padding-top: 10px;
}
    
    #america .heading {
        height: 35px;
        line-height: 35px;
        background: #288cd5 url(/img/homepage/americaHeadingBg.png) top left repeat-x;
        position: relative;
        padding: 0 10px;
        color: #FFF;
        margin: 0 0 10px 0;
    }
    
        #america .heading h3 {
            font-size: 18px;
        }

    #america .left {
        float: left;
        width: 470px;
    }
    
        #america .left ul.featureSummary {
            list-style-type: none;
            font-size: 13px;
        }
        
            #america .left ul.featureSummary li {
                font-weight: bold;
                font-size: 14px;
                color: #333;
                margin-left: 5px;
                line-height: 24px;
                padding: 0 0 0 12px;
                background: url(/img/homepage/arrowBullet.gif) left center no-repeat;
            }
    
    #america .right {
        float: right;
        width: 290px;
    }
    
        #america .right .teacherTestimonial blockquote {
            background: url(/img/homepage/bqOpenQuote.gif) 0 0 no-repeat;
        }
        
        #america .right .teacherTestimonial blockquote p {
            text-indent: 25px;
        }
        
        #america .right .teacherTestimonial blockquote p span.lastWord {
            background: url(/img/homepage/bqCloseQuote.gif) 100% 2px no-repeat;
            padding-right: 25px;
        }
        
        #america .right .teacherTestimonial p cite {
            font-weight: bold;
            color: #2b567d;
        }
        
        #america .right p.blue {
            color: #0F7DE5;
        }

body#home hr {
    height: 1px;
    border: none;
    padding: 0;
    margin: 0 auto 10px auto;
    background: #CCC;
    width: 820px;
}

#mexico {
    
}

    #mexico a img {
        border: none;
    }

    #mexico h3 {
        font-size: 16px;
        margin: 0 0 5px 0;
    }
    
    #mexico p {
        color: #444;
    }

    #mexico .left {
        float: left;
        width: 470px;
    }
    
        #mexico #awards h4 {
            color: #222;
            font-size: 14px;
        }
    
        #mexico #awards .businessweek {
            float: left;
            width: 260px;
        }
        
        #mexico #awards .webaward {
            display: block;
            margin-left: 280px;
        }
        
    
    #mexico .right {
        float: right;
        width: 290px;
    }
    
        #mexico ul.srBlogRSS {
            list-style-type: none;
            font-size: 13px;
        }
        
            #mexico ul.srBlogRSS li {
                margin: 0 0 7px 5px;
                padding: 0 0 0 12px;
                background: url(/img/homepage/arrowBullet.gif) left center no-repeat;
            }
            
            #mexico ul.srBlogRSS li.loading {
                margin: 5px 0;
                background: #CCC;
                height: 30px;
                line-height: 30px;
                position: relative;
                text-align: center;
            }
            
                #mexico ul.srBlogRSS li.loading h4 {
                    color: #666;
                }
        
