/* Import framework
--------------------------------------------------------*/

@import url("framework/screen.css");

/* Base
--------------------------------------------------------*/

body {
	background: #333;
}

/* Header
--------------------------------------------------------*/

#header {
	background: #f5f5f5 url(../images/css/largeLogo.gif) no-repeat center top;
	border-bottom: 1px solid #d6d6d6;
	height: 130px;
	position: relative;
	z-index: 10;
}

#header div.container {
	height: 100%;
	position: relative;
}

/* Logo */

#logo img {
	margin-top: 21px;
}

#slogan {
	display: none;
}

/* Company info */

#company-info {
	display: none;
}

/* Search */

#search {
	position: absolute;
	right: 0;
	top: 38px;
}

#search form {
	background: transparent url(../images/css/searchBox.gif) no-repeat 0 0;
	height: 25px;
	width: 213px;
}

#search form label {
	display: none;
}

#search form input {
	border: 0;
	height: 25px;
	background: none;
	color: #999;
	font-size: 84.6%;
	line-height: 2em !important;
	padding: 0 0 0 0.75em !important;
	width: 175px;
	float: left;
}

#search form button {
	background: transparent url(../images/css/magnifier.gif) no-repeat center center;
	border: 0;
	float: right;
	position: relative;
	top: 0;
	right: 0;
	height: 25px;
	width: 25px;
	text-indent: -9999px;
}

/* Main navigation */

#main-navigation {
	bottom: -1px;
	position: absolute;
	right: 0;
}

#main-navigation ul {
	margin: 0;
	position: relative;
	z-index: 10;
}

#main-navigation ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	xposition: relative;
}

#main-navigation ul li a {
	background: #333 url(../images/css/tabCornerBlack.gif) no-repeat right top;
	border-bottom: 1px solid #d6d6d6;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, Helvetica Neue, Sans, sans-serif;
	font-size: 107.7%;
	font-weight: bold;
	height: 30px;
	line-height: 2.2em;
	padding: 0 8px;
	text-decoration: none;
	width: 110px;
}

.cufon-active #main-navigation ul li a {
	font-size: 123.1%;
	line-height: 1.9em;
}

#main-navigation ul li.active a,
#main-navigation ul li:hover a,
#main-navigation ul li.show-sub-navigation a,
#main-navigation ul li a:hover {
	background: #333 url(../images/css/tabWhite.gif) no-repeat right top;
	border-bottom-color: #fff;
	border-left: 1px solid #d6d6d6;
	color: #333;
	width: 109px;
}

/* Main sub navigation */

#main-navigation ul li ul {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-top: none;
	color: #333;
	display: none;
	font-size: 81.25%;
	margin: 0;
	padding-bottom: 0.5em;
	position: absolute;
	width: auto;
	z-index: 9999;
}

#main-navigation ul li.last ul {
	right: 0;
}

#main-navigation ul ul,
#main-navigation ul ul li a {
	margin: 0;
}

#main-navigation ul ul li {
	line-height: 1em;
	padding: 0;
}

#main-navigation ul ul li a {
	background: none !important;
	border: 0 !important;
	color: #333 !important;
	font-family: Verdana, "Verdana Ref", "Trebuchet MS", Sans, sans-serif;
	font-weight: normal;
	height: auto;
	min-width: 107px;
	padding: 0 0.7em 0 0.6em;
	text-decoration: none !important;
	width: auto !important;
}

#main-navigation ul ul li a:hover {
	border: 0;
	color: #333 !important;
	text-decoration: underline !important;
}

#main-navigation ul li:hover ul,
#main-navigation ul li.show-sub-navigation ul {
	display: block;
}

#main-navigation ul li ul li {
	float: none;
}

/* Sub navigation */

div#sub-navigation {
	background: transparent url(../images/css/subNavigationBackground.gif) no-repeat right top;
	line-height: 1.5em;
	margin: 0;
	padding: 31px 0 0 0;
	width: 216px;
}

div#sub-navigation ul li {
	background: #e41e26;
	border-top: 1px solid #f4a5a8;
	list-style: none;
}

div#sub-navigation ul li.active {
	background: none;
	border: 0;
}

div#sub-navigation ul.level1 li.last {
	border-bottom: 31px solid #e41e26;
}

div#sub-navigation ul.level1 li.last a {
	border-bottom:1px solid #F4A5A8;
}

div#sub-navigation ul.level2 li.last,
div#sub-navigation ul.level2 li.last a,
div#sub-navigation ul li.has-submenu-active a {
	border: 0 !important;
}

div#sub-navigation ul li.has-submenu a {
	background: transparent url(../images/css/arrowRightWhiteOnRed.gif) no-repeat 92% center;
}

div#sub-navigation ul li.has-submenu-active a {
	background-image: url(../images/css/arrowDownBlack.gif);
}

div#sub-navigation ul li.has-submenu ul li a {
	background: none;
}

div#sub-navigation ul li a,
div#sub-navigation ul li strong {
	color: #fff;
	display: block;
	line-height: 1.5em;
	padding: 0.75em 1.5em;
}

div#sub-navigation ul li.active a,
div#sub-navigation ul li.active strong {
	color: #333;
}

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

div#sub-navigation ul li.active a:hover {
	background: none;
	text-decoration: underline;
}

div#sub-navigation ul li ul {
	background: none;
	margin: -0.5em 0 0 0;
	padding: 0 0 0.75em 0;
}

div#sub-navigation ul li ul li {
	background: none;
	border: 0;
	font-size: 84.6%;
}

div#sub-navigation ul li ul li a,
div#sub-navigation ul li ul li strong {
	font-weight: normal;
	line-height: 1.25em;
	padding: 0.5em 3em;
}

div#sub-navigation ul li ul li.active a {
	font-weight: bold !important;
}

div#sub-navigation ul li ul li a:hover {
	background: none;
	text-decoration: underline;
}

/* Content
--------------------------------------------------------*/

#content {
	background: #fff url(../images/css/largeLogo.gif) no-repeat center -131px;
	padding: 0 0 50px;
}

/* Blocks */

.block-grey,
.block-black,
.block-red {
	background: #eaeaea url(../images/css/cornerGrey.gif) no-repeat right top;
	padding: 20px;
}

.block-black {
	background-color: #333;
	background-image: url(../images/css/cornerBlack.gif);
}

.block-red {
	background-color: #e41e26;
	background-image: url(../images/css/cornerRed.gif);
}

#content-right {
	float: right;
}

#content-right .block-grey,
#content-right .block-black,
#content-right .block-red {
	background-image: url(../images/css/cornerGreyOnGrey.gif);
}

#content-right .block-black { background-image: url(../images/css/cornerBlack.gif); }
#content-right .block-red { background-image: url(../images/css/cornerBlack.gif); }

#content-right #news dl {
	margin: 0 0 2.3em 0;
}

#content-right #news dd {
	margin: 0;
	font-size: 84.6%;
	color: #666;
	border-bottom: 1px solid #bcbcbc;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}

#content-right #news .block {
	height: auto;
}

/* Navigation path */

#navigation-path {
	font-size: 84.6%;
	line-height: 4.5em;
}

#navigation-path ul,
#navigation-path ul li {
	display: inline;
}

#navigation-path ul li a {
	background: transparent url(../images/css/arrowRightRed.gif) no-repeat right 0.25em;
	font-weight: normal;
	margin: 0 0.3em 0 0;
	padding: 0 1.5em 0 0;
}

#navigation-path ul li strong {
	font-weight: normal;
}

/* Intro */

#intro {
	padding: 50px 0 20px;
}

/* Tagcloud */

#tagcloud {
	height: 185px;
	line-height: 2.5em;
	padding: 15px 0 0 0;
	text-align: center;
}

#tagcloud span.size1 {
	font-size: 1em;
}

#tagcloud span.size2 {
	font-size: 1.08em;
}

#tagcloud span.size3 {
	font-size: 1.31em;
}

#tagcloud span.size4 {
	font-size: 1.46em;
}

#tagcloud a {
	color: #333;
	font-weight: normal;
}

#tagcloud a:hover {
	color: #e41e26;
}

/* Personnel */

#personnelslideshow {
	background: transparent url(../images/css/personnelBackground.gif) right 40px no-repeat;
	float: right;
	height: 240px;
	width: 636px;
	margin-top: -40px;
	overflow: hidden;
}

div.personnel {
	background: none;
	height: 200px;
	position: relative;
	width: 596px;
}

div.personnel .quote {
	height: 160px;
	padding-top: 40px;
	width: 260px;
	position: relative;
}

div.personnel .author a {
	background: transparent url(../images/css/arrowLargeRightWhiteOnRed.gif) no-repeat left center;
	bottom: 0;
	color: #eaeaea;
	padding-left: 1em;
	position: absolute;
	right: 0;
	text-align: right;
}

div.personnel .author a:hover {
	color: #333;
	text-decoration: none;
}

div.personnel blockquote {
	color: #fff;
	font-family: Arial, Helvetica, Helvetica Neue, Sans, sans-serif;
	font-size: 184.6%;
	line-height: 1.67em;
	margin: 0;
}

.cufon-active div.personnel blockquote {
	font-size: 215.4%;
	line-height: 1.4em;
}

div.personnel img {
	bottom: 0;
	position: absolute;
	right: 0;
}

/* Highlights */

#highlights .block,
#content-right .block {
	min-height: 330px;
	position: relative;
	margin-top: 0.25em;
}

#home #highlights .block {
	height: 330px;
}

#highlights #news-list .block {
	height: 370px;
}

/* Sidebar news */

#news-list dl {
	padding-top: 20px;
}

#news-list dd {
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 84.6%;
	margin: 0 0 0.9em 0;
	padding: 0 0 1.1em 0;
}

/* Sidebar quote */

#content-right #quote .block,
#content-right #quote {
	height: auto;
	min-height: 0;
}

#content-right #quote blockquote,
#content-right #quote h1  {
	color: #333;
	font-family: Arial, Helvetica, Helvetica Neue, Sans, sans-serif;
	font-size: 184.6%;
	line-height: 1.67em;
	margin: 0 0 1.25em 0;
}

#content-right #quote h1 {
	font-weight: normal;
	font-style: italic;
}

.cufon-active #content-right #quote blockquote,
#content-right #quote h1 {
	font-size: 215.4%;
	line-height: 1.4em;
}

#content-right #quote p {
	margin: 0;
}

/* Tabs */

.ui-tabs-hide {
	display: none;
}

/* Personnel slideshow */

#personnelslideshow .tab-navigation {
	display: none;
}

/* Portfolio tabs */

#tabs {
	height: 370px;
	overflow: hidden;
	position: relative;
}

#tab-menu {
	display: none;
}

#tabs .previousNextPanel a.tabNavigator {
	background: transparent url(../images/css/arrowLargeRightRed.gif) no-repeat center center;
	display: block;
	height: 20px;
	position: absolute;
	text-indent: -9999px;
	right: 0;
	top: -25px;
	width: 20px;
}

#tabs .previousNextPanel a.tabNavigator:hover {
	background: transparent url(../images/css/arrowLargeRightBlack.gif) no-repeat center center;
}

#tabs .previousNextPanel a.gotoPreviousTab {
	background-image: url(../images/css/arrowLargeLeftRed.gif);
	right: 20px;
}

#tabs .previousNextPanel a.gotoPreviousTab:hover {
	background-image: url(../images/css/arrowLargeLeftBlack.gif);
}

/* Banners */

#banners h2 {
	visibility: hidden;
}

#banners div.banner {
	height: 70px;
	margin: 0 0 20px;
	position: relative;
}

#banners .banners-two div.banner { height: 135px; }
#banners .banners-one div.banner { height: 330px; }

/* Main content */

div#content-middle {
	padding-right: 10px;
	width: 462px;
}

div.content-middle-wide {
	width: 718px !important;
	padding: 0 !important;
}

/* Page browsers */

ul.pagebrowser,
.news-amenu-container ul {
	margin: 0.5em 0 1em 0;
}

.news-amenu-container ul {
	margin-bottom: 1.5em;
}

ul.pagebrowser li,
.news-amenu-container ul li {
	background: none !important;
	display: inline;
	font-size: 84.6%;
	list-style-type: none;
	padding: 0 !important;
	
}

ul.pagebrowser li a,
.news-amenu-container li a {
	background: #E41E26;
	color: #fff;
	padding: 0.4em 1em;
}

ul.pagebrowser li strong a,
.news-amenu-container li.amenu-act a {
	background: none;
	color: #333;
}

ul.pagebrowser li a:hover,
.news-amenu-container li a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

/* Interactive team overview */

#team-members {
	float: left;
	margin: 0;
	width: 213px;
}

#team-members li {
	background: none !important;
	float: left;
	height: 61px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	padding: 0 !important;
	position: relative;
	width: 61px;
}

#team-members li a {
	background-position: -59px -408px;
	border: 1px solid #ccc;
	display: block;
	height: 59px;
	left: 0;
	position: absolute;
	top: 0;
	width: 59px;
	text-indent: -9999px;
	z-index: 5;
}

#team-members li.active a,
#team-members li a:hover {
	background-position: 0 -408px;
	border-color: #e41e26;
}

#activeMember {
	border: 1px solid #ccc;
	float: right;
	height: 408px;
	width: 503px;
	position: relative;
}

#activeMemberInfo {
	background: url(../images/css/graySemitransparent.png) 0 0 repeat;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 473px;
}

#activeMemberInfo h3 {
	color: #e41e26;
	line-height: 1em;
	margin-bottom: -0.25em;
}

#activeMemberInfo span {
	display: block;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	font-size: 138.5%;
	margin-bottom: -0.25em;
}

/* Footer
--------------------------------------------------------*/

#footer {
	color: #fff;
	font-size: 84.6%;
	padding: 30px 0 15px;
}

#copyright {
	display: block;
	margin-bottom: 2.5em;
}

#page-url {
	display: none;
}

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

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-bottom: 2.5em;
}

dl#address dt {
	color: #e41e26;
	float: left;
	font-weight: normal;
}

dl#address dt.digital {
	display: none;
}

dl#address dd {
	margin-left: 70px;
}

dl#address dd.digital {
	margin: 0;
}

dl#address ul {
	margin: 0 0 0.25em;
}

dl#address ul li,
ul#servicelinks li {
	border-right: 1px solid #e41e26;
	display: inline;
	list-style: none;
	margin: 0 0.6em 0 0;
	padding: 0 0.5em 0 0;
}

dl#address ul li.last,
ul#servicelinks li.last {
	border: 0;
}

ul#servicelinks {
	float: right;
	text-transform: lowercase;
}