@charset "UTF-8";

/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 100%;
	color: #36392e;
}

body {

	margin: 0;
	padding: 0;
	background: url(../img/hardwood-bg.jpg) center top;
}

#container {
	background-color: #fff;
	min-width: 920px;
}

.contentwidth {
	width: 920px;
	min-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, Lucida, Verdana, Arial, sans-serif;
}

a:link {
	color: #006b94;
	text-decoration: none;
}

a:visited {
	color: #7899a6;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #e3ebb5;
	color: black;
}

/* @group Header */

#header {
	height: 9em;
	background: url(../img/header-bg-gradient.gif) repeat-x center bottom;
	margin: 0;
	padding: 0;
	min-width: 920px;

}

#header h1 {
	margin: 0 0 0 13px;
	float: left;
}

#header h1 a img {
	padding: 58px 0 50px;

}

#header h1 a:hover {
	background-color: transparent;
}

/* @end */

/* @group Intro */

.homepg #intro {
	height: 386px;
	margin: 0;
	padding: 0;
	background: white url(../img/homepage-top-hardwood-bg.jpg) repeat-x center top;
	min-width: 920px;

}

.l2pg #intro {
	height: 124px;
	margin: 0;
	padding: 0;
	background: white url(../img/l2page-top-hardwood-bg.jpg) repeat-x center top;
	min-width: 920px;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
}

/* @group photo */

#intro #photo {
	width: 485px;
	height: 336px;
	display: block;
	margin: 0 0 0 10px;
	padding: 2px 0 0;
	float: left;
	position: relative;
	top: -15px;
}

/* @end */

/* @group Intro Text */

.homepg #intro #introtext {
	width: 327px;
	float: right;
	display: block;
	position: static;
	margin-top: 40px;
	margin-right: 40px;
}

.l2pg #intro #introtext {
	display: block;
	margin-left: 40px;
}

#intro #introtext h2 {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 1.7em;
	text-transform: uppercase;
	text-shadow: #171717 2px 2px 8px;
}


.l2pg #intro #introtext h2 {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 1.7em;
	text-transform: uppercase;
	text-shadow: #171717 2px 2px 8px;
	line-height: 63px;
	margin: 0;
}

#intro #introtext h2 .subtext {
	text-transform: none;
	font-size: 0.8em;
}

/* @end */

/* @end */

/* @group Top Nav */

#topnav {
	width: 920px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/navbar-shadow-bg.gif) no-repeat center top;
}

#topnav ul {
	float: left;
	clear: both;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	line-height: 30px;
}

#topnav ul li {
	list-style-type: none;
	float: left;
}

#topnav ul li a#homebutton {
	width: 34px;
	background: url(../img/navbar-icon-home.gif) no-repeat left center;

}

#topnav ul li a:hover#homebutton {
	width: 35px;
	background: url(../img/navbar-icon-home-over.gif) no-repeat left center;
	border-left: 1px solid #5f5e5c;
}

#topnav ul li a:hover#homebutton img {
	width: 0;
	height: 0;
	display: none;
}


#topnav ul li a#homebutton img {
	padding-top: 8px;
	padding-left: 1px;
}

#topnav ul li a {
	width: 142px;
	height: 30px;
	display: block;
	margin: 0;
	padding: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #191919;
	color: #8c8c8c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 30px;
	text-shadow: black 1px 1px 6px;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Helvetica Neue, Lucida, Verdana, Arial, sans-serif;
}

#topnav ul li a.current {
	background: url(../img/navbar-bg-over.gif) center top;
	color: #dfdfdf;
}

#topnav ul li a:hover {
	background: transparent url(../img/navbar-bg-over.gif) repeat-x center center;
	width: 144px;
	border-style: none;
	color: #fff;
}
#topnav ul li a:active {
	background: url(../img/navbar-bg-over.gif) repeat-x center top;
}


/* @end */

/* @group Quick Contact Slideout  */

#container div#contact-slideout {
	background: #000 url(../img/contact-slideout-bg.gif) repeat-x center top;
	padding-top: 4em;
	padding-bottom: 3em;
	height: auto;
	color: white;
	font-size: 0.8em;
}

#container div#contact-slideout fieldset {
	padding: 1.5em;
	border-style: none;
}

#container div#contact-slideout fieldset legend {
	text-transform: uppercase;
	font: 1.4em 'Gill Sans', 'Gill Sans MT', "Trebuchet MS", "Helvetica Neue", Lucida, Verdana, Arial, sans-serif;
	letter-spacing: 0.15em;
}

#container div#contact-slideout div.field-container {
	float: left;
	display: block;
	margin-bottom: 0.5em;
	width: 80%;
}

#container div#contact-slideout div.ls,
#container div#contact-slideout div.rs {
	width: 49%;
	float: left;
	display: block;
}

#container div#contact-slideout label {
	float: left;
	display: block;
	width: 100%;
}

#container div#contact-slideout input, 
#container div#contact-slideout textarea {
	padding: 0.5em;
	width: 100%;
}

/* @end */

/* @group Content */

#content {
	min-width: 920px;
	min-height: 480px;
	background: white;
}

#content div.contentwidth {
	padding-left: 40px;
	padding-right: 40px;
	width: 840px;
	min-width: 800px;
}

/* @group Text Styles */

#content p,
#content li {
	font: 0.8em/1.7em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#content p em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#content p strong em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}


#content h1,
#content h2 {
	font-weight: normal;
	font-style: normal;
	color: #006b94;
	font-size: 1.5em;
}

#content h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	padding: 0;
	margin: 1.5em 0 0.5em;
}

#content h4 {
	font-weight: normal;
	font-style: normal;
	color: #8e8e8e;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 0;
	margin: 0.5em 0;
}

#content blockquote p {
	font-style: italic;
	text-align: left;
	color: #597085;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
}

#content cite {
	text-align: right;
	display: block;
	margin-right: 9em;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #597085;
}

/* @group Sidebar (Right Column) */

#content div#right-col {
	
}

#content div#right-col p {
	margin: 0 0 1em;
	line-height: 1.5em;
	color: #5d5d5d;
}

#content div#right-col div.aside p {
	font-size: 0.89em;
}

#content div#right-col h3 {
	margin: 1.5em 0;
}

#content div#right-col h4 {
	margin: 1.5em 0 0.5em;
}

/* @end */

/* @end */

/* @group Forms */

/* @group Contact Us */

body.l2pg #content form {
	display: block;
	margin-top: 2em;
}

body.l2pg #content fieldset.group {
	border-style: none;
	margin: 0;
	padding: .5em 0;
	border-width: 0;
}

body.l2pg #content fieldset.group label {
	float: left;
	margin-right: 2em;
	width: 11em;
}

body.l2pg #content fieldset.group input.input-text {
	padding: .3em;
	font-size: 0.85em;
	width: 23em;
}

body.l2pg #content fieldset.group textarea.textbox {
	font-size: .85em;
	width: 23em;
	padding: .5em;
}

body.l2pg #content fieldset.group div.field select {
	width: 29.5em;
}

body.l2pg #content fieldset.group div.req {
	float: right;
	color: #db6a1e;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

body.l2pg #content form div.submit {
	margin-left: 10em;
}

/* @end */

#content label {
	font: 0.8em/1.7em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#content .form-input input,
#content .form-textarea textarea {
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 0.6em;
	font: 0.8em "'Lucida Grande'", "'Lucida Sans Unicode'", Verdana, sans-serif;
	color: #36392e;
	border-bottom-color: #efefef;
	border-right-color: #efefef;
}

#content .form-input input:hover,
#content .form-textarea textarea:hover {
	border-color: #c0c0c0;
	background-color: #f9fafc;
}

#content .form-input input:focus,
#content .form-textarea textarea:focus {
	border-color: #909090;
	background-color: #f3f6fc;
}

div.form-section {
	margin-bottom: 1em;
}

input#submit {
}


/* @end */

#content #left-col {
	width: 512px;
	float: left;
	padding-bottom: 80px;
}

#content #right-col {
	width: 222px;
	padding-left: 40px;
	background: url(../img/curved-shadow-recess.gif) no-repeat left top;
	float: right;
	padding-bottom: 80px;
	min-height: 300px;
}

.l2pg #content #right-col {
	margin-top: 60px;
}

#content #single-col {
	padding-bottom: 80px;
	padding-top: 60px;
	float: left;
}

#content #single-col a:link,
#content #left-col a:link {
	text-decoration: none;
	border-bottom: 1px dotted #b1cfdf;
}

#content #single-col a:hover,
#content #left-col a:hover {
	text-decoration: none;
	background-color: #e3ebb5;
	color: black;
	border-bottom-color: #006b94;
}

.l2pg #content #left-col {
	width: 512px;
	float: left;
	padding-bottom: 80px;
	margin-top: 60px;
}

/* @group Recent Blog Entries */

#content #recent-blog-entries h2	 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	color: #7b8d1b;
}

#content #recent-blog-entries div.entry div.date {
	font-size: 0.7em;
	color: #929785;
	margin-top: 2em;
}

#content #recent-blog-entries div.entry h3 {
	font-weight: normal;
	font-style: normal;
	color: #26334d;
	padding: 0;
	margin-top: 0.3em;
	font-size: 1.05em;
	margin-bottom: 0.3em;
}

#content #recent-blog-entries div.entry p.teaser {
	color: #4b5774;
	font: 0.75em/1.6em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
}

#content #recent-blog-entries div.entry p.readmore {
	margin: 0.3em 0 1.1em;
}

#content #recent-blog-entries div.entry p.readmore a {
	color: #505c79;
	text-decoration: none;
	font-size: 0.7em;
	margin-left: 2em;
}

#content #recent-blog-entries div.entry {
	border-bottom: 1px solid #e9eaed;
}

/* @end */

/* @end */

/* @group Pages */

/* @group Ideology */

body#ideology div#content img {
	margin-left: 2em;
	margin-bottom: 1.5em;
}

/* @end */

/* @group Homepage */


/* @group Recent Work */

#content #recentwork-container {
	background: #f8f8f8 url(../img/homepage-recentwork/rounded-corners-bottom.gif) no-repeat center bottom;
	padding-bottom: 2em;
	margin-bottom: 4em;
}

#content #recentwork-container div.top-corners {
	background: #f8f8f8 url(../img/homepage-recentwork/rounded-corners-top.gif) no-repeat center top;
	display: block;
	padding-top: 1.5em;
}


#content #recentwork-container h3 {
	margin: 0;
	display: block;
	clear: both;
	padding: 0 0 0 1.5em;
	text-transform: uppercase;
	color: #636363;
	font-size: 1.3em;
	text-shadow: #fff 1px 1px 1px;
}

#content div#recentwork {
	background: transparent url(../img/homepage-recentwork/recentwork-photoframe-bg.jpg) no-repeat left top;
	height: 316px;
	display: block;
}

#content div#recentwork a,
#content div#recentwork a:link,
#content div#recentwork a:visited {
	text-decoration: none;
	border-bottom-style: none;
}

#content div#recentwork ul#carousel-nav {
	display: block;
	float: right;
	list-style-type: none;
	margin: 0;
	width: 12em;
	padding: 1em 0.5em 0 0;
}

#content div#recentwork ul#carousel-nav li {
	margin: 0;
	padding-bottom: 1em;
	padding-top: 1em;
	background: url(/public/img/homepage-recentwork/sep.gif) repeat-x center bottom;
	width: 175px;
}

#content div#recentwork ul#carousel-nav li.last {
	background-image: none;
}

#content div#recentwork ul#carousel-nav li h4 {
	color: #3a6078;
	text-transform: none;
	font-size: 1.25em;
	text-shadow: #fff 1px 1px 1px;
	margin-bottom: 0.1em;
	line-height: 1em;
}

#content div#recentwork ul#carousel-nav li p {
	margin: 0;
	font-size: 0.83em;
}

#content div#recentwork ul#carousel-nav li p a {
	color: #45433f;
}



/* @end */


/* @end */

/* @group People */

body#people div.bio {
	float: left;
}

body#people div.bio h4 {
	display: block;
}

body#people div.bio img.headshot {
	padding: 0.6em;
	border: 1px solid #d6d6d6;
	float: left;
	margin-bottom: 1em;
	margin-top: 0.8em;
	margin-right: 1em;
	background-color: #fff;
	clear: none;
}

/* @end */

/* @group Our Work */

#content .work-section {
	float: left;
	display: block;
	clear: both;
	width: 100%;
}

#content .work-example {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

#content .work-example h3 {
	display: block;
	margin-bottom: 0.4em;
	color: #3a6078;
	font-size: 1.2em;
	text-shadow: white 0 0 1px;
}

#content .work-example div.work-image {
	background: url(../img/our-work/worksample-shadowbox.jpg) no-repeat left top;
	display: block;
	width: 634px;
	height: 319px;
	padding-left: 35px;
	padding-top: 32px;
	float: left;
	clear: none;
	position: static;
	padding-bottom: 10px;
	margin-top: 0;
	margin-left: -23px;
	margin-right: -30px;
}

#content .work-example .work-image a {
	border-style: none !important;
}

#content .work-example .work-description {
	padding: 0;
	margin: -10px 0 15px;
	display: block;
	width: 14em;
	float: right;
	clear: none;
}

#content .work-description ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

#content .work-description ul.links li {
	margin-right: 9px;
	color: #000;
	text-transform: uppercase;
	font: 0.6em/25px 'Gill Sans', 'Gill Sans MT', "Trebuchet MS", "Helvetica Neue", Lucida, Verdana, Arial, sans-serif;
	display: block;
	float: left;
}

#content .work-description ul.links li.largeimage {
	padding-left: 19px;
	background: url(../img/our-work/icon-see-larger.gif) no-repeat left center;
}

#content .work-description ul.links li.visit-website {
	padding-left: 14px;
	background: url(../img/our-work/icon-green-arrow.gif) no-repeat left center;
}

#content .work-description p {
	font-size: 0.72em;
	line-height: 1.8em;
}

#content .work-example-vert {
	display: block;
	background: white url(/public/img/our-work/vertbox-frame-wide/middle-bg.gif) repeat-y left top;
	height: 	auto;
	float: left;
	margin-bottom: 20px;
	margin-top: 15px;
	width: 840px;
}

#content #tv .work-example-vert {
	display: block;
	background: url(/public/img/our-work/vertbox-frame/middle-bg.gif) repeat-y left top;
	width: 409px;
	float: left;
	margin-bottom: 40px;
	margin-top: 15px;
}

#content .work-example-vert .work-image a {
	border-style: none !important;
}

#content .work-example-vert .work-image a:hover {
	background-color: transparent !important;
}

#content .left {
	float: left;
	clear: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

#content .right {
	float: left;
	margin-left: 22px;
	clear: right;
}

#content .work-example-vert .frame-bottom {
	background: url(/public/img/our-work/vertbox-frame-wide/bottom-round.gif) no-repeat left bottom;
	padding-bottom: 9px;
	float: left;
}

#content .work-example-vert .frame-top {
	background: url(/public/img/our-work/vertbox-frame-wide/top-round.gif) no-repeat left top;
	padding-top: 9px;
	float: left;
}

#content #tv .work-example-vert .frame-bottom {
	background: url(/public/img/our-work/vertbox-frame/bottom-round.gif) no-repeat left bottom;
	padding-bottom: 9px;
	float: left;
}

#content #tv .work-example-vert .frame-top {
	background: url(/public/img/our-work/vertbox-frame/top-round.gif) no-repeat left top;
	padding-top: 9px;
	float: left;
}


#content .work-example-vert .work-frame {
	background: url(/public/img/our-work/vertbox-frame/work-bg-square.jpg) no-repeat left top;
	margin-left: 9px;
	width: 391px;
	height: 395px;
	text-align: center;
	float: left;
	margin-right: 40px;
}

#content #tv .work-example-vert .work-frame {
	height: 297px;
	background-image: url(/public/img/our-work/vertbox-frame/work-bg-tv-shadow.jpg);
}

#content .work-example-vert .work-frame .work-image img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
}

#content .work-example-vert .work-description {
	margin-right: 35px;
	padding-bottom: 15px;
	float: right;
	width: 365px;
}

#content #logos .work-example-vert .work-frame {
	background: url(/public/img/our-work/vertbox-frame/logos-bg-square.gif) no-repeat left top;
	margin-left: 9px;
	width: 391px;
	height: 224px;
	text-align: center;
}

#content #logos .work-example-vert .work-frame .work-image img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
}

/* @group Radio Player */

#content #radio ul.playlist {
	float: left;
	width: 400px;
	margin-top: 15px;
}

#content #radio ul.left {
	margin-right: 16px;
}

#content #radio li.caption {
	margin-bottom: 20px;
}

/* @end */

/* @end */

/* @group Selector Bar */

div#selector-bar {
	background: url(../img/our-work/select-bar/bg-top.png) no-repeat center top;
	display: block;
	width: 841px;
	margin: 1.5em 0;
	padding: 15px 0 0;
	float: left;
	clear: both;
}

div#selector-bar div.bg-bottom {
	display: block;
	background: url(../img/our-work/select-bar/bg-bottom.png) no-repeat center bottom;
	margin: 0;
	padding: 0 15px 18px 18px;
	clear: both;
	height: 1.3em;
}

div#selector-bar div#current-section {
	padding: 0;
	width: auto;
	display: block;
	float: left;
}

div#selector-bar div#current-section h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.3em;
	color: black;
	text-align: left;
}

div#selector-bar div#section-nav {
	display: block;
	width: auto;
	text-align: right;
	margin-right: 0.8em;
	padding-top: 0.1em;
	float: right;
	white-space: nowrap;
}

div#selector-bar div#section-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

div#selector-bar div#section-nav ul li {
	float: left;
	display: block;
	text-transform: uppercase;
	font-family: 'Gill Sans', 'Gill Sans MT', "Trebuchet MS", "Helvetica Neue", Lucida, Verdana, Arial, sans-serif;
	color: #c0c0c0;
	margin-left: 1.5em;
}

div#selector-bar div#section-nav ul li.see-also {
	margin-left: 0;
}

div#selector-bar div#section-nav ul li a:link {
	text-decoration: none;
	border-width: 0;
	color: #949494;
}

div#selector-bar div#section-nav ul li a:hover {
	text-decoration: none;
	border-width: 0;
	color: black;
	background-color: transparent;
	
}


/* @end */



/* @end */

/* @group Footer */

/* @group Bottom Nav */

#footer #bottomnav {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 0;
	font-size: 0.8em;
	margin: 1em 0 2.5em 0.5em;
}

#footer #bottomnav a:link,
#footer #bottomnav a:visited {
	text-decoration: none;
}

#footer #bottomnav a.current {
}

#footer #bottomnav span.sep {
	margin-right: 0.5em;
	margin-left: 0.5em;
}

#footer #bottomnav ul {
	list-style-type: none;
	padding-left: 1.5em;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
}

#footer #bottomnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* @end */

#footer {
	background: url(../img/homepage-top-hardwood-bg.jpg) repeat-x center top;
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	text-shadow: #262626 1px 1px 3px;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Helvetica Neue, Lucida, Verdana, Arial, sans-serif;
	min-width: 920px;
	padding: 1em 0 2em;
}

#footer p {
	min-width: 0;
	padding-right: 1.5em;
	padding-left: 1.5em;
}

#footer #backtotop {
	float: right;
	display: block;
	margin-left: 1em;
	margin-right: 1.5em;
}

#footer #backtotop a:hover {
	background-color: transparent;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}

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

/* @end */

.noshow {
	display: none;
}

/* @group fancy zoom */

div#zoom a:hover {
	background-color: transparent;
}

div#zoom_content p {
	margin-top: 0.8em;
	font-size: 0.8em;
	margin-bottom: 0;
	padding: 0;
}

/* @end */
