﻿body 
{
    margin: 5px;
    padding: 5px;
}

h1 
{
    color: #168687;
    font-family: Verdana, Arial;
    font-size: 10pt;
}

h2
{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
}

/* Wrapper
-------------------------- */
#wrapper
{
    margin: 0 auto;
    width: 800px;
    background-color: #FFFFFF;
}


/* Top Navigation Bar
-------------------------- */
#top_nav a
{
    color: #168687;
    text-decoration: none;
    margin: 0 5px;
}

#top_nav a:hover
{
    color: #FF0000;
    text-decoration: none;
    border-bottom: 1px dotted #FF0000;
}

#top_nav div
{
    display: block;
    font-family: Tahoma;
    font-size: 8pt;
    padding: 5px;
    text-align: right;
    color: #DDDDDD;
    border-bottom: 1px dotted #CCCCCC;
    /* border-style: dotted;
    border-color: #CCCCCC; */
}

/* Side Navigation Bar
-------------------------- */
#side_nav
{
    background-image: url('/App_Themes/Basic/logo_gray.gif');
    background-position: right bottom;
    background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 8pt;
    color: #333333;
    height: 400px;
    padding: 5px;
    vertical-align: top;
    width: 150px;
}

#side_nav a
{
    color: #168687;
    text-decoration: none;
}

#side_nav a:hover
{
    color: #FF0000;
    text-decoration: none;
    border-bottom: 1px dotted #FF0000;
}

#side_nav div
{
    border-bottom: 1px dotted #EEEEEE;
    display: block;
    margin: 0;
    padding: 5px 0;
}


/* Main Content
-------------------------- */
#content
{
    border-left: 1px dotted #DDDDDD;
    color: #666666;
    font-family: Arial, Verdana;
    font-size: 10pt;
    padding: 10px;
    vertical-align: top;
}

#content a
{
    color: #168687;
}

#content a:hover
{
    color: #FF0000;
}

#content p
{
    text-align: justify;
}

.content-header
{
    margin-bottom: 10px;
}


/* Header
-------------------------- */
#header
{
    background-color: #FFFFFF;
}


/* Footer
-------------------------- */
#footer
{
    display: block;
    font-family: Tahoma;
    font-size: 8pt;
    padding: 5px;
    text-align: right;
    color: #999999;
    border-top: dotted 1px #DDDDDD;
    line-height: 1.5em;
}

#footer a
{
    color: #666666;
    text-decoration: none;
}

#footer a:hover
{
    color: #FF0000;
    text-decoration: underline;
}


/* Seperator
-------------------------- */
div.seperator
{
    border-bottom: 1px solid #DDDDDD;
    margin: 5px 0;
}


/* Corporate Profile
-------------------------- */
.corp-director
{
    vertical-align: top;
    padding: 0 5px 30px 5px;
}

.corp-director img
{
    border: 1px solid #999999;
    margin: 5px;
    height: 150px;
    width: 120px;
}

.corp-list li
{
    list-style-type: disc;
    margin: 0.5em 0;   
}


/* Sitemap
-------------------------- */
#sitemap a 
{
    text-decoration: none;
}

#sitemap li
{
    list-style-type: disc;
    margin: 0.5em 0;
}

#sitemap li li
{
    list-style-type: disc;
    margin: 0.5em 0 0.5em 0;
}


/* Contact Us
-------------------------- */
#contactus table
{
    margin: 30px 0 10px 0;
}

#contactus td
{
    padding: 4px;
}

#contactus th
{
    font-weight: normal;
    padding: 4px;
    text-align: right;
    vertical-align: top;
}

#contactus input, textarea
{
    font-family: Arial;
    font-size: 10pt;
}


/* Company
-------------------------- */
.left-cell
{
    vertical-align: top;
    width: 100%;
}

.right-cell
{
    padding-left: 20px;
    vertical-align: top;
}

.right-cell img
{
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    margin-bottom: 10px;
}