﻿body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #2f2f2f;
    background-color: #fff;
}

.page
{
    width: 939px;
    margin: 0 auto;
}


.header
{
    width: 939px;
    height: 85px;
    border-bottom: solid 2px #57baaa;
}

.header .logo
{
    margin-top: 16px;
}

.header .timezone
{
    color: #868686;
    font-size: 10px;
    text-align: right;
    width: 300px;
    margin-top: 7px;
}

.header .timezone .clocks
{
    height: 27px;
    background: transparent url(../images/clocks.gif) no-repeat right;
    margin-top: 5px;
}

.header .timezone .clocks .a, .header .timezone .clocks .b, .header .timezone .clocks .c, .header .timezone .clocks .d, .header .timezone .clocks .e, .header .timezone .clocks .f, .header .timezone .clocks .g, .header .timezone .clocks .active
{
    height: 27px;
    width: 14px;
    margin-left: 6px;
    float:right;
    background: none;
}

.header .timezone .clocks .a
{
    background: transparent url(../images/clock_a.gif) no-repeat;
}

.header .timezone .clocks .b
{
    background: transparent url(../images/clock_b.gif) no-repeat;
}

.header .timezone .clocks .c
{
    background: transparent url(../images/clock_c.gif) no-repeat;
}

.header .timezone .clocks .d
{
    background: transparent url(../images/clock_d.gif) no-repeat;
}

.header .timezone .clocks .e
{
    background: transparent url(../images/clock_e.gif) no-repeat;
}

.header .timezone .clocks .f
{
    background: transparent url(../images/clock_f.gif) no-repeat;
}

.header .timezone .clocks .g
{
    background: transparent url(../images/clock_g.gif) no-repeat;
}

.header .timezone .clocks .a:hover, .header .timezone .clocks .b:hover, .header .timezone .clocks .c:hover, .header .timezone .clocks .d:hover, .header .timezone .clocks .e:hover, .header .timezone .clocks .f:hover, .header .timezone .clocks .g:hover
{
    background: none;
    cursor: pointer !important;
}

.a1,.b1,.c1,.d1,.e1,.f1,.g1
{
    height: 27px;
    width: 14px;
    margin-left: 6px;
    float:right;
    background: none;
    cursor: pointer !important;
}

.header .timezone .nav
{
    margin-top: 16px;
}

.header .timezone .nav a
{
    color: #868686;
    margin-left: 8px;
}

.header .timezone .nav a:hover
{
    color: #4caf3a;
    text-decoration: none;
    cursor: pointer !important;
}


.animatedStrip
{
    width: 939px;
    margin-top: 2px;
}

.container
{
    width: 939px;
    background: #f2f2f2;
    border-bottom: solid 2px #fff;
    padding: 23px 0 16px 0;
}

.container .menu
{
    font-size: 7.5pt;
    padding-left: 11px;
}

.container .menu .i0, .container .menu .i0b, .container .menu .welcome
{
    display: block;
    height: 12px;
    line-height: 12px;
    width: 151px;
    margin-bottom: 4px;
    padding: 3px 0 3px 9px;
    color: #fff;
    background-image: url(../images/bg_menu0a.gif);
}

.container .menu .i0b, .container .menu .welcome
{
    background-image: url(../images/bg_menu0b.gif);
}

.container .menu .i0:hover, .container .menu .i0b:hover
{
    background-image: url(../images/bg_menu1.gif);
    text-decoration: none;
    cursor: pointer !important;    
}

.container .menu .i1
{
    display: block;
    height: 12px;
    line-height: 12px;
    width: 151px;
    margin-bottom: 4px;
    padding: 3px 0 3px 9px;
    color: #fff;
    background-image: url(../images/bg_menu1.gif);
}

.container .menu .i1:hover
{
    text-decoration: none;
    cursor: pointer !important;
}

.container .menu .si0
{
    
    font-size: 8pt;
    color: #000;
    display: block;
    height: 12px;
    line-height: 12px;
    width: 151px;
    margin-bottom: 5px;
    padding: 3px 0 3px 9px;
}

.container .menu .si0:hover
{
    color: #000;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer !important;    
}

.container .menu .si1
{
    font-size: 8pt;
    display: block;
    height: 12px;
    line-height: 12px;
    width: 151px;
    margin-bottom: 5px;
    padding: 3px 0 3px 9px;
    color: #000;
    background-color: #fff;
}

.container .menu .si1:hover
{
    text-decoration: none;
    cursor: pointer !important;
}


.container .content
{
    width: 578px;
    padding-left: 10px;
}

.container .content .box .t
{
    background: transparent url(../images/bg_box_t.gif) no-repeat;   
    padding-top: 6px;
}

.container .content .box .m
{
    background: transparent url(../images/bg_box_m.gif) repeat-y;
}

.container .content .box .m .content
{
    width: 546px;
    padding: 18px 16px;
}

.container .content .box .b
{
    height: 6px;
    background: transparent url(../images/bg_box_b.gif) no-repeat;
}


.container .content .homePageContent
{
    padding: 8px 0 8px 8px;
    background: transparent url(../images/bg_home_content.gif) no-repeat 8px 40px;
}

.container .content .homePageContent .heading
{
    color: #fff;
    background-color: #123a5d;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0 5px 6px;
    border-right: dotted 1px #fff;
}

.container .content .homePageContent .section .content
{
    padding: 6px 6px 0 6px;
    width: 175px;
}

.container .content .homePageContent .section .content .newsItem
{
    margin-bottom: 15px;
}

.container .content .homePageContent .section .content .newsItem h2
{
    text-decoration: underline;
    color: #000;
    margin-bottom: 6px;
}


.container .sidebar
{
    width: 160px;
    padding: 0 10px;
}

.container .sidebar .box .t
{
    background: transparent url(../images/bg_sb_box_t.gif) no-repeat;
    padding-top: 6px;
}

.container .sidebar .box .m
{
    background: transparent url(../images/bg_sb_box_m.gif) repeat-y;
    padding: 6px;
}

.container .sidebar .box .b
{
    height: 6px;
    background: transparent url(../images/bg_sb_box_b.gif) no-repeat;
    margin-bottom: 10px;
}

.container .sidebar .textbox, .container .sidebar .list
{
    width: 142px;
    font-size: 10px;
    margin-bottom: 5px;
}

.container .sidebar .list
{
    width: 147px;
}


.footer
{
    width: 939px;
    color: #868686;
    border-top: solid 2px #57baaa;
    padding: 8px 0;
}

.footer a
{
    color: #868686;
}

.footer a:hover
{
    color: #4caf3a;
    text-decoration: none;
    cursor: pointer !important;
}



.jobSearchResult
{
    margin: 15px 0px;
}

.jobSearchResult .number
{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-right: 8px
}

.jobSearchResult .title a
{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #000
}

.jobSearchResult .listed
{
    font-weight: bold;
    line-height: 14px;
}

.jobSearchResult .more
{
    margin: 10px 0;
}

.jobDescription
{
    margin-bottom: 25px;
}

.jobDescription p
{
    margin: 0;
}


.articleItem
{
    padding: 15px 0
}

.articleItem .title h2 a
{
    color: #000
}

.articleItem .overview
{
    margin-bottom: -10px;
}




/* forms */

input
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

input.button
{
    width: auto;
    padding: 2px 10px;
    overflow: visible
}

.textbox
{
	width: 200px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.textarea
{
    width: 200px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.list
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img.center
{
	vertical-align: middle;
}

.dotted
{
    color: #fff;
    background-color: #fff;
    border-bottom: dotted 1px #000;
    border-style: none none dotted;
}

.multiPage
{
    padding: 10px;
    border: solid 1px #898c95;
}


/* misc */

.bullet
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.block
{
    display: block;
    margin: 0;
}

.result
{
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	display: block;
}

.error
{
	color: #ff0000;
}

