
/* ------------------------------------------------------------- */
/* GENERAL STYLES                                                */
/* ------------------------------------------------------------- */

body
{
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
    background-color: #f0f0f0;
}

form
{
	margin: 0px;
	padding: 0px;
}

a
{
    color: #002d62;
    text-decoration: none;
}

p.justify
{
    text-align: justify;
}

table.canvas
{
    width: 100%;
    background-color: #ffffff;
}

div.reinforcement
{
    display: block;
    visibility: hidden;
    position: relative;
    height: 1px;
}

/* ---------------- */
/* NAVIGATION       */
/* ---------------- */

table.navigation
{
    width: 980px;
    text-align: right;
    margin-bottom: 6px;
}

table.navigation a
{
    display: inline-block;
    height: 31px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-left: 3px;
}

table.navigation a.home
{
    width: 60px;
    background-image: url(../images/navigation/home_off.gif);
}

table.navigation a.home_on,
table.navigation a.home:hover
{
    width: 60px;
    background-image: url(../images/navigation/home_on.gif);
}

table.navigation a.about_us
{
    width: 75px;
    background-image: url(../images/navigation/about_us_off.gif);
}

table.navigation a.about_us_on,
table.navigation a.about_us:hover
{
    width: 75px;
    background-image: url(../images/navigation/about_us_on.gif);
}

table.navigation a.case_studies
{
    width: 95px;
    background-image: url(../images/navigation/case_studies_off.gif);
}

table.navigation a.case_studies_on,
table.navigation a.case_studies:hover
{
    width: 95px;
    background-image: url(../images/navigation/case_studies_on.gif);
}

table.navigation a.products_services
{
    width: 132px;
    background-image: url(../images/navigation/products_services_off.gif);
}

table.navigation a.products_services_on,
table.navigation a.products_services:hover
{
    width: 132px;
    background-image: url(../images/navigation/products_services_on.gif);
}

table.navigation a.partners_alliances
{
    width: 131px;
    background-image: url(../images/navigation/partners_alliances_off.gif);
}

table.navigation a.partners_alliances_on,
table.navigation a.partners_alliances:hover
{
    width: 131px;
    background-image: url(../images/navigation/partners_alliances_on.gif);
}

table.navigation a.news_events
{
    width: 104px;
    background-image: url(../images/navigation/news_events_off.gif);
}

table.navigation a.news_events_on,
table.navigation a.news_events:hover
{
    width: 104px;
    background-image: url(../images/navigation/news_events_on.gif);
}

table.navigation a.contact_us
{
    width: 84px;
    background-image: url(../images/navigation/contact_us_off.gif);
}

table.navigation a.contact_us_on,
table.navigation a.contact_us:hover
{
    width: 84px;
    background-image: url(../images/navigation/contact_us_on.gif);
}

/* ---------------- */
/* HEADER           */
/* ---------------- */

table.header
{
    width: 980px;
    text-align: right;
}

table.header img
{
    padding-top: 16px;
    position: relative;
    top: 16px;
}

table.header img.logo
{
    float: left;
    margin-bottom: 0px;
    padding-top: 0px;
}

/* ---------------- */
/* HOME             */
/* ---------------- */

table.home
{
    width: 100%;
    border-bottom: solid 1px #cccccc;
}

table.home table.detail
{
    width: 980px;
    margin-bottom: 29px;
}

table.home table.detail td.text
{
    padding-top: 23px;
}

table.home table.detail td.text p
{
    font-size: 13px;
    line-height: 21px;
}

table.home table.detail td.photo
{
    background-image: url(../images/home/bg.gif);
    background-repeat: no-repeat;
    background-position: 25px top;
    text-align: right;
    width: 761px;
}

table.home table.detail td.photo div.links
{
    margin-right: 20px;
    margin-top: 8px;
}

table.home table.detail td.photo div.links img
{
    padding-top: 7px;
}

/* ---------------- */
/* MAIN             */
/* ---------------- */

table.main
{
    width: 100%;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

table.main table.detail
{
    width: 980px;
    margin-top: 29px;
    margin-bottom: 29px;
}

table.main table.detail td.nav
{
    border-right: solid 1px #cccccc;
    width: 200px;
    padding-right: 30px;
}

table.main table.detail td.nav div.reinforcement
{
    width: 200px;
}

table.main table.detail td.nav a
{
    line-height: 24px;
    font-weight: bold;
    display: block;
}

table.main table.detail td.nav div.subnav a
{
    font-weight: normal;
    background-image: url(../images/chevron.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 10px;
}

table.main table.detail td.main
{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

table.main table.detail td.main p
{
    margin-top: 2px;
}

table.main table.detail td.main a.subheading,
table.main table.detail td.main div.subheading
{
    line-height: 15px;
    font-weight: bold;
    display: block;
}

table.main table.detail td.main ul
{
    padding-left: 25px;
}

table.main table.detail td.promos
{
    border-left: solid 1px #cccccc;
    width: 199px;
    padding-left: 30px;
}

table.main table.detail td.promos div.reinforcement
{
    width: 199px;
}

table.main table.detail td.promos div.credit
{
    text-align: right;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 20px;
}

table.main table.detail td.promos div.credit span.name
{
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

/* ---------------- */
/* MENU             */
/* ---------------- */

table.menu table.detail
{
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: right top;
    background-repeat: no-repeat;
    height: 474px;
}

table.menu table.ps
{
    background-image: url(../images/menu/products_and_services.jpg);
}

table.menu table.pa
{
    background-image: url(../images/menu/partners_and_alliances.jpg);
}

table.menu table.cs
{
    background-image: url(../images/menu/case_studies.jpg);
}

table.menu table.ne
{
    background-image: url(../images/menu/news_and_events.jpg);
}

table.menu table.au
{
    background-image: url(../images/menu/about_us.jpg);
}

table.menu table.cu
{
    background-image: url(../images/menu/contact_us.jpg);
}

table.menu table.detail img.headline
{
    margin-top: 25px;
}

table.menu table.detail p
{
    margin-right: 614px;
}

table.menu table.detail div.list a
{
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 22px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

/* ---------------- */
/* FOOTER           */
/* ---------------- */

div.footer
{
    background-color: #f0f0f0;
    padding-bottom: 20px;
}

table.footer
{
    width: 980px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
}