/* HomePage index.php */
#container        { width: 910px; margin: 0 auto; }
#left_column      { width: 342px; float: left; }
#right_column     { width: 562px; float: right; }

.top_content      { height: 66px; }
.middle_content   { height: 220px; }
.bottom_content   { margin-top: 10px; }

#findesl_logo     { background: url(../images/indexFindEslLogo2.png) no-repeat top left; }
#map_image        { background: url(../images/mapHomeHeader2.png) no-repeat top left; }
#group_photo      { background: url(../images/index_group_photo.gif) no-repeat top left; }
#video_box        { background: url(../images/index_video_box.gif) no-repeat top left; padding: 40px 0 0 10px; height:281px;}

#choose_school_link { width: 180px; height: 25px; display: block; position: relative; top: 185px; left: 322px; }
#newsletter         { text-align: right; padding-top: 22px; }
#main_content       { padding: 10px 0 0 15px; line-height: 1.8em; }

.featured_school      { width: 270px; margin-top: 8px; }
.featured_school_text { font-size: 14px; font-weight: bold; color: #9ECC00; }
.small_description    { font-size: 11px; line-height: 1.2em; color: #8C8C8C; padding: 5px; }

.orangeButton {
    background-color: #FF8330;
    font-family: arial, helvetica, tahoma, sans-serif;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    border-top: 1px solid #ffcc99;
    border-left: 1px solid #ffcc99;
    border-right: 1px solid #624500;
    border-bottom: 1px solid #624500;
    cursor: pointer;
}

.greyButton {
    background-color: #EDEDED;
    font-family: arial, helvetica, tahoma, sans-serif;
    color: #000000;
    padding: 2px 10px 2px 10px;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    cursor: pointer;
}

.countryIcon, .countryText {
position: absolute;
}
.countryText {
text-decoration: none;
text-align: center;
color: #039;
font-family: Tahoma, Verdana, sans-serif;
}
.countryName, .countrySchools {
margin: 0;
padding: 0;
}
.countryName {
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
margin-right: 2px;
}
.countrySchools {
font-size: 11px;
font-weight: normal;
}
