*
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 12px;
}

html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
    background-color: white;
    color: #333333;
}

a
{
    text-decoration: none;
    color: #0052a5;
}

a:hover
{
    text-decoration: underline;
}

.breaker
{
    clear: both;
}

#pageOuter
{
    margin-top: 15px;
}

#pageInner
{
    margin-left: auto;
    margin-right: auto;
    width: 783px;
}

#topSection
{
    overflow: hidden;
    height: 70px;
}

#topSection #companyLogo
{
    margin-top: 20px;
    float: left;
    height: 70px;
    width: 163px;
}

#topSection #companyLogo a
{
    display: block;
    border: 0;
}

#topSection #companyLogo a img
{
    border: 0;
}

#topSection #topSectionRight
{
    width: 600px;
    float: right;
    overflow: hidden;
}

#topSection #permaTopMenu
{
    margin-bottom: 5px;
    float: right;
}

#topSection #permaTopMenu ul
{
    float: left;
}

#topSection #permaTopMenu ul li
{
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0px;
    list-style: none;
    border-right: 1px solid #999999;
}

#topSection #permaTopMenu ul li.lastItem
{
    border-right: 0;
}

#topSection #permaTopMenu ul li a
{
    color: #0052a5;
    display: block;
    font-size: 0.8em;
}

#topSection #permaTopMenu ul li a:hover
{
    text-decoration: underline;
}

#topSection #permaTopMenu ul li a.activeFooterMenu
{
    color: #0052a5;
}

#topSection #searchLogin
{
    clear: both;
    float: right;
}

#topSection #searchLogin #searchField
{
    float: left;
}

#topSection #searchLogin #searchField a
{
    display: block;
    text-indent: -9999px;
    color: #ff6600;
    font-weight: bold;
    height: 21px;
    width: 21px;
    background: transparent url(/res/img/pageStructure/search_button_off.gif) no-repeat;
    float: right;
    margin-left: -5px;
}

#topSection #searchLogin #searchField a:hover
{
    text-decoration: none;
    background: transparent url(/res/img/pageStructure/search_button_on.gif) no-repeat;
}

#topSection #searchLogin #searchField input
{
    margin-right: 10px;
    margin-top: 2px;
}

#topSection #loginField
{

    overflow: hidden;
}

#topSection #loginField a
{
    display: block;
    height: 24px;
    width: 128px;
    text-indent: -9999px;
    background: transparent url(/res/img/pageStructure/customer_login_off.gif) no-repeat;
}

#topSection #loginField a:hover
{
    background: transparent url(/res/img/pageStructure/customer_login_on.gif) no-repeat;
}

#bannerArea
{
    height: 125px;
    border: 1px solid #999999;
    margin-bottom: 15px;
    overflow: hidden;
}

#menuSpacer
{
    height: 4px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #ff6600;
    clear: both;
}

#mainMenu
{
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 5px;
    clear: both;
    overflow: hidden;
}

.homePage #mainMenu
{
    margin-left: 9px;
    margin-right: 15px;
}

#mainMenu ul
{
}

#mainMenu ul li
{
    float: left;
    padding-left: 10px;
    margin: 0px;
    width: 184px;
    height: 24px;
    list-style: none;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: transparent url(/res/img/pageStructure/TopMenuGradient.gif) repeat-x;
}

#mainMenu ul li.activeTopMenu
{
    background: none;
}

.homePage #mainMenu ul li
{
    width: 178px;
}

#mainMenu ul li.fourthItem
{
    border-right: 0;
    width: 186px;
}

.homePage #mainMenu ul li.fourthItem
{
    width: 180px;
}

#mainMenu ul li a
{
    color: #4f4f4f;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
}

#mainMenu ul li a:hover
{
    color: #0052a5;
    text-decoration: none;
}

#mainMenu ul li a.activeTopMenu
{
    color: #ff6600;
    background: none;
}

#breadcrumbTrail
{
    overflow: hidden;
    margin-bottom: 5px;
}

#breadcrumbTrail dl
{
}

#breadcrumbTrail dd
{
    float: left;
}

#breadcrumbTrail dd a
{
    margin-right: 0.5em;
    margin-left: 0.5em;
    color: #333333;
}

#breadcrumbTrail dd a:hover
{
    color: #ff6600;
    text-decoration: underline;
}

#breadcrumbTrail dd a.activeLink
{
    color: #ff6600;
}

#breadcrumbTrail dd a.activeLink:hover
{
    text-decoration: none;
}

#productList
{
    height: 25px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    border-bottom: 1px solid #999999;
    background-color: #c1d4eb;
}

#productList.homePageProductList
{
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 0;
    margin-bottom: 0;
}

#productList select
{
    width: 147px;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    height: auto;
}

#pageBody
{
    clear: both;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.homePage #pageBody
{
    margin-left: 9px;
    margin-right: 9px;
}

#pageBody #leftColumn
{
    float: left;
    width: 172px;
}

.homePage #pageBody #leftColumn
{
    width: 189px;
}

#pageBody #rightColumn
{
    width: 192px;
}

#pageBody #rightColumn #iCareAdvert
{
    /* height: 320px; */
    margin-bottom: 15px;
    padding-top: 50px;
}

#pageBody #rightColumn #rightTopZone
{
    /* height: 320px; */
    padding-top: 50px;
    margin-bottom: 15px;
}

#pageBody #secondaryNavigation
{
    border: 1px solid #999999;
    background-color: #f5f5f5;
    width: 170px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}

.hugeLeftnavigation #pageBody #secondaryNavigation
{
    position: relative;
}

#secondaryNavigation ul
{
    margin-left: 12px;
    margin-right: 9px;
    margin-top: 10px;
}

#secondaryNavigation ul li
{
    list-style: none;
    margin-bottom: 5px;
}

#secondaryNavigation ul li a
{
    border: 1px solid #999999;
    padding-left: 6px;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

#secondaryNavigation ul li a:hover
{
    background-color: #e5fffe;
    text-decoration: none;
}

#secondaryNavigation ul li a.activeLink
{
    border: 1px solid #ff6600;
    color: #ff6600;
}

#secondaryNavigation ul li a.activeLink:hover
{
    background-color: #fff;
}

#secondaryNavigation ul li ul
{
    width: 147px;
    margin: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-left: 0px;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

#secondaryNavigation ul li ul li a
{
    border: 0;
    list-style: none;
    background-color: Transparent;
    padding-left: 0px;
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    margin-left: 4px;
}

#secondaryNavigation ul li ul li a:hover
{
    text-decoration: underline;
    border: 0;
    background-color: Transparent;
}

#secondaryNavigation ul li ul li a.activeLink
{
    border: 0;
    text-decoration: underline;
}

#secondaryNavigation ul li ul li.spacerItem
{
    text-decoration: underline;
    color: #ff6600;
    margin-left: 4px;
}

#pageBody #leftColumn #newsBlock
{
    min-height: 286px;
    margin-bottom: 15px;
    border: 1px solid #999999;
}

#pageBody #eventsBlock
{
    margin-bottom: 15px;
    border: 1px solid #999999;
}

#pageBody #leftColumn #newsBlock dl, #pageBody #eventsBlock dl
{
    width: 100%;
}

#pageBody #leftColumn #newsBlock dl dt, 
#pageBody #eventsBlock dl dt
{
    border-bottom: 1px solid #999999;
    height: 24px;
    background-color: #ececec;
    color: #0052a5;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
}

#pageBody #leftColumn #newsBlock dl dd, 
#pageBody #eventsBlock dl dd
{
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #0052a5;
}

#pageBody #leftColumn #newsBlock dl dd p.noPadding,
#pageBody #eventsBlock dl dd p.noPadding
{
    margin-bottom: 0;
    padding-bottom: 0;
}

#pageBody #leftColumn #newsBlock dl dd.moreNewsLink,
#pageBody #eventsBlock dl dd.moreNewsLink
{
    text-align: right;
}

#pageBody #leftColumn #newsBlock dl dd.moreNewsLink .plusLink,
#pageBody #eventsBlock dl dd.moreNewsLink .plusLink
{
    color: #ff6600;
}

#pageBody #leftColumn #newsBlock dl dd strong,
#pageBody #eventsBlock dl dd strong
{
    color: #000;
}

#pageBody #leftColumn #leftAdvert
{
    min-height: 320px;
    border: 1px solid #999999;
}

#pageBody #leftColumn #leftAdvert p
{
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #0052a5;
    text-align: center;
}

#pageBody #leftColumn #leftAdvert p img
{
    margin-left: auto;
    margin-right: auto;
}

#pageBody #leftColumn #leftAdvert h4
{
    border-bottom: 1px solid #999999;
    /*height: 24px;*/
    background-color: #ececec;
    color: #666666;
    margin-bottom: 10px;
    font-size: 1em;
    padding-top: 5px;
    padding-left: 10px;
}

#pageBody #rightColumn #rightAdvert
{
}

#pageBody #rightColumn #rightAdvert h4
{
    /*height: 24px;*/
    color: #666666;
    margin-bottom: 10px;
    font-size: 1.2em;
    padding-top: 5px;
}

#pageBody #rightColumn #rightAdvert p
{
    /*margin-bottom: 20px;*/
    margin-bottom: 1em;
    color: #333333;
}

#bodySectionRightTop p
{
    font-weight: normal;
    overflow: hidden;
}

.decendentSectionBreakdown
{
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.decendentSectionBreakdown .leftSideContentItem
{
    float: left;
    width: 90px;
}

.decendentSectionBreakdown .rightSideContentItem
{
    margin-left: 90px;
}

#pageBody #rightColumn #iCareAdvert
{
    padding-left: 0px;
    padding-right: 0px;
}

#pageBody #rightColumn #iCareAdvert h4
{
    height: 24px;
    color: #666666;
    margin-bottom: 10px;
    font-size: 1.2em;
    padding-top: 5px;
}

#pageBody #rightColumn #iCareAdvert img
{
    margin-bottom: 10px;
}

#pageBody #rightColumn #iCareAdvert p
{
    text-align: right;
}

#pageBody #contentSplit
{
    clear: both;
}

#pageBody #contentSplit #contentLeftSplit
{
    float: left;
}

#pageContentBody
{
    margin-left: 171px;
}

#pageBody #mainContent
{
    width: 420px;
    float: left;
    min-height: 658px;
    z-index: 999;
}

.homePage #pageBody #mainContent
{
    width: 380px;
    min-height: 0;
}

.default #pageBody #mainContent, .bottomSplit #pageBody #mainContent
{
    /*width: 565px;*/
}

#pageBody #rightColumn
{
    margin-left: 420px;
}

.homePage #pageBody #rightColumn
{
    margin-left: 398px;
}

.bottomSplit #pageBody #contentSplit #contentLeftSplit
{
    width: 255px;
    margin-right: 10px;
    padding-top: 5px;
}

.bottomSplit #pageBody #contentSplit #contentRightSplit
{
    width: 280px;
    padding-top: 5px;
}

.bottomSplit #pageBody #contentSplit #contentRightSplit h4, .bottomSplit #pageBody #contentSplit #contentRightSplit p
{
    padding-left: 10px;
}

.twoRightSplit #pageBody #contentSplit
{
    position: relative;
    overflow: hidden;
    min-height: 75px;
    margin-left: 9px;
}

.twoRightSplit #pageBody #contentSplit #contentLeftSplit
{
    position: absolute;
    width: 50%;
    margin-right: 10px;
    padding-top: 5px;
    float: left;
    left: 0;
}

.twoRightSplit #pageBody #contentSplit #contentRightSplit
{
    position: absolute;
    right: 0;
    width: 50%;
    width: 190px;
    padding-top: 5px;
}

.twoRightSplit #pageBody #contentSplit #contentRightSplit h4, .twoRightSplit #pageBody #contentSplit #contentRightSplit p
{
    padding-left: 10px;
}

#pageBody #pageContentHeader
{
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 2px solid #f60;
    background: #f5f5f5 url(/res/img/pagestructure/headinggradient.png) repeat-x;
    padding-right: 9px;
    overflow: hidden;
    margin-left: 172px;
    margin-bottom: 10px;
}

.homePage #pageBody h1
{
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: #ff6600;
    font-size: 2.5em;
    font-weight: normal;
    color: #fff;
    padding-left: 14px;
    padding-top: 21px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    display: none;
}

#pageBody #pageContentHeader h1
{
    font-size: 2.5em;
    font-weight: normal;
    color: #0052a5;
    padding-left: 14px;
    padding-top: 30px;
    padding-bottom: 10px;
}

#pageBody h4
{
    font-size: 1.2em;
    margin-bottom: 1em;
    color: #666666;
}

#pageBody p
{
    margin-bottom: 1em;
}

#pageBody #mainContent #mainContentElement
{
    margin-right: 9px;
}

#pageBody #mainContent #mainContentElement p
{
    margin-left: 15px;
    line-height: 1.2em;
}

#pageBody #mainContent #mainContentElement ul
{
    margin-left: 23px;
    list-style: disc;
    list-style-image: url(/res/img/pageStructure/chevron.gif);
    padding-left: 9px;
}

#pageBody #mainContent #mainContentElement h2
{
    margin-top: 1em;
    margin-left: 15px;
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #0052a5;
}

.linkHasChildren
{
    padding-left: 5px;
    color: #ff6600;
}

#newsArchiveListing
{
    margin: 10px;
    overflow: hidden;
    margin-left: 15px;
}

#newsArchiveListing ul
{
    margin-left: 0;
    overflow: hidden;
    clear: both;
    list-style: none;
}

#newsArchiveListing ul li
{
    float: left;
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ff6600;
}

#newsArchiveListing ul li.lastItem
{
    border-right: 0;
}

#newsArchiveListing ul li a
{
    font-size: 1.3em;
}

#newsArticle
{
    margin: 10px;
    margin-left: 15px;
}

#newsArticle h5
{
    margin-bottom: 10px;
}

#newsListing
{
    margin: 10px;
    margin-left: 15px;
}

#newsListing.eventList ul
{
    margin-left: 0 !important;
}

#backToEventList
{
    margin: 10px;
    margin-left: 15px;
}

#newsListing h5
{
    color: #666;
    font-size: 1em;
    text-decoration: underline;
}

#newsListing ul
{
}

#newsListing ul li
{
    list-style: none;
    font-size: 1.2em;
    margin-top: 5px;
}

#pageFooter
{
    clear: both;
    border: 1px solid #999999;
    height: 30px;
    background-color: #ff6600;
}

#pageFooter ul
{
    margin-top: 7px;
    margin-left: 5px;
}

#pageFooter ul li
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    list-style: none;
    border-right: 1px solid white;
}

#pageFooter ul li.lastItem
{
    border-right: 0;
}

#pageFooter ul li a
{
    color: white;
    display: block;
    font-size: 0.9em;
}

#pageFooter ul li a:hover
{
    text-decoration: underline;
}

#pageFooter ul li a.activeFooterMenu
{
    color: #0052a5;
}

/* 
Start of Rounded Corners Block
*/
div.boxcopy
{
    border: 1px solid #999;
    padding: 8px 10px 10px 10px;
    font-size: 11px;
    width: 170px;
    white-space: normal; /* min-height: 310px; */
}

/* 
End of Rounded Corners Block
*/

div.boxcopy ul
{
    padding-left: 5px;
    margin-left: 5px;
}

div.boxcopy ul li
{
    margin-bottom: 5px;
}

#searchResults
{
    margin-left: 10px;
}

#searchResults dd
{
    margin-bottom: 5px;
}

#printButton
{
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

#printButton a
{
    text-decoration: none;
    font-size: 0.9em;
    color: #666;
}

#printButton a:hover
{
    text-decoration: underline;
    color: #0052a5;
}

#printButton img
{
    border: 0;
}

.homePage #printButton
{
    display: none;
}


#inputForm
{
    margin: 0;
    padding: 0;
    width: 560px;
    margin-left: 10px;
}

#inputForm fieldset
{
    border: 1px solid #999;
    padding: 0.5em;
    padding-top: 0;
    display: inline;
    width: auto;
}

#inputForm fieldset legend
{
    color: #333333;
    font-size: 1.2em;
    padding: 0.5em;
}

#inputForm label
{
    display: block;
    float: left;
    padding-right: 0.5em;
    width: 190px;
    text-align: right;
    clear: left;
    min-height: 1.5em;
    margin-bottom: 3px;
}

#inputForm input, #inputForm select
{
    min-height: 1.5em;
    margin-bottom: 3px;
    margin-right: 3px;
}

#inputForm ul
{
    list-style: none;
}

#inputForm ul li
{
    margin-left: 169px;
    list-style: none;
    list-style-image: none;
}

#inputForm label.isRequired
{
    font-weight: bold;
}

#inputForm label.notRequired
{
    font-weight: normal;
}

#inputForm textarea
{
    height: 60px;
    width: 190px;
}

#footerBit
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 783px;
}

#copyrightArea
{
    color: White;
    font-size: 0.8em;
}

#qualityLogos
{
    float: left;
}

#RSSLink
{
    float: right;
}


.homePage .internalDivide
{
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px dashed #ccc;
    clear: both;
    overflow: hidden;
}

.homePage .internalDivide .homePageInnerContentLeft
{
    float: left;
    margin-right: 10px;
}

#rightAdvert ul li
{
}

.homePageInnerContentLeft img
{
    border: 1px solid #ddd;
}

#sitemap .leaf
{
    margin-left: 20px;
}

.fullPageContent #centreContent
{
    overflow: hidden;
}

.fullPageContent #centreContent fieldset
{
    width: 100%;
}

.embeddedVideo
{
    margin-left: 30px;
}

#bodySectionRightTop img
{
    margin-left: auto;
    margin-right: auto;
}

.oursolutionsbox
{
    display: block;
    padding: 3px 7px 3px 7px;
    margin-right: 116px;
    width: 85px;
    border: 1px solid #999;
}

.oursolutionsbox span
{
    color: #f60;
}

#oursolutionspopup
{
    position: absolute;
    background-color: #fff;
    top: 37px;
    margin-left: 347px;
    width: 250px;
    display: none;
    border: 1px solid #999;
    z-index: 999;
}

#oursolutionspopup ul
{
    padding: 5px;
    list-style: none;
}

#oursolutionspopup li
{
    margin-bottom: 6px;
}

.sitemap #mainContent
{
    width: auto !important;
}

.sitemap #mainContent ul li a.moveUpLink,
.sitemap #mainContent ul li a.moveDownLink
{
    height: 14px;
    width: 14px;
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px;
}

.sitemap #mainContent ul li a.moveUpLink
{
    background: transparent url(/res/cms/images/up_normal.png) no-repeat;
}

.sitemap #mainContent ul li a.moveUpLink:hover
{
    background-image: url(/res/cms/images/up_hilight.png);
}

.sitemap #mainContent ul li a.moveDownLink
{
    background: transparent url(/res/cms/images/down_normal.png) no-repeat;
}

.sitemap #mainContent ul li a.moveDownLink:hover
{
    background-image: url(/res/cms/images/down_hilight.png);
}

#rightColumn .boxcopy h4
{
    font-size: 1em;
}

ul.nesting3
{
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
}

.userSearchForm fieldset input
{
    width: 100px;
}

.userSearchForm #searchValue
{
    width: 275px;
}

#searchField a
{
	display: inline-block !important;
	float: none !important;
}

.stretchLongerAndWider
{
	/* overflow: auto; */
}

.stretchLongerAndWider p
{
	height: 100px;
	width: 180px;
	float: left;
}