* { margin: 0; padding: 0; }
a { outline: none; }
a img { border: none; }

body
{
    background-color: #f3f3f4;
    font-family: Verdana;
    font-size: 10px;
}

h2 { font-size: 9.5px; font-weight: bold; color: #808284; }
p { color: #bcbdbf; margin: 0.5em 0; font-size: 9.5px; }
p strong { color: #808284; }
address { font-style: normal; }

#LayoutHolder
{
    background-color: White;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 657px;
    padding: 20px 20px 17px 20px;
    margin: -350px 0 0 -500px;
    overflow: hidden;
}

#ContentHolder
{
    height: 640px;
    width: 960px;
    margin-bottom: 10px;
    overflow: hidden;
}

.ContentPage .Image
{
    width: 740px;
    height: 640px;
    background-color: #f3f3f4;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.ContentPage .Content
{
    float: left;
    width: 200px;
    height: 640px;
    overflow: hidden;
}

.ContentPage .Content a
{
    color: #808284;
    text-decoration: none;
}
.ContentPage .Content a:hover,
.ContentPage .Content a.Active { color: #808284; background-position: left -13px; text-decoration: underline; }

.ContactDetailBlock { margin-top: 1.5em; }

#JobScrollArea
{
    height: 565px;
    width: 700px;
    margin: 27px 0 38px 130px;
    overflow: hidden;
}

#JobScrollAreaInner
{
    height: 565px;
    overflow: hidden;
}

#JobScrollArea .Column
{
    width: 100px;
    height: 565px;
    overflow: hidden;
    margin-right: 50px;
    float: left;
}

#JobScrollArea .ColumnLast
{
    margin-right: 0;
}

#JobScrollArea a
{
    display: block;
    width: 90px;
    height: 90px;
    padding: 4px;
    border: solid 1px #eff0f0;
    margin: 0 0 55px 0;
}

#JobScrollArea a:hover { border: solid 1px #bcbdbf; }

#JobScroller
{
    height: 10px;
    width: 100%;
    background: transparent url(Assets/ScrollerRail.png) repeat left top;
}

#JobScrollerHandle
{
    height: 10px;
    width: 74px;
    background: transparent url(Assets/ScrollerHandle.png) repeat left top;
}
#JobScrollerHandle:hover
{
    cursor: pointer;
    cursor: hand;
}

.ContactDetailBlock p { margin: 0; }
.ContactDetailBlock p a:link,
.ContactDetailBlock p a:active,
.ContactDetailBlock p a:visited { color: #bcbdbf; }

#Menu
{
    height: 13px;
    overflow: hidden;
    background: transparent url(Assets/Logo.gif) no-repeat right 2px;
}

#Menu li
{
    float: left;
    list-style-type: none;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 15px;
}

#Menu li a
{
    padding-left: 10px;
    color: #bcbdbf;
    text-decoration: none;
    background: transparent url(Assets/PlusSign.gif) no-repeat left top;
}
#Menu li a:hover,
#Menu li a.Active { color: #808284; background-position: left -13px; }

.SeoParagraph { margin-top: 20px; }
