/********************************************************************************/
/* CSS for Title */
/********************************************************************************/
div.general_title
{
}
div.general_title h1
{
    color: #cacbd2;
    font-size: 26px;
    font-family: Tahoma;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
div.general_title h1 a
{
}
div.general_subtitle
{
    /*clear: both;*/
}
div.general_subtitle h2
{
    color: #cacbd2 !important;
    font-size: 26px !important;
    font-family: Tahoma !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
}
div.general_subtitle h2 a
{
}
/********************************************************************************/

/********************************************************************************/
/* CSS for HP Content */
/********************************************************************************/
div.hp_flash_wrapper
{
    clear: both;
    direction: rtl;
    /*display: table;*/
    width: 935px;
    height: 340px;
    margin: 0px auto;
}
div.hp_flash_wrapper object
{
	display: table;
}
div.hp_wrapper_outer
{
    clear: both;
    direction: rtl;
    display: table;
    width: 885px;
    height: 200px;
    margin: 0px auto 20px;
}
div.hp_who_are_we,
div.hp_news,
div.hp_highlights
{
    float: right;
    color: #808080;
    height: 200px;
    border-right: solid 1px #e3e1e1;
    overflow: hidden;
}
div.hp_who_are_we div,
div.hp_news div,
div.hp_highlights div
{
    font-size: 12px;
    font-family: Tahoma;
    line-height: 18px;
}
div.hp_who_are_we a,
div.hp_news a,
div.hp_highlights a
{
    text-decoration: none;
    color: #00c6ff;
}
a.read_more
{
    text-decoration: none;
    color: #00c6ff !important;
}
div.hp_news a,
div.hp_highlights a
{
    color: #808080;
}

div.hp_who_are_we
{
    margin-right: 30px;
    #margin-right: 15px;
    width: 280px;
}
div.hp_who_are_we div
{
    margin: 0px 10px 0px 5px;
}
div.hp_who_are_we div.waw_content
{
    width: 240px;
}


div.hp_news
{
    width: 255px;
}
div.hp_news div
{
    margin: 0px 10px 0px 5px;
}
div.news_date
{
    font-size: 13px;
    color: #00c6ff;
}
div.news_item div
{
    clear: both;
    margin-right: 0px;
}
div.news_item div
{
    line-height: normal !important;
}
div.news_spacer
{
    clear: both;
    height: 10px;
}


div.hp_highlights
{
    width: 310px;
}
div.hp_highlights div
{
    margin: 0px 10px 0px 5px;
}
div.hl_item
{
    clear: both;
}
div.hl_item div
{
    line-height: normal !important;
}
div.hl_picture
{
    float: right;
    width: 84px;
    height: 62px;
    background: url(../../Images/1.HE/General/pic_bg.gif) no-repeat left bottom;
    margin: 0px !important;
}
div.hl_content
{
    float: right;
    width: 190px;
}
div.hl_spacer
{
    clear: both;
    height: 10px;
}
/********************************************************************************/