﻿/*------------------------------------------------
    WELCOME
------------------------------------------------*/
.welcome div
{
    padding: 0 0 10px 0;
}

.welcome img
{
    float: left;
    margin: 0 10px -5px 0;
    width: 48px;
    padding: 0;
}

.welcome p
{
    float: left;
    text-align: justify;
    width: 560px;
    padding: 0;
    margin: 0;
}

.welcome 
{
    line-height: 22px;
}

/*------------------------------------------------
    MENU
------------------------------------------------*/

.about_menu ul
{
    margin: 20px 0 20px 0;
    padding: 0;
}

.about_menu ul li
{
    list-style: none;
    line-height: 26px;
    border-bottom: 1px gray solid;
    border-bottom-color: #e0e0e0;
}

.about_menu ul li a
{
    text-decoration: none;
}

.about_menu ul li a:hover
{
    text-decoration: underline;
}


/*------------------------------------------------
    ABOUT
------------------------------------------------*/
.about
{
    width: 620px;
}

/*------------------------------------------------
    TEAM
------------------------------------------------*/
.team_item
{
    width: 300px;
    height: 140px;
}

.team_item img
{
    float: left;
    padding: 3px;
    border: 1px #e0e0e0 solid;
}

.team_item_txt
{
    float: left;
    padding: 3px 0 0 5px;
    width: 190px;
}

.team_item h3
{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.team_item_txt a h3
{
    
}

.team_item h4
{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.team_item p
{
    font-size:11px;
    color:#666666;
    margin: 0;
    line-height: 16px;
}

.team_foot 
{
    float: none;
    width: 100%;
    clear: both;
    text-align: right;
}

.team_foot img
{
    border: 0;
    padding: 0;
    float: none;
    margin: 0 5px -4px 0;
}

.team_more
{
    
}

.contact
{
    width: 590px;
    border: 1px #e0e0e0 solid;
    background: #fbfbfb;
    margin: 20px 0 0 0;
    padding: 10px;
    line-height: 30px;
}

.contact_left
{
    float: left;
    width: 275px;
}

.contact_line
{
    width: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid white;
    height: 200px;
    margin: 10px 30px 0 0;
    float:left;
}

.contact img
{
    margin: 0 0 -3px 0;
}

.contact h2
{
    font-size: 16px;    
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.contact ul
{
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-size:11px;
}

.profile_left
{
    width: 200px;
    padding: 3px;
    border: 1px #e0e0e0 solid;
    float: left;
    text-align: center;
}

.profile_right
{
    width: 400px;
    padding: 5px 0 0 10px;
    float: left;
}

#twitter_div
{
    color: Gray;
}

/*------------------------------------------------
    SUPPORT
------------------------------------------------*/
.support
{
    
}

.support_img
{
    float: left;
    padding: 3px;
    border: 1px #e0e0e0 solid;
    width: 150px;
    margin: 0 10px 20px 0;
}

.support_name
{
    padding: 10px 0 0 0;
    float: left;
    width: 350px;
}

.support_year
{
    padding: 10px 0 0 0;
    float: left;
    width: 100px;
}

.support_line
{
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px gray solid;
}

.about_mail img
{
    margin: 0 10px -10px 0;
}