/*
-----------------------------------------------
-
- NAME
-      $RCSfile: home.css,v $
- DELTA
-      $Revision: 1.3 $
-      $Author: uid1003 $
- CREATED
-      $Date: 2007/02/06 14:48:29 $
- COPYRIGHT
-      Westhawk Ltd
-
----------------------------------------------- */

strong
{
    font-weight: bold;
}

#content ul
{
    /* t r b l */
    list-style: none;
    padding: 0 0 12px 5px;
    margin: 0;
}

#content ul li
{
    /* t r b l */
    padding: 0.8em 2px 0px 35px;
    background: url(../images/arrow-yellow.gif) no-repeat;
    /* x y */
    background-position: 5px 0.8em;
}

#content .header
{
    margin-top: 15px;
    margin-bottom: 10px;
}

#content table
{
    border-collapse: separate;
}


#content table tr td.list,
#content table tr td.portfolio,
#content table tr td.technology,
#content table tr td.portfolio td,
#content table tr td.technology td
{
    padding-left: 0px;
}



#content table.portfolio,
#content table.technology
{
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}

#content table tr.image td
{
    padding-bottom: 2px;
}

#content table tr td.wordcol
{
    border-bottom: 1px solid white;
}

#content table tr td.wordcol a
{
    padding-left: 20px;
    padding-top: 3px;
    text-decoration: none;
    display: block;
    color: black;
}

#content table.portfolio a:hover
{
    background: url(../images/arrow-yellow.gif) no-repeat;
    /* color: white; */
    color: #ffae34;
}

#content table.technology a:hover
{
    background: url(../images/arrow-green.gif) no-repeat;
    /* color: white; */
    color: #484d16;
}

#content table tr td.portfolio_text,
#content table tr td.technology_text
{
    /* t r b l */
    padding: 0 10px 0 4px;
}

