﻿/* IPS Group Stylesheet - Designed by Vaclav Elias, June 2010  */
/* IE9, IE8, IE7, IE6, Firefox 3.x, Chrome 5.x, Safari 5.x, Opera 10.x  */
#bgImg
{
    display: none;
}
#wrapperMain
{
    margin: auto;
    width: 980px;
}
#containter-logo
{
    float: left; /* IE6 fix */
}
#logo
{
    width: 85px;
    height: 120px;
    float: left;
    z-index: 100;
    border-right: 1px solid White;
    position: absolute;
    top: 0px;
}
#container-top
{
    width: 980px;
}
#header
{
    height: 84px;
    display: block;
    width: 980px;
    float: left;
    background-color: #002152;
    background-image: url(inc/images/page-elements/headerBg.png);
    background-repeat: no-repeat;
    background-position: 85px bottom;
}
#theme
{
    float: right;
    margin-right: 40px;
}
#theme a
{
    width: 36px;
    height: 9px;
    display: inline-block;
    float: left;
}
#theme .default
{
    background-image: url(/inc/images/page-elements/theme_default.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#theme .green
{
    background-image: url(/inc/images/page-elements/theme_green.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#locations
{
    font-size: 10px;
    float: right;
}
#locations a, #loginRegister a
{
    color: #002152;
    text-decoration: none;
}
#locations a:hover, #loginRegister a:hover
{
    font-weight: bold;
    color: #FFCC00;
}
#locations span, #locations a
{
    padding: 2px 5px 2px 5px;
    display: inline-block;
    border-left: 1px solid #002152;
    width: 30px;
}
#locations .active
{
    background-color: #002152;
    color: White;
}
#loginRegister
{
    display: none;
}
#slider
{
    display: none;
}
#container-nav
{
    width: 980px;
    display: block;
    float: left;
}
#containter-mainNavigation
{
    background-color: #002152;
    height: 36px;
    display: block;
}
#containter-subNavigation
{
    height: 35px;
    display: block;
    background-image: url(/inc/images/page-elements/submenu.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#subNavigation
{
    font-size: 11px;
    line-height: 35px;
}
#mainNavigation
{
    float: right;
    padding-right: 0px;
}
#mainNavigation div
{
    float: left;
    margin-top: 12px;
    height: 24px;
    border-left: 1px solid White;
}
#mainNavigation .menu
{
    float: left;
    text-align: center;
    display: block;
    height: 24px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
#mainNavigation .active a
{
    background-color: White;
    display: block;
    height: 24px;
    color: #002152;
}
#mainNavigation a
{
    color: White;
    line-height: 24px;
    text-decoration: none;
}
#mainNavigation a:hover
{
    color: #FFCC00;
    text-decoration: none;
}
#subNavigation a
{
    text-decoration: none;
}
#subNavigation .menu
{
    font-weight: bold;
    float: left;
    color: #002152;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}
#subNavigation a:hover
{
    color: #FFCC00;
}
/* Page Menu */
#pageMenu a
{
    color: #666666;
    text-decoration: none;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 25px;
}
#pageMenu a:hover
{
    color: #FFCC00;
}
/* Columns */
#container-middle
{
    float: left;
    margin-top: 10px;
}
.addthis_default_style
{
    display: none;
}
#columnLeft
{
    width: 192px;
    overflow: hidden;
    float: left;
}
#columnMiddle
{
    width: 596px;
    overflow: hidden;
    float: left;
}
#columnRight
{
    width: 192px;
    overflow: hidden;
    float: left;
}
#columnRightDouble
{
    width: 773px;
    padding-left: 15px;
    float: left;
}
#container-footer
{
    display: none;
}
.link
{
    text-transform: uppercase;
    color: #FFCC00;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    font-weight: bold;
    background-image: url(inc/images/page-elements/Arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
}
.link:hover
{
    text-decoration: none;
}
.clear
{
    clear: both;
}
.BackToTop
{
    float: right;
}

.BackToTop a
{
    text-transform: uppercase;
    color: #FFCC00;
    font-size: 12px;
    font-weight: bold;
    background-image: url(inc/images/page-elements/Arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
}
.formStandard label
{
    color: White;
    display: inline-block;
    padding-right: 10px;
}
.formStandard table
{
    border-collapse: collapse;
    margin: 0px 0px 0px 10px;
}
.formStandard td
{
    text-align: left;
}
.error
{
    background-color: Red;
    color: White;
}
.validationError
{
    color: White;
    background-color: Red;
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 5px;
    border: 1px solid rgba(255,0,0,0.2);
    padding: 2px 6px 2px 6px;
    background-color: rgba(255,0,0,0.5);
    display: inline-block;
}

.Asterisk
{
    color: Red;
    font-weight: bold;
    font-size: 18px;
    background-color: transparent;
}
.formStandard .note
{
    background-color: transparent;
    color: White;
    font-size: 10px;
}
.formStandard h2
{
    background-image: url(/inc/images/page-elements/AccordionTitle.png);
    background-repeat: no-repeat;
    height: 38px;
    line-height: 30px;
    color: White;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 0px 10px;
}
#banner2nd
{
    margin-top: 10px;
}
#BreadCrumb
{
    font-size: 10px;
    margin-left: 104px;
    float: left;
}
#BreadCrumb .title
{
    color: Gray;
}
#BreadCrumb a
{
    color: Gray;
    text-decoration: none;
    text-transform: capitalize;
}
#BreadCrumb a:hover
{
    color: #0082d1;
}
#BreadCrumb span
{
    text-transform: capitalize;
    color: Gray;
}
#JobSearch
{
    display: none;
}
#accordion .ui-accordion-content,
#accordion .ui-helper-reset,
#accordion .ui-widget-content,
#accordion .ui-corner-bottom
{
    visibility: visible;
    display: block !important; 
}

