@charset "UTF-8";
/**
 * CSS for content elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: content-screen.css 326 2009-07-24 20:14:20Z jason.pelletier $
 */

h2,
h3,
h4,
h5,
h6,
p,
q,
cite,
pre,
ul,
ol,
dl,
td,
input {
    color: black;
}
h2,
h3,
h4,
h5 {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #5D906D;
}
h2 {
    margin-top: 1.6em;
    font-size: 2.8em;
    color: #53727C;
}
    h2 strong {
        font-size: 1.2em;
        color: #1E576B;
    }
h3 {
    margin-top: 1.6em;
    font-size: 2.0em;
}
h4 {
    margin-top: 1.4em;
    font-size: 1.6em;
}
h5 {
    margin-top: 1.2em;
    font-size: 1.4em;
}

h5,
p,
pre,
ul,
ol,
dl,
table,
input {
    margin-top: 1.0em;
}
ul ul,
ol ol,
dl dl {
    margin-top: 0;
}
p,
pre,
li,
dt,
dd,
table,
input {
    font-size: 1.4em;
}
li li {
    font-size: 1.0em;
}
li dt,
li dd,
dl dl dt,
dl dl dd {
    font-size: 1.4em;
}
li,
dt,
dd {
    margin-top: 0.1em;
}
dt {
    margin-top: 1.0em; 
}
dl dl dt {
    margin-top: 0.5em;
    font-size: 0.8em;
}
dd {
    margin-left: 1.0em;
}
table {
    width: 100%;
}
th,
td {
    padding: 0.4em 0.6em;
}
th {
    font-size: 0.9em;
    font-weight: bold;
}
tr td {
    background-color: white;
}
tr:nth-child(even) td {
    
}
pre {
    margin: 0 -0.5em;
    padding: 0.5em;
    border: 1px solid #CCC;
    overflow: auto;
}
li {
    margin-left: 2.0em;
    list-style: disc;
    list-style-position: outside;
}
input {
    line-height: 1.0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

/* ASIDE */
ul.aside {
    _width: 960px;
    *width: 960px;
	display: block;
	float: left;
	clear: both;
	margin: 5.0em -1.0em 0;
	_margin-left: -0.5em;
	*margin-left: -0.5em;
	_margin-right: -0.5em;
	*margin-right: -0.5em;
	padding: 0;
	overflow: hidden;
}
ul.aside li.feature {
	position: relative;
	width: 218px;
	_width: 215px;
	*width: 222px;
	height: 115px;
	_height: 150px;
	display: block;
	float: left;
	clear: none;
	margin: 0 0.2em;
	padding: 0.5em 0.8em 2.5em;
	background: #E6E6E6 url('../images/shading-gradient.png') repeat-x 0 0;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 1.0em;
}
ul.aside li.feature h3,
ul.aside li.feature p {
    margin-top: 0.5em;
}
ul.aside li.feature p {
    font-size: 1.4em;
    line-height: 1.2;
}
ul.aside li.feature ul.action {
    position: absolute;
    bottom: 6px;
    right: 10px;
}
ul.aside li.feature a.button,
ul.aside li.feature em a.button {
    font-size: 1.1em;
}

/* RELATED */
ul.related {
	display: block;
	margin: 1.0em -1.0em;
	_margin-left: -1.5em;
	_margin-right: -1.5em;
	padding: 0;
	overflow: hidden;
}
ul.related li.feature {
	position: relative;
	width: 220px;
	display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    overflow: hidden;
    margin: 0 0.7em 0 1.0em;
    padding: 0;
	font-size: 1.0em;
	vertical-align: top;
}
    ul.related li.feature, x:-moz-any-link {
        height: 50px;
        display: moz-inline-box;
        float: left;
        clear: none;
        margin-top: 2.5em;
    }
    ul.related li.feature, x:-moz-any-link, x:default {
        height: auto;
        display: inline-block;
        *display: inline;
        float: none;
        clear: none;
    }
ul.related li.feature h3,
ul.related li.feature p {
    margin-top: 0;
    font-size: 1.6em;
}
ul.related li.feature p {
    margin-top: 0;
    font-size: 1.2em;
}
ul.related li.feature ul.action {
    position: absolute;
    bottom: 6px;
    right: 10px;
}
ul.related li.feature a.button,
ul.related li.feature em a.button {
    font-size: 1.1em;
}
ul.related li.feature img {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
}

/* BUTTON */
a.button,
input.button {
    display: inline-block;
    padding: 0.5em 0.8em 0.4em;
    background: #53727C url('../images/glare.png') repeat-x center center;
    _background-image: none;
    border: 0.1em solid #53727C;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    white-space: pre;
}
a.button:hover,
a.button:focus,
a.button:active,
input.button:hover,
input.button:focus,
input.button:active {
    background-color: #1E576B;
    border-color: #1E576B;
    color: white;
    text-decoration: none;
}
em a.button {
    background-color: #66C082;
    border-color: #66C082;
    font-size: 1.4em;
    font-style: normal;
}
em a.button:hover,
em a.button:focus,
em a.button:active,
em input.button:hover,
em input.button:focus,
em input.button:active {
    background-color: #227E3F;
    border-color: #227E3F;
}
ul.action {
    text-align: right;
    margin-top: 1.0em;
}
ul.action li {
    display: inline;
    margin: 0;
    font-size: 1.0em;
    list-style: none;
}

/*  BLOCKQUOTE */
blockquote {
    margin: 1.0em;
    padding: 1.2em 0.7em 1.8em;
}
blockquote p {
    margin-top: 0.5em;
}
blockquote q,
blockquote cite {
    font-style: italic;
    color: #5D906D;
}
blockquote q {
    font-size: 0.9em;
    line-height: 1.5;
}
blockquote cite {
    font-size: 0.8em;
}
blockquote q:before {
    content: '"';
}
blockquote q:after {
    content: '"';
}
blockquote cite strong {
    display: block;
}

/* IMAGES */
/* element needed before class name to allow for multiple classes to be added later in the CSS; otherwise, IE6 doesn't apply CSS where the selector uses multiple classes on the same element */
ul.aside.image {
    position: relative;
    width: 460px;
    _width: 440px;
    margin-top: 1.0em;
    margin-left: 0;
    margin-right: 0;
}
ul.aside.image.inline {
    clear: none;
    margin-top: 3.0em;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
ul.aside.image.left,
ul.aside.image.left li {
    float: left;
}
ul.aside.image.left {
    margin-right: 2.0em;
    text-align: left;
}
ul.aside.image.right,
ul.aside.image.right li {
    float: right;
}
ul.aside.image.right {
    margin-left: 2.0em;
    text-align: right;
}
ul.aside.image li {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2.0em;
    font-size: 1.0em;
    list-style: none;
}
    ul.aside.image li.image-width-400 {
        width: 404px;
    }
    ul.aside.image li.image-width-300 {
        width: 304px;
    }
    ul.aside.image li.image-width-200 {
        width: 204px;
        clear: none;
        margin-right: 5px;
    }
    ul.aside.image li.image-width-150 {
        width: 154px;
        clear: none;
        margin-right: 5px;
    }
    ul.aside.image li.image-width-100 {
        width: 104px;
        clear: none;
        margin-right: 5px;
    }
ul.aside.image img {
    margin: 0;
    padding: 0;
}
ul.aside.image img.border,
img.border {
    border: 1px solid #DDD;
}
ul.aside.image p {
    margin-top: 0.5em;
    font-size: 1.2em;
    color: #666;
}
ul.aside.presentation h3,
ul.aside.presentation p {
    text-align: left;
}
img.inline {
	position: relative;
	clear: none;
	margin: 1.0em;
}
img.inline.left {
	float: left;
	margin-left: 0;
}
img.inline.right {
	float: right;
	margin-right: 0;
}
ul.aside.presentation li.embed {
    display: none;
}
    body.enhanced-flash ul.aside.presentation li.embed {
        display: block;
    }
    body.enhanced-flash ul.aside.presentation li.thumbnail {
        display: none;
    }
img.clear {
	clear: left;
}

/* VCARD */
ul.vcard {
    width: 33.0em;
    height: 19.0em;
    display: block;
    margin-top: 3.5em;
    margin-bottom: 3.0em;
    padding: 0.5em 1.0em;
    background: #FEEFDE url('../images/found-line-black-66C082-125x47.png') no-repeat 215px 145px;
    _background-image: url('../images/found-line-black-66C082-FEEFDE-125x47.png');
    border: 1px solid #FED3A5;
}
ul.vcard:before {
    color: #BE9D7C;
    content: 'hCard';
}
ul.vcard li {
    margin: 0.5em 10px 0;
    font-size: 1.4em;
    list-style: none;
}
ul.vcard li li {
    margin: 0;
    font-size: 1.0em;
}
ul.vcard li.name {
    margin-top: 0.8em;
    font-size: 1.8em;
    font-weight: bold;
}
    ul.vcard li.name a.url.fn {
        color: black;
        text-decoration: none;
    }
ul.vcard li.role-org {
    margin-top: 0;
    font-size: 1.2em;
}

/* FEATURE */
dl#feature {
    position: absolute;
    width: 980px;
    height: 515px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: white;
}
dl#feature dt,
dl#feature dd {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
}
dl#feature dt {
    width: 308px;
    _width: 313px;
    height: 92px;
    _height: 110px;
    top: 405px;
    padding: 8px 10px 10px;
    background: transparent url('../images/dl-feature-dt.png') no-repeat 0 0;
    z-index: 5;
}
    /*dl#feature dt:nth-child(1),*/
    dl#feature dt.first {
        left: -1px;
        _left: -1px;
    }
    /*dl#feature dt:nth-child(3),*/
    dl#feature dt.second {
        left: 326px;
        _left: 312px;
    }
    /*dl#feature dt:nth-child(5),*/
    dl#feature dt.third {
        left: 653px;
        _left: 624px;
    }
dl#feature dt.current {
    background-position: 0 -110px;
}
dl#feature dt span {
    position: relative;
    display: block;
    margin: 1.5em 0 0;
    font-size: 1.0em;
    color: #EDF1F2;
}
dl#feature dt.current span {
    color: white;
}
dl#feature dt span.action {
    position: absolute;
    bottom: 6px;
    right: 10px;
}
dl#feature dt a.button {
    font-size: 0.8em;
    font-weight: bold;
}
dl#feature dt.current a.button {
    background-color: #66C082;
    border-color: #66C082;
    color: white;
}
dl#feature dt.current a.button:hover,
dl#feature dt.current a.button:focus {
    background-color: #227E3F;
    border-color: #227E3F;
}
dl#feature dd {
    top: 0;
    left: 0;
    display: none;
}
dl#feature dd.current {
    display: block;
}
dl#feature dd img {
    margin: 0;
    padding: 0;
}

/* SLIDESHOW */
ul.aside.image li.slideshow {
	position: relative;
	width: 377px;
	height: 252px;
	overflow: hidden;
	display: block;
}
ul.aside.image li.slideshow ul {
	position: relative;
	width: 375px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto 2px auto;
	padding: 0;
}
ul.aside.image li.slideshow ul li {
	position: absolute;
	width: 375px;
	height: 250px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
ul.aside.image li.slideshow ul li img {
	margin: 0;
	padding: 0;
}
ul.aside.image li.slideshow ul li.first {
	display: inline;
}
ul.aside.image li.slideshow#vermont-public-radio-splash-page,
ul.aside.image li.slideshow#vermont-public-radio-splash-page ul,
ul.aside.image li.slideshow#vermont-public-radio-splash-page ul li {
	width: 300px;
	height: 430px;
}

/* LIVING STAMP */
#microcosm-aquarium-explorer-starfish-living-stamp-inline-frame {
    position: relative;
    width: 245px;
    height: 185px;
    overflow: hidden;
}
img#microcosm-aquarium-explorer-starfish-living-stamp-inline {
    position: relative;
    top: 0px;
}

/* ROOT */
body.root #content .inner {
    padding-top: 540px;
    _padding-top: 580px;
    *padding-top: 580px;
}
body.root h2.overview {
    position: absolute;
    width: 340px;
    display: block;
    _top: 531px;
    *top: 531px;
    _left: 20px;
    *left: 20px;
    margin-right: 1.0em;
}
/*body.root #content .inner > p,*/
body.root #content .inner p.overview {
    width: 580px;
    display: block;
    margin: 3.3em 0 2.0em 360px;
    line-height: 1.6;
}

/* CAPABILITIES */
body.capabilities.index #content .inner > h2,
body.capabilities.index #content .inner > h3,
body.capabilities.index #content .inner > p {
    width: 460px;
}
body.capabilities.index #content .inner ul.capability {
    width: 480px;
    float: left;
	clear: none;
}
body.capabilities.index #content .inner ul.related li.feature {
    width: 222px;
    margin-top: 2.0em;
    margin-left: 0.9em;
    _margin-left: 0.6em;
    margin-right: 0.6em;
    _margin-right: 0.3em;
    padding-top: 12.0em;
}
body.capabilities.index #content .inner ul.aside.image.right {
    *margin-left: 0;
}
body.strategy-and-project-management #content .inner ul.related {
    margin-top: 0;
    margin-left: -2.0em;
    margin-right: -2.0em;
}
    body.strategy-and-project-management #content .inner ul.related li.feature, x:-moz-any-link {
        height: 200px;
    }
    body.strategy-and-project-management #content .inner ul.related li.feature, x:-moz-any-link, x:default {
        height: auto;
    }
body.strategy-and-project-management #content .inner ul.related li.feature {
    width: 286px;
    margin-top: 0;
    margin-left: 2.0em;
    _margin-left: 2.0em;
    margin-right: 1.8em;
    _margin-right: 0em;
    padding-top: 0;
}

/* CLIENTS */
body.clients.index #content .inner ul.related li.feature {
    width: 222px;
    margin-top: 2.0em;
    margin-left: 0.9em;
    _margin-left: 0.6em;
    margin-right: 0.6em;
    _margin-right: 0.3em;
    padding-top: 12.0em;
}

/* PEOPLE */
body.people.index #content .inner > h2,
body.people.index #content .inner > h3,
body.people.index #content .inner > p,
body.people.index #content .inner > ul:not(.aside),
body.people.index #content .inner > ul:not(.related) {
    width: 520px;
}
body.people.index #content .inner ul.person {
    width: 360px;
    float: right;
    *margin-left: 1.0em;
}
body.people.index #content .inner ul.person li.feature {
    width: 160px;
    margin-top: 2.0em;
    padding-top: 22.0em;
}

/* TAG CLOUD */
ul.tag-cloud li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    margin: 0 0.5em 0.2em 0;
    font-size: 1.0em;
    list-style: none;
}
    ul.tag-cloud li, x:-moz-any-link {
        display: -moz-inline-box;
    }
    ul.tag-cloud li, x:-moz-any-link, x:default {
        display: inline-block;
        *display: inline;
    }
ul.tag-cloud li a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    border-bottom: 1px dotted #A9B8BD;
    text-decoration: none;
}
    ul.tag-cloud li.weight-1,
    ul.tag-cloud li.weight-1 a {
        color: #A9B8BD;
    }
    ul.tag-cloud li.weight-1 {
        padding-top: 0.6em;
        font-size: 1.2em;
    }
    ul.tag-cloud li.weight-2,
    ul.tag-cloud li.weight-2 a {
        color: #98AAB0;
    }
    ul.tag-cloud li.weight-2 {
        padding-top: 0.4em;
        font-size: 1.4em;
    }
    ul.tag-cloud li.weight-3,
    ul.tag-cloud li.weight-3 a {
        color: #869CA3;
    }
    ul.tag-cloud li.weight-3 {
        padding-top: 0.2em;
        font-size: 1.6em;
    }
    ul.tag-cloud li.weight-4,
    ul.tag-cloud li.weight-4 a {
        color: #758E96;
    }
    ul.tag-cloud li.weight-4 {
        padding-top: 0;
        font-size: 1.8em;
    }

/* CONTACT */
div#map-google {
    float: right;
}

/* FOOTNOTE */
span.footnote,
span.footnote a,
ol.footnote li {
    font-size: 1.0em;
    color: #999;
}
ol.footnote {
    float: left;
    margin-top: 3.5em;
}
ol.footnote li {
    margin: 0;
    padding: 0;
    list-style: none;
}