﻿body
{
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: White;
    background-color: White;
    background-image: url(    '../images/gradientbg.gif' );
    background-repeat: repeat-x;
}

a
{
    color: DimGray;
    text-decoration: none;
}

a img
{
    border: 0px;
}

h1
{
    color: dimgray;
}
/*Master Page*/
/********************************************************************/

.imgLogo
{
    z-index: 1000;
    position: absolute;
    margin-left: -512px;
    left: 50%;
    top: 5px;
}

#divMain
{
    z-index: 1;
    background-image: url(          '../images/main.gif' );
    height: 670px;
    width: 1025px;
    position: absolute; /*    top: 50%;     margin-top: -345px;    */
    top: 80px;
    left: 50%;
    margin-left: -512px;
    overflow: hidden;
}

.LogStatus
{
    position: absolute;
    top: 7px;
    left: 910px;
    height: 13px;
    border-right: solid 1px DimGray;
    color: DimGray;
    padding-right: 5px;
    width: 34px;
    font-weight: normal;
}
.lnkContactUs
{
    position: absolute;
    top: 7px;
    left: 954px;
    height: 13px;
    padding-right: 5px;
    width: 65px;
    font-weight: normal;
}

.lnkPhil
{
    position: absolute;
    border-right: solid 1px dimgray;
    padding-right: 5px;
    padding-left: 5px;
    top: 645px;
    left: 20px;
}
.lnkChina
{
    position: absolute;
    padding-right: 5px;
    padding-left: 5px;
    top: 645px;
    left: 93px;
}


#divFooter
{
    position: absolute;
    top: 780px;
    width: 1025px;
    height: 54px;
    left: 50%;
    margin-left: -512px;
}
.lblLocations
{
    position: absolute;
    left: 65%;
    margin-left: -315px;
    top: 1px;
    width: 374px;
    height: 17px;
}
.lblContact
{
    font-size: 9pt;
    position: absolute;
    top: 35px;
    left: 156px;
    right: 596px;
}
.lblCopyright
{
    font-size: 9pt;
    position: absolute;
    top: 35px;
    right: 410px;
    height: 15px;
}

.lnkSiteMap
{
    font-size: 9pt;
    position: absolute;
    top: 35px;
    right: 184px;
    height: 15px;
    color: White;
}


#divNavigator
{
    position: absolute;
    top: 33px;
    left: 71%;
    margin-left: -465px;
    width: 508px;
}

.Navigator
{
    font-size: 10pt;
    padding-left: 5px;
    padding-right: 10px;
    color: dimgray;
    border-right: solid 1px DimGray;
}
#acontact
{
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
    color: dimgray;
}

#imgITO
{
    position: absolute;
    top: 0px;
    left: 500px;
    height: 23px;
    width: 190px;
}

#imgContact
{
    position: absolute;
    top: 0px;
    left: 700px;
    height: 23px;
    width: 190px;
}

/********************************************************************/


/*Home Page*/
/********************************************************************/

#divHomeMain
{
    z-index: 1;
    background-image: url( '../images/homemain.gif' );
    height: 525px;
    width: 1025px;
    position: absolute; /*    top: 50%;     margin-top: -345px;    */
    top: 154px;
    left: 50%;
    margin-left: -512px;
    overflow: hidden;
}
#divText
{
    position: absolute;
    top: 699px;
    left: 95px;
    font-size: 14pt;
    font-style: italic;
    text-align: center;
}
#divHomeFooter
{
    position: absolute;
    top: 750px;
    width: 1025px;
    height: 54px;
    left: 50%;
    margin-left: -512px;
}
#divHomeFooterContent
{
    position: absolute;
    top: 900px;
    width: 1025px;
    height: 54px;
    left: 50%;
    margin-left: -512px;
    color: #000000;
}

.lnkHomePhil
{
    position: absolute;
    border-right: solid 1px dimgray;
    padding-right: 5px;
    padding-left: 5px;
    top: 500px;
    left: 20px;
}
.lnkHomeChina
{
    position: absolute;
    padding-right: 5px;
    padding-left: 5px;
    top: 500px;
    left: 93px;
}

.lnkHomeTerms
{
    position: absolute;
    border-right: solid 1px dimgray;
    padding-right: 5px;
    padding-left: 5px;
    top: 500px;
    left: 778px;
}
.lnkHomePolicy
{
    position: absolute;
    padding-right: 5px;
    padding-left: 5px;
    top: 500px;
    left: 915px;
}

#imgDivider
{
    position: absolute;
    top: 490px;
    left: 13px;
}

#imgHomeITO
{
    position: absolute;
    top: 0px;
    left: 500px;
    height: 23px;
    width: 190px;
}

#imgHomeContact
{
    position: absolute;
    top: 0px;
    left: 700px;
    height: 23px;
    width: 190px;
}

#divAnim
{
    position: absolute;
    background-color: Black;
    top: 76px;
    left: 13px;
    height: 407px;
    width: 1003px;
}



/********************************************************************/


.svcContent
{
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
    color: dimgray;
}

.svcContent a
{
    color: royalblue;
}


.svcContent2
{
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
    color: dimgray;
}


/*Who we Are Page*/
/********************************************************************/

#divWWAHeader
{
    z-index: 100;
    height: 145px;
    width: 981px;
    position: relative;
    top: 70px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(    '../images/operations_header.gif' );
}


#divPersons
{
    border-right: solid 1px silver;
    left: 40px;
    width: 100px;
    position: absolute;
    text-align: right;
}

#divPersons a
{
    margin-right: 10px;
    margin-top: 10px;
}

#divPersons a:hover
{
    text-decoration: underline;
}

.divBioContent
{
    color: dimgray;
    height: 330px;
    left: 150px;
    width: 800px;
    position: absolute;
    visibility: hidden;
    overflow: auto;
}

.divBioContent p
{
    margin-top: 0px;
    margin-bottom: 5px;
}
/********************************************************************/



/*Technology Page*/
/********************************************************************/

#divTechHeader
{
    height: 152px;
    width: 979px;
    position: relative;
    top: 70px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(   '../images/whychina_header.gif' );
}
/********************************************************************/

/*Careers Page*/
/********************************************************************/

#divCareersHeader
{
    height: 152px;
    width: 979px;
    position: relative;
    top: 70px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(   '../images/recruitment_header.gif' );
}

#olList
{
    color: dimgray;
    font-style: italic;
}

#olList li
{
    margin-left: 40px;
}

.aCareer:hover
{
    text-decoration: underline;
}

#note
{
}
/********************************************************************/

/*Media & PR Page*/
/********************************************************************/

#divMPRHeader
{
    height: 152px;
    width: 979px;
    position: relative;
    top: 70px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(   '../images/services_header.gif' );
}

.mediatable
{
    left: 40px;
    height: 80px;
    width: 850px;
    color: dimgray;
    font-weight: normal;
    border:none;
}
.mediatable a
{
    font-weight: bold;
    color: dimgray;
}

.divNewsPlaceHolder
{
    /*visibility: hidden;*/
    position: absolute;
    overflow-y: auto;
    top: 89px;
    left: 0px;
    height: 320px;
}

.divNewsPlaceHolder span
{
    /*padding-left:40px;*/
    color: dimgray;
    font-weight: bold;
}

.prHeading
{
    margin-left: 40px;
}

/********************************************************************/


/*Contact Us Page*/
/********************************************************************/

#divContactHeader
{
    height: 152px;
    width: 979px;
    position: relative;
    top: 70px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(   '../images/contactito_header.gif' );
}

#tblContact
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: dimgray;
    top: 2px;
    left: -127px;
}

#tblContact tr
{
    text-align: right;
}


.inputBox
{
    width: 300px;
}

.txtMessage
{
    width: 300px;
    height: 100px;
}


/********************************************************************/



.PageContent
{
    z-index: 0;
    height: 418px;
    width: 980px;
    position: absolute;
    top: 210px;
    margin-left: -489px;
    left: 50%;
    background-image: url(    '../images/operation_content.gif' );
    overflow: hidden;
    font-weight: normal;
}

.PageContent span
{
    text-decoration: none;
    font-weight: bold;
}


.contentTitle
{
    margin-top: 20px;
    margin-left: 20px;
    color: RoyalBlue;
    font-size: 18pt;
    font-weight: bold;
}


.siteMapContent
{
    margin-left: 30px;
    color: #666666;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.contentDescription
{
    text-indent: 40px;
    text-align: justify;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    color: dimgray;
}

.contentDescription a
{
    text-decoration: underline;
}

.contentDescription2
{
    font-size: 10pt;
    margin-left: 40px;
    margin-right: 40px;
    color: dimgray;
}
.contentDescription2 a
{
    text-decoration: underline;
}
.contentFooter
{
    text-align: justify;
    margin-left: 40px;
    color: dimgray;
}

.contentFooter a
{
    color: darkorange;
}

.plusSign
{
    padding-left: 5px;
    color: DimGray;
    font-size: 13pt;
    font-weight: bold;
}


.list
{
    color: dimgray;
    margin-left: 80px;
}

.list li
{
    list-style: disc;
    margin-bottom: 8px;
}

.list a
{
    color: dimgray;
}


.colSecLeft
{
    width: 400px;
    font-size: 10pt;
    color: dimgray;
    float: left;
    margin-left: 10px;
}

.colSecRight
{
    width: 500px;
    font-size: 10pt;
    color: dimgray;
    float: left;
    margin-right: 40px;
}


.Paging
{
    position: absolute;
    top: 73px;
    left: 13px;
    visibility: hidden;
}

.Paging ul
{
    margin-top: 0px;
    margin-left: 60px;
    color: dimgray;
}
