/*
theme: Magnolia Clean & Din
author: Timo Wirth & Rebecca Heinen, Aperto AG

*/


* {
    margin: 0;
    padding: 0;
}
body { /* font: default 16px to 10px */
    font: 62.5% arial, helvetica, sans-serif;
    background: #fff;
}


/* WEBSITE-310 */
html[dir=rtl] #page-intro p:first-letter,
html[dir=rtl] #main .text p.intro:first-letter {
  float:right !important;
}
html[dir=rtl] #main th, html[dir=rtl] #main td {
  text-align: right;
}
#site-info {
  text-align: left !important;
}


/* WEBSITE-312 */
#wow h2 a:hover,
#wow h2 a:active,
#wow h2 a:focus {
    text-decoration: none;
}


/* LINKS
--------------- */
a {
    color: #4D7301;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
}
a img {
    border: 1px solid #dadada;
}
a:visited {
    color: #85855a;
}
a:hover img,
a:active img,
a:focus img {
    border: 1px solid #ec1549;
}
em.more a {
    display: block;
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    border: 1px solid #d5e5b8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 30px 3px 10px;
    background: #D5E5B8 url(../img/icons/icon-sprites.png) 100% -362px no-repeat;
    font-style: normal;
    font-weight: bold;
}
em.more a:hover,
em.more a:active,
em.more a:focus {
    border: 1px solid #c03;
    background-color: #cc0033;
    background-position: 100% -554px;
    color: #fff;
    text-decoration: none;
}
em.more a.external {
    background-position: 100% -490px;
}
em.more a.external:hover,
em.more a.external:active,
em.more a.external:focus {
    background-position: 100% -808px;
}
em.more-comments {
    display: block;
    margin: 12px 0 0 0;
}
em.more-comments a {
    padding: 7px;
    font-style: normal;
}
em.more-comments:before {
    margin-left: 10px;
    content: "|";
}
.all {
    clear: both;
}
.all a {
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    background: transparent url(../img/icons/icon-sprites.png) 0 -366px no-repeat;
}

#main .text .teaser p a,
#main .text .teaser p a:hover,
#main .text .teaser p a:active,
#main .text .teaser p a:focus {
    border: none;
}


/* hidden & skip link  */
.aural,
.skip a,
#home #logo em,
#search-box h6,
#search-box label span,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
.vcard div h3,
.vcard .email dt,
.vcard .url dt,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span {
    display: block;
    position: absolute;
    overflow: hidden;
    left: -9999px;
    width: 1px;
    height: 1px;
}
.skip a:active,
.skip a:focus {
    overflow: visible;
    position: absolute;
    z-index: 1000;
    left: 0;
    padding: 5px 15px 10px 15px;
    width: auto;
    height: auto;
    font-size: 130%;
    font-weight: bold;
    background: #7fcde4;
    color: #fff;
}


/* GRID / LAYOUT
--------------------- */
#wrapper {
    position: relative;
}
#branding {
    overflow: hidden;
    position: relative;
    margin: 0 auto 40px auto;
    width: 940px;
}
#nav-global {
    overflow: visible;
    margin: 0 auto 5px auto;
    width: 940px;
}
#section-header {
    margin: 30px auto 20px auto;
    width: 940px;
}
#stage {
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px auto;
    width: 940px;
    padding: 0;
    height: 260px;
    background: #cc0033;
}
#wrapper-2 {
    background: #fff;
    overflow: hidden;
    margin: 40px auto;
    width: 940px;
}
#home #wrapper-2 {
    margin: 10px auto;
}
#nav {
    float: left;
    display: inline; /* IE 6 */
    margin: 0 20px 0 0;
    width: 220px;
}
#wrapper-3 {
    float: left;
    display: inline; /* IE 6 */
    margin: 0 -20px 0 0; /* IE 6 */
    width: 700px;
    background: url(../img/bgs/line-content.png) 630px 0 repeat-y;
}
#home #wrapper-3,
.col-float3 #wrapper-3 {
    background: none;
}
#map {
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 700px;
}
#main {
    float: left;
    overflow: hidden;  /* IE 6 */
    display: inline; /* IE 6 */
    margin: 0 10px 0 0;
    width: 460px;
}
#wrapper-3 > #main {
    overflow: visible;
}
#extras {
    float: left;
    display: inline; /* IE 6 */
    width: 220px;
}
#promos {
    overflow: hidden;
    float: none; /* ie 6 */
    width: 100%; /* ie 6 */
    clear: both;
    padding: 20px 0 20px 0;
}
#site-info {
    clear: both;
    overflow: hidden;
    height: 1%; /* IE 6 */
}

/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3 {
    width: 100%;
}
.col-subcol #main {
    width: 620px;
    padding-right: 10px;
}
.col-subcol #extras {
    width: 300px;
}

/* 2 column layout: nav vertical | main column | no sidebar */
.nav-col #main {
    width: 100%;
}
#map {
    margin-top: 37px;
}

/* 2 column layout: two equal columns: main column | sidebar */
.col-subcol-equal #wrapper-3 {
    width: 100%;
}
.col-subcol-equal #main,
.col-subcol-equal #extras {
    width: 460px;
}

/* 2 column layout: nav vertical and big main column with 2 floating teasers: nav | main */
.nav-col-float2 #wrapper-3,
.nav-col-float2 #main {
    width: 700px;
}

/* 3 column layout: no nav vertical | main | sidebar | sidebar */
.col-subcol-subcol #wrapper-3 {
    width: 100%;
}
.col-subcol-subcol #main,
.col-subcol-subcol #extras {
    width: 460px;
}
.col-subcol-subcol #extras-1,
.col-subcol-subcol #extras-2 {
    width: 220px;
    float: left;
}
.col-subcol-subcol #extras-2 {
    float: right;
}

/* 3 column layout: 1 big column with 3 floating teasers | main */
/* 2 column layout: 1 big column with 2 floating teasers | main */
.col-float2 #wrapper-3,
.col-float2 #main {
    width: 100%;
}
.col-float3 #wrapper-3,
.col-float3 #main {
    width: 100%;
}

/* 3 column layout: no nav vertical, 1 big column with 2 floating teasers and a sidebar:  main column | sidebar  */
.col-float2-subcol #main {
    width: 620px;
    border-right: 1px solid #e5e5e5;
    padding-right: 9px;
}
.col-float2-subcol #extras {
    width: 300px;
}
.col-float2-subcol #wrapper-3 {
    float: none;
}


/* FONTS
------------ */
p,
li,
dd,
dt {
    font-size: 130%;
    line-height: 1.3em;
}
/* Branding */
#logo strong {
    font-size: 210%;
}
#logo em {
    font-size: 170%;
}
#logo #about-2 p {
    font-size: 150%;
}
#search-box input {
    font-size: 110%;
}
/* Stage */
#stage h1 {
    font-size: 370%;
}
#stage h1 span {
    font-size: 190%;
}
#stage p {
    font-size: 150%;
}
/* Nav Global */
#nav-global li {
    font-size: 170%;
}
#nav-global li.open li,
#nav-global li.open li.on {
    font-size: 77%;
}
#nav-box li li {
    font-size: 100%;
}
#nav-box h6 {
    font-size: 180%;
}
/* article */
p.intro {
    font-size: 160%;
}
#page-intro p:first-letter {
    font-size: 440%;
}
#page-intro p {
    clear: left;
    font-size: 150%;
}
#page-intro h1 {
    float: left;
}
#main h1 {
    font-size: 360%;
    letter-spacing: -1px;
    font-weight: normal;
}
#main h2 {
    font-size: 170%;
}
#main h3 {
    font-size: 150%;
}
h4 {
    font-size: 130%;
}
#home #main h1 {
    font-size: 220%;
    font-weight: bold;
}
/* Opener & Teaser */
#main .opener h1 {
    font-size: 240%;
}
#main .opener h1 em,
#main h1 em { /* kicker */
    display: block;
    font-size: 62.5%;
    font-style: normal;
}
.teaser-group h5,
.box-group h5 {
    font-size: 250%;
}
#home #teaser-group-1 h2 a em {
    font-size: 118%; /* 19px */
}
#home #teaser-group-4 .teaser h2 {
    font-size: 250%;
}
#home #teaser-group-4 .latest h3 {
    font-size: 130%;
}
#home #teaser-group-1 h2,
#home #teaser-group-1 p {
    font-size: 170%;
}
#main .latest h3 {
    font-size: 150%;
}
.teaser li {
    font-size: 100%;
}
#main .teaser h2 em { /* kicker */
    display: block;
    font-style: normal;
}
#home #teaser-group-2 h3 {
    font-size: 130%;
}
.teaser .links .download a em,
.teaser .links .download li a em {
    font-size: 80%;
}
#main .links h2,
#main .links h3 { /* linklist in teaser */
    font-size: 130%;
    font-weight: bold;
}
#main .teaserlist li {
    font-size: 160%;
    font-weight: bold;
}
#main .links li {
    font-size: 130%;
    font-weight: normal;
}
#home #teaser-group-2 .teaserlist li {
    font-size: 150%;
}
#main .links em {
    font-style: normal;
}
#main .latest h3 em { /* kicker */
    display: block;
    margin: 0 0 5px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 80%;
}
/* Text */
#main .text li li {
    font-size: 100%;
}
#main .text p.intro:first-letter {
    font-size: 470%;
}
.text blockquote p {
    font-size: 170%;
}
.text blockquote cite {
    font-size: 77%;
}
#main #text-features li,
#main .text .text-data li {
    font-size: 120%;
}
#main #text-features #bookmarks ul li {
    font-size: 100%;
}
.text-meta dl {
    font-size: 92%;
}
#main .text .links .download a em,
#main .text .links .download li a em {
    font-size: 80%;
}
#main .text-box-tabs h2,
#main .text-box h2 {
    font-size: 250%;
}
#main .text-box p {
    font-size: 15px;
}
#main .text-box-tabs .links h3 {
    font-size: 130%;
}
#main .text-box-toc li {
    font-size: 110%;
}
#main .text-box-section h2 {
    font-size: 210%;
}
#main .text-box-section h2 em {
    font-size: 57.89%;
}
#main .text-box-section p em.more a {
    font-size: 115%;
}
#main .text-box-col h2 {
    font-size: 250%;
}
#main .text-box-col .text-col-intro h3 {
    font-size: 180%;
}
#main .text-box-col h3 {
    font-size: 150%;
}
table {
    font-size: 130%;
}
#main .text td li,
#main .text td p {
    font-size: 100%;
}
/* Events */
#main ul.event-data {
    font-size: 120%;
}
/* Photo */
#wrapper-2 .photo dd.copyright {
    font-size: 120%;
}
/* Showbox */
#showbox .controls,
#showbox p {
    font-size: 120%;
}
#showbox li {
    font-size: 110%;
}
#showbox h2 {
    font-size: 130%;
}
/* Twitter */
#twitter_update_list {
    font-size: 130%;
}
/* Search-Results */
#search-results #main ol h2 {
    font-size: 170%;
}
#search-results #main h1 em,
#search-results #main ol li {
    font-size: 100%;
}
#search-results #main ul.text-data li {
    font-size: 130%;
}
.new-search .button {
    font-size: 120%;
}
/* FAQ */
#faq-wrapper li {
    font-size: 100%;
}
#faq-wrapper li li {
    font-size: 130%;
}
/* Forms */
.form-wrapper label {
    font-size: 130%;
}
.form-wrapper div span,
.form-wrapper div.multiple-labels label span {
    font-size: 110%;
}
.form-wrapper div span.help a,
.form-wrapper div.button-wrapper input {
    font-size: 120%;
}
.form-wrapper div.multiple-labels span,
.form-wrapper fieldset div.button-wrapper em {
    font-size: 130%;
}

/* Reference Filter */
#reference-filter {
  float: left;
  margin-left: 50px;
  margin-top: 5px;
  width: 65%;
}
#reference-filter fieldset {
    border: none;
    font-size: 130%;
    line-height: 1.3em;
}
#reference-filter label span {
  position: absolute;
  left: -9999em;
  top: -9999em;
  width: 0;
  height: 0;
}
#reference-filter label strong {
  font-size: 140%;
  text-transform: uppercase;
}
#reference-filter select {
    width: 150px;
    padding: 2px;
    margin: 5px 5px 0;
}
#reference-filter option {
    padding-right: 10px;
}
div.submit-reference {
  font-size: 130%;
  line-height: 1.3em;
  float: right;
  margin-top: 5px;
}
div.submit-reference a.submit {
    display: block;
    float: right;
    width: 65px;
    padding: 6px;
  margin-left: 10px;
  color: white;
  background-color: #7fcde4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}
.js-on #reference-filter input.filter {
    display: none;
}

/* Dynamic Modules */
#main div.tw-switcher h3 {
    font-size: 250%;
}
#main div.tw-switcher .rack-teaser h2 {
    font-size: 170%;
}
/* Footer */
#site-info h4 {
    font-size: 150%;
}
#about h4+p:first-letter {
    font-size: 260%;
}
/* Sidebar */
#extras h2,
#extras h3 {
    font-size: 170%;
    font-weight: bold;
}
#extras .latest h3 {
    font-size: 170%;
}
.box h2 em {
    font-size: 80%;
}
#extras .latest h3 em,
#extras .box h2 em { /* kicker */
    display: block;
    font-style: normal;
}
/* promo */
.promo h3 {
    font-size: 170%;
}


/* BRANDING / HEAD
------------------ */
#branding {
    position: relative;
}
#logo {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 11em;
    text-align: right;
    font-weight: bold;
}
#logo span {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 10;
    display: block;
    top: 40px;
    left: 0;
    height: 51px;
    width: 230px;
}
#logo img {
    display: none;
}
#logo strong {
    position: absolute;
    top: 40px;
    left: 0;
    color: #679904;
    font-weight: bold;
}
#logo a:hover {
    text-decoration: none;
}
#logo em {
    position: absolute;
    top: 80px;
    right: 0;
    color: #666;
    font-style: normal;
    font-weight: normal;
}
#logo em span {
    position: static;
    background: transparent none repeat scroll 0 0;
    display: inline;
    height: auto;
    width: auto;
    color: #c03;
}
/* About-2 */
#logo #about-2 {
    position: absolute;
    top: 35px;
    left: 200px;
    width: 470px;
    background: url(../img/bgs/about-2.png) 0 12px no-repeat;
}
#logo #about-2 p {
    margin: 0 0 0 20px;
    border: 1px solid #e9f1db;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 25px;
    background: #e9f1db;
    font-weight: normal;
    color: #666;
    text-align: left;
}
/* Suche */
#search-box {
    position: absolute;
    top: 10px;
    right: 0;
}
#search-box input {
    margin: 0 5px 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px 20px 2px 3px;
    width: 120px;
    color: #808080;
}
#search-box input:focus {
    border: 1px solid #cc0031;
}
#search-box .button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    border-left: 1px solid #cdcdcd;
    padding: 2px 10px;
    height: 20px;
    background: url(../img/icons/icon-sprites.png) 4px -179px no-repeat;
    width: 28px;
    color: #000;
    cursor: pointer;
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
}
#search-box .button:focus {
    border: none;
    background-position: 4px -620px;
    outline: none;
}



/* GLOBAL HORIZONATAL NAVIGATION
-------------------------------- */
#nav-global {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding-top: 1px;
    min-height: 55px;
    height: 55px;
}
#nav-global.plus-navsub {
    min-height: 8em;
    height: 8em; /* IE 6 */
}
#wrapper > #nav-global.plus-navsub {
    height: auto;
}
#nav-global ul {
    position: relative;
    float: left;
    margin: 0;
    background: url(../img/bgs/nav-global-line.png) 0 94% repeat-x;
    width: 100%;
    list-style: none;
}
#nav-global.plus-navsub ul {
    border-bottom: none;
}
#nav-global li {
    float: left;
    margin: 2px 3px 0 0;
    padding-bottom: 6px;
    font-weight: bold;
}
#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
    display: block;
    float: left;
    text-decoration: none;
    color: #690;
}
#nav-global li a {
    cursor: pointer; /* IE */
}
/* on + open */
#nav-global li.on,
#nav-global li.open {
    position: static;
    background: url(../img/bgs/nav-global.png) 50% 100% no-repeat;
}
#nav-global li strong,
#nav-global li.open a,
#nav-global li.on a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #7fcde4;
    color: #fff;
}
#nav-global li strong span,
#nav-global li.open a span {
    padding-right: 10px;
}
#nav-global li span,
#nav-global li.open a span {
    float: left;
    margin-left: 5px;
    padding: 5px 10px 5px 5px;
}
/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #7fcde4;
    color: #fff;
}
/* 2nd level horizontal subnav */
#nav-global ul ul {
    position: absolute;
    left: 0;
    top: 3em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 1.6em;
    width: 940px;
    background: #eef5e5;
}
#nav-global li.open li,
#nav-global li.open li.on {
    margin: 0 3px 0 0;
    padding: 0;
    background: none;
}
#nav-global li.open li.on {
    background: url(../img/bgs/nav-global.png) 50% 100% no-repeat;
    padding-bottom: 6px;
}
#nav-global li.open li a {
    background: none;
    color: #555;
}
#nav-global li.open li a:hover,
#nav-global li.open li a:active,
#nav-global li.open li a:focus {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #7fcde4;
    color: #fff;
}
#nav-global li.open li.on a,
#nav-global li.open li strong {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #7fcde4;
    color: #fff;
}


/* SIDEBAR Right / NAVIGATION sub
-------------------------------- */
#nav-box {
    position: relative;
    margin-bottom: 30px;
}
#nav-box h6 {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #333;
}
#nav-box ul {
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 37px 10px 5px 0;
    background: #eef5e5;
}
#nav-box li {
    padding: 0;
    height: 1%; /* IE 6 */
    list-style: none;
}
#nav-box li a {
    display: block;
    margin: 9px 0;
    padding: 3px 0 4px 10px;
    height: 1%;
    color: #333;
    font-weight: bold;
}
#nav-box li.open a {
    font-weight: bold;
}
/* hover and marked */
#nav-box li.on strong,
#nav-box a:hover,
#nav-box a:active,
#nav-box a:focus,
#nav-box li.on a:hover,
#nav-box li.on a:active,
#nav-box li.on a:focus,
#nav-box li strong,
#nav-box li.on a {
    border-radius-topright: 5px;
    border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #cc0035 url(../img/bgs/nav-sub.png) 0 50% no-repeat;
    color: #fff;
    text-decoration: none;
}
#nav-box li strong {
    display: block;
    margin: 9px 0;
    padding: 3px 0 4px 10px;
    font-weight: bold;
}
/* 2nd level */
#nav-box ul ul {
    margin: 0 0 5px 10px;
    padding: 0;
}
#nav-box li li a,
#nav-box li.on li a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f4faec;
    color: #333;
}
#nav-box li li a:hover,
#nav-box li li a:active,
#nav-box li li a:focus,
#nav-box li li.on a {
    border-radius-topleft: 0;
    border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
#nav-box li.on li,
#nav-box li.open li a {
    font-weight: normal;
}
#nav-box li li.on a {
    color: #fff;
    font-weight: bold;
}
/* 3rd level */
#nav-box ul ul ul {
    margin: 5px 0 5px 10px;
}
#nav-box li li li {
    font-weight: bold;
}
#nav-box li li li a {
    background: #fcfefa;
}
#nav-box li li.open li a {
    font-weight: normal;
}
#nav-box li li li.on a {
    font-weight: bold;
}


/* STAGE
------------ */
#stage h1 a {
    display: block;
    margin: 0 0 30px 0;
    color: #fff;
    font-weight: normal;
}
#stage h1 span {
    margin: 0 0 0 10px;
}
#stage img {
    display: block;
}
#stage a img {
    border: 0;
}
#stage-box {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 20px;
    width: 430px;
    background: none;
    color: #fff;
}
#stage-box em.more {
    display: block;
}
#stage-box em.more a {
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e02a4b url(../img/icons/icon-sprites.png) 100% -867px no-repeat;
    color: #fff;
}
#stage-box em.more a:hover,
#stage-box em.more a:active,
#stage-box em.more a:focus {
    text-decoration: none;
    background: #e33b55 url(../img/icons/icon-sprites.png) 100% -1036px no-repeat;
}


/* Page Intro
------------ */
#page-intro {
    overflow: hidden;
}
#page-intro h1 {
    margin: 0 0 20px -2px;
}
#page-intro p {
    margin: 0 0 30px 0;
}
#page-intro p:first-letter {
    float: left;
    margin: 5px 5px 0 -3px;
    color: #c03;
    line-height: .78;
}

/* WOW - Special Content
---------------- */
#home #wow {
    position: relative;
    z-index: 10; /* IE */
    width: 940px;
    margin: 0 auto;
}
#home #wow h2 {
    position: absolute;
    z-index: 10;
    top: 220px;
    right: 5px;
    height: 124px;
    width: 124px;
    border: 0;
}
#home #wow h2 a {
    display: block;
    background: url(../img/temp/badge-stage.png) 0 0 no-repeat;
    height: 124px;
    width: 124px;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 140%;
    font-weight: normal;
    text-indent: -9999px;
}
* html #home #wow h2 a {
    background: url(../img/temp/badge-stage-ie6.png) 0 0 no-repeat;
    text-indent: -9999px;
}
#wow {
    position: relative;
    z-index: 10; /* IE */
    width: 940px;
    margin: 0 auto;
}
#wow h2 {
    position: absolute;
    z-index: 10;
    top: -30px;
    right: 27px;
    height: 64px;
    width: 64px;
    border: 0;
}
#wow h2 a {
    display: block;
    background: url(../img/bgs/badge.png) 0 0 no-repeat;
    height: 64px;
    width: 82px;
    padding: 16px 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    text-indent: -9999px;
}
* html #wow h2 a {
    background: url(../img/bgs/badge-ie6.png) 0 0 no-repeat;
}



/* TEASER
----------- */
.teaser {
    float: left;
    width: 300px;
    margin: 0 10px 30px 0;
    padding: 0 9px 0 0;
}
.teaser h2 {
    margin: 0 0 10px 0;
}
.col-float2-subcol #teaser-2,
.col-float2-subcol #teaser-4,
.col-float2-subcol #teaser-6,
.col-float2-subcol #teaser-8,
.col-float2-subcol #teaser-10,
.col-float2-subcol #teaser-12,
.col-float2-subcol #teaser-14,
.col-float2-subcol #teaser-16,
.col-float2-subcol #teaser-18,
.col-float2-subcol #teaser-20,
.col-float2-subcol #teaser-22 {
    margin-right: 0;
    padding-right: 0;
}
.teaser img {
    width: 298px;
    height: 186px;
}
.teaser em.more {
    display: block;
}
.teaser li {
    list-style: none;
    margin: 0 0 15px 0;
}
.teaser .subline {
  background: #f5f5f5;
  color: #000;
  display: block;
  padding: 3px;
  margin-top: -8px;
  margin-bottom: 5px;
  position: relative;
}
.teaser .subline span {
  font-size: 120%;
  line-height: 1.3em;
}
.teaser .subline a {
  display: block;
  font-size: 130%;
  line-height: 1.3em;
}
.teaser .subline a.enlarge {
  position: absolute;
  right: 3px;
  top: 3px;
  background: transparent url(../img/icons/lupe.gif) left top scroll no-repeat;
  height: 14px;
  width: 14px;
  text-indent: -9999em;
}

/* section col + subcol */
.col-subcol .teaser {
    width: 100%;
}
.col-subcol .teaser img {
    float: left;
    margin: 0 10px 0 0;
}
.col-subcol .teaser p {
    clear: right;
}

/* linklisten */
.teaser .links {
    clear: both;
    display: block;
    padding: 10px 0 0 0;
}
.teaser .links h3 {
    padding: 0 0 5px 0;
}
.teaser .links ul {
    border-bottom: 1px dotted #d1d1d1;
}
.teaser .links li {
    height: 1%;
    margin: 0;
    border-top: 1px dotted #d1d1d1;
    padding: 3px 0;
}
.teaser .links li a {
    background: url(../img/icons/icon-sprites.png) 4px -365px no-repeat;
    display: block;
    padding: 0 3px 0 23px;
}
.teaser .links .external a {
    background-position: 4px -493px;
}
.teaser .links .download a {
    background-position: 4px -429px;
}
.teaser .links .download a em,
.teaser .links .download li a em {
    font-weight: normal;
    color: #666;
}

/* LATEST TEASER
----------- */
#home .latest h2 {
    margin: 0;
}
.latest h2 {
    border-top: 1px solid #E5E5E5;
    padding: 5px 0 0 0;
}
#main .latest h3 {
    padding: 0 0 10px 0;
    font-weight: bold;
}
#main .latest ul {
    float: left;
    width: 300px;
    margin: 0 0 -10px 0;
}
#main .latest li {
    clear: both;
    float: left;
    width: 300px;
    border-bottom: 1px dotted #D1D1D1;
    padding: 0 0 20px 0;
}
#main .latest img {
    float: left;
    margin: 0 5px 0 0;
    width: 120px;
    height: 75px;

}



/* TEASER-GROUPS
----------- */
.col-float2-subcol .teaser-group {
    clear: both;
    float: left;
    width: 620px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
}
.teaser-group h5,
.box-group h5 {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0 25px 0;
}
.box-group h5 {
    border-top: none;
    padding: 0 0 15px 0;
}
.teaser-group .teaser {
    float: left;
    width: 300px;
    margin: 0 10px 30px 0;
    padding: 0 9px 0 0;
}
/* teaser 3-columns for references */
#section.col-float3 .teaser-group {
    clear: both;
}
#section.col-float3 .teaser {
    float: left;
    width: 300px;
    margin: 0 20px 30px 0;
    padding: 0;
}
#section.col-float3 #teaser-3,
#section.col-float3 #teaser-6,
#section.col-float3 #teaser-9,
#section.col-float3 #teaser-12,
#section.col-float3 #teaser-15,
#section.col-float3 #teaser-18,
#section.col-float3 #teaser-21,
#section.col-float3 #teaser-24,
#section.col-float3 #teaser-27,
#section.col-float3 #teaser-30,
#section.col-float3 #teaser-33,
#section.col-float3 #teaser-36,
#section.col-float3 #teaser-39,
#section.col-float3 #teaser-42,
#section.col-float3 #teaser-45,
#section.col-float3 #teaser-48{
    margin: 0 0 30px 0;
}
/*Changed the order, appended more fields*/
#section.col-float3 #teaser-4,
#section.col-float3 #teaser-7,
#section.col-float3 #teaser-10,
#section.col-float3 #teaser-13,
#section.col-float3 #teaser-16,
#section.col-float3 #teaser-19,
#section.col-float3 #teaser-22,
#section.col-float3 #teaser-25,
#section.col-float3 #teaser-28,
#section.col-float3 #teaser-31,
#section.col-float3 #teaser-34,
#section.col-float3 #teaser-37,
#section.col-float3 #teaser-40,
#section.col-float3 #teaser-43,
#section.col-float3 #teaser-46,
#section.col-float3 #teaser-49 {
    clear: both;
}
/* OPENER
----------- */
#main .opener {
    float: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
}
#main .opener h1 {
    margin: 5px 0 5px 0;
    letter-spacing: 0;
}
.col-float2-subcol #main .opener img  {
    margin: 0 0 5px 0;
    width: 620px;
    height: 240px;
}
#main .opener p em.more {
    display: block;
    margin: 5px 0 0 0;
}



/* WELCOME
------------ */
#home .teaser {
    float: left;
    width: 310px;
}
/* TG 1 */
#home #teaser-group-1 {
    float: left;
    width: 460px;
    margin: 0;
    padding: 0 0 40px 0;
}
#home #teaser-group-1 .teaser {
    float: left;
    width: 460px;
    margin: 0;
    border-bottom: 1px dotted #dadada;
    padding: 0;
}
#home #teaser-group-1 h2 {
    margin: 3px 0 2px 0px;
    font-weight: normal;
}
#home #teaser-group-1 h2 a em {
    font-weight: normal;
    color: #4D7301;
}
#home #teaser-group-1 h2 a {
    display: block;
    min-height: 2em;
    padding: 14px 14px 14px 60px;
    color: #555;
}
#home #teaser-group-1 h2 a {
    background: url(../img/bgs/reasons.png) 2px 0 no-repeat;
}
#home #teaser-group-1 #teaser-2 h2 a {
    background-position: 2px -400px;
}
#home #teaser-group-1 #teaser-3 h2 a {
    background-position: 2px -800px;
}
#home #teaser-group-1 #teaser-4 h2 a {
    background-position: 2px -1200px;
}
#home #teaser-group-1 #teaser-5 h2 a {
    background-position: 2px -1600px;
}
#home #teaser-group-1 h2 a:hover,
#home #teaser-group-1 h2 a:active,
#home #teaser-group-1 h2 a:focus {
    background: #D5E5B8 url(../img/bgs/reasons.png) 0 0 no-repeat;
    text-decoration: none;
    color: #000;
}
#home #teaser-group-1 h2 a:hover em,
#home #teaser-group-1 h2 a:active em,
#home #teaser-group-1 h2 a:focus em {
    color: #cc0033;
}
#home #teaser-group-1 #teaser-1 h2 a:hover,
#home #teaser-group-1 #teaser-1 h2 a:active,
#home #teaser-group-1 #teaser-1 h2 a:focus {
    background-position: 2px -200px;
}
#home #teaser-group-1 #teaser-2 h2 a:hover,
#home #teaser-group-1 #teaser-2 h2 a:active,
#home #teaser-group-1 #teaser-2 h2 a:focus {
    background-position: 2px -600px;
}
#home #teaser-group-1 #teaser-3 h2 a:hover,
#home #teaser-group-1 #teaser-3 h2 a:active,
#home #teaser-group-1 #teaser-3 h2 a:focus {
    background-position: 2px -1000px;
}
#home #teaser-group-1 #teaser-4 h2 a:hover,
#home #teaser-group-1 #teaser-4 h2 a:active,
#home #teaser-group-1 #teaser-4 h2 a:focus {
    background-position: 2px -1400px;
}
#home #teaser-group-1 #teaser-5 h2 a:hover,
#home #teaser-group-1 #teaser-5 h2 a:active,
#home #teaser-group-1 #teaser-5 h2 a:focus {
    background-position: 2px -1800px;
}
#home #teaser-group-1 p {
    color: #666;
    margin: -25px 0 0 60px;
}
#home #teaser-group-1 p em.more {
    display: none;
}
#home #teaser-group-1 img {
    margin: 8px 15px 5px 0;
    border: none;
    float: left;
}
#home #teaser-group-1 #teaser-5 {
    margin-right: -3px;
}
/* TG 2  developer box */
#home #teaser-group-2 {
    width: 460px;
    float: right;
    overflow: hidden;
}
#home #teaser-group-2 .teaserlist {
    margin: 0 0 30px 0;
    padding: 18px 20px;
    width: 420px;
    background: #f7f7f7 url(../img/bgs/teaserlist.png) 0 0 no-repeat;
}
#home #teaser-group-2 .teaserlist h2 {
    margin: 0;
    color: #c03;
}
#home #teaser-group-2 .teaserlist ul {
    border: none;
}
#home #teaser-group-2 .teaserlist li {
    float: left;
    margin: 0 0 2px 0;
    width: 50%;
    height: auto;
    border: none;
}
#home #teaser-group-2 .teaserlist li:nth-child(2n+1) {
    clear: both;
}
#home #teaser-group-2 .teaserlist li a {
    padding-left: 21px;
    background: url(../img/icons/icon-sprites.png) 0 -365px no-repeat;
    font-weight: bold;
}
#home #teaser-group-2 .most-discussed {
    margin: 0 0 30px 0;
    padding: 18px 20px;
    background: #f7f5da url(../img/bgs/latest-comments.png) 0 0 no-repeat;
    width: 420px;
}
#home #teaser-group-2 .most-discussed h2 {
    color: #c03;
}
#home #teaser-group-2 .most-discussed h3 {
    margin: 0 0 3px 0;
}
/* TG 3 */
#home #teaser-group-3 {
    clear: both;
    overflow: hidden;
    float: left;
    padding: 0 10px 0 0;
    width: 300px;
}
#home #teaser-group-3 .teaser {
    width: 300px;
}
#home #teaser-group-3 .teaser h2 {
    margin: 5px 0 8px 0;
}
#home #teaser-group-3 .teaser h2 em {
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    color: #666;
    font-size: 71%;
}
#home #teaser-group-3 .opener {
    border: none;
}
/* TG 4 */
#home #teaser-group-4 {
    float: left;
    width: 630px;
    background: url(../img/bgs/tg-4.png) 0 0 repeat-y;
}
#home #teaser-group-4 .teaser {
    margin: 0;
    padding: 0 10px 0 10px;
    width: 300px;
}
#home #teaser-group-4 #teaser-10 {
    padding-right: 0;
}
#home #teaser-group-4 .teaser h2 {
    margin: 0;
    border-top: 1px solid #E5E5E5;
    padding: 15px 50px 25px 0;
}
#home #teaser-group-4 .latest h3 {
    padding: 0;
}
#home #teaser-group-4 .latest li {
    border: none;
    padding: 0;
}
#home #teaser-group-4 .latest p.all {
    display: block;
    padding: 15px 0 0 0;
}
#home #teaser-group-4 .latest p.all a {
    display: inline;
    border: 1px solid #d5e5b8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 30px 3px 10px;
    font-weight: bold;
    background: #D5E5B8 url(../img/icons/icon-sprites.png) 100% -362px no-repeat;
}
#home #teaser-group-4 .latest p.all a:hover,
#home #teaser-group-4 .latest p.all a:active,
#home #teaser-group-4 .latest p.all a:focus {
    border: 1px solid #c03;
    background-color: #c03;
    background-position: 100% -554px;
    color: #fff;
    text-decoration: none;
}


/* Twitter */
#twitter_div h2 {
    background: url(../img/icons/twitter.png) 98% 20px no-repeat;
}
#twitter_update_list .date {
    display: block;
    color: #666;
}
#twitter_update_list .tweet {
    display: block;
    background: url(../img/bgs/twitter-bg-2.png) 95% 0 no-repeat;
    margin: 5px 0 0 0;
    padding: 12px 0 0 0;
}
#twitter_update_list .tweet span {
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px 10px;
    background: #f2f2f2;
}
#twitter_update_list .tweet span a {
    font-weight: bold;
}
#twitter_update_list .odd .tweet {
    background: url(../img/bgs/twitter-bg-1.png) 20px 0 no-repeat;
}
#twitter_update_list .odd .tweet span {
    border: 1px solid #e2eccf;
    background: #e2eccf;
}
#twitter-link {
    display: block;
    padding: 10px 0;
}
#twitter-link a {
    display: inline;
    border: 1px solid #d5e5b8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 30px 3px 10px;
    background: #D5E5B8 url(../img/icons/icon-sprites.png) 100% -362px no-repeat;
    font-weight: bold;
}
#twitter-link a:hover,
#twitter-link a:active,
#twitter-link a:focus {
    border: 1px solid #c03;
    background-color: #c03;
    background-position: 100% -554px;
    color: #fff;
    text-decoration: none;
}



/* ARTICLE
------------------ */


/* TEXT
----------------- */
#main .text {
    clear: both;
    overflow: hidden;
    color: #333;
}
#main h1 {
    clear: both;
    margin: 0 0 35px 0;
}
#main .text h2 {
    clear: both;
    margin: 0 0 10px 0;
}
#main .text h1 em { /* kicker on article pages */
    display: block;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .7px;
    color: #555;
}
#main .text p.intro:first-letter {
    float: left;
    margin: 4px 5px 0 0;
    line-height: .75;
    color: #cd0134;
}
.js-on #article #main .text p.intro,
#article.col-subcol #main .text p.intro {
    float: left;
    width: 100%;
    min-height: 1px;
}
#article #main .text p.intro {
    width: 300px;
    min-height: 200px;
    height: auto;
}
#main .text p {
    margin: 0 0 20px 0;
}
#main .text p a {
    border-bottom: 1px dotted #ec1549;
}
#main .text p a:hover,
#main .text p a:active,
#main .text p a:focus {
    text-decoration: none;
    border-bottom: 1px solid #ec1549;
}
#main .text h2.subline {
    clear: both;
    border-top: 1px solid #ccc;
    margin: 20px 0 12px 0;
    padding: 2px 0 0 0;
}
#main .text ul,
#main .text ol {
    margin: 10px 0 20px 10px; /*changed margin: 10px 0 20px 0;*/
}
#main .text ul ul,
#main .text ol ol {
    margin: 2px 0 2px 0;
}
#main .text li {
    list-style-position: outside;
    line-height: 1.3em;
    margin: 0 0 0 1.4em;
    padding: 3px 0 3px 0;
}
#main .text ol li {
    margin: 0 0 0 2em;
}
#main .text li li {
    border: none;
}
.text .highlight {
    background: #ff0;
    font-style: normal;
}
/* table of contents */
#main #toc {
    clear: both;
}
#main #toc h2 {
    margin: 5px 0 1px 0;
    padding: 3px 0 5px 0;
    color: #000;
    font-weight: bold;
}
#main #toc ul {
    margin: 0 0 15px 0;
    list-style: none;
}
#main #toc li {
    border-top: 1px solid #e5e5e5;
    height: 1%; /* ie 6 */
    margin: 0;
    padding: 0;
}
#main #toc a {
    display: block;
    background: url(../img/icons/icon-sprites.png) 0 -423px no-repeat;
    padding: 7px 0 7px 22px
}
/* table */
#main table {
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    empty-cells: show;
    border-collapse: collapse;
}
#main th,
#main td {
    background: #fff;
    padding: 7px;
    vertical-align: top;
    text-align: left;
}
#main th {
    background: #7ecce2;
    border-bottom: 1px solid #fff;
    padding-right: 20px;
    color: #fff;
}
#main tbody td {
    background: #fff;
    border-bottom: 1px solid #fff;
}
#main .text tr:nth-child(odd) td {
    background: #f5f5f5;
}
#main .odd td {
    background: #f5f5f5;
}
#main .text td ul,
#main .text td ol,
#main .text td p {
    margin-bottom: 0;
}
/* blockquote */
.text blockquote {
    clear: both;
    position: relative;
    background: url(../img/bgs/quote.png) 0 0 no-repeat;
    margin: 0 0 30px 0;
    padding: 0 35px 0 70px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.text blockquote cite {
    display: block;
    margin: -19px 0 0 0;
    background: url(../img/bgs/dash.png) 0 10px no-repeat;
    padding-left: 10px;
    color: #999;
    line-height: 1.2em;
}
/* text-meta: author, date, tags */
#main .text .text-meta {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
#main .text .text-data {
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 7px 0;
    width: 70%;
}
#main .text .text-data li {
    float: left;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    list-style: none;
    color: #333;
}
/* text-features */
#main .text #text-features {
    position: relative;
    float: right;
    margin: 0;
    padding: 7px 0;
}
#main #text-features li {
    float: left;
    margin: 0 0 0 20px;
    border: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
#main #text-features li a {
    font-weight: bold;
    color: #690;
}
#main #text-features li.print a {
    background: url(../img/icons/icon-sprites.png) 0 -243px no-repeat;
    padding-left: 20px;
}
#main #text-features li.social-b a {
    background: transparent url(../img/icons/icon-sprites.png) 0 -304px no-repeat;
    padding-left: 18px;
}
/* Social Bookmarks */
#main #text-features #bookmarks {
    background: #fff;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 30px;
    width: 140px;
    border: 1px dotted #ccc;
}
#main #text-features #bookmarks ul {
    display: block;
    border: none;
    margin: 5px 5px 0 5px;
}
#main #text-features #bookmarks ul li {
    float: none;
    margin: 0 0 4px 0;
    padding: 0;
    text-align: right;
}
#main #text-features #bookmarks li a {
    background: transparent url(../img/icons/bookmarks.png) 100% -577px no-repeat;
    padding: 1px 18px 1px 0;
}
#main #text-features #bookmarks li.delicious a {
    background-position: 100% 0;
}
#main #text-features #bookmarks li.google a {
    background-position: 100% -51px;
}
#main #text-features #bookmarks li.wong a {
    background-position: 100% -101px;
}
#main #text-features #bookmarks li.webnews a {
    background-position: 100% -151px;
}
#main #text-features #bookmarks li.yigg a {
    background-position: 100% -201px;
}
#main #text-features #bookmarks li.stumble a {
    background-position: 100% -254px;
}
#main #text-features #bookmarks li.oneview a {
    background-position: 100% -387px;
}
#main #text-features #bookmarks li.linkarena a {
    background-position: 100% -319px;
}
/* Tags */
.text-meta dl {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 7px 0;
}
#wrapper-2 .text-meta dt {
    float: left;
    padding: 0 5px 0 0;
}
#wrapper-2 .text-meta dd {
    float: left;
    padding: 0 10px 0 0;
}
#wrapper-2 .text-meta dd a {
    color: #690;
}
/* linklisten */
#main .text .links ul {
    border-bottom: 1px dotted #d1d1d1;
}
#main .text .links li {
    height: 1%;
    margin: 0;
    border-top: 1px dotted #d1d1d1;
    padding: 3px 0;
    list-style: none;
}
#main .text .links li a {
    background: url(../img/icons/icon-sprites.png) 4px -365px no-repeat;
    display: block;
    padding: 2px 3px 2px 24px;
    clear:both;/* Using a Link List paragraph on a Standard Article page causes list markers to be rendered behind the article header -- Jira WEBSITE-242*/
}
#main .text .links .external a {
    background-position: 4px -491px;
}
#main .text .links .download a {
    background-position: 4px -429px;
}
#main .text .links .download a em,
#main .text .links .download li a em {
    font-weight: normal;
    color: #666;
}


/* text boxes */
#main .text-box {
    clear: both;
    margin: 20px 0 30px 0;
    padding: 0 0 10px 150px;
    background: #7fcce5;
    width: auto;
    min-height: 125px;
}
#main .facts {
    background: #7fcce5 url(../img/bgs/textbox-facts.png) 0 -1px no-repeat;
}
#main .question {
    background: #7fcce5 url(../img/bgs/textbox-question.png) 0 -1px no-repeat;
}
#main .misc {
    background: #7fcce5 url(../img/bgs/textbox-misc.png) 0 -1px no-repeat;
}
#main .text-box h2 {
    clear: both;
    float: none;
    margin: 0 20px 10px 0;
    padding: 10px 0 0 0;
    background: transparent;
    color: #fff;
}
#main .text-box h3 {
    margin: 0 0 3px 0;
    padding: 0;
}
#main .text-box p {
    margin: 0 20px 10px 0;
}
#main .text .text-box ul {
    margin: 20px 0 20px 0;
    border: none;
}
#main .text .text-box .links li {
    margin: 0 20px 0 0;
    border: none;
}
#main .text .text-box li a,
#main .text .text-box .links .download a em {
    color: #fff;
    font-weight: bold;
}
#main .text .text-box .links li a {
    background: url(../img/icons/icon-sprites.png) 4px -987px no-repeat;
}
#main .text .text-box .links li a:hover,
#main .text .text-box .links li a:active,
#main .text .text-box .links li a:focus {
    background: url(../img/icons/icon-sprites.png) 4px -927px no-repeat;
}
#main .text .text-box .links li.external a {
        background: url(../img/icons/icon-sprites.png) 4px -1158px no-repeat;
}
#main .text .text-box .links li.external a:active,
#main .text .text-box .links li.external a:hover,
#main .text .text-box .links li.external a:focus {
    background-position: 4px -1096px;
}
#main .text .text-box .links li.download a {
        background: url(../img/icons/icon-sprites.png) 4px -1226px no-repeat;
}
#main .text .text-box .links li.download a:active,
#main .text .text-box .links li.download a:hover,
#main .text .text-box .links li.download a:focus {
    background-position: 4px -1281px;
}


/* text-box-col - text in two columns */
#main .text-box-col {
    clear: both;
    overflow: hidden;
    margin: 20px 0 30px 0;
    border-top: 1px solid #E5E5E5;
    padding: 10px 0 0 0;
}
#main .text-box-col h2 {
    margin: 0;
    padding: 4px 0 16px;
    font-weight: bold;
    color: #343730;
}
#main .text-box-col .text-col-1,
#main .text-box-col .text-col-2 {
    background: url(../img/bgs/text-col-box.png) 100% 0 repeat-y;
    width: 300px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
#main .text-box-col .text-col-2 {
    background: none;
    margin: 0;
    padding: 0;
}
#main .text-box-col .text-col-intro h3 {
    background: none;
    margin: 0 0 10px 0;
    padding: 0;
    color: #333;
    font-weight: normal;
}
#main .text-box-col .text-col-intro p {
    margin: 0 0 20px 0;
    padding: 0;
    color: #333;
}
#main .text-box-col h3 {
    background: url(../img/icons/text-col-box-list.png) 0 0 no-repeat;
    margin: 0 0 4px 0;
    padding: 3px 0 4px 35px;
    color: #c03;
    font-weight: bold;
}
#main .box-col-box p {
    padding: 0 0 0 35px;
}


/*
PHOTOS
---------------------- */
.photo { /* for dl and without it */
    float: left;
    display: inline-block;
    margin: 3px 10px 10px 0;
    width: 220px;
}
dl.photo {
    padding: 0 0 5px 0;
   /* clear:both;do not display small images next to each other */
}
.photo img {
    display: block;
    border: 1px solid #ececec;
}
dl.mod-2 { /* big */
    clear: both;
    float: none;
    width: 620px;
}
dl.mod-2 img {
    width: 620px;
}
img.mod-2 {
    clear: both;
    display: block;
    width: 620px;
}
.photo dd {
    display: block;
    padding: 5px 5px 0 5px;
    background: #f5f5f5;
}
.photo dd.zoom {
    float: right;
}
.photo dd.zoom a {
    display: block;
    background: url(../img/icons/zoom.gif) 80% 0 no-repeat;
    width: 12px;
    text-indent: -9999px;
}
#wrapper-2 .photo dd.copyright {
    border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    padding-bottom: 5px;
    font-style: italic;
}
.photo dd.longdesc {
    display: none;
}
.photo.mod {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

#section.col-float3 .photo {
    width: auto;
}
#section.col-float3 .teaser .photo img {
    margin-bottom: 0px;
}
/* Showbox*/
#showbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background: #000;
}
#showbox {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 0 0 20px 0;
    background-color: #fff;
    width: 995px;
}
#showbox .controls {
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 5px 0;
    background-color: #EEF5E5;
    height: 1%;
    width: 100%;
    text-align: center;
}
#showbox .controls a {
    color: #000;
}
#showbox .controls .prev {
    background: url(../img/icons/icon-sprites.png) 0 -749px no-repeat;
    margin-right: 10px;
    padding-left: 19px;
}
#showbox .controls .next {
    background: url(../img/icons/icon-sprites.png) 100% -366px no-repeat;
    padding-right: 25px;
}
#showbox .controls .close {
    float: right;
    display: block;
    background: url(../img/icons/icon-sprites.png) 0 -685px no-repeat;
    padding: 0 5px 0  17px;
}
.prev-next {
    float: left;
    text-align: center;
    padding-left: 5px;
}
#showbox .content-box {
    margin: 0 auto;
    background-color: #999;
}
#showbox.loading .content-box {
    background: #999;
}
#showbox .multimedia-box {
    overflow: hidden;
}
#showbox .multimedia-box img {
    width: 100%;
}
#showbox .text-content {
    padding: 5px;
    background: #ececec;
}
#showbox h2 {
    margin: 5px 0;
}
#showbox p {
    margin-bottom: 10px;
}
#showbox ul {
    margin: 10px 0 10px 0;
}
#showbox li {
    list-style: none;
    color: #555;
}


/* SEARCH RESULTS
------------------------------- */
#search-results #main h1 em {
    display: inline;
    letter-spacing: 0;
    font-weight: normal;
    color: #333;
}
#search-results #main ol {
    margin: 20px 0 0 0;
}
#search-results #main .highlight {
    font-style: normal;
    background: #ff0;
}
#search-results #main ol li {
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    list-style: none;
    border-top: 0;
    border-bottom: 1px dotted #D1D1D1;
    list-style-position: outside;
}
#search-results #main ol h2 {
    border: none;
    margin: 0;
}
#search-results #main li p {
    clear: both;
    margin: 0;
}
#search-results #main ol ul {
    margin: 0;
}
#search-results #main ul.text-data li {
    background: none;
    float: left;
    margin: 0 8px 4px 0;
    border: none;
    padding: 0;
    color: #555;
}
#search-results #main .text-data {
    border: none;
}
/* Paging */
.pager {
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
}
.pager ul {
    clear: both;
    float: right;
}
.pager li {
    float: left;
    margin: 0 3px 0 0;
    list-style: none;
    text-align: center;
}
.pager li a,
.pager li strong,
.pager li span {
    display: block;
    padding: 2px 6px 2px 6px;
    border: 1px dotted #d4d4d4;
    font-weight: bold;
}
.pager li span { /* ... */
    padding: 3px 1px;
    border: none;
}
.pager li strong /* you are here */ {
    background: #7fcde4;
    color: #fff;
    text-decoration: none;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
    background: #7fcde4;;
    color: #fff;
    text-decoration: none;
}
.pager li.previous a,
.pager li.next a {
    border: 1px solid #fff;
}
.pager li.previous a {
    padding-left: 10px;
}
.pager li.next a {
    padding-right: 12px;
}
.pager li.next a:hover,
.pager li.next a:focus,
.pager li.next a:active,
.pager li.previous a:hover,
.pager li.previous a:focus,
.pager li.previous a:active {
    background: none;
    color: #4D7301;
    text-decoration: underline;
}
/* New Search */
.new-search {
    background: #eef5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px 10px;
}
#main .new-search fieldset {
    border: 0;
    margin: 0;
}
#main .new-search fieldset h2 {
    border: 0;
}
.new-search div {
    padding: 10px 0 0 0;
}
.new-search label {
    float: left;
}
.new-search input {
    margin: 0 10px 0 0 !important;
    border: 1px solid #cdcdcd;
    padding: 5px 20px 4px 3px;
    width: 300px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.new-search input:focus {
    background: #fff;
    border: 1px solid #cc0031;
}
.new-search .button {
    background: #690;
    right: auto;
    border: 1px solid #690;
    padding: 3px 10px 4px 10px;
    width: auto;
    min-width: 120px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus {
    background: #c03;
    color: #fff;
    border: 1px solid #C03;
}


/* FAQs
-------------------- */
#faq-wrapper {
    margin: -8px 0 0 0;
}
#faq-wrapper li {
    float: left;
    border-bottom: 1px dotted #d1d1d1;
    padding: 2px 0;
    width: 100%;
    list-style: none;
}
#faq-wrapper li h3 a {
    display: block;
    padding: 6px 0 6px 25px;
    background: url(../img/icons/icon-sprites.png) 5px -359px no-repeat;
    background-color: #fff;
    text-decoration: none;
    line-height: 1.3em;
}
#faq-wrapper li h3 a.on,
#faq-wrapper li h3 a.active {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EEF5E5;
}
#faq-wrapper li h3 a.on {
    background-position: 5px -423px;
}
#faq-wrapper li p {
    margin: 10px 0 10px 0;
}
#faq-wrapper li li {
    float: none;
    width: auto;
    margin-left: 15px;
    border: none;
    padding: 0;
    list-style: circle;
}



/* SITEMAP
--------------------- */
#sitemap .links {
    border-top: 1px solid #E5E5E5;
    margin: 20px 0 30px 0;
}
#sitemap .links h2 {
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 170%;
}
#sitemap .links h2 a {
    display: block;
    color: #333;
}
#sitemap .links h2 a:hover,
#sitemap .links h2 a:active,
#sitemap .links h2 a:focus {
    color: #CC0035;
}
#sitemap .links li {
    height: 1%; /* IE6 */
    margin: 0 0 10px 0;
    border: none;
    padding: 0;
}
#sitemap .links li ul {
    margin: 5px 0 0 0;
    padding: 0;
}
#sitemap .links li li {
    margin: 0 0 5px 0;
    font-size: 100%;
}
#sitemap .links li a {
    background: url(../img/icons/icon-sprites.png) 0 -366px no-repeat;
    padding: 0 0 6px 20px;
}
#sitemap .links li li a {
    background: none;
    padding-left: 30px;
}
#sitemap .links li li li a {
    padding-left: 45px;
}




/* FORMS
-------------------- */
.form-wrapper {
    clear: both;
}
#main .form-wrapper p {
    margin: 0 0 5px 0;
}
.form-wrapper fieldset {
    border: none;
    margin: 5px 0 30px 0;
}
.form-wrapper fieldset h2 {
    margin: 0 0 1px 0;
    border-top: 1px solid #E5E5E5;
    padding: 10px 0 0 0;
    color: #333;
}
.form-wrapper h4 {
    margin: 0 0 8px 0;
    color: #333;
}
.form-wrapper p.required {
    text-align: right;
}
.form-wrapper p.required span,
.form-wrapper dfn {
    color: #ec1549;
    font-weight: bold;
}
.form-wrapper fieldset div {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
}
.form-wrapper h2+div {
    border: none;
}
.form-wrapper div div {
    width: auto;
    border-bottom: none;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
}
.form-wrapper div div.form-item {
    margin: 0;
    clear:both;
}
.form-wrapper label {
    position: relative;
    display: block;
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
    display: block;
    margin: 3px 0 0 0;
    border: 1px solid #690;
    padding: 5px 20px 5px 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 320px;
}
.form-wrapper input[type='hidden'] {
   display: none;
}
.form-wrapper input:focus,
.form-wrapper textarea:focus {
    border: 1px solid #7FCDE4;
}
.form-wrapper textarea {
    height: 150px;
    width: 320px;
}
.form-wrapper select {
    display: block;
    width: 310px;
    margin: 5px 0 0 0;
}
.form-wrapper div span {
    display: block;
    padding: 5px 0 0 0;
    color: #555;
}
.form-wrapper div span.help {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 250px;
}
.form-wrapper div.multiple-labels span {
    padding: 0 0 10px 0;
    color: #333;
    font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
    color: #555;
    font-weight: normal;
}
.form-wrapper div label span {
    display: inline;
}
.form-wrapper div .form-item-m label span {
    clear: both;
    padding: 0 0 5px 0;
}
.form-wrapper div span.help a {
    background: url(../img/icons/help.gif) 0 .15em no-repeat;
    padding-left: 15px;
}
/* multiple inputs in one row */
.form-wrapper div div.form-item-s,
.form-wrapper div div.form-item-m,
.form-wrapper div div.form-item-l {
    float: left;
    margin: 0;
    clear: none;
    width: 110px;
}
.form-wrapper div div.form-item-m {
    width: 181px;
    padding: 0;
}
.form-wrapper div div.form-item-l {
    width: 340px;
}
.form-wrapper div .form-item-s input {
    width: 70px;
}
.form-wrapper div .form-item-m input,
.form-wrapper fieldset .multiple-labels fieldset .form-item-m input {
    width: 139px;
}
.form-wrapper div .form-item-l input {
    width: 209px;
}
/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
    float: none; /* ie 6 */
    margin: 0;
    padding: 0;
}
.form-wrapper fieldset fieldset input {
    width: auto;
    display: inline;
    background: transparent;
    border: none;
    padding: 0;
}
#main .form-wrapper fieldset fieldset legend {
    text-indent: -9999px;
    font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
    display: inline;
}
/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
    float: left;
    margin-right: 10px;
    width: auto;
    clear:none;
}
.form-wrapper fieldset fieldset.mod .form-item label {
    display: inline;
}
/* Submit */
.form-wrapper div.button-wrapper {
    position: relative;
    border: none;
    padding: 10px 0 5px 0;
}
.form-wrapper fieldset div.button-wrapper em {
    display: block;
    padding-top: 5px;
}
.form-wrapper div.button-wrapper input { /* button */
    background: #690;
    right: auto;
    width: auto;
    min-width: 120px;
    border: 1px solid #690;
    padding: 3px 10px 4px 10px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
    background: #c03;
    color: #fff;
    border: 1px solid #C03;
}
/* error messages */
.error {
    color: #ec1549;
    font-weight: bold;
}
#main .error h1 {
    background: url(../img/bgs/error.png) 0 12px no-repeat;
    margin-bottom: 10px;
    padding: 5px 0 0 40px;
    color: #ea2642;
}
#main div.error {
    margin: 20px 0;
    font-weight: bold;
}
#main div.error ul {
    margin: 0;
}
#main div.error li {
    border: 0;
    padding: 4px 0 4px 30px;
    color: #ea2642;
}
#main div.error li a,
#main div.error label span {
    color: #ea2642;
}
#main .form-wrapper div.error {
    margin: 0;
}
.form-wrapper div.error input,
.form-wrapper div.error textarea {
    border: 1px solid #ec1549;
}
/* success messages */
#main .success {
    margin: 10px 0;
}
#main .success h1 {
    background: url(../img/bgs/confirmed.png) 0 12px no-repeat;
    margin-bottom: 10px;
    padding: 5px 0 0 40px;
    color: #690;
}


/* VCARD
------------------ */
.vcard {
    overflow: hidden;
    margin-right: 19px;
    padding: 0;
    background: #f6f6f6 url(../img/bgs/vcard.png) 0px 29px no-repeat;
}
.vcard h2 {
    margin: 0;
    border-bottom: 10px solid #fff;
    padding: 0;
    background: #fff;
}
.vcard div {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 8px;
}
#home #main .vcard div {
    width: 162px;
}
#main .vcard p {
    margin: 0;
}
.vcard div.org {
    padding-top: 20px;
    font-weight: bold;
}
.vcard div.adr {
    padding-bottom: 15px;
}
.vcard div dl.tel dt {
    float: left;
    margin: 0 10px 0 0;
}
.vcard div dl.email {
    padding-top: 15px;
    font-weight: bold;
}
.vcard div dl.email a {
    color: #669900;
}
.vcard div dl.url {
    padding-bottom: 15px;
    font-weight: bold;
}
.vcard div dl.url a,
.vcard div dl.email a {
    color: #669900;
}
.vcard .photo {
    float: right;
    background: #f6f6f6;
    width: auto;
    margin: 0;
    padding: 3px 0 0 0;
}
.vcard .photo dt {
    line-height: 0;
}
.vcard .photo dd {
    background: none;
}
.vcard .photo dd.caption {
    display: none;
}
.vcard .photo img {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
}



/* EXTRAS
----------------- */
.box {
    clear: both;
    float: left;
    margin: 0 0 30px 0;
}
.col-float2-subcol .box,
.col-subcol .box {
    width: 300px;
}
.col-float2-subcol .box {
    width: 300px;
}
.box h2 {
    margin: 0 0 10px 0;
}
.box h2 em {
    font-weight: normal;
}
.box img {
    float: left;
    margin: 0 10px 5px 0;
    width: 120px;
    height: 75px;
}
.box p em.more {
    display: block;
}
.box ul {
    overflow: hidden;
    clear: both;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    list-style: none;
}
.box li {
    margin: 0;
    padding: 0;
}
.box li a {
    display: block;
    height: 1%;
    padding: 5px 0 5px 20px;
    border-top: 1px solid #ebebeb;
    background: url(../img/icons/icon-sprites.png) no-repeat scroll 0 -361px;
}
.box li.external a {
    background: url(../img/icons/icon-sprites.png) no-repeat scroll 0 -488px;
}
.box li.download a {
    background: url(../img/icons/icon-sprites.png) no-repeat scroll 0 -426px;
}



/* DYNAMIC MODULES
------------------ */

/* Dom Tabs */
.text-box-tabs {
    overflow: hidden;
    float: left;
    margin: 0 0 55px 0;
    padding: 0;
    background: #f5f5f5;
    width: 100%;
}
#main .text-box-tabs h2 {
    padding: 15px 0 25px 0;
    color: #000;
    background: #fff;
}
#home #main .text-box-tabs h2 {
    border-top: 1px solid #e5e5e5;
}
ol.text-box-toc {
    float: left;
    margin: 10px 10px;
    padding: 0;
    width: 97%;
    position: relative;
    list-style: none;
    height: auto;
    height: 1%; /* IE 6 */
    background: url(../img/bgs/tab-box.png) 0 -124px no-repeat;
}
.col-float3 ol.text-box-toc {
    width: 920px;
    background-position: 0 0;
}
#main .text-box-toc li { /* dom tabs + one two three */
    float: left;
    display: inline; /* IE 6 */
    position: relative;
    list-style: none;
    margin: 0 2px 0 0;
    padding: 0 0 6px 0;
    width: auto;
    height: auto;
    min-height: 0;
    color: #000;
}
#main .text-box-toc li.on {
    background: url(../img/bgs/tab-box-arrow.png) 50% 100% no-repeat;
margin:0; /*changed for teaser stkTeaserHorizontalTabbed*/
}
.text-box-toc li a {
    float: left;
    display: block;
    padding: 6px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}
.text-box-toc li a.on,
.text-box-toc li a:hover,
.text-box-toc li a:active,
.text-box-toc li a:focus {
    background: #cc0033;
    color: #fff;
    text-decoration: none;
}
.text-box-tabs .text-box-section {
    float: left;
    margin: 0;
    padding: 15px 10px;
    width: 579px; /*changed width: auto;*/
}
.col-float3 .text-box-tabs .text-box-section {
    margin: 35px 0 0 0;
    padding: 0 35px;
    width: 870px;
}
.text-box-tabs .text-box-section {
    margin: 0;
    margin-right: -3px; /* IE 6 */
}
#wrapper-3 #main .text-box-section h2 {
    float: right;
    margin: 2px 0 10px 0; /*changed margin: 7px 0 10px 0 */
    border: none;
    padding: 0;
    width: 339px;
    background: transparent;
}
#main .text-box-section h2 em {
    display: block;
    margin: 0 0 3px 0;
    font-style: normal;
    font-weight: normal;
    color: #666;
}
#home #main .text-box-section p {
    float: right;
    width: 339px;
}
#main .text-box-section p em.more {
    overflow: hidden;
    display: block;
    margin: 0 0 20px 0;
}
#main .text-box-section p em.more a {
    padding-right: 30px;
}
.text-box-tabs img {
    float: left;
    margin: 0 20px 0 0;
    border: none;
}
.text-box-tabs a:hover img {
    border: none;
}
/* teaser link list modified for tab */
#main .text-box-tabs .links {
    clear: both;
    margin: 10px 0 0 0;
}
#main .text-box-tabs .links h3 {
    margin: 0 0pt 5px 0;
}
#main .text-box-tabs .links li {
    border: none;
}
/* Tabs in other layouts */
.col-float2-subcol #wrapper-3 #main .text-box-section h2 {
    float: none;
    display: block;
    width: auto;
    margin-top: 0;
}


/* TW-SWITCHER  in #main  */
#main div.tw-switcher {
    position: relative;
    border: 0;
    float: left;
    clear: both;
    height: auto;
    width: 620px;
    margin: 0 0 30px 0;
    padding: 0;
}
#main div.tw-switcher h3 {
    margin: 0;
    border-top: 1px solid #E5E5E5;
    padding: 4px 0 16px 0;
    color: #343730;
    font-weight: bold;
}
#main div.tw-switcher .pager {
    display: none;
    width: auto;
    margin: 0;
}
.js-on #main div.tw-switcher .pager {
    display: block;
}
#main div.tw-switcher .next,
#main div.tw-switcher .prev {
    background: url(../img/bgs/tw-switcher-paging.png) 100% -230px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 150px;
}
#main div.tw-switcher .prev {
    left: 0;
    right: auto;
    background-position: 0 0;
    border-left: none;
}
#main div.tw-switcher .next span,
#main div.tw-switcher .prev span {
    display: none;
    background: url(../img/bgs/tw-switcher-paging.png) 0 -460px no-repeat;
    width: 19px;
    height: 150px;
    text-indent: -9999px;
}
#main div.tw-switcher .next span {
    background-position: 0 -690px;
}
#main div.tw-switcher .next span.show,
#main div.tw-switcher .prev span.show {
    display: block;
    cursor: pointer;
}
#main div.tw-switcher .prev span.show:hover,
#main div.tw-switcher .prev span.show.over {
    background: url(../img/bgs/tw-switcher-paging.png) 0 -920px no-repeat;
    outline: none;
}
#main div.tw-switcher .next span.show:hover,
#main div.tw-switcher .next span.show.over {
    background: url(../img/bgs/tw-switcher-paging.png) 0 -1150px no-repeat;
    outline: none;
}
#main div.tw-switcher .rack {
    width: 560px;
    margin: 0;
    padding-left: 0;
}
.js-on #main div.tw-switcher .rack {
    overflow: hidden;
    height: 150px;
    margin-left: 30px;
    padding-left: 0;
}
#main div.tw-switcher .rack-teaser {
    overflow: hidden;
    float: left;
    width: 440px;
    height: 137px;
    border-left: none;
    margin: 6px 0 4px 0;
    padding: 0;
}
.js-on #main div.tw-switcher .rack-teaser {
    border-left: 1px dotted #D1D1D1;
    margin: 6px 0 4px 10px;
    padding: 0 0 0 10px;
}
#main div.tw-switcher .rack-teaser:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}
.js-on #main div.tw-switcher .rack-teaser {
    background-image: none;
    width: 458px;
}
#main div.tw-switcher .rack-teaser h2 {
    float: none;
    width: 100%;
    margin: 2px 0 8px 0;
    font-weight: bold;
}
.js-on #main div.tw-switcher .rack-teaser h2 {
    float: right;
    width: 223px;
}
#main div.tw-switcher .mod h2 {
    width: 100% !important;
}
#main div.tw-switcher .rack-teaser img {
    display: block;
    float: left;
    width: 220px;
    height: 124px;
    margin: 4px 15px 0 0;
    padding: 0 0 8px 0;
    border: none;
}
#main div.tw-switcher .rack-teaser em.more {
    display: none;
}


/* FOOTER
------------- */
#site-info {
    padding: 10px 0 35px 0;
    background: #690;
    color: #fff;
}
#site-info div {
    margin: 0 auto;
    width: 960px;
}
#site-info a {
    color: #fff;
    text-decoration: underline;
}
#site-info div div.site-info-box {
    overflow: hidden;
    background: url(../img/bgs/footer-line.png) 0 0 repeat-y;
    width: 100%;
}
#site-info div div div {
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;
    width: 140px;
}
#site-info div div#about {
    border: none;
    width: 450px;
    float: right;
    margin-right: 10px;
    clear: right;
    margin-bottom: 3em;
}
#site-info h4 {
    margin: 0 0 15px 0;
}
#site-info li {
    list-style: none;
    margin: 0 0 10px 0;
}
p#copyright,
p#copyright-magnolia {
    text-align: center;
    clear: both;
    width: 100%
}
p#copyright {
    padding: 35px 0 0 0
}
#about h4+p:first-letter {
    display: block;
    float: left;
    position: relative;
    margin: 3px 5px 0 0;
    top: 0;
    font-size: 260%;
    line-height: 0.75em;
}
#about p {
    overflow: hidden;
}
#about img {
  width: 65px;
}

/* nav-meta */
#site-info #nav-meta {
    background: #8cb340;
    width: 940px;
    height: 25px;
    margin: 0 auto 30px auto;
    border: 1px solid #8cb340;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#site-info #nav-meta ul {
    float: right;
    padding: 4px 10px;
}
#site-info #nav-meta li {
    float: left;
    margin: 0 20px 0 0;
    font-weight: bold;
}
#site-info #nav-meta li a {
    text-decoration: none;
}
#site-info #nav-meta li a:hover,
#site-info #nav-meta li a:active,
#site-info #nav-meta li a:focus {
    text-decoration: underline;
}
.teaser-col2-special em.more {
    display: block;
    padding:0 0 30px 0;
}
#home #teaser-group-2 .teaser-col2-special {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    width: 450px;
}
.teaser-col2-special h2 {
    clear:both;
    color: #c03;
    margin: 0 0 10px 0;
}
#nav-box li li.on li a {
    background: #fcfefa;
    color:#333;
    font-weight:normal;
}

/* dropdown support */
#dropdown, #dropdown ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

#dropdown a {
  margin-left; 5px;
  display: block;
  color: #555;
  font-weight: bold;
}

#dropdown a:hover {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#dropdown li { /* all list items */
  float: left;
  width: 23em; /* width needed or else Opera goes nuts */
}

#dropdown > li { /* top-level headers */
  width: 10em;
  background: #EEF5E5;
  color: #555555;
  border-radius: 5px;
  padding: 0.5em;
  margin: 0 2px;
}

#dropdown li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#dropdown > li:hover, #dropdown li:hover ul li a:hover, #dropdown li.sfhover ul li a:hover {
  background: #7FCDE4;
}

#dropdown li ul { /* second-level lists */
  position: absolute;
  background: #EEF5E5;
  border: 1px solid #EBEBEB;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  max-width: 30em;
}

#dropdown li ul li {
  font-size: 100%;
  font-style: italic;
  width: 100%;
}

#dropdown li:hover ul, #dropdown li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
  margin-left: -5px;
  margin-top: 5px;
}

#dropdown li ul a {
  padding-left: 5px;
  font-weight: normal;
  font-style: normal;
}

div.dropdown-item {
 float: left;
}

div.dropdown-seperator {
 padding-left: 1em;
 padding-right: 1em;
 font-size: 150%;
 font-weight: bold;
 padding-top: .5em;
}

/* Paragraph with Icon */
img.icon {
  float:left;
}

#main .text-box-col h3.with-icon {
    background-image: none;
}

