/* ---------------------------------------------------------------------------

	BroadBased Communications, Inc. Screen Styles
	http://bbased.com

--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------

	Reset

--------------------------------------------------------------------------- */

html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------------------------------------------

	Layout

--------------------------------------------------------------------------- */

body {
	background-color:#e5e3df;
	font:small/1.49em "Helvetica", Arial, Verdana, sans-serif;
	color:#4f3d3f;
	line-height:150%;
}

#wrap {
	width:944px;
	margin:0 auto;
	padding-top:44px;
}

/*------------------------------------------------------------------------------

HEADER

------------------------------------------------------------------------------*/

#header {
	border-bottom:7px solid #4f3d3f;
	height:68px;
	margin-bottom:97px;
}

body.home #header {
	margin-bottom:0;
}

#header h1 a {
	width:315px;
	height:43px;
	display:block;
	float:left;
	border:none;
}

/* NAVIGATION */

ul#main-navigation {
	float:right;
	margin-top:15px;
}

ul#main-navigation li {
	float:left;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}

ul#main-navigation li a {
	padding:10px 8px;
	color:#4f3d3f;
	text-decoration:none;
	border:none;
}

ul#main-navigation li a:hover {
	color:#fff;
	background-color:#638592;
}

body.home ul#main-navigation li#home a, 
body.capabilities ul#main-navigation li#capabilities a,
body.strategy ul#main-navigation li#strategy a,
body.portfolio ul#main-navigation li#portfolio a,
body.team ul#main-navigation li#team a,
body.contact ul#main-navigation li#contact a,
body.broadcast ul#main-navigation li#broadcast a{
	color:#fff;
	background-color:#638592;
}

/* HOME PAGE CALL-OUTS */

ul#call-outs {
	height:82px;
	margin-bottom:20px;
}

ul#call-outs li {
	float:left;
	font-size:16px;
	margin-right:16px;
}

ul#call-outs li#web-interactive-development {
	margin:0;
}

ul#call-outs li a {
	width:164px;
	height:61px;
	padding-left:12px;
	padding-top:17px;
	display:block;
	color:#4f3d3f;
	text-decoration:none;
	font-weight:normal;
	border:none;
}

ul#call-outs li a:hover {
	background-color:#fff;
}

/*------------------------------------------------------------------------------

MAIN CONTENT

------------------------------------------------------------------------------*/

h2.main-title {
	font-weight: bold;
	font-size: 45px;
	margin-bottom:17px;
	color:#638592;
	text-transform:uppercase;
	line-height:normal;
}

#content-container {
	border-top:1px dashed #4f3d3f;
}

#main-content {
	float:left;
	width:560px;
	padding-top:20px;
}

#main-content h3 {
	font-size:20px;
	color:#94453e;
	margin-bottom:20px;
	line-height:27px;
}

#main-content p {
	margin-bottom:20px;
}

h5.list-header {
	font-weight:bold;
	font-size:14px;
}

#main-content ul {
	list-style:disc;
	list-style-position:inside;
	margin-bottom:20px;
}

#main-content ul li {
	padding:5px;
}

#main-content ul li ul {
	list-style:circle;
	list-style-position:inside;
	margin-left:20px;
	margin-bottom:0;
}

/* CASE STUDIES */

body.case-studies #main-content h3 {
	clear:both;
}

#main-content ul.case-study-category {
	margin-left:0 !important;
}

#main-content ul.case-study-category li {
	padding:0 !important;
}

ul.case-study-category li {
	list-style:none;
	float:left;
	margin-left:0;
	margin-right:10px;
	margin-bottom:20px;
}

ul.case-study-category li.last {
	margin-right:0 !important;
}

ul.case-study-category li a:hover {
	border-bottom:none;
}

ul.case-study-category li img {
	border:solid 1px #4f3d3f;
	padding:5px;
	float:left;
}

ul.case-study-category li a img:hover {
	background:#fff;
}

/* TEAM */

#team-section img {
	border:solid 1px #4f3d3f;
	padding:5px;
	float:left;
	display:inline;
	margin-right:10px;
}

#team-section dl {
	float:right;
	width:388px;
}

#team-section dl dt {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color:#638592;
}

#team-section dl dd {
	margin-bottom:20px;
}

.main-content-recent-projects h2 {
	font-size:30px;
	color:#415a63;
	font-weight:bold;
	border-bottom:solid 3px #4f3d3f;
	padding-bottom:15px;
	margin-bottom:15px;
}

/*------------------------------------------------------------------------------

SIDEBAR

------------------------------------------------------------------------------*/

#sidebar {
	float:right;
	width:353px;
}

ul#sub-navigation {
	border-bottom:1px dashed #4f3d3f;
	margin-bottom:30px;
}

ul#sub-navigation li {
	font-size:20px;
	width:353px;
	margin-bottom:1px;
}

ul#sub-navigation li a {
	color:#94453e;
	background-color:#fff;
	text-decoration:none;
	padding:15px 0 15px 15px;
	display:block;
	border:none;
	font-weight:normal;
}

body.brand-development ul#sub-navigation li#brand-development a,
body.marketing-planning ul#sub-navigation li#marketing-planning a, 
body.corporate-communications ul#sub-navigation li#corporate-communications a,
body.public-media-relations ul#sub-navigation li#public-media-relations a,
body.web-interactive-development ul#sub-navigation li#web-interactive-development a,

body.faqs ul#sub-navigation li#faqs a,
body.case-studies ul#sub-navigation li#case-studies a,

body.corporate-branding ul#sub-navigation li#corporate-branding a,
body.branding-icons ul#sub-navigation li#banding-icons a,
body.brochures ul#sub-navigation li#brochures a,
body.publications ul#sub-navigation li#publications a,
body.illustrations ul#sub-navigation li#illustrations a,
body.websites ul#sub-navigation li#websites a,

body.jan ul#sub-navigation li#jan a,
body.maria ul#sub-navigation li#maria a,
body.karen ul#sub-navigation li#karen a,
body.rick ul#sub-navigation li#rick a,
body.joy ul#sub-navigation li#joy a,
body.carolyn ul#sub-navigation li#carolyn a,
body.sean ul#sub-navigation li#sean a,
body.jenny ul#sub-navigation li#jenny a,
body.lynsey ul#sub-navigation li#lynsey a,
body.snowball ul#sub-navigation li#snowball a,

body.directions ul#sub-navigation li#directions a,
body.pr-internship ul#sub-navigation li#pr-internship a,
body.design-internship ul#sub-navigation li#design-internship a {
	background:none;
}

ul#sub-navigation li a:hover {
	background:none;
}

#sidebar h2 {
	font-size:20px;
	font-weight:bold;
	color:#638592;
	margin-bottom:25px;
}

#sidebar h2 span.special {
	color:#94453e;
	font-weight:lighter;
}

#sidebar p {
	margin-bottom:20px;
}

#sidebar .contact-info {
	font-weight:normal;
	line-height:140%;
	color:#4f3d3f;
	font-size:16px;
}

/* Broadcast */

/*------------------------------------------------------------------------------

FOOTER

------------------------------------------------------------------------------*/

#footer {
	border-top:1px dashed #4f3d3f;
	padding:15px 0 20px 0;
	font-size:11px;
	color:#638592;
}

ul#footer-nav li {
	float:left;
	display:block;
	padding-right:8px;
	text-transform:uppercase;
}

#footer a {
	color:#638592;
	text-decoration:none;
	border:none;
	font-weight:normal;
}

#footer a:hover {
	color:#fff;
}

#footer p {
	float:right;
}

/*------------------------------------------------------------------------------

TYPOGRAPHY

------------------------------------------------------------------------------*/

h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

h6 {
	font-weight:bold;
	color:#638592;
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/*------------------------------------------------------------------------------

Links

------------------------------------------------------------------------------*/

a {
	color:#4f3d3f;
	text-decoration:none;
	padding-bottom:2px;
	font-weight:bold;
}

a:hover {
	color:#fff;
	border-bottom:dashed 1px #fff;
}

/*------------------------------------------------------------------------------

MISCELANEOUS

------------------------------------------------------------------------------*/

.clear {
	clear:both;
}

.blue {
	color:#638592;
}

.red {
	color:#94453e;
}

.brown {
	color:#4f3d3f;
}

/*------------------------------------------------------------------------------

	Accordion

------------------------------------------------------------------------------*/

.accordion  {
	width: 944px;
}
.accordion div {
	width:100%;
}

.accordion div img {
	float:right;
	margin-top:15px;
}

.accordion div div.accordion-content {
	float:left;
	width:440px;
	height:305px;
	margin-left:30px;
	margin-top:25px;
}

.accordion div div.accordion-communicate {
	float:left;
	width:539px;
	height:305px;
	margin-left:30px;
	margin-top:25px;
}

.accordion div div.accordion-content h3 {
	font-size:25px;
	width:440px;
	line-height:normal;
	margin-bottom:18px;
}

.accordion div div.accordion-communicate h3 {
	font-size:25px;
	width:440px;
	line-height:normal;
	margin-bottom:18px;
}

.accordion div div.accordion-content h3.connect {
	color:#638592;
}

.accordion div div.accordion-content h3.collaborate {
	color:#94453e;
}

.accordion div div.accordion-communicate h3.communicate {
	color:#736d6e;
}

.accordion div div.accordion-content p {
	font-size: 15px;
	margin-bottom:20px;
}

.accordion a {
	cursor:pointer;
	display:block;
	padding-bottom:30px;
	margin-top: 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 45px;
	border-bottom: 1px solid #4f3d3f;
	text-transform:uppercase;
}

.accordion a.connectivity {
	color:#415a63;
}

.accordion a.connectivity:hover, .accordion a.connectivity.selected {
	color:#638592;
}

.accordion a.collaboration {
	color:#763631;
}

.accordion a.collaboration:hover, .accordion a.collaboration.selected {
	color:#94453e;
}

.accordion a.communication {
	color:#3d3031;
	border-bottom:none;
}

.accordion a.communication:hover {
	color:#4f3d3f;
}

.accordion a.communication.selected {
	color:#4f3d3f;
	border-bottom: 1px solid #4f3d3f;
}

#main-content .accordion {
	margin-bottom:20px;
}

#main-content .accordion a {
	cursor:pointer;
	display:block;
	padding-bottom:10px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #4f3d3f;
	color:#94453e;
	text-transform:none;
}

#main-content .accordion div div.pr-services {
	padding-top:10px;
}

/*------------------------------------------------------------------------------

	Glider

------------------------------------------------------------------------------*/

div.scroller {	
	width: 560px;
	overflow: hidden;
	border:solid 1px #4f3d3f;
	margin-bottom:20px;
}

div.scroller div.section {	
	width:540px;
	overflow:hidden;
	float:left;
	padding:10px;	
}
	
div.scroller div.content {
	width: 10000px;
}

.services-rendered {
	float:left;
	width:188px;
}

.services-rendered h4 {
	color:#638592;
	margin-bottom:inherit;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.controls ul {
	border-bottom:solid 1px #4f3d3f;
	border-top:solid 1px #4f3d3f;
	padding:4px 0;
}

.controls ul li {
	list-style:none;
	margin:-9px -5px;
}

.controls ul li a {
	color:#94453e;
	text-decoration:none;
	padding:5px 0 5px 10px;
	display:block;
	border:none;
}

.controls ul li a:hover {
	background-color:#fff;
}

.controls ul li a.selected {
	background-color:#fff;
}

.controls ul li a:focus {
	background-color:#fff;
}

.port-content {
	float:right;
	width:357px;
}

.port-content h4 {
	font-size:14px;
	font-weight:bold;
}