@font-face {
	font-family: 'DanskeHeadlineBold';
	src: url('/fonts/danshs__-webfont.eot');
	src: local('☺'), url('/fonts/danshs__-webfont.woff') format('woff'), url('/fonts/danshs__-webfont.ttf') format('truetype'), url('/fonts/danshs__-webfont.svg#webfontX3SunzlH') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DanskeHeadline';
	src: url('/fonts/danshrg_-webfont.eot');
	src: local('☺'), url('/fonts/danshrg_-webfont.woff') format('woff'), url('/fonts/danshrg_-webfont.ttf') format('truetype'), url('/fonts/danshrg_-webfont.svg#webfonte1GMBRo6') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body 
{
    margin: 0;
    padding: 0;
}




body
{
    background: #064263 url(/image/body-bg.png) repeat-y 50% 0;
    min-width: 966px;
    color: #003f62;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

a
{
    color: #005588;
}

a:hover 
{
    color: #009FDA;
}

p 
{
    margin: 0 0 15px 0;
}

.bodyText p 
{
    margin: 0 0 18px 0;
}

img
{
    border: 0;
}

.document 
{
    width: 966px;
    margin: 0 auto;
    }


.document_bund 
{
    width: 966px;
    margin: 0 auto;
   }

.bodyText 
{
    padding: 0 16px;
    font-size: 13px;
    line-height: 20px;
}

.bodyText .emp
{
    margin: 0 0 18px 0;
    color: #009fda;
    font-size: 19px;
    line-height: 26px;
}

h1,
h2
{
    margin: 0 0 28px 0;
    color: inherit;
    font-family: DanskeHeadline, Geneva, Sans-Serif;
    font-size: 45px;
    font-weight: normal;
    line-height: normal;
}

h3 
{
    margin: 0 0 18px 0;
    color: inherit;
    font-family: DanskeHeadline, Geneva, Sans-Serif;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
}

h4
{
    margin: 0 0 18px 0;
    color: inherit;
    font-size: 19px;
    font-weight: normal;
    line-height: normal;
}

h5,
.h5 
{
    margin: 0 0 1px 0;
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: normal;
}

.col,
.doubleCol,
.colSpacer 
{
    float: left;
}

.twoCols .col 
{
    width: 446px;
    padding-right: 10px;
}

.twoCols .colSpacer
{
    width: 22px;
}

.threeCols .col 
{
    width: 296px;
}

.threeCols .colSpacer
{
    width: 23px;
}

.fourCols .col 
{
    width: 217px;
  }

.fourCols .doubleCol 
{
    width: 456px;
}

.fourCols .colSpacer 
{
    width: 22px;
}

ul 
{
    margin: 0;
    padding: 0;
}

ul.hasArrowBullits {
    margin: 0;
    list-style: none; 
    list-style-image: none;

}

ul.hasArrowBullits li {
	background: url(/image/checked-small-blue.png) no-repeat 0 50%;
	padding: 5px 0 5px 19px;
}

.floatLeft 
{
    float: left;
}

.floatRight 
{
    float: right;
}

/***** PRE HEADER *****/

#headerDockContainer,
#headerDock 
{
    height: 120px;
    width: 100%;
}

body.showSubMenu #headerDockContainer,
body.showSubMenu #headerDock 
{
    height: 160px;
}

#headerDock.docked
{
    position: fixed;
    z-index: 900;
}

#headerDock.open
{
    top: 0;
}

#headerDockNav
{
	position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    height: 24px;
    z-index: 900;
    display: none;
}

body.showSubMenu #headerDockNav
{
    top: 74px;
}

#headerDockNav .document 
{
    position: relative;
}

#headerDockArrow
{
	background: url(/image/headerDockArrow-bg.png) no-repeat;	
	height: 23px;
	width: 104px;
	margin: 0 auto;
	cursor: pointer;
}

body.showSubMenu #headerDockArrow
{
    background: url(/image/headerDockArrow-white-bg.png) no-repeat;
}

#loginButtonMin
{
    background: url(/image/loginButtonMin-bg.png) no-repeat;
    position: absolute;
    top: 0;
    right: 16px;
    width: 30px;
    height: 33px;
    cursor: pointer;
}

#loginCurtain 
{
    background: #fefefe url(/image/loginCurtain-bg.png) 50% 0 repeat-x;
    /*height: 333px;*/
    height: 0;
    overflow: hidden;
}

#loginHeader
{
    background: url(/image/loginHeader-bg.png) 0 0 repeat-x;
    height: 35px;
}

#loginHeader li.first,
#loginHeader li.selected,
#loginHeader li.afterSelected
{
    background: none;
}

#loginHeader ul
{
    list-style: none;
    padding: 0 0 0 16px;
    margin: 0;
}

#loginHeader li
{
    background: url(/image/loginHeader-divider.png) 0 50% no-repeat;
    float: left;
}

#loginHeader li a
{
    display: block;
    font-weight: bold;
    font-size: 11px;
    color: #003f62;
    text-transform: uppercase;
    text-decoration: none;
}

#loginHeader li a:hover 
{
    color: #5c727d;
}

#loginHeader li a span
{
    display: block;
    margin: 0 0 0 1px;
    padding: 0 18px;
    line-height: 35px;
}

#loginHeader li.selected a span 
{
    background: url(/image/loginHeader-selected-bg.png) 0 0 repeat-x;
}

#loginBody .document 
{
    position: relative;
}

#loginBody .loginContent
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 0 0 0;
    width: 100%;
    display: none;
}

#loginBody #loginContent1 
{
    display: block;
}

#loginBody .bodyText 
{
    padding: 0;
    margin: 0 0 0 16px;
    width: 695px;
    float: left;
}

#loginBody .bodyText .emp
{
    margin: 0 0 22px 0;
    color: #003F62;
    font-family: DanskeHeadline, Geneva, Sans-Serif;
    font-size: 28px;
}

#loginBody .bodyText .twoCols .col 
{
    padding: 0;
    width: 336px; 
}

#loginBody .bodyText .twoCols .colSpacer
{
    width: 23px;
}

#loginBody .bodyText li
{
    border-bottom: 1px solid #d6dde0;
}

#loginBody .bodyText li a
{
    color: #003f62;
    text-decoration: none;
}

#loginBody .bodyText li a:hover 
{
    color: #7e9ead;
}

#loginBody .bodyText li:first-child {
    border-top: 1px solid #d6dde0;
}

#loginBody .loginForm 
{
    margin: 0 16px 0 0;
    width: 217px;
    float: right;
}

/***** HEADER *****/

#header 
{
    background: #094566 url(/image/header-bg.png) no-repeat 50% 0;
    height: 80px;
    position: relative;
    z-index: 901;
}

#headerLeft
{
    float: left;
    padding: 14px 0 0 6px;
}

#headerRight
{
    float: right;
    width: 600px;
    margin: 0 16px 0 0;
}

#loginContainer
{
    position: relative;
    float: right;
    z-index: 500;
}

#loginButton
{
    display: block;
    background: url(/image/loginButton-bg.png) no-repeat 0 0;
    width: 217px;
    height: 32px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

#loginButton span 
{
    display: block;
    float: left;
}

#loginButton .loginArr 
{
    background: url(/image/arrow-small-updown.png) no-repeat 8px -88px;
    width: 20px;
    height: 32px;
}

#loginButton .loginTitle
{
    padding: 8px 10px;
    width: auto;
}

#loginButton .loginLock
{
    background: url(/image/lock.png) no-repeat 0 6px;
    width: 22px;
    height: 32px;
    float: right;
}

#loginButton:hover,
#loginButton.active
{
    background-position: -220px 0;
    color: #003f62;
}

#loginButton:hover .loginArr,
#loginButton.active .loginArr
{
    background-position: -92px -88px;
}

#loginButton:hover .loginLock,
#loginButton.active .loginLock
{
    background-position: -100px 6px;
}

#loginMenu
{
    
    position: absolute;
    top: 27px;
    right: 0;
    width: 217px;
	display: none;
}

#loginMenu ul
{
    background-color: #dfe5e9;
    padding: 16px 16px 2px 6px;
    margin: 0;
    list-style: none;
    border-left: 1px solid #dee1e4;
    border-right: 1px solid #c5cacf;
}

#loginMenu li
{
    text-align: right;
    padding: 5px 0;
}

#loginMenu a:link,
#loginMenu a:active,
#loginMenu a:visited
{
    color: #003F62;
    text-decoration: none;
}

#loginMenu a:hover 
{
    color: #009FDA;
}

#loginMenuBot 
{
    background: url(/image/loginButton-bg.png) no-repeat -220px 100%;
    height: 5px;
}

#languageMenu
{
    float: right;
    padding: 0 20px 0 0;
}

#languageMenu a
{
    padding: 10px 10px 0 0;
    display: inline-block;
}

#headerRightLower
{
    padding: 12px 0 0 0;
}

#areaMenu
{
    float: right;
    margin: 0;
    padding: 0 18px 0 0;
    list-style-type: none;
}

#areaMenu li
{
    float: left;
    position: relative;
}

#areaMenu li a
{
    display: block;
    padding: 5px 10px;
    color: #9bc1d1;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#areaMenu li.selected a,
#areaMenu li a:hover
{
    color: #fff;
}

#areaMenu li .selectedArr 
{
    position: absolute;
    top: 29px;
    background: url(/image/areaMenu-selectedArr-bg.png) 0 0 no-repeat;
    width: 576px;
    height: 8px;
    overflow: hidden;
    z-index: 250;
}

.searchField
{   
    background: url(/image/searchField-bg.png) no-repeat;
    width: 217px;
    height: 25px;
    line-height: 24px;
    float: right;
}

.searchField input.searchSub 
{
    outline: none;
}

.searchField input.searchInp
{
    background: none;
    border: none;
    width: 180px;
    padding: 6px 0 5px 0;
    margin: 0 8px 0 0;
    color: #003f62;
    font-size: 11px;
    outline: none;
    float: right;
}

.searchField input.searchInp:-webkit-input-placeholder { color: #999; }
.searchField input.searchInp:-moz-placeholder { color: #999; } 
.searchField input.placeholder { color: #999; }

/***** SUBHEADERS/MENUS *****/

#subheader
{
    background: url(/image/subheader-bg.png) repeat-x;
    position: relative;
    z-index: 900;
}

#mainMenu 
{
    height: 40px;
}

#mainMenu ul,
#subMenu ul,
.subMenu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainMenu ul 
{
    display: table;
    /*width: 100%;*/
}

#mainMenu li
{
    display: table-cell;
    text-align: center;
    float: left;
}

#mainMenu li:first-child
{
    padding-left: 2px;
}

#mainMenu li a
{
    display: block;
    background: url(/image/mainMenu-divider.png) no-repeat 0 50%;
    font-family: DanskeHeadLineBold, Geneva, Sans-Serif;
    font-size: 15px;
    color: #9bc1d1;
    text-decoration: none;
}

#mainMenu a.selected span
{
    background: url(/image/mainMenu-selected-bg.png) no-repeat 50% 100%;
}

#mainMenu a:hover,
#mainMenu a.selected,
#mainMenu li.selected a
{
    color: #f5f7f9;
}

#mainMenu li:first-child a
{
    background: none;
}

#mainMenu li a span
{
    display: block;
    margin: 0 0 0 2px;
    padding: 0 12px;
    line-height: 40px;
}

.docked #mainMenu li.selected a span 
{
    background: none;
}

#subMenu
{
    background: transparent url(/image/subMenu-bg.png) repeat-x;
    height: 44px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
}

.subMenu
{
    background: #bdc5c9 url(/image/subMenu-bg.png) repeat-x;
    height: 41px;
    overflow: hidden;
}

body.showSubMenu #subMenu
{
    display: block;
}

#subMenu ul,
.subMenu ul 
{
    margin: 0 0 0 5px;
}

#subMenu li,
.subMenu li
{
    float: left;
}

#subMenu li a,
.subMenu li a
{
    display: block;
    color: #003f62;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#subMenu a:hover,
#subMenu li.selected a,
.subMenu a:hover,
.subMenu li.selected a
{
    color: #009fda;
}

#subMenu li.selected a,
.subMenu li a.selected
{
    margin-bottom: -1px;
}

#subMenu li a span,
.subMenu li a span
{
    display: block;
    padding: 0 12px;
    line-height: 40px;
}

#subMenu li a:hover span,
.subMenu li a.selected span
{
    background: url(/image/subMenu-selected-bg.png) no-repeat 50% 100%;
    padding-bottom: 1px;
}

.menuCurtain 
{
    position: absolute;
    left: 0;
    width: 100%;
    top: 40px;
    z-index: 10;
}

#mmc .menuCurtain 
{
    top: 41px;
}

body.showSubMenu .menuCurtain 
{
    top: 81px;
}

body.showSubMenu .mcOpen 
{
    top: 40px;
}

.menuCurtainItem 
{
    display: none;
}

.megaMenu 
{
    background: url(/image/menuCurtain-bg.png) repeat;
    font-size: 13px;
    color: #002a3b;
}

.megaMenu .document 
{
    width: 934px;
}

.megaMenu .fourCols 
{
    background: url(/image/menuCurtain-fourCols-bg.png) no-repeat 50% 0;
    padding: 30px 0 35px 0;
    border-top: 1px solid #e3ebef;
}

.megaMenu .fourCols:first-child
{
    background: none;
    border-top: none;
}

.megaMenu h4 
{
    padding: 0 0 10px 0;
    margin: 0;
    font-family: DanskeHeadline, Geneva, Sans-Serif;
    font-size: 22px;
    border-bottom: 1px solid #c1c6c9;
}

.megaMenu a
{
    color: #002a3b;
    text-decoration: none;
}

.megaMenu a:hover
{
    color: #009fda;
}

.megaMenu ul {
    margin: 0;
    list-style: none; 
    list-style-image: none;
}

.megaMenu ul li {
    border-bottom: 1px solid #c1c6c9;
}

.megaMenu ul li a
{
    display: block;
    padding: 7px 0;
}

.megaMenu a.more
{
    display: block;
    background: url(/image/arrow-blue.png) no-repeat 0 50%;
    margin: 10px 0 0 0;
    padding: 0 0 0 18px;
}

#mmc .menuCurtain .megaMenu 
{
    margin-bottom: 4px;
}

#mmc .menuCurtain,
.menuCurtainShadow
{
    background: url(/image/menuCurtainShadow-bg.png) repeat-x 0 100%;
}

.menuCurtainShadow 
{
    height: 4px;
}

/***** MAIN *****/

#main 
{
    background-color: #f5f7f9;
    position: relative;
}

body.old #main 
{
    background-color: #d6e0e4;
}

.contentDefault
{
    background-color: #f5f7f9;
}

/***** SECTIONS *****/

.sectionWhite
{
    background-color: #fff;
}

.sectionOffWhite 
{
    background: #fff url(/image/sectionOffWhite-bg.png) repeat-x 0 0;
}

.sectionBlue 
{
    background: #044362 url(/image/sectionBlue-bg.jpg) no-repeat 50% 0;
    color: #fff;
}

.sectionDarkBlue 
{
    background: #013a57 url(/image/sectionDarkBlue-bg.jpg) no-repeat 50% 0;
    color: #fff;
}

.sectionDarkBlue .emp 
{
    margin: 0 0 5px 0;
    color: #fff;
    font-family: DanskeHeadline, Geneva, Sans-Serif;
    font-size: 30px;
    line-height: 32px;
}

.sectionLightBlue 
{
    background: #cdd8dd url(/image/sectionLightBlue-bg.jpg) repeat-y 50% 0;
}

.sectionGfx 
{
    background: #d6e2e7 url(/image/sectionCompare-bg.jpg) no-repeat 50% 100%;
}

.sectionBg
{
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#sectionInvolvement 
{
    position: relative;
}

#sectionInvolvement .document 
{
    padding: 50px 0;
    width: 934px;
}

#sectionExchangeRates .document 
{
    padding: 34px 0 50px 0;
}


/***** CAROUSELS *****/

/*#sectionFeatures,
#sectionProducts,
#sectionFeatures .document,
#sectionProducts .document,
#sectionCampaign .document,
.sectionFeatures,
.sectionProducts,
.sectionCrsl .document 
{
    position: relative;
}*/

#sectionFeatures,
#sectionProducts,
#sectionFeatures .document,
#sectionProducts .document,
#sectionCampaign .document
{
    position: relative;
}

.navPrev,
.navNext {
    width: 40px;
    height: 95px;
    position: absolute;
    top: 10px;
    background: transparent url(/image/showcaseNav-arrows.png) no-repeat -6px 50%;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
}

#sectionProducts .navPrev,
#sectionProducts .navNext {
    top: 0;
}

.navPrev {
    left: -16px;
}

.navNext {
    right: -15px;
    background-position: -46px 50%;
}

body.mt .navPrev,
body.mt .navNext 
{
    background: transparent url(/image/showcaseNav-arrows-mt.png) no-repeat -19px 50%;
    width: 25px;
}

body.mt .navPrev 
{
    left: 0;    
}

body.mt .navNext {
    background-position: -48px 50%;
    right: 0;
}


/***** PRODUCT SECTION *****/


#sectionProducts
{
    padding: 10px 0 0 0;
}

.slideForm 
{
    padding: 0 11px 0 13px;
}


/***** FEATURES SECTION *****/


/***** FOOTER *****/

#footer
{
    position: relative;
}

#footer.shadowTopWide
{
    background-position: 50% -28px;
}

#footerGlow 
{
    background: url(/image/glow-bottom.png) repeat-x;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

#footer .document 
{
    padding: 40px 0 0 0;
    width: 934px;
}

#footer .col h5
{
    margin: 0 0 10px 0;
    padding: 0;
    color: #94b8c9;
    font-size: 13px;
    font-weight: bold;
}

#footer .last h5
{
    margin-bottom: 4px;
}

#footer .col ul
{
    background: url(/image/linksCol-li-bg.png) repeat-x 0 100%;
    margin: 9px 0 0 0;
    padding: 0 0 1px 0;
    list-style: none;
    list-style-image: none;
}

#footer .last ul
{
    margin-top: 7px;
}

#footer .col ul li
{
    background: url(/image/linksCol-li-bg.png) repeat-x 0 0;
    padding: 1px 0 0 0;
    font-size: 13px;
}

#footer .col ul li a
{
    display: block;
    background: url(/image/arrow-blue.png) no-repeat 0 10px;
    padding: 7px 0 7px 18px;
    color: #dee7eb;
    text-decoration: none;
}

#footer .col ul li a:hover
{
    color: #699bb0;
}

span.telephone,
span.telephone2
{
    display: block;
    background: url(/image/footer-telephone-icon.png) no-repeat 0 50%;
    padding: 0 0 0 33px;
    height: 30px;
    color: #fff;
    font-family: DanskeHeadline, Geneva, Sans-Serif;
    font-size: 25px;
    line-height: 30px;
}

span.telephone2 
{
    display: inline-block;
    background-position: 100% 50%;
    padding: 0 33px 0 0;
}

span.telephone a 
{
    color: #fff;
    text-decoration: none;
}

#disclaimerBar 
{
    padding: 35px 0 0 0;
}

#disclaimer
{
    color: #94b8c9;
    line-height: 13px;
    font-size: 7pt;
}

#disclaimer a
{
    color: #ffffff;
}

#disclaimer a:hover
{
    color: #94B8C9;
}

#socialLinks
{
    padding-left: 25px;
    float: right;
}

#footerBar 
{
    background: url(/image/footerBar-bg.png) no-repeat;
    margin: 20px 0 0 0;
    padding: 0 13px 0 15px;
    height: 52px;
}

#footerBar .logo
{
   float: left;
   padding: 17px 0 0 0;
}

#footerBar .searchField
{
    float: right;
    margin: 14px 0 0 0;
}

#footerBar .icons 
{
    float: right;
    margin: 17px 9px 0 0;
}

#footerBar .icons a
{
    display: inline-block;
    padding: 1px;
    cursor: pointer;
}

#footerBar .icons a span 
{
    width: 20px;
    height: 18px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#footerBar .icons a img 
{
    position: absolute;
    left: 0;
    top: 0;
}

#footerBar a.icon-print span img
{
   left: -20px;
}

/***** BUTTONS *****/

.button,
.button > span {
    display: inline-block;
    background: url(/image/button-primary.png) no-repeat;
}

.button,
.button:hover {
    background-position: 100% 0;
    padding-right: 5px;
    color: #0c3d57;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 1px 1px 1px #e8e8e8;
    text-decoration: none;
}

.button:hover 
{
    background-position: 100% -40px;
}

.button > span {
    background-position: 0 0;
    padding: 0 20px 0 24px;
    height: 36px;
    line-height: 36px;
}

.button:hover > span {
    background-position: 0 -40px;
}

.button.white,
.button.white > span {
    background-image: url(/image/button-secondary.png);
}

.button.green,
.button.green > span {
    background-image: url(/image/button-positive.png);
}

.button.green,
.button.green:hover
{
    color: #fefefe;
    text-shadow: 1px 1px 1px #2b6d36;
}

.button.red,
.button.red > span {
    background-image: url(/image/button-negative.png);
}

.button.red,
.button.red:hover
{
    color: #fefefe;
    text-shadow: 1px 1px 1px #881422;
}

.button.wide,
.wide > span
{
    display: block;
}


/***** FORMS *****/



/**** SHADOWS ****/


.shadowTop,
.shadowBot
{
    background-image: url(/image/shadow-center.png);
    background-repeat: no-repeat;
    background-position: 50% -37px;
}

.shadowBot
{
    background-position: 50% 0;
    height: 18px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shadowTopWide,
.shadowBotWide
{
    background-image: url(/image/shadow-center-wide.png);
    background-repeat: no-repeat;
    background-position: 50% -33px;
}

.shadowBotWide
{
    background-position: 50% 0;
    height: 26px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shadowTopRep,
.shadowBotRep
{
    background-image: url(/image/shadow-4px-repx.png);
    background-repeat: repeat-x;
    background-position: 0 -3px;
}

.shadowBotRep
{
    background-position: 0 0;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shadowTopRepBig,
.shadowBotRepBig,
.shadowTopRepMed
{
    background-image: url(/image/shadow-14px-repx.png);
    background-repeat: repeat-x;
    background-position: 0 -13px;
}

.shadowBotRepBig
{
    background-position: 0 0;
    height: 14px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shadowTopRepMed
{
    background-position: 0 -16px;
}

.shadowSide 
{
   background-image: url(/image/shadow-side.png);
   background-repeat: no-repeat;
   background-position: 50% 96px;
}

/***** MISC *****/

#overlay 
{
    position: fixed;
    background-color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 890;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.show
{
    display: inline;
}
.hide
{
    display: none;
}

a.toggleMoreContent {
    display: block;
    background: url(/image/arrow-blue.png) no-repeat 0 50%;
    padding: 0 0 0 18px;
    margin: 0 0 10px 0;
    color: #009FDA;
    text-decoration: none;
    outline: none;
}

a.toggleMoreContent.closed span.open,
a.toggleMoreContent.open span.closed
{
    display: none;
}

.moreContent
{
    display: none;
}

.cf:before,
.cf:after {
    content:"";
    display: table;
}

.cf:after {
    clear: both;
}

/* Remove button padding in FF */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/***** CONTACT TAB *****/

#contactContainer {
	position: fixed; 
	right: 0; 
	top: 140px;
	width: 33px;
	z-index: 950;
}

#contactRibbonWrapper 
{
    overflow: hidden;
}

#contactRibbon 
{
    background: #F9FAFB;
    background: -ms-linear-gradient(top, #F9FAFB 0%, #E8ECEF 100%);
    background: -moz-linear-gradient(top, #F9FAFB 0%, #E8ECEF 100%);
    background: -o-linear-gradient(top, #F9FAFB 0%, #E8ECEF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9FAFB), color-stop(1, #E8ECEF));
    background: -webkit-linear-gradient(top, #F9FAFB 0%, #E8ECEF 100%); 
    background: linear-gradient(to bottom, #F9FAFB 0%, #E8ECEF 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#F9FAFB,EndColorStr=#E8ECEF);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#F9FAFB,EndColorStr=#E8ECEF)";
	float: left;
	border-radius: 0 0 0 5px;
	border-left: 1px solid #E8ECEF;
    border-top: 1px solid #E8ECEF;
    visibility: hidden;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}

#contactRibbon .content {
	padding: 5px;	
}

#contactTab {
	background-color: #014266;
	padding: 10px 0;
	width: 32px;
	/*position: relative;*/ 
	float: left;
	cursor: pointer;
	/*z-index: 950;*/
	border: 1px solid #dadcdf;
	border-right: 0;
	border-radius: 5px 0 0 5px;
}

#contactTab img {
	margin-left: 11px;
}

#contactRibbon span.telephone{color:#94B8C9;margin-left:15px;}
#contactRibbon span.telephone a{color:#94B8C9;}
#contactRibbon table{width:100%;margin-top:-15px;}
#contactRibbon table td h4{font-family:DanskeHeadline;font-size:14px;font-weight:bold;margin:0;}
#contactRibbon table td div.border{border:1px solid #ffffff;}
#contactRibbon table td{width:33%;padding:15px;vertical-align:top;border-top:1px solid #E8E8E8;border-left:1px solid #E8E8E8;border-bottom:1px solid #B0C0C8;border-right:1px solid #B0C0C8;
border-radius:5px;box-shadow:2px 2px 4px -3px rgba(5,60,91,0.1);background-color:#E8F0F0;}
#contactRibbon table td .socialLink{position:relative;top:10px;}
#contactRibbon table td .socialLink img{width:23px;}
#contactRibbon div.tableWrapper{width:600px;padding:5px;}

/**** POP ****/

#myPopMask{background:#002537;position:absolute;z-index:999;top:0;left:-2000px;opacity:0;filter:alpha(opacity=0);}
#myPopIframe{border:0;margin:0;padding:0;}
#myPopContainer{position:absolute;z-index:1000;padding:0;margin:0;border:4px solid #fff;background:#fff;opacity:0;filter:alpha(opacity=0);border-radius: 7px;overflow: hidden;}
#myPopContainer img{float:left;}
#myPopHeader{background:#003f62 url(/image/popHeader-bg.jpg) no-repeat 50% 0;height:49px;position:relative;}
#myPopHeader h1{margin:0;padding:0;text-align:center;font-family:DanskeHeadlineBold;font-size:16px;font-weight:bold;line-height:49px;color:#fff;}
#myPopHeader a{display:block;position:absolute;right:5px;top:5px;z-index:1;height:20px;width:20px;color:#fff;text-decoration:none;background:transparent url(/image/popClose.png) no-repeat 5px 5px;}
#myPopHeader a:hover{background-position:5px -45px;}
#myPopHeader a span{visibility:hidden;}
#myPopHeader #popHeaderShadow{background:transparent url(/image/popHeaderShadow-bg.png) repeat-x;position:absolute;left:0;top:49px;z-index:1000;height:9px;width:100%;}
