/*
    Document   : Ciria - Sustrain
    Created on : 03-Jul-2012, 08:28:41
    Author     : Roberto S.
    Description: Ciria - Sustrain - Main Stylesheet
*/




/************** CLEARFIX **************/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display:inline-block;}

/* Hide f

rom IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}



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

html
{
    margin: 0;
    padding: 0;
    min-width: 975px;
}

html *
{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none!important;
    color: #53473B;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

a.full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* Makes sure the link   doesn't get underlined */
    z-index: 10; /* raises anchor tag above everything else in div */
    background-color: white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
    margin: 0;
    padding: 0;
}

img
{
    border: none;
}

h2 {
    font-size: 1.3em;
    font-weight: 400;
    padding-bottom: 10px;
}

p {
    font-size: 0.9em;
    font-family: 'PT Sans', sans-serif;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Gentium Basic', serif;
    color: #53473B;
    font-size: 100%;
    font-weight: 400;
    word-spacing: normal;
    text-align: left;
    letter-spacing: normal;
    line-height: normal;
    font-style: normal;
    text-transform: none;
}




/*********** GENERAL **************/
.left {
    float: left;
}

.right {
    float: right;
}

.double-line {
    height: 5px;
    margin-top: 20px;
    border-top: 1px solid #E3E0D9;
    border-bottom: 1px solid #E3E0D9;
}

.noPadding td {
   padding: 0;
}

.littlePadding td {
    padding: 3px;
}

.bigPadding td {
    padding: 7px;
}

.hugePadding td {
    padding: 15px;
}

/*********** CONTAINER **************/

#container {
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 768px;
}

#container .fwidth {
    position: relative;
    display: block;
    width: 975px;
    margin-left: auto;
    margin-right: auto;
    min-height: 10px;
}

#container .fwidth.left {
    float: right;
    width: 488px;
}

#container .fwidth.right {
    float: left;
    width: 487px;
}




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


#header {
    font-family: 'PT Sans', sans-serif;
}



/*********** HEADER - TOP **************/


#header .top {
    position: relative;
    height: 40px;
    background: url('/gfx/top-bg.jpg');
    padding: 0;
    margin: 0;
    width: auto;
}

    #header .top-left {
        display: block;
        float: left;
        position: relative;
        width: 50%;
    }

    #header .top-right {
        display: block;
        float: left;
        position: relative;
        width: 50%;
        z-index: 999999999;
    }

    #header .top .vdivider {
        display: inline-block;
        float: left;
        width: 1px;
        height: 40px;
        border-right: 1px solid #777;
        margin: 0;
        padding: 0;
    }


    .subtitle {
        position: relative;
        float: left;
        display: inline-block;
        vertical-align: middle;
        font-family: 'Arvo', serif;
        font-size: 0.7em;
        color: #E8C72C;
        padding: 13px 15px;
        font-family: 'Arvo';
        font-style: italic;
        font-weight: 400;
    }

    .subtitle .highlight {
        color: #BDD131;
    }

    #logo {
        display: block;
        position: absolute;
        background-image: url('/gfx/ciria-logo.gif');
        left: 413px;
        top: 0;
        width: 74px;
        height: 74px;
        z-index: 999999999;
    }



    /************** SEARCH FORM *************/
    #search-form {
        padding: 10px 20px;
        float: right;
        display: block;
        position: relative;
        padding-right: 210px;
    }

        #search-form label {
            float: left;
            overflow: hidden;
            font-size: 0.85em !important;
            color: #FFF;
            border: 1px solid transparent;
        }

        #search-form input {
            float: left;
            width: 190px;
            overflow: hidden;
            padding: 2px 1px;
            font-size: 0.75em !important;
            border: none;
            margin-left: 15px;
            background: url('/gfx/partners-trans.png');
            background-color: transparent;
        }

        #search-form .magnifier {
            display: block;
            padding: 0;
            margin: 0;
            width: 23px;
            height: 19px;
            right: 187px;
            top: 10px;
            position: absolute;
        }

        #search-form  input.submit {
            padding: 0 1px;
            margin: 0;
            width: 23px;
            height: 19px;
            right: 2px;
            position: absolute;
            background-color: transparent;
            background-image: url('/gfx/magnifier.png');
            background-repeat: no-repeat;
            background-position: left top;
            border: none;
        }



/*********** SOCIAL **************/

div.social {
   display: block;
   float: left;
}

div.social ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}

div.social.margin {
    padding: 5px 0;
}

    div.social ul li {
        display: block;
        float: left;
    }

    div.social ul li a {
        display: block;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
    }

        div.social ul li.facebook a {
            background-image: url('/gfx/icon-facebook.png');
        }

        div.social ul li.twitter a {
            background-image: url('/gfx/icon-twitter.png');
        }

        div.social ul li a:hover {
            text-decoration: none;
        }

        div.social ul li.linked-in a {
            background-image: url('/gfx/icon-linkedin.png');
        }

        div.social ul li.email  a {
            background-image: url('/gfx/icon-email.png');
        }

        div.social ul li.picasa a {
            background-image: url('/gfx/picasa_icon.png');
        }

        div.social ul li.youtube  a {
            background-image: url('/gfx/you_tube_logo.png');
        }



/************** HEADER - MENU *************/

ul#top-menu {
    display: block;
    background: url('/gfx/nav-gradient.png') repeat-x;
    top: 40px;
    left: 0;
    width: 100%;
    height: 27px;
    overflow: hidden;
    padding: 0;
    list-style-type: none;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
    position: absolute;
}

    ul#top-menu li {
        float: left;
        font-size: 0.87em;
        padding: 0 10px;
        border-right: 1px solid #CCC;
        height: 26px;
    }

    ul#top-menu li a {
        color: #999;
    }

    ul#top-menu li a:hover {
        color: #C77E39;
        text-decoration: none;
    }

    ul#top-menu li.sel a {
        color: #C77E39;
        font-weight: 800;
    }

    ul#top-menu li.last {
        border: none;
    }





/************** HEADER - MENU *************/

.menu-container {
    position: relative;
    display: block;
    margin-top: 40px;
    height: 100px;
    margin-bottom: 20px;
    z-index: 999999999;
}

.menu-container .logo {
    position: relative;
    display: block;
    background-image: url('/gfx/logo-top.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    float: left;
    width: 136px;
    height: 100%;
    bottom: 0;
}

.menu-container #menu {
    position: absolute;
    display: block;
    right: 0;
    bottom: -5px;
    padding: 0;
    list-style-type: none;
    padding: 0;
    z-index: 1;
}


/************** HEADER - MENU DARK BAR *************/
    .menu-unselected-bar-container {
        position: relative;
    }

    .menu-unselected-bar {
        padding: 0;
        margin: 0;
        display: block;
        position: absolute;
        height: 20px;
        z-index: 999999999;
        background-color: #2A261B;
    }

    .menu-container .menu-unselected-bar {
        display: none;
        left: 0;
        width: 151px;
        top: 120px;
    }

    .menu-container #menu .menu-unselected-bar {
        width: 151px;
        left: -150px;
        top: 41px;
    }

    .menu-container #menu li .menu-unselected-bar {
        left: 0;
        top: 41px;
        width: 101%;
    }

    .menu-container #menu li {
        position: relative;
        display: block;
        float: left;
        font-size: 1.2em;
        font-weight: 700;
        height: 26px;
        padding: 0 10px;
    }

    .menu-container #menu li a {
        color: #999;
        z-index: 999999999;
    }

    .menu-container #menu li .menu-border {
        display: block;
        position: absolute;
        width: 5px;
        height: 34px;
        top: 7px;
        z-index: 999999999;
        background-repeat: repeat-y;
    }

    .menu-container #menu li .menu-border.left {
        background: url('/gfx/menu-separator-left.png');
        left: -4px;
    }

    .menu-container #menu li .menu-border.right {
        background: url('/gfx/menu-separator-right.png');
        right: -4px;
    }

    .menu-container #menu li .menu-border-bar {
        display: block;
        position: absolute;
        width: 100%;
        height: 20px;
        top: 41px;
        left: 0;
        z-index: 999999999;
        background: url('/gfx/menu-background.png') repeat transparent;
    }

    .menu-container #menu li a:hover {
        color: #C77E39;
        text-decoration: none;
    }

    .menu-container #menu li.sel a {
        color: #C77E39;
    }

    .menu-container #menu li.last {
        border: none;
        padding-right: 0;
    }


    /************** HEADER - DROPDOWN MENU *************/
    .menu-container .big-dropdown-menu {
        display: none;
        position: absolute;
        top: 140px;
        left: 250px;
        z-index: 999999999;
        background: url('/gfx/menu-background.png') repeat transparent;
        overflow: hidden;
        height: 350px;
    }

    .menu-container .big-dropdown-menu.std {
        height: auto;
    }

    .menu-container .big-dropdown-menu.full {
        width: 100%;
        height: 350px;
        left: 0;
    }

        .menu-container .big-dropdown-menu .divider {
            background: url('/gfx/sub-nav-keyline.png') repeat-x transparent;
            width: 98%;
            margin: 0 auto;
            height: 10px;
        }

        .menu-container .big-dropdown-menu .section {

            /*background: url('/gfx/sub-nav-lines.png') repeat-y transparent;*/
        }

        .menu-container .big-dropdown-menu .dividers {
            display: block;
            background-image: url('/gfx/lines.png');
            background-position: 250px 10px;
            background-repeat: repeat-y;
            background-color: transparent;
            width: 100%;
            height: 100%;
        }

        .menu-container .big-dropdown-menu .menu-section {
            position: relative;
            display: block;
            padding: 0 0 3px;
            padding-top: 0;
            margin: 0;
            margin: 10px 0;
            float: left;
        }

        .menu-container .big-dropdown-menu .menu-section li a {
            display: block;
            color: #B4C636;
            font-weight: 800;
            font-size: 14.5px;
            width: 250px;
            margin: 0;
            padding: 0;
        }

        .menu-container .big-dropdown-menu .menu-section ul {
            font-size: 14.5px;
        }

        .menu-container .big-dropdown-menu .menu-section ul li {
            padding-right: 2px;
        }

        .menu-container .big-dropdown-menu .menu-section ul.folder-1 {
            display: none;
            position: absolute;
            left: 252px;
            top: 0;
            padding: 0;
            height: 500px;
            width: 800px;
        }

        .menu-container .big-dropdown-menu .menu-section ul.folder-1 li {
            padding: 4px 4px 5px 15px;
            width: 255px;
        }

        .menu-container .big-dropdown-menu .menu-section .sel {
            background-image: url('/gfx/nav-arrow.png');
            background-position: center right;
            background-repeat: no-repeat;
            background-color: #413936;
        }

        .menu-container .big-dropdown-menu .menu-section ul.folder-2 li {
            width: 427px;
        }

        .menu-container .big-dropdown-menu .menu-section ul.folder-2 {
            color: #FFF;
            display: none;
            position: absolute;
            left: 260px;
            top: 0;
            padding: 0 15px;
            height: 500px;
        }

            .menu-container .big-dropdown-menu.std ul li a {
                color: #FFF;
            }

            .menu-container .big-dropdown-menu.std ul li a:hover {
                color: #FFF;
            }

            .menu-container .big-dropdown-menu.std ul li:hover {
                background-color: #413936;
            }

            .menu-container .big-dropdown-menu.std ul li a:hover {
                background-color: #413936;
            }

        .menu-container .big-dropdown-menu .menu-section ul.folder-2 li a {
            color: #FFF;
        }

        .menu-container .big-dropdown-menu .menu-section ul.folder-2 li:hover {
            background-color: #413936;
        }

        .menu-container .big-dropdown-menu .menu-section ul.folder-2 li a:hover {
            background-color: #413936;
        }

        .menu-container .big-dropdown-menu .menu-section li a:hover {
            text-decoration: none;
        }

        .menu-container .big-dropdown-menu .dark {
            background-color: #363030;
        }

            .menu-container .big-dropdown-menu span.title {
                display: block;
                color: #B4C636;
                font-size: 1.2em;
                font-weight: 800;
                padding: 5px 15px;
                width: 100%;
            }

            .menu-container .big-dropdown-menu ul li.title:hover {
                cursor: pointer;
                cursor: hand;
            }

            .menu-container .big-dropdown-menu span.folder:hover {
                cursor: pointer;
                cursor: hand;
            }

                .menu-container .big-dropdown-menu ul {
                    position:relative;
                    display: block;
                    padding: 0 10px;
                    list-style-type: none;
                    float: left;
                    width: 250px;
                }

                .less-wide {
                    width: 170px !important;
                }

                .menu-container .big-dropdown-menu ul.submenu {
                    position: relative;
                    font-size: 1em;
                    font-weight: 200;
                    display: none;
                    padding: 8px 0;
                    list-style-type: none;
                    float: left;
                }

                .menu-container .big-dropdown-menu ul.submenu li {
                    color: #FFF;
                    display: block;
                    font-size: 11px;
                }

                .menu-container .big-dropdown-menu ul.submenu li a:hover {
                    text-decoration: underline;
                }

                .menu-container .big-dropdown-menu ul.first {
                    padding-left: 0;
                   /* width: 155px;*/
                }

                .menu-container .big-dropdown-menu ul.small {
                    width: 155px;
                    border: none;
                    padding-right: 0;
                }

                .menu-container .big-dropdown-menu ul.last {
                    border: none;
                    padding-right: 0;
                }

                .menu-container .big-dropdown-menu ul li {
                    color: #FFF;
                    display: block;
                    padding: 4px 3px 4px 20px;
                }

                .menu-container .big-dropdown-menu ul span.folder {
                    font-weight: 800;
                    padding-bottom: 8px;
                }

                .menu-container .big-dropdown-menu ul li a {
                    color: #FFF;
                }

                .menu-container .big-dropdown-menu ul li a:hover {
                    color: #B4C636;
                    text-decoration: none;
                }


/************** BANNER *************/
.banner-container {
    display: block;
    position: relative;
    width:100%;
    height: 250px;
    padding-bottom: 7px;
    border-bottom: 1px solid #AAA;
}

/************** SLIDESHOW *************/


.slideshow-container {
    display: block;
    position: relative;
    width:100%;
    height: 456px;
    padding-bottom: 7px;
    border-bottom: 1px solid #AAA;
}


.circle-container {
    position: relative;
    height: 100%;
    z-index: 999;
}

    .circle-container .circle {
        overflow: hidden;
        position: relative;
        float: right;
        margin-top: 35px;
        width: 385px;
        height: 385px;
    }

        .circle-container .circle h2 {
            color: #40515B;
            position: absolute;
            width: 150px;
            top: 100px;
            left: 80px;
            font-size: 1.2em;
            font-weight: 800;
        }

        .circle-container .circle h2 a {
            color: #40515B;
        }

        .circle-container .circle h2 a:hover {
            text-decoration: underline;
        }

        .circle-container .circle h3 {
            font-family: 'PT Sans', sans-serif;
            font-size: 1.1em;
            font-weight: 400;
            color: #40515B;
            position: absolute;
            width: 250px;
            top: 160px;
            left: 80px;
        }

        .circle-container .circle h3 a {
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            color: #40515B;
        }

        .circle-container .circle h3 a:hover {
            text-decoration: underline;
        }


    .circle-container .circle .arrow {
        position: absolute;
        top: 186px;
        width: 10px;
        height: 16px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .circle-container .circle .arrow.left {
        left: 5px;
        /*background-image: url('/gfx/slideshow-arrow-left.png');*/
    }

    .circle-container .circle .arrow.right {
        right: 5px;
        /*background-image: url('/gfx/slideshow-arrow-right.png');*/
    }

        .circle-container .bullets-container {
            position: absolute;
            width: 100%;
            bottom: 40px;
            left: 0;
        }

        .circle-container #bullets {
            float: right;
            left: -50%;
            position: relative;
            text-align: left;
        }

        .circle-container #bullets ul {
            position: relative;
            list-style-type: none;
            padding: 0 !important;
            left: 50%;
        }

        .circle-container #bullets ul li {
            display: block;
            float: left;
            margin-right: 1px;
        }

        .circle-container #bullets ul li a.bullet {
            display: block;
            background-image: url('/gfx/dot.png');
            float: left;
            width: 15px;
            height: 15px;
            margin: 0 2px;
            font-size: 0em;
        }

        .circle-container #bullets ul li a.bullet:hover {
            text-decoration: none;
        }

        .circle-container #bullets ul li a.bullet.sel {
            background-image: url('/gfx/dota.png');
        }



.slideshow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 456px;
    background-position: top center;
    background-repeat: repeat-x;
}


/*********** NEWSLETTER **************/

#newsletter-signup {
    position: absolute;
    top: 50px;
    left: 150px;
    display: none;
    z-index: 999999999;
}


.form-box {
    font-family: 'PT Sans',sans-serif;
    font-size: 0.8em;
    float: left;
    display: inline-block;
}

.form-box label {
    padding-top: 10px;
}

.form-box label span {
    padding-right: 5px;
}

.form-box #fg-email_address {
    font-size: 0.9em;
    width: 130px;
}

.form-box .submit {
        float: left;
        background: #91BD09 url('/gfx/overlay-button.png') repeat-x;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
        margin-left: 5px;
        padding: 2px;
        font-size: 0.8em;
}

/*********** DEFAULT BACKGROUNDS **************/

.body-background {
    /* background: url('/images/homepage-center-background.jpg') no-repeat #EDEEE6; */
    position: relative;
    background-color: #E7E3DD !important;
    overflow: hidden;
}

.body-background .gradient {
    position: absolute;
    top: 960px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('/gfx/gradient.png');
    background-repeat: repeat-x;
    background-color: transparent;
}


.banner-container {
    /* background: url('/images/banner-01.jpg') no-repeat transparent; */
}



/***************** HOMEPAGE **************/

#page {
    padding: 20px 0;
    z-index: 3;
}

.background {
    z-index: 2;
}

.content {
    z-index: 999999999;
}


#page .left {
    width: 730px;
    display: block;
    padding-bottom: 30px;
}

#page .box {
     position: relative;
     float: left;
     margin-bottom: 15px;
}

    #page .box.one {
        width: 401px;
        height: 338px;
        background: url('/gfx/box1-bg.png') no-repeat transparent;
        background-position: bottom left;
        margin-right: 10px;
    }

        #page .box.one .content {
            position: absolute;
            left: 2px;
            top: 44px;
            width: 372px;
            height: 270px;
            padding: 10px;
        }

        #page .news {
            margin: 0;
            padding: 0;
            display: block;
            border-bottom: 1px dotted #CCC;
            height: 113px;
            font-size: 0.8em;
        }

        #page .news.taller {
            height: 123px;
        }

        #page .news.last {
            border-bottom: none;
        }

            #page .news.large {
                height: auto;
                padding-bottom: 20px;
            }

        #page .news .date {
            display: block;
            font-family: 'PT Sans',sans-serif;
            float: left;
            position: relative;
            margin-top: 10px;
            width: 64px;
            height: 65px;
            background: url('/gfx/date.png') no-repeat transparent;
            background-position: center center;
            z-index: 1;
        }

            #page .news .date .day {
                position: absolute;
                top: 10px;
                left: 25px;
                color: #E49B2A;
            }

            #page .news .date .month {
                position: absolute;
                top: 27px;
                left: 25px;
                text-transform: uppercase;
                font-weight: 800;
            }

        #page .news .article {
            float: right;
            display: block;
            position: relative;
            width: 280px;
            /*height: 100px;*/
            padding: 0 5px 5px;
        }

            #page .news .article.large {
                width: 540px;
            }

            #page .news .news-buttons {
                display: block;
                float: right;
                margin-top: 20px;
            }

            #page .news .news-buttons .col {
                float: left;
                margin-right: 10px;
            }

            #page .news .news-buttons .comment-button {
                float: left;
                margin-top: 0;
                font-size: 1em;
            }

        #page .news .article .title {
            font-family: 'Gentium Basic',serif;
            font-size: 1.2em;
            font-weight: 700;
            display: block;
            padding: 5px 0;
        }

        #page .news .article .title h2 {
            font-family: 'Gentium Basic',serif;
            font-size: 1.6em;
            font-weight: 800;
            display: block;
            padding: 10px 0;
            padding-top: 0;
        }

        #page .news .article .description {
            font-family: 'PT Sans',sans-serif;
            font-size: 1em;
            display: block;
        }

        #page .news .article .description ul {
            margin: 10px 0;
        }


        #page .news .article .description ul li {
            font-size: 1.3em;
        }

        #page .news .article .description p {
            font-family: 'PT Sans',sans-serif;
            font-size: 1em;
        }

            #page .news .article .description a {
                color: #B4C636;
                text-decoration: none;
                background-color: transparent;
            }

            #page .news .article .description a:hover {
                text-decoration: underline;
                background-color: transparent;
            }

            #page #calendar a,
            #page #calendar-big a {
                background-color: transparent;
                text-decoration: none;
            }

            #page #calendar-big a:hover,
            #page #calendar-big a:hover {
                background-color: transparent;
            }


        #page .read-all {
            font-size: 0.8em;
            font-family: 'PT Sans',sans-serif;
            position: absolute;
            left: 2px;
            bottom: 10px;
            width: 100%;
            height: 30px;
            background-position: center center;
            text-align: center;
            line-height: 2em;
            text-transform: uppercase;
            color: #FFF;
        }

        #page .read-all.align-left {
            width: 150px;
            left: -10px;
            bottom: -10px;
        }

        #page .read-all.align-top-right {
            width: auto;
            top: 0;
            left: 430px;
        }

        #page .read-all.align-top-left {
            width: 230px;
            top: 0;
            left: 10px;
        }

         #page .read-all.align-top-left-more {
            width: 230px;
            top: 0;
            left: 200px;
        }

        #page .read-all.news-button {
            background: url('/gfx/read-news-button.png') no-repeat center center transparent;
        }

        #page .read-all.events-button {
            background: url('/gfx/view-events-button.png') no-repeat center center transparent;
        }

        #page .read-all.events-button.large {
            background: url('/gfx/view-events-button-large.png') no-repeat center center transparent;
            width: 180px;
        }

    #page .box.two {
        width: 724px;
        height: 346px;
    }

    #page .box.two .content {
        position: absolute;
        width: 650px;
        height: 280px;
        top: 60px;
        left: 20px;
        z-index: 999999999;
    }

    #page .box.two .background {
        position: absolute;
        left: -26px;
        bottom: -44px;
        width: 716px;
        height: 346px;
        background: url('/gfx/box2-bg.png') no-repeat bottom center transparent;
    }


    #page .box.content.top {
        display: block;
        background: url('/gfx/content-top-bg.png') no-repeat transparent;
        width: 697px;
        height: 20px;
        padding: 0;
        margin: 0;
    }


    /***************** CONTENT **************/
    #page .box.content {
        width: 637px;
        background: url('/gfx/content-bg.png') repeat-y transparent;
        padding: 10px 30px 60px;
        margin: 0;
        font-family: 'PT Sans',sans-serif;
        font-size: 1em;
    }

    #page .box.reduced {
        padding-bottom: 20px;
        width: 595px;
    }

        #page .box.content a {
            text-decoration: underline;
        }

        #page .box.content .share a {
            text-decoration: none;
        }

        #page .box.content a:hover {
            background-color: #D8E26D;
            text-decoration: none;
        }

        #page .box.content .share {
            display: block;
            text-align: right;
            border-bottom: 1px dotted #AAA;
            margin-bottom: 0;
        }

        #page .box.content .share.reduced {
            margin-bottom: 0;
        }

        #page .box.content .share img {
            margin: 0 2px;
            padding: 0;
            padding-bottom: 5px;
        }

        #page .box.content .share img.rss-share {
            padding-bottom: 7px;
        }

        #page .box.content .share a {
            background-color: transparent;
        }

        #page .box.content .share a:hover {
            text-decoration: none;
        }

        #page .box.content h2,
        #page .box.content h1 {
            padding: 20px 0;
            padding-bottom: 10px;
        }

        #page .box.content img {
            padding: 0;
            border: 1px solid #53473B;
            margin: 20px;
        }

        #page .box.content p img {
            margin: 20px;
        }

        #page .box.content .resources img {
            margin: 0;
            padding: 0;
            border: none;
        }

         #page .box.content .resources a:hover {
            background-color: transparent !important;
        }

        #page .box.content .resources a img:hover {
            text-decoration: none !important;
            background-color: transparent !important;
        }

        #page .box.content .share img {
            padding: 0 3px 5px;
            margin: 0;
            border: none;
        }

        #page .box.content h1{
            font-size: 1.4em;
            padding-left: 0px;
            padding-bottom: 10px;
        }

        #page .box.content ul,
        #page .box.content ol {
            padding-left: 25px;
            font-size: 0.8em;
        }

        #page .box.content ul li,
        #page .box.content ol li {
            padding-bottom: 3px;
        }

        #page .box.content ul li p {
            font-size: 1.2em;
        }

        #page .box.content ul li p a {
            font-size: 0.9em;
        }

        #page .box.content ul ul li p {
            font-size: 1.4em;
        }


        #page .box.content ol li p {
            font-size: 1.25em;
        }

        #page .box.content.bottom {
            position: relative;
            display: block;
            padding: 0;
            margin: 0;
            margin-bottom: 40px;
            background: url('/gfx/content-bottom-bg.png') no-repeat transparent;
            width: 697px;
            height: 20px;
        }

        #page .box.content.bottom .decor {
            position: absolute;
            bottom: 4px;
            right: 5px;
            background: url('/gfx/content-weed.png') no-repeat transparent;
            width: 57px;
            height: 120px;
        }

        #page .box.content .container {
            padding: 0 10px 20px 10px;
            font-size: 0.8em;
        }

         #page .box.content .container.gallery-subtitle {
            font-size: 1em;
        }


/***************** MAP **************/

        #map_canvas {
            margin: 0 auto;
            width: 625px;
            height: 500px;
            margin-bottom: 20px;
        }

        #map_canvas_case_study {
            margin: 0 auto;
            width: 625px;
            height: 200px;
            margin-bottom: 20px;
            border: 1px #CCC solid;
        }

        #map_canvas_small {
            margin: 20px auto;
            width: 250px;
            height: 300px;
        }

        #map_canvas a {
            background-color: transparent !important;
            text-decoration: none;
            background: url('/gfx/dota.png') no-repeat transparent;
            background-position: center left;
            padding-left: 18px;
            font-size: 0.8em;
        }

        #map_canvas a:hover {
            background-color: transparent !important;
            text-decoration: underline;
        }

       #map_canvas .info h2 {
                color: #C1DA38;
                font-size: 0.9em;
        }

        #map_canvas .info {
                font-family: 'PT Sans',sans-serif;
                font-size: 1em;
                min-width: 250px;
                max-width: 310px;
                width: 310px;
        }

        #map_canvas .info .description {
                padding: 0 0 10px;
                font-size: 0.8em;
                display: block;
                width: 300px;
        }

/***************** TABS **************/
#page ul.tabs {
    padding-left: 2px;
    list-style-type: none;
}

    #page ul.tabs li {
        font-size: 1.1em;
        display: block;
        float: left;
        background: url('/gfx/box-tab.png') no-repeat transparent;
        width: 123px;
        height: 44px;
        padding-top: 12px;
        padding-left: 10px;
        color: #5B4E3E;
        margin: 0;
    }

    #page ul.tabs li * {
        color: #5B4E3E;
        text-decoration: none;
    }

    #page ul.tabs li.sel * {
        color: #FFF !important;
    }

    #page ul.tabs li.a:hover {
        text-decoration: none;
    }

    #page ul.tabs li.sel,
    #page ul.tabs li:hover {
        color: #FFF;
        background: url('/gfx/newsa.png') no-repeat transparent;
        text-decoration: none;
        cursor: pointer;
        cursor: hand;
    }

    #page .tabs.full li {
        display: block;
        background: url('/gfx/tab.png') no-repeat transparent;
        width: 221px;
        height: 44px;
    }

    #page .tabs.full li.small {
        font-size: 1.1em;
        display: block;
        float: left;
        background: url('/gfx/box-tab.png') no-repeat transparent;
        width: 123px;
        height: 44px;
        padding-top: 12px;
        padding-left: 10px;
        color: #5B4E3E;
        margin: 0;
    }

    #page .tabs.full li.small:hover {
        color: #FFF;
        background: url('/gfx/newsa.png') no-repeat transparent;
        text-decoration: none;
        cursor: pointer;
        cursor: hand;
    }

    #page ul.tabs.full li.sel,
    #page ul.tabs.full li:hover {
        color: #FFF;
        background: url('/gfx/casea.png') no-repeat transparent;
        text-decoration: none;
    }

    /***************** RIGHT NAV **************/
     #rightnav {
        font-family: 'PT Sans',sans-serif;
        font-size: 0.8em;
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
        position: relative;
    }

    #rightnav .top {
        display: block;
        position: relative;
        background: url('/gfx/nav-top-bg.png') no-repeat transparent;
        width: 234px;
        height: 20px;
    }

    #rightnav .leaves {
        display: block;
        position: absolute;
        top: -20px;
        right: -20px;
        background-image: url('/gfx/nav-leaves.png');
        background-repeat: no-repeat;
        background-color: transparent;
        width: 55px;
        height: 55px;
        z-index: 9999999999;
    }

    #rightnav .abs-title {
        background: url("/gfx/nav-bg.png") repeat-y scroll 0 0 transparent;
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 9999999999;
        font-size: 1.5em;
        font-weight: 800;
        width: 220px;
        padding-left: 20px;
        height: 40px;
        padding-top: 10px;
    }

    #rightnav .bottom {
        display: block;
        position: relative;
        background: url('/gfx/nav-bottom-bg.png') no-repeat transparent;
        width: 234px;
        height: 20px;
    }

    #rightnav .top-arrow {
        position: absolute;
        top: 5px;
        left: 85px;
        background: url('/gfx/video-up-arrow.png') no-repeat transparent;
        width: 56px;
        height: 28px;
        z-index: 9999999999;
    }

    #rightnav .bottom-arrow {
        position: absolute;
        bottom: 5px;
        left: 85px;
        background: url('/gfx/video-bottom-arrow.png') no-repeat transparent;
        width: 56px;
        height: 28px;
        z-index: 9999999999;
    }

    .nav-thumbnail {
        padding: 10px 0 !important;
        text-align: center;
    }

    .nav-thumbnail.selected {
        padding: 5px 0 !important;
        padding-top: 0 !important;
    }

    .image-title {
        display: block;
        padding: 0 10px !important;
    }

    .nav-thumbnail .image {
        width: 160px;
        height: 85px;
        background-position: center center;
        margin: 0 auto;
    }

    #rightnav ul.images {
        padding-bottom: 10px !important;
        position: relative;
    }

    #rightnav ul li.gallery-title {
        border-bottom: none !important;
    }

    #rightnav .content {
        display: block;
        padding-right: 10px;
        padding-left: 5px;
        background: url('/gfx/nav-bg.png') repeat-y transparent;
    }

    #rightnav .content.news-nav {

    }

        #rightnav .content.news-nav li {
               border-bottom: 1px dotted #CCC;
        }

        #rightnav .content.shorter {
            position: relative;
            height: 570px;
            margin-top: 50px;
            overflow: hidden;
        }

        #rightnav .content.shorter .images-content {
           position: absolute;
           top: 0;
        }

        #rightnav .content .title {
            display: block;
            font-weight: 800;
            font-size: 1.3em;
            padding-left: 5px;
            padding-bottom: 20px;
        }

        #rightnav ul {
            list-style-type: none;
            display: block;
        }

         #rightnav ul > li {
             position: relative;
             padding: 0;
             margin: 0;
             width: 225px;
        }

        #rightnav ul.level-2 > li {
             border-bottom: 1px dotted #AAA;
        }

        #rightnav ul li.cat-sel,
        #rightnav ul li .cat-sel {
            background: url('/gfx/nav-ribbon-bg.png') repeat-y transparent;
            width: 225px;
            margin-bottom: 10px;
        }

        #rightnav ul li.gallery-title.cat-sel,
        #rightnav ul li.gallery-title .cat-sel {
            margin-bottom: 0;
        }

         #rightnav ul li.cat-sel a,
         #rightnav ul li .cat-sel a {
            background-color: #B7C637;
            color: #FFF;
            font-weight: 800;
        }

         #rightnav ul li.cat-sel a:hover,
         #rightnav ul li .cat-sel a:hover {
            color: #FFF;
        }

         #rightnav ul li.subcat-sel {
            background-color: #ECF0CB;
        }


        #rightnav ul li a {
            display: block;
            padding: 6px 20px 10px 5px;
            color: #53473B;
            z-index: 999999999;
       }

       #rightnav ul li a:hover {
           color: #B4C636;
           text-decoration: none;
       }

       .abs-ribbon {
            position: absolute;
            display: block;
            left: -30px;
            top: 0;
            background: url('/gfx/nav-ribbon-sep.png') no-repeat transparent;
            width: 31px;
            height: 57px;
            z-index: 1;
            margin: 0;
            padding: 0;
        }


        #rightnav ul li .ribbon {
            position: absolute;
            display: block;
            left: -30px;
            top: 0;
            background: url('/gfx/nav-ribbon-sep.png') no-repeat transparent;
            width: 31px;
            height: 57px;
            z-index: 1;
            margin: 0;
            padding: 0;
        }

        #rightnav .gallery-ribbon {
            position: absolute;
            display: block;
            left: -30px;
            top: 0;
            background: url('/gfx/nav-ribbon-sep.png') no-repeat transparent;
            width: 31px;
            height: 57px;
            z-index: 1;
            margin: 0;
            padding: 0;
        }

            #rightnav ul li ul.hidden-cat {
                display: none;
            }

            /*#rightnav ul li ul li,
            #rightnav ul li ul li a {
                background-color: #ECF0CB !important;
                color: #53473B !important;
                font-weight: 400 !important;
                border-bottom: none;
            }*/

            #rightnav ul li ul li.elem-sel a {
                background: url('/gfx/nav-ribbon-bg.png') !important;
                color: #FFF !important;
            }

            #rightnav ul li .child-hi {
                background: url('/gfx/nav-ribbon-bg.png') repeat-y transparent;
                width: 225px;
            }






            /***************** New navigation directives 30-08-2012 **************/

            #rightnav .sub-level {
                display: none;
            }

            #rightnav ul.title-level > li > a {
                display: block;
                font-size: 1.3em;
                font-weight: 800;
                padding-bottom: 20px;
                padding-top: 15px;
                padding-left: 5px;
            }

            #rightnav ul.level-1 > li {
                border-bottom: none;
            }

            #rightnav ul li.dir {
                background-image: url('/gfx/rightnav-arrow.png');
                background-position: top right;
                background-repeat: no-repeat;
            }

            #rightnav ul li.dir.open {
                background-image: url('/gfx/rightnav-arrow-down.png') !important;
            }

            #rightnav ul.level-1 > li.dir {
                background-image: none;
            }

            #rightnav ul.rollover > li.sel-branch {
                background: url('/gfx/nav-ribbon-bg.png') repeat-y transparent !important;
                width: 225px;
            }

            #rightnav ul.rollover > li.child-hi a,
            #rightnav ul.rollover > li.hi a {
                color: #FFF;
                font-weight: 800;
            }

            #rightnav ul.rollover li.child-hi > ul.sub-level,
            #rightnav ul.rollover li.hi > ul.sub-level {
                display: block;
                background-image: none !important;
                background-color: #ECF0CB !important;
            }





            /*============  ALL NAVIGATION LEVELS VARIATIUONS =============== */
            #rightnav ul li > ul.level-3.sub-level {
                background-image: none !important;
                background-color: #ECF0CB !important;
            }


            #rightnav ul li > ul.level-4.sub-level {
                background-image: none !important;
                background-color: #EFEFEF !important;
            }

            #rightnav ul li > ul.level-5.sub-level {
                background-image: none !important;
                background-color: #EFEFEF !important;
            }


            #rightnav ul li > ul.level-6.sub-level {
                background-image: none !important;
                background-color: #EFEFEF !important;
            }

            #rightnav ul li > ul.level-7.sub-level {
                background-image: none !important;
                background-color: #EFEFEF !important;
            }


            #rightnav ul li > ul.level-4.sub-level li a {
                padding-left: 10px;
                width: 200px;
            }

            #rightnav ul li > ul.level-4.sub-level li a {
                padding-left: 15px;
                width: 190px;
            }

            #rightnav ul li > ul.level-5.sub-level li a {
                padding-left: 30px;
                width: 175px;
            }


            #rightnav ul li > ul.level-6.sub-level li a {
                padding-left: 45px;
                width: 160px;
            }

            #rightnav ul li > ul.level-7.sub-level li a {
                padding-left: 60px;
                width: 145px;
            }

            /* ===============================================================*/


            #rightnav ul.rollover li.child-hi > ul.sub-level li a,
            #rightnav ul.rollover li.hi > ul.sub-level li a {
                color: #53473B;
                font-weight: 200;
            }

            #rightnav ul.rollover li.child-hi > ul.sub-level li a:hover ,
            #rightnav ul.rollover li.hi > ul.sub-level li a:hover {
                text-decoration: underline;
                color: #333;
            }

            #rightnav ul.rollover li.child-hi > ul.sub-level li.sel a,
            #rightnav ul.rollover li.hi > ul.sub-level li.sel a {
                color: #53473B;
            }

            #rightnav ul.rollover li.child-hi > ul.sub-level li.sel,
            #rightnav ul.rollover li.hi > ul.sub-level li.sel {
                background-color: #D6E16B;
            }




/***************** EVENTS **************/


#page .box.events {
    background: url('/gfx/calendar-bg.png') no-repeat transparent;
    width: 314px;
    height: 352px;
}

    #page .box.events .content {
        position: absolute;
        top: 15px;
        left: 40px;
        width: 220px;
        height: 320px;
    }

        #page .box.events .content h2 {
            font-size: 1.2em;
            padding-bottom: 10px;
        }

    .event-desc {
        padding-top: 15px;
        font-family: 'PT Sans',sans-serif;
        font-size: 0.75em;
        display: block;
        font-size: 0.85em;
        color: #14C1E9;
    }

    


    #event-date {
        display: block;
    }

    #event-name {
        display:  block;
        color: #14C1E9;
    }


#page .right {
    float: right;
    max-width: 240px;
}

    #page .small-boxes {
        position: relative;
        display: block;
    }

    #page .box.small {
        width: 115px;
        height: 125px;
    }


    #page .box.small .forum {
        position: absolute;
        background: url('/gfx/forum.png') no-repeat;
        width: 127px;
        height: 140px;
        left: -13px;
        bottom: -15px;
        padding-right: 5px;
        text-align: center;
    }

    #page .box.small .forum .title
    {
        text-align: center;
        padding-left: 10px;
        line-height: 30px;
        font-weight: 600;
    }

    #page .box.small .forum:hover
    {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    }

    #page .box.small .newsletter .title
    {
        line-height: 30px;
        text-align: center;
        font-weight: 600;
    }

    #page .box.small .forum .link
    {
        text-align: center;
        padding-left: 10px;
        padding-top: 65px;
        display: block;
        color: #E97743;
        font-weight: 600;
    }

    #page .box.small .newsletter .link
    {
        text-align: center;
        padding-top: 65px;
        display: block;
        color: #E97743;
        font-weight: 600;
    }


    #page .box.small .newsletter {
        position: absolute;
        background: url('/gfx/newsletter.png') no-repeat;
        width: 115px;
        height: 125px;
        margin-left: 5px;
        text-align: center;
    }

    #page .box.small .newsletter:hover {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    }

    #page .box.survey {
        background: url('/gfx/survey-bg.png') no-repeat;
        width: 236px;
        height: 194px;
        margin-top: 5px;
        margin-bottom: 27px;
        display: block;
    }

        #page .box.survey .content {
            padding: 25px;
            padding-top: 20px;
        }

        #page .box.survey h2 {
            font-size: 1.2em;
            padding-bottom: 10px;
        }

        #page .box.survey .description {
            font-style: italic;
            font-size: 1em;
            padding-bottom: 10px;
            color: #11A7BF;
        }

        #page .box.survey #survey-form {
            padding-top: 5px;
        }

        #page .box.survey #survey-form label {
            float: left;
            padding-right: 20px;
            font-family: 'PT Sans',sans-serif;
            font-size: 0.85em;
            padding-top: 5px;
        }

        #page .box.survey #survey-form input.submit {
            border: none;
            width: 57px;
            height: 28px;
            background: url('/gfx/vote-button.png') no-repeat center center transparent;
            text-align: center;
            vertical-align: middle;
            font-size: 0.8em;
            text-transform: uppercase;
            color: #FFF;
            position: absolute;
            right: 10px;
            bottom: 20px;
        }

    #page .box.tweets {
        width: 236px;
        height: 346px;
        margin-top: 20px;
    }

    #page .box.tweets .content {
        font-family: 'PT Sans',sans-serif;
        position: absolute;
        width: 192px;
        height: 293px;
        top: 4px;
        left: 12px;
        z-index: 999999999;
        padding: 10px;
        font-size: 0.8em;
        overflow: hidden;
    }

    #page .box.tweets .content ul {
        padding: 0;
        margin: 0;
    }

    #page .box.tweets .content ul li {
        display: block;
        padding-bottom: 5px;
        border-bottom: 1px dotted #CCC;
        margin-bottom: 10px;
    }

    #page .box.tweets .content ul li a {
        color: #11A7C0;
    }

    #page .box.tweets .content ul li a:hover {
        text-decoration: underline;
    }

    #page .box.tweets .background {
        position: absolute;
        background: url('/gfx/twitter-bg.png') no-repeat;
        width: 292px;
        height: 380px;
        top: -30px;
        left: -18px;
        z-index: 2;
    }


/*************** BREADCRUMBS ************/
ul#breadcrumbs {
   display: block;
   margin: 0 auto;
   padding: 0;
   padding-bottom: 40px;
   list-style-type: none;
   font-family: 'PT Sans',sans-serif;
   font-size: 0.75em;
}

    ul#breadcrumbs li {
        border-left: 1px solid #AAA;
    }

    ul#breadcrumbs li.first {
        border: none;
        padding-left: 0;
    }

    ul#breadcrumbs li,
    ul#breadcrumbs li a {
        float: left;
        color: #A7A09A;
        padding: 0 4px;
        line-height: 0.8em;
    }

    ul#breadcrumbs li:hover,
    ul#breadcrumbs li a:hover {
        text-decoration: none;
        color: #BFD630;
    }

    ul#breadcrumbs li.sel a {
        color: #E28D33;
    }








/**************** CONTENT  ****************/


     .comment-button {
         position: relative;
         width: 247px;
         height: 28px;
         background: url('/gfx/long-green-comment.png') no-repeat transparent;
         z-index: 999999999;
         text-transform: uppercase;
         text-align: center;
         vertical-align: middle;
         line-height: 1.8em;
         color: #FFF;
         margin-top: 20px;
         font-size: 0.9em;
     }




      /**************** CONTENT BOX ****************/

     .box-content {
          position: relative;
          display: block;
          background: url('/gfx/white-bg.png') repeat-y transparent;
          width: 634px;
          z-index: 999999999;
     }

     .box-content.sitemap {
          padding: 20px;
          font-size: 1.3em;
     }

     .box-content.delivering-suds-sitemap.sitemap ul li a {
         font-size: 13px;
     }

     .box-content.directory img {
          border: none !important;
          text-align: center;
          vertical-align: middle;
     }

     .box-content.directory a:hover {
          text-decoration: none;
     }

     .box-content-top {
         width: 634px;
         height: 16px;
         background: url('/gfx/white-top.png') no-repeat transparent;
         z-index: 999999999;
     }

     .box-content-bottom {
         width: 634px;
         height: 21px;
         background: url('/gfx/white-bottom.png') no-repeat transparent;
         z-index: 999999999;
         margin-bottom: 30px;
     }

     .box-content-bottom.no-margin {
         margin-bottom: 0;
     }

      .box-content.case-studies {
          padding: 15px;
          width: 605px;
     }

      .box-content.case-studies .right {
          float: right !important;
          width: auto !important;
          padding-bottom: 0 !important;
          padding-right: 35px;
     }

     .box-content.case-studies .left {
          float: left !important;
          width: 300px !important;
          padding-bottom: 0 !important;
     }

     .box-content.case-studies h2,
     .box-content.case-studies h3 {
         font-family: 'Gentium Basic',serif;
     }

     .box-content.case-studies h2 {
         font-weight: 800;
     }

     .box-content.case-studies h3 {
         font-weight: 400;
         padding-bottom: 10px;
     }

      .box-content.case-studies img {
         border: none !important;
     }


    .case-study-box .left {
        width: 380px !important;
    }

    .case-study-box .left h2,
    .case-study-box .left h3 {
         font-family: 'Gentium Basic',serif;
    }

    .gallery-box h2,
    .gallery-box h3 {
         font-family: 'Gentium Basic',serif;
         padding-bottom: 10px;
         font-weight: 400;
    }

    .case-study-box .left h2 {
         font-weight: 800;
    }

    .case-study-box .left h3 {
         font-weight: 400;
         padding-bottom: 10px;
    }



      /**************** TABLE BOX ****************/


      .table-content {
          width: 650px;
          display: block;
          padding: 15px;
          margin: 0;
      }
      
      .table-content p
      {
          font-size: 13px;
      }

      .table-content h2 {
          padding-top: 0 !important;
      }

        .table-content .row {
            display: block;
            border-bottom: 1px dotted #CCC;
            width: 600px;
            float: left;
        }

            .table-content .row.last {
                border-bottom: none;
            }

        .table-content .col {
            float: left;
            display: block;
            width: 190px;
            border-right: 1px dotted #CCC;
            border-left: 1px dotted #CCC;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-left: 15px;
            padding-right: 15px;
            padding-left: 15px;
            min-height: 70px;
            font-size: 13px;
        }

        .table-content .col.no-height {
            min-height: 0;
        }

        .table-content.resources .col {
            width: 280px;
            height: auto;
            padding-bottom: 10px;
        }

            .table-content.resources .col .text {
                display: block;
                height: 85px;
            }

            #resources-search {
                display: block;
                width: 600px;
                border-bottom: 1px dotted #AAA;
                margin-bottom: 5px;
            }

                #resources-search form {
                    position: relative;
                    margin-bottom: 25px;
                    width: 570px;
                }

                #resources-search label{
                    float: left;
                    font-size: 1.8em;
                    text-transform: uppercase;
                    color: #AAA;
                    padding-right: 10px;
                    vertical-align: middle;
                }

                #resources-search .search {
                    width: 460px;
                    height: 35px;
                    border: 1px solid #D8CFC8;
                    background-color: #FFF;
                }
                #resources-search input.submit {
                    padding: 0 1px;
                    margin: 0;
                    width: 41px;
                    height: 37px;
                    right: 0;
                    top: 0;
                    position: absolute;
                    background-color: transparent;
                    background-image: url('/gfx/magnify.gif');
                    background-repeat: no-repeat;
                    background-position: left top;
                    border: none;
                }

        .search-result {
            padding-bottom: 20px;
            border-bottom: 1px dotted #CCC;
            margin-bottom: 10px;
        }


        .table-content.resources .col.first {
            width: 100px;
        }

        .table-content.resources .col.last {
            width: 110px;
            padding-top: 50px;
        }

        .table-content.resources h2, .table-content.resources h1, .table-content.resources img {
            padding: 0 !important;
            font-weight: 800;
            font-family: 'Gentium Basic',serif;
        }

            .table-content .col.shorter {
                height: 50px;
            }

            .table-content .col.first {
                border-right: none;
                border-left: none;
                margin-left: 0;
                padding-left: 12px;
            }

            .table-content .col.last {
                border-right: none;
                border-left: none;
                margin-right: 0;
                padding-right: 0;
                width: 100px;
            }

            .table-content .col .buttons {
               display: block;
               float: right;
            }

            .table-content .col .link {
               display: block;
               float: right;
               width: 100px;
               text-align: center;
               padding-top: 15px;
            }

                .table-content .col .link a {
                    color: #E79C4B;
                }

            .col .button {
                display: block;
                margin-bottom: 10px;
                background: url('/gfx/read-more.png') no-repeat transparent;
                text-align: center;
                width: 98px;
                height: 28px;
                text-transform: uppercase;
                color: #FFF;
                line-height: 1.9em;
                position: relative;
            }

        .table-content .col img {
            margin: 0;
            padding: 0 !important;
            text-align: center;
        }


/**************** GLOSSARY **************/
.title-and-icon {
    position: relative;
    padding-bottom: 20px;
    height: 80px;
}

.title-and-icon.no-padding {
    padding-bottom: 0;
}

.title-and-icon img {
    border: none !important;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: -20px;
    margin: 0 !important;
}

.title-and-icon .glossary {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('/gfx/icons/suds-glossary.gif') no-repeat transparent;
    top: -15px;
    left: 0;
}

.title-and-icon .title {
    height: 80px;
    position: absolute;
    top: -10px;
    left: 85px;
}

div.supertitle {
    height: 80px;
    vertical-align: middle;
}




#glossary-content {
    display: block;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 640px;
}

#glossary-content div {
    display: block;
}

#glossary-content div.last {
    border-bottom: none;
}


#glossary-content div.glossary-container {
    display: block;
    border-bottom: 1px dotted #AAA;
}


#glossary-content div.left {
    float: left;
    width: 150px;
    padding: 15px;
}

#glossary-content div.left.intitle {
    font-weight: 700;
    font-size: 0.9em;
}

#glossary-content div.right {
    display: block;
    border-left: 1px dotted #AAA;
    width: 429px;
    float: left;
    max-width: none;
    font-size: 0.8em !important;
    padding: 15px;
    min-height: 50px;
}

#glossary-content div.right p {
    font-size: 1em !important;
}

#glossary-content div.title {
    font-family: 'Gentium Basic',serif;
    font-size: 1.2em !important;
    font-weight: 900;
    height: 20px;
    padding-top: 0;
    border: none;
    min-height: 0;
}






/**************** ALPHABETICAL FILTER **************/


#alphabetical-filter {
    list-style-type: none;
    padding: 10px 0;
    padding-bottom: 8px;
    margin: 0 20px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    height: 20px;
    overflow: visible;
    font-size: 0.85em !important;
}

#alphabetical-filter.no-margin {
    margin: 0;
    margin-bottom: 35px;
}

#alphabetical-filter .title {
    float: left;
    display: block;
    font-size: 1.4em;
    line-height: 0.8em;
}



#alphabetical-filter ul {
    float: right;
    list-style-type: none;
    display: block;
    font-size: 0.9em;
}

#alphabetical-filter ul.left {
    float: left;
}

#alphabetical-filter ul li {
    display: block;
    float: left;
    border-right: 1px solid #AAA;
    padding: 0 3px;
    padding-right: 3px;
}

#alphabetical-filter ul li.last {
    border-right: none;
    padding-right: 0;
}

#alphabetical-filter a {
    background-color: transparent !important;
}

#alphabetical-filter a:hover {
    background-color: transparent !important;
    text-decoration: underline !important;
}




/**************** COMPONENT TYPE **************/

#component-type {
    list-style-type: none;
    padding: 40px 0;
    padding-bottom: 40px;
    margin: 0 20px;
    overflow: visible;
    font-size: 0.85em;
    display: block;
    width: 100%;
    font-size: 0.9em !important;
}

#component-type .title {
    display: block;
    font-size: 1.4em;
    line-height: 0.8em;
    padding-bottom: 20px;
}

#component-type ul.components-list {
    float: left;
    width: 200px;
    font-size: 0.8em;
    display: block;
    padding-left: 0 !important;
}

#component-type ul.components-list li {
    display: block;
    vertical-align: middle;
}

#component-type ul.components-list li span {
    line-height: 1.2em;
}

#component-type ul.components-list label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
#component-type ul.components-list input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    margin-right: 5px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}


#component-type ul.components-list li.category {
    font-weight: 800;
    display: block;
    padding-top: 5px;
}



/**************** CASE STUDY **************/

#case-study-filtered {
    display: block;
}

#case-study-filtered .case-left {
    display: block;
    float: left;
    width: 300px;
    border-top: 1px dotted #AAA;
    margin: 0;
    padding: 15px 0;
    padding-right: 15px;
}

#case-study-filtered .case-left img {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#case-study-filtered .case-left .title {
    vertical-align: middle;
    font-size: 0.9em;
    padding-left: 20px;
    padding-top: 10px;
    float: left;
    display: block;
    width: 170px;
}

#case-study-filtered .case-left a {
    background-color: transparent !important;
    float: left;
}

#case-study-filtered .case-left a:hover {
    text-decoration: underline;
}




/**************** DIRECTORY **************/
.directory-tabs {
    width: 100%;
    position: relative;
    display: top;
    margin-top: 20px;
}

.directory-tabs .shadow {
    position: absolute;
    background: url('/gfx/shadow-t.png') repeat-x transparent;
    background-position: top left;
    bottom: 11px;
    left: 0;
    width: 600px;
    height: 12px;
    margin: 0 15px;
}



/**************** EVENTS **************/

.two-columns {
    display: block;
    padding-top: 20px;
    font-size: 1em;
}

.two-columns.no-padding {
    padding-top: 0;
}

.two-columns.event-details {
    font-size: 0.9em;
}

    .two-columns.left {
        display: block !important;
        float: left !important;
        width: 300px !important;
        padding-right: 30px !important;
    }

    .two-columns.right {
        display: block !important;
        float: left !important;
        width: 305px !important;
        max-width: none !important;
    }

    .two-columns.right.events-sec {
        width: 223px !important;
    }

    .two-columns.left.events-sec {
        width: 384px !important;
    }

    .two-columns h2,
    .two-columns h1,
    .two-columns img {
        padding: 0 !important;
        padding-bottom: 10px !important;
        font-weight: 700 !important;
     }

    .two-columns h2 {
        font-family: 'Gentium Basic',serif;
    }

    .two-columns p {
        font-size: 1em;
    }

    .two-columns a {
        color: #E29441;
    }

    .small-content-top {
        background: url('/gfx/events-top-bg.png') no-repeat transparent;
        width: 305px;
        height: 16px;
        margin-top: 20px;
    }

    .small-content {
        background: url('/gfx/events-bg.png') repeat-y transparent;
        padding: 5px 15px;
        width: 275px;
        font-family: 'Gentium Basic',serif;
    }

    .small-content-bottom {
        background: url('/gfx/events-bottom-bg.png') no-repeat transparent;
        width: 305px;
        height: 16px;
    }

    .two-columns span.blue {
        font-family: 'Gentium Basic',serif;
        font-weight: 600;
        font-size: 1.2em;
        color: #FFF;
        display: block;
        background: url('/gfx/blue-textured-bg.png') no-repeat transparent;
        width: 169px;
        height: 36px;
        padding: 6px 15px;
    }

    .two-columns span.orange {
        font-family: 'Gentium Basic',serif;
        font-weight: 600;
        font-size: 1.2em;
        color: #FFF;
        display: block;
        background: url('/gfx/orange-textured-bg.png') no-repeat transparent;
        width: 181px;
        height: 32px;
        padding: 7px 18px;
    }

    .event-list-top.blue {
        background: url('/gfx/blue-top.png') no-repeat transparent;
        width: 304px;
        height: 11px;

    }

    .event-list-top.orange {
        background: url('/gfx/orange-top.png') no-repeat transparent;
        width: 305px;
        height: 12px;

    }

    .event-list-content {
        padding: 5px 10px;
        font-size: 0.8em;
    }

    .event-list-content.blue {
        background: url('/gfx/blue-bg.png') repeat-y transparent;
        width:306px;
    }

    .event-list-content.orange {
        background: url('/gfx/orange-bg-events.png') repeat-y transparent;
        width: 305px;
        padding-top: 15px;

    }

    .event-list-bottom.blue {
        background: url('/gfx/blue-bottom.png') no-repeat transparent;
        width: 306px;
        height: 17px;

    }

    .event-list-bottom.orange {
        background: url('/gfx/orange-bottom.png') no-repeat transparent;
        width: 305px;
        height: 17px;

    }

    .event-list-content .content {
        border-bottom: 1px dotted #AAA;
        padding: 10px 0;
        width: 280px;
    }

    .event-list-content .content.first {
        padding-top: 0;
    }

    .event-list-content .content .col {
        margin-top: 15px;
    }

    .col .button.orange {
        background: url('/gfx/orange-events-button.png') no-repeat transparent;
        width: 172px;
        height: 28px;

    }

    .event-list-content .content h2 {
        font-family: 'Gentium Basic',serif;
        font-weight: 600;
        font-size: 1.2em;
    }





/**************** PARTNERS **************/

.partners-supporters {
    border-bottom: 10px solid #E6E3DC;
}

.partners-supporters span {
    font-size: 1.2em;
    font-weight: 800;
    display: block;
    margin: 20px 0;
}

.partners-supporters ul.partners {
    list-style-type: none;
    padding-right: 40px;
    margin-top: 20px;
}

.partners-supporters ul.partners li {
    float: left;
    display: block;
    border-right: 1px solid #E6E3DC;
    padding: 0 10px;
    padding-bottom: 30px;
    height: 70px;
}

.partners-supporters ul.partners li.first {
    padding-left: 0;
}

.partners-supporters ul.partners li.last {
    padding-right: 0;
    border: none;
    float: right;
}

.partners-supporters ul.supporters {
    list-style-type: none;
    padding-right: 10px;
    margin-top: 20px;
}

.partners-supporters ul.supporters li {
    float: left;
    display: block;
    padding-right: 20px;
    padding-bottom: 30px;
    min-height: 90px;
}

.partners-supporters ul.supporters li a {
    display: block;
    width: 173px;
    height: 85px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.partners-supporters ul.partners li a {
    display: block;
    width: 168px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


/**************** VIDEOS **************/

.video-content {
    padding: 0 20px;
}

.video-content.fancy {
    height: 600px;
}

.video-content h2 {
    padding: 0 !important;
    padding-bottom: 20px !important;
    font-family: 'Gentium Basic',serif;
    font-weight: 600;
    font-size: 1.3em;
}

.video-content h3 {
    padding: 0 !important;
    font-family: 'Gentium Basic',serif;
    font-weight: 800;
    font-size: 1.1em;
}


.video-content img {
    padding: 20px 0 10px !important;
    margin: 0 !important;
    border: none !important;
}

.video-content ul {
    padding-left: 15px !important;
}


#gallery {
    position: relative;
    overflow: hidden;
    width: 530px;
    height: 85px;
    padding: 0 30px;
    padding-bottom: 10px;
     background-color: #F3F3F1;
     margin: 20px 0;
     border-bottom: 1px dotted #AAA;
}

#gallery .left-arrow {
    position: absolute;
    top: 20px;
    left: 0;
    background: url('/gfx/video-left-arrow.png') no-repeat transparent;
    width: 28px;
    height: 56px;
}

#gallery .right-arrow {
    top: 20px;
    right: 0;
    position: absolute;
    background: url('/gfx/video-right-arrow.png') no-repeat transparent;
    width: 28px;
    height: 56px;
}

#gallery .gallery-container {
    width: 520px;
    overflow: hidden;
    position: relative;
    display: block;
    height: 85px;
}

#gallery ul {
    position: absolute;
    list-style-type: none;
    display: block;
    width: 1000px;
    left: 0;
}

#gallery ul li {
    display: block;
    float: left;
    margin: 0 5px;
}


.video-list {
    margin: 30px 0;
    position: relative;
}

.video-list ul {
    list-style-type: none;
    padding: 0 0 !important;
}

.video-list ul li {
    position: relative;
    display: block;
    border-bottom: 1px dotted #AAA;
    padding-bottom: 20px;
    padding-top: 20px;
}

.video-list ul li .description {
    float: left;
    width: 250px;
}

.video-list ul li .description h2 {
    padding: 0 !important;
}

.video-list ul li .thumb {
    position: relative;
    float: right;
    width: 320px;
    display: block;
    padding-right: 5px;
}

.video-list ul li .thumb a {
    display: block;
}

.video-list ul li .thumb .playicon {
    position: absolute;
    width: 320px;
    height: 180px;
    left: 0;
    top: 0;
    display: block;
    background-image: url('/gfx/playicon.png');
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.video-list ul li .thumb img {
    padding: 0 !important;
    border: 1px solid #DBDAD7 !important;
}

.video-list .counter {
    position: absolute;
    bottom: 30px;
    left: -17px;
    font-weight: 800;

}

.video-list .counter .number {
    padding: 5px 8px;
    background-color: #AAD4ED;
    color: #FFF;
    font-weight: 800;
}

.video-gal-description {
    display: none;
}

#video-player {
    margin: 0 auto;
    display: block;
}

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

#footer {
    height: 490px;
    background: url('/gfx/bottom.jpg');
    font-family: 'PT Sans',sans-serif;
    font-size: 0.8em;
}

    #footer * {
        color: #FFF;
    }

    #footer a:hover {
        color: #C77E39;
        text-decoration: none;
    }


    #footer .info-container {
        height: 280px;
        padding: 0;
        background: url('/gfx/footer-trans.png') repeat;
    }

        #footer .info {
            background-color: transparent;
            height: 280px;
            padding: 0;
            padding-top: 50px;
        }


        /*********** FOOTER - GENERIC**************/
        #footer .info .generic {
            position: relative;
            display: block;
            float: left;
            width: 330px;
        }

        #footer .info .generic .logo {
            top: 25px;
            position: absolute;
            display: block;
            width: 136px;
            height: 100px;
            background: url('/gfx/logo-bottom.png') no-repeat;
        }

        #footer .info .generic ul {
            list-style-type: none;
            padding-top: 150px;
        }

        #footer .info .generic ul li {
            float: left;
            padding: 0 7px;
            border-right: 2px solid #BFD630;
            line-height: 0.85em;
        }

        #footer .info .generic ul li.first {
            padding-left: 0;
        }

        #footer .info .generic ul li.last {
            padding-right: 0;
            border: none;
        }



        /*********** FOOTER - LINKS **************/
        #footer .info .links {
            float: left;
            display: block;
            border-left: 1px solid #777;
            border-right: 1px solid #777;
            padding: 0 20px;
            margin: 0 10px;
            margin-right: 35px;
            margin-top: 100px;
            height: 130px;
        }

        #footer .info .links ul {
            list-style-type: none;
            float: left;
            padding-right: 40px;
        }

        #footer .info .links ul li {
            display: block;
        }

        #footer .info .links ul.last {
            padding-right: 0px;
        }

        #footer .info .links ul li.first {
            padding-left: 0;
        }

        #footer .info .links ul li.last {
            padding-right: 0;
            border: none;
        }

        #footer .info .links ul li,
        #footer .info .links ul li a {
            color: #FFF;
        }

        #footer .info .links ul li a:hover {
            color: #C77E39;
            text-decoration: none;
        }

        /*********** FOOTER - SOCIAL MEDIA **************/
         #footer .info .social-media {
            position: relative;
            float: left;
            display: block;
            margin-top: 100px;
        }



        #page .menu-section {
            font-size: 140%;
            font-weight: bold;
        }

        #page .menu-section li {
            padding-left: 20px;
            padding-bottom: 5px !important;
        }

        #page .menu-section li ul {
            font-size: 90%;
            font-weight: normal;
        }





        .box.content table {
            margin: 20px 0;
            border: none;
            float: none;
        }

        .box.content table td {
            padding: 7px;
            border: none;
        }

        .box.content table thead tr td {
            color: #77A72A;
            font-weight: 800;
            font-size: 1.2em;
            border: none;
        }

        .box.content table img {
            border: 1px solid #AAA !important;
            padding: 4px !important;
            background-color: #FFF !important;
        }




        .box.content #calendar table {
            margin: 0;
            border: none;
        }

        .box.content #calendar table td {
            padding: 0 2px;
            border: none;
        }


        .videos-box {

        }

        .videos-box h3 {
            font-size: 0.9em;
            padding: 10px;
            padding-top: 5px;
            padding-bottom: 15px;
        }





        .result-graph {
            display: block;
            font-size: 0.8em;
            padding-top: 5px;
        }

        .result-graph .result {
            display: block;
            width: 100%;
            padding: 2px 0;
            margin-bottom: 4px;
            float: left;
        }

        .result-graph .result .over-bar {
            display: inline-block;
            width: 80px;
            float: right;
            background-color: #EFEFEF
        }

        .result-graph .result .bar {
            display: block;
            background-color: #13C1E9;
            height: 15px;
            color: #FFF;
            padding: 0 3px;
            float: right;
        }

        .result-graph .result .question {
            display: inline-block;
            width: 100px;
            line-height: 0.85em;
            float: left;
        }