﻿@import url(/common/css/reset.css);

body
{
    background: #739a25;
    font-family: Arial;
    font-size: 100%;
    color: #303030;
}
h1
{
    margin: 0 0 0 0;
    font-size: 2.36em;
}
h2, h3
{
    margin: .7em 0 .3em 0;
}
#content h2
{
    font-size: 1.35em;
}
a
{
    text-decoration: none;
}
p
{
    line-height: 160%;
    margin: 8px 0px;
    font-size: 1.1em;
}
p.intro
{
    font-size: 1.325em;
    color: #999;
    margin: 15px 0;
    font-weight: normal;
}
ul
{
    padding: 0 0 0 30px;
    margin: 0 0 8px 0;
}
li
{
    line-height: 150%;
}

div.clear
{
    clear: both;
    height: 0px;
}
img
{
    border: 0;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:after {
    clear: both;
}

#logo
{
    text-indent: -3000px;
    background: url(/common/images/logo.png) no-repeat left 43px;
    float: left;
    height: 110px;
    width: 480px;
    display: block;
}

#head
{
    height: 110px;
}

#head ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8em;
}
#head ul li
{
    float: left;
}
#head ul li a
{
    display: block;
    padding: 4px 8px;
    color: #fff; /* todo: border */
}
#head ul li a :first-child
{
    border-left: none;
}

#head fieldset
{
    border: 0;
    padding: 18px 0 0 8px;
    color: #fff;
}
#head input.text
{
    width: 240px;
    background: #fff;
    border: 0;
    padding: 3px;
}
#head input.search
{
    border: 0;
    color: #fff;
    padding: 3px;
    background: #494949;
}
/* wrappers */

#headw
{
    background: #8db434; /* Old browsers */
    background: -moz-linear-gradient(top, #8db434 0%, #89b032 28%, #789e28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8db434), color-stop(28%,#89b032), color-stop(100%,#789e28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8db434 0%,#89b032 28%,#789e28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8db434 0%,#89b032 28%,#789e28 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #8db434 0%,#89b032 28%,#789e28 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8db434', endColorstr='#789e28',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #8db434 0%,#89b032 28%,#789e28 100%); /* W3C */
    height: 110px;
}
/*
#navw 
{
    background: url(/common/images/topnavbg.png) repeat-x #464646 top left;
    height: 40px;
    clear: both;
}
*/
#navw
{
    /*     */
    background: #656763; /* Old browsers */
    background: -moz-linear-gradient(top, #656763 0%, #646565 3%, #5f6060 23%, #4a4a4a 83%, #464646 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656763), color-stop(3%,#646565), color-stop(23%,#5f6060), color-stop(83%,#4a4a4a), color-stop(100%,#464646)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #656763 0%,#646565 3%,#5f6060 23%,#4a4a4a 83%,#464646 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #656763 0%,#646565 3%,#5f6060 23%,#4a4a4a 83%,#464646 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #656763 0%,#646565 3%,#5f6060 23%,#4a4a4a 83%,#464646 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656763', endColorstr='#464646',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #656763 0%,#646565 3%,#5f6060 23%,#4a4a4a 83%,#464646 100%); /* W3C */
    clear: both;
    height: 40px;
}
#contentw
{
    background: url(/common/images/contentbg.png) repeat-x #fff top left;
    padding-bottom: 40px;
}
#footerw
{
}
#head .tools
{
    padding: 8px 0;
    float: right; /* width: 480px; */
}

#nav, #head, #content, #footer
{
    clear: both;
    width: 960px;
    padding: 0px;
    margin: 0 auto;
    font-size: .85em;
}

#content a, #content a:visited
{
    color: #88AF3C;
}
#content a:hover
{
    color: #749a26;
    text-decoration: underline;
}

#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav ul li
{
    float: left;
    line-height: 100%;
}
#nav ul li a
{
    display: block;
    padding: 12px 24px 12px 8px;
    color: #fff;
}
#footerc a
{
    color: #303030;
}
#footerc
{
    background: #9db867;
    padding: 8px;
}
#footerc .wrap, #footern .wrap
{
    width: 960px;
    margin: auto;
}
#footerc .item
{
    width: 240px;
    font-size: .75em;
    float: left;
    padding: 0 8px;
    margin: 0 60px 0 0;
}
#footerc ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footerc ul li
{
    padding: 4px 0;
}
#footerc fieldset
{
    border: 0;
    padding: 0;
}
#footerc fieldset .field
{
    margin: 6px 0;
}
#footerc input.text, #footerc textarea.text
{
    width: 240px;
    background: #fff;
    border: 0;
    padding: 2px;
}
input.send
{
    border: 0;
    color: #fff;
    padding: 3px;
    background: #494949;
}
#footern
{
    background: #494949;
    font-size: .9em;
}
#footern ul
{
    margin: auto;
    width: 960px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footern ul li
{
    float: left;
    line-height: 100%;
}
#footern ul li a
{
    display: block;
    padding: 8px 12px;
    color: #fff;
}

.firstpage #left
{
    width: 240px;
    margin-right: 60px;
    float: left;
    padding: 24px 0;
}
.firstpage #right
{
    width: 660px;
    float: left;
    padding: 24px 0;
}
.threecol
{
}
.threecol #menu
{
    width: 240px;
    float: left;
    padding: 0 0 24px 0;
}
.threecol #left
{
    width: 640px;
    float: left;
    padding: 0 0 24px 0;
}
.threecol #right
{
    width: 240px;
    float: left;
    padding: 0 0 24px 0;
}
.twocol
{
}
.twocol #left
{
    width: 460px;
    margin-right: 12px;
    float: left;
    padding: 0 0 24px 0;
}
.twocol #right
{
    width: 460px;
    float: left;
    padding: 24px 0;
    padding: 0 0 24px 0;
}
.blog #left
{
    float: left;
    width: 650px;
    padding: 0 0 24px 0;
    margin-right: 24px;
}
.blog #right
{
    float: left;
    width: 230px;
    padding: 0 0 24px 0;
}
.blog h1, .twocol h1
{
/*    margin-bottom: 30px;    */
}

#content
{
    padding-top: 25px;
}

#map, .map-canvas
{
    width: 460px;
    height: 300px;
}

.mapimage
{
    margin-top: 20px;
}

.page #left
{
    width: 240px;
    margin-right: 48px;
    float: left;
    padding: 24px 0;
}
.page #right
{
    width: 460px;
    float: left;
    padding: 24px 0;
    margin: 0 20px 0 0;
}
.page #right p
{
    font-size: .9em;
    line-height: 150%;
}
p.image
{
    background: #333;
    margin: 16px 0 0 0;
    padding: 0;
    line-height: normal;
}
p.image span
{
    display: block;
    padding: 8px;
    color: #fff;
    font-style: italic;
    font-size: .9em;
}

.page #right p.intro
{
    font-weight: bold;
    line-height: 170%;
}
.page #sidebar
{
    width: 180px;
    float: left;
}
.page #sidebar h3
{
    font-size: 1.2em;
    margin: 3em 0 0 0;
}
.page #sidebar ul.list
{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .9em;
}
.page #sidebar ul.list li
{
    border-bottom: 1px solid #cdcdcd;
}
.page #sidebar ul.list li a
{
    display: block;
    padding: 4px;
}

.firstpage #left h1
{
    /* text-indent: -3000px;     height: 59px;     width: 197px;     margin: 0;     background: url(/common/images/heading1.gif) no-repeat; */
    font-size: 1.7em;
}

.page h1
{
    margin: 20px 0 0 0;
    font-weight: normal;
}

#bcw
{
    background: #efefef;
    border-bottom: 1px solid #c5c5c5;
}
#bcw .inner
{
    width: 960px;
    margin: 0 auto;
}
#bcw ul
{
    list-style: none;
    font-size: .7em;
    margin: 0;
    padding: 0;
}
#bcw ul li
{
    float: left;
    line-height: 100%;
}
#bcw ul li span
{
    display: block;
    color: #757575;
    padding: 8px 12px 8px 8px;
}
#bcw ul li a
{
    background: url(/common/images/bc-sep2.png) no-repeat center right;
    display: block;
    color: #757575;
    padding: 8px 22px 8px 12px;
}
#bcw ul li a
{
}
#bcw a
{
    text-decoration: underline;
}

.inside
{
    padding: 0 8px;
}

#content a.category
{
    background: #666;
    color: #fff;
    padding: 4px;
    font-size: 0.75em;
    text-transform: uppercase;
}
#content a.category:hover
{
    background: #999;
    color: #fff;
    padding: 4px;
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
}

.firstpage h2
{
    background: url(/common/images/h2bg.png) repeat-x #464646 top left;
    margin: 0px 0px 8px 0px;
    padding: 8px 8px;
    font-size: 1.2em;
    color: #fff;
}
.firstpate h2 a:link, .firstpage h2 a:visited
{
    color: #fff600;
}
.firstpage h2 a
{
    float: right;
    padding: 0 18px 0 24px;
    font-size: .75em;
    font-weight: normal;
    display: block;
    margin: 3px 0 0 0;
    background: url(/common/images/rss_green.png) no-repeat center right;
}
.firstpage h2 a.nofeed
{
    float: none;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #fff;
    background: none;
}
.firstpage h3
{
    margin: 4px 0;
    font-size: 1.4em;
}
.firstpage h3 span.date
{
    font-weight: normal;
    font-size: 0.75em;
    margin: 4px 0 0 0;
    float: right;
}

.nav
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav li
{
    border-bottom: 1px solid #cdcdcd;
}
.nav li a, .nav li strong
{
    display: block;
    padding: 8px;
}
.delicious-cloud
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: justify;
}
.delicious-cloud li
{
    display: inline;
    text-align: justify;
}
delicious-cloud li a
{
}

#footerc #current a.subscribe
{
    display: block;
    font-weight: bold;
    background: url(/common/images/rss_green.png) no-repeat center right;
}

.contactcard
{
    background: url(/common/images/contact-bg.png) no-repeat top left;
    padding: 8px 0 0 0;
    font-size: .75em;
    color: #fff;
}
.contactcard p
{
    margin: 0;
}
.contactcard div
{
    background: url(/common/images/contact-bg.png) no-repeat bottom left;
    padding: 0 8px 8px 8px;
}

div.hiddenfield
{
    font-style: italic;
    border: 1px solid yellow;
    background: lightyellow;
    padding: 4px;
}
div.hiddenfield .field
{
    background: #fff;
    border: 1px solid #ccc;
}
ul.tags
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.tags li
{
    float: left;
}
ul.tags li span
{
    font-weight: bold;
    display: block;
    padding: 4px;
}
ul.tags li a
{
    display: block;
    padding: 4px;
}
ul.posts
{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.posts li
{
    border-bottom: 1px solid #CDCDCD;
}
ul.posts li span.date
{
    font-size: .8em;
}
ul.posts li h3
{
    background: url(/common/images/h2bg.png) repeat-x #464646 top left;
    margin: 0;
    padding: 4px;
    font-size: 1em;
    color: #fff;
}
ul.posts li h4
{
    margin: 0;
    padding: 0;
    background: #efefef;
    padding: 4px;
    font-size: 1em;
}
ul.posts li
{
    display: block;
    padding: 4px 4px;
}
ul.posts li.nopad
{
    padding: 0;
}
div.post
{
    margin: 0 0 24px 0;
}
div.post h3
{
    margin: 0;
    padding: 0;
}
.tag-cloud
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tag-cloud li
{
    float: left;
    line-height: 100%;
}
.tag-cloud li.nopad
{
    float: none;
    display: block;
}
.tag-cloud li h3
{
    background: url(/common/images/h2bg.png) repeat-x #464646 top left;
    margin: 0;
    padding: 4px;
    font-size: 1em;
    color: #fff;
}
.tag-cloud li a, .tag-cloud li span.tag
{
    display: block;
    margin: 1px;
    padding: 3px;
    background: #efefef;
    border-bottom: 2px solid #ccc;
}
#toolbar
{
    margin-top: -1px;
    margin-bottom: 12px;
}
#toolbar .inside
{
    /* /common/images/top-tab-bg.gif */
    background: url(/common/images/top-tab-bg.gif) no-repeat bottom left;
    padding-top: 0;
    padding-left: 6px;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0;
    width: 90px;
    font-size: .9em;
    margin-left: 865px;
}
#sharethis
{
    background: url(/common/images/top-tab-bg.gif) no-repeat bottom right;
    padding-top: 4px;
    padding-left: 0;
    padding-bottom: 7px;
    padding-right: 10px;
}
#sharethis .inside
{
    margin: auto;
    background: none;
}
#consultantlist .consultant .image
{
    width: 150px;
    height: 100px;
    margin: 0 20px 0 0;
    float: left;
}
#consultantlist
{
    list-style-type: none;
    margin: 20px 0 20px;
    padding: 0;
    clear: both;
    width: 403;
    float: left;
}
#consultantlist li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    border-bottom: 1px solid #555555;
    float: left;
    width: 500px;
}
#consultantlist li.first
{
    border-top: 1px solid #555555;
}

#consultantlist .consultant .text
{
    width: 250px;
    float: left;
    margin: 20px 0 0 0;
}

#consultantlist .consultant .text h3
{
    margin: 0 0 5px 0;
}

ul#archive ul
{
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0;
}

ul#archive ul li
{
    border-bottom: none;
}

#newsletter
{
    padding: 0;
    margin: 0;
    border: 0;
}
#newsletter h2
{
    background: url(/common/images/h2bg.png) repeat-x #464646 top left;
    margin: 0px 0px 8px 0px;
    padding: 8px 8px;
    font-size: 1.2em;
    color: #fff;
}
#newsletter input.text
{
    width: 330px;
}

#menu h2
{
    margin: 0 0 4px 8px;
    font-size: 1.2em;
}
#menu ul a
{
    display: block;
    padding: 4px 8px;
}

#menu li.current
{
    font-weight: bold;
    display: block;
    padding: 4px 8px;
}
#menu ul
{
    font-size: .9em;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li
{
    border-top: 1px solid #cdcdcd;
}
#menu ul li ul
{
}
#menu ul li ul li
{
    padding-left: 16px;
    font-weight: normal;
    border: 0;
}

#menu ul li ul li.current
{
    padding-left: 24px;
}
#newsletter ul
{
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
}

.blackbox
{
    color: #ffffff;
    float: left;
}

.blackbox .title
{
    background: #474747 url(/common/images/blackbox-title.png) repeat-x top left;
    border-bottom: 1px solid #6E6F6F;
    float: left;
    width: 350px;
}

.blackbox .content
{
    background: #454545 url(/common/images/blackbox-content.png) repeat-x top left;
    float: left;
    width: 350px;
}

.blackbox .title h2
{
    font-size: 100%;
}

.blackbox .image
{
    float: left;
    width: 350px;
}
.blackbox .image .inside
{
    margin-bottom: 0;
}

.blackbox .text
{
    float: left;
    width: 350px;
}

.blackbox .text q
{
    font-size: 100%;
}

.blackbox .inside
{
    margin: 10px;
    padding: 0;
}

#pb
{
    margin: 8px 0;
}
#pb ul
{
    list-style: none;
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
}
#pb .wrap
{
    margin: auto;
    width: 960px;
}
#pb .sitecore a
{
    background: url(/common/images/sitecore-pb.gif);
    width: 140px;
    height: 41px;
    text-indent: -2000px;
    float: left;
    display: block;
}
#pb .sitecore a:hover
{
    background-position: left -41px;
}
/* carousel */
.carousel
{
    width: 960px;
    float: left;
    clear: both;
    height: 300px;
    margin: 20px 0 20px 0;
    position: relative;
}

#showcase
{
    float: left;
    width: 960px;
    height: 300px;
    position: relative;
}
#searchresults div
{
    margin: 4px 0;
}
a#weloveweb
{
    position: absolute;
    top: 40px;
    left: 10px;
    display: none;
}

#tweets
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#tweets li
{
    margin: 0 0 5px 0;
    font-size: 0.85em;
}

a.twitterlink
{
    background: url(/common/images/twitter.png) no-repeat;
    height: 32px;
    margin-top: 5px;
    display: block;
    padding: 8px 0 16px 36px;
}

#slides-container
{
    position: relative;
    padding-top: 15px;
}
#slides-container ul
{
    clear: both;
    list-style: none;
    display: block; /*    margin: 12px 0 0 0;*/
    padding: 0;
}
#slides-container a, #slides-container a:visited
{
    color: #666;
    text-shadow: 0 0 1px #fff;
}
#slides-container a:hover
{
    text-decoration: none;
}
#slides-container li
{
    display: none;
}
#slides-container li.first
{
    display: block;
}
#slides-container ul img
{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
    border: 3px solid #fff;
    border-radius: 3px;
    margin: 0;
    padding: 0;
}
.slide-nav
{
    position: absolute;
    top: 135px;
    background-color: #efefef;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    padding: 15px;
    width: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border: 3px solid #fff;
}
#slide-next
{
    right: -30px;
}
#slide-back
{
    left: -30px;
}
#slides
{
    clear: both;
    float: left;
    height: 300px;
    position: relative;
    width: 960px;
    overflow: hidden;
}

#slides a
{
    position: absolute;
    color: #444;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}
#slides a:hover
{
    text-decoration: none;
}

#slides a.active
{
    z-index: 10;
    opacity: 1.0;
}

#slides a.last-active
{
    z-index: 9;
}


/* .content-spot-big */
.content-spot-big h2
{
    background: none;
    margin: 0;
    padding: 8px 8px 0 8px;
}
.content-spot-big div.content
{
    padding: 4px 8px 8px 8px;
}
.content-spot-big p
{
    line-height: 150%;
    margin: 0;
}
.content-spot-big
{
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #6e911e;
    border-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
    color: #fff;
}
#content .content-spot-big h2
{
    text-transform: uppercase;
}
#content .content-spot-big a
{
    color: #fff;
    text-decoration: underline;
}

.blog-post
{
    padding-bottom: 12px;
    border-bottom: 3px solid #ddd;
    margin-bottom: 12px;
}
div.date
{
    
    font-size: 90%;
    background: #F9F9F9;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 8px;
}

.firstpage .content-spot
{
}
.firstpage .content-spot h2
{
    background: none;
    color: #444;
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    text-transform: uppercase;
}
#tweet-box
{
    margin: 10px 0 0 0;
}


.person-details
{
    clear: both;
    padding: 8px 0;
    font-size: 0.9em;
}
.person-image
{
    float: left;
    width: 84px;
}
.person-image img
{
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.54);
    border: 1px solid #fff;
}
.person-info
{
    float: left;
    padding-top: 3px;
}


.fact-box 
{
    margin: 15px 0;
    padding: 15px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 0.90em;
}
.fact-box h3 {
    margin: 0 0 8px 0;
}
.related-pages-list {
    clear: both;
    padding-top: 15px;
}
.related-pages-list ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#social-panel
{
    border-top: 1px solid #eee;   
    border-bottom: 1px solid #eee;
    background-color: #F9F9F9;
    height: 20px;
    margin-top: 10px;
    padding: 8px;
}
