body        
{
    font-family: Helvetica, Arial, sans-serif;
    font-size:100%;
    background-image:url(http://img.en25.com/Web/StudyGroup/bg_new.png);
    background-repeat: repeat-x;
    margin: 0px;
}


#page_wrapper
{
    width:960px;
    margin: 0 auto;
}


header .header_content
{
    width: 960px;
    height:30px;
    margin: 80px 0px 5px 0px;
}

header h1
{
    text-indent: -9999px;
    width:209px;
    height:94px;
    margin:20px 0px 0px 0px;
    background-image:url(http://img.en25.com/Web/StudyGroup/embassy_logo.gif);
    cursor: pointer;
}

header .banner
{
    float: right;
    margin: 5px 0px -5px 0px;
}

header h2
{
    width: 960px;
    height: 30px;
    font-size: 120%;
    font-weight: normal;
    color: #FFFFFF;
    float: left;
    margin:0px;
    padding:0px;
    TEXT-ALIGN: right;
    FONT-FAMILY: 'Verdana (Arabic)'; 
    DIRECTION: rtl
}


header ul
{
    list-style: none;
    float: left;
    width: 200px;
    margin: 35px 0px 0px -20px;
    padding:0px;
}


header li
{
    display: inline;
    font-size: 80%;
    padding: 0px 0px 0px 20px;
}


header li a
{
    text-decoration: none;
    color: #0a2e4c;
}


header li a:hover
{
    text-decoration: underline;
}


/*================================================================================================================= Nav Styles ================================================================================================================= */


nav        
{
    height: 45px;
    font-size: 83%;
    background-color:#e1e6eb;
    margin: 0px;

} 


nav a
{
    text-decoration: none;
}


nav ul
{
    list-style: none;
    margin:0px;
    padding:0px;
    position: relative;
    background-color: #e1e6eb;
    width:960px;
}

/* ============================================================= LEVEL ONE ============================================================= */


nav ul.dropdown li
{
    float: left; 
    zoom: 1;
    background-color: #e1e6eb;
}


nav ul.dropdown a:hover
{
    background-color: #e1e6eb;
}


nav ul.dropdown a:active
{
    background-color: #e1e6eb;
}

nav ul.dropdown li a
{
    display: block;
    padding: 15px 15px 15px 15px;
    color: #222;
}


nav ul.dropdown li.hover, nav ul.dropdown li:hover
{
    background-color: #e1e6eb;
    color: #0a2e4c;
    position: relative;
}


nav ul.dropdown li.hover a
{
    color: #0a2e4c;
}


/* ============================================================= LEVEL TWO ============================================================= */


nav ul.dropdown ul
{
    width: 200px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}


nav ul.dropdown ul li
{
    font-weight: normal;
    background-color: #e1e6eb;
    color: #0a2e4c;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    float: none;
}                                
                                     
/* IE 6 & 7 Needs Inline Block */
nav ul.dropdown ul li a
{
    border-right: none;
    width: 80%;
    display: inline-block;
    
} 

nav ul.dropdown ul li a:hover
{
    background-color: #d0dbe5;
    width: 85%;
}


.questions_button
{
    float:right;
    list-style: none;
    width:111px;
    font-size:90%;
    text-align: center;
    color: #ffffff;
    padding: 7px 5px 5px 5px;
    margin: 28px 0px 0px 10px;
    background-color:#0970a4;
    background-image: url(http://www.embassyces.com/images_v2/reskin_images/core/ask_question_bg.jpg);
    background-repeat: repeat-x;
    background: -moz-linear-gradient(
        top,
        #137cac 0%,
        #01679e);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#137cac),
        to(#01679e));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #00466c;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 4px rgba(000,000,000,0.2);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 4px rgba(000,000,000,0.2);
    text-shadow:
        0px 0px 2px rgba(000,000,000,1),
        0px 1px 0px rgba(255,255,255,0);
    behavior: url(../PIE.htc);
    position: relative;

    FONT-FAMILY: 'Verdana (Arabic)'; 
    DIRECTION: rtl}

.questions_button a
{
    color:#FFFFFF;
    text-decoration:none;
}
    
    
.book_button
{
    float:right;
    list-style: none;
    width:84px;
    font-size:90%;
    text-align:center;
    color: #ffffff;
    padding: 7px 5px 5px 5px;
    margin: 28px 0px 0px 10px;
    background-color:#c40334;
    background-image: url(http://www.embassyces.com/images_v2/reskin_images/core/apply_now_bg.jpg);
    background-repeat: repeat-x;
    background: -moz-linear-gradient(
        top,
        #f0033e 0%,
        #96032a);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#f0033e),
        to(#96032a));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #69001a;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 4px rgba(000,000,000,0.2);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 4px rgba(000,000,000,0.2);
    text-shadow:
        0px 0px 2px rgba(000,000,000,1),
        0px 1px 0px rgba(255,255,255,0);
    behavior: url(../PIE.htc);
    position: relative;
    FONT-FAMILY: 'Verdana (Arabic)'; 
    DIRECTION: rtl
}

.book_button a
{
    color:#FFFFFF;
    text-decoration:none;
}


/*================================================================================================================= Main Content ================================================================================================================= */

#main_content
{
    background-color: #FFFFFF;
    width: 950px;
    min-height: 600px;
    padding: 10px 0px 20px 10px;
}

#main_content img
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(../PIE.htc);
    position: relative;
}

#main_content aside
{
    width:160px;
    background-color: #046296;
    background-image: url(http://www.embassyces.com/images_v2/reskin_images/core/footer_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    float: left;
    margin: 0px;
    padding:15px 10px 15px 10px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


#main_content aside h3
{
    margin: 0px;
    font-size: 110%;
}

#main_content aside p
{
    font-size: 80%;
    line-height: 20px;
}

#main_content aside .test_button
{
    list-style: none;
    width:111px;
    font-size:80%;
    text-align: center;
    color: #ffffff;
    padding: 7px 5px 5px 5px;
    margin:10px 0px 0px 0px;
    background-color:#0970a4;
    background-image: url(http://www.embassyces.com/images_v2/reskin_images/core/ask_question_bg.jpg);
    background-repeat: repeat-x;
    background: -moz-linear-gradient(
        top,
        #137cac 0%,
        #01679e);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#137cac),
        to(#01679e));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #00466c;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 4px rgba(000,000,000,0.2);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 4px rgba(000,000,000,0.2);
    text-shadow:
        0px 0px 2px rgba(000,000,000,1),
        0px 1px 0px rgba(255,255,255,0);
}


#main_content aside .test_button a
{
    color:#FFFFFF;
    text-decoration:none;
}



#main_content section
{
    width: 750px;
    float: left;
    margin: 0px 0px 0px 10px;
    TEXT-ALIGN: right;
    FONT-FAMILY: 'Verdana (Arabic)'; 
    DIRECTION: rtl
}


#main_content section img
{
    margin: 0px 0px 6px 0px;
}


/*================================================================================================================= FOOTER TOP START ================================================================================================================= */


footer
{
    background-color: #046296;
    background-image: url(http://www.embassyces.com/images_v2/reskin_images/core/footer_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    padding: 20px 0px 20px 0px;
    border-top: 4px solid #e1e7ec;
    margin:0px;
}

footer #content
{
width: 920px;
margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
}

footer #content .logo
{
    float: left;
}

footer #content .links
{
    float: left;
    margin: 7px 0px 0px 46px;
}

footer #content .links ul
{
    margin: 0px;
    padding: 0px;
}

footer #content .links li
{
    display: inline;
    margin: 0px 3px 0px 3px;
}

footer #content .links a
{
    color: #ffffff;
    text-decoration: none;
}

footer #content .links a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

footer #content .links p
{
    font-size: 10px;
    line-height: 18px;
    margin: 15px 0px 0px 5px;
}

footer #content .copyright
{
    font-size: 10px;
    float: left;
    margin: 7px 0px 0px 40px;
}


.clear
{
    clear: left;
}

