@font-face
{
    font-family: Frutiger Light;
    src: url('resources/fonts/FTL____.TTF');
}

@font-face
{
    font-family: Myriad Pro;
    src: url('resources/fonts/MyriadPro-Regular.otf');
}

/** MASS 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: inherit; color: inherit;
}
/** Reset List Specifics **/
ol, ul
{
	list-style: none; padding-bottom: 20px;
}

ol
{
	list-style-type: decimal-leading-zero; margin-left: 30px;
}

blockquote, q
{
	quotes: none;
}

/** Begin Styles **/
html, body 
{
    margin: 0; padding: 0; height: 100%; min-height: 100%; width: 100%; font: normal 90% Frutiger Light, Helvetica, Arial, Tahoma, sans-serif;
}

.wrapper
{
    margin: 0 auto; width: 950px; max-width: 950px; min-width: 950px; height: 100%; position: relative;
}

#globalwrapper
{
    position: relative; height: 100%; height: auto !important; min-height: 100%; margin-bottom: 50px;
}

#clearance
{
    clear: both;
}

h1, h2, h3
{
    margin-bottom: 10px; color: #27608D; font-family: Myriad Pro; font-weight: normal;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em; 
}

h3
{
    font-size: 1.5em; color: #5893B9;
}

a
{
    color: #5893B9;
}

a:hover
{
	color: silver;
}

p
{
    margin-bottom: .9em;
}

hr
{
    background-color: #DADADA; border-width: 0; color: #DADADA; height: 1px; line-height: 0; margin: 1em auto 1em auto; page-break-after: always; text-align: center; width:90%;
}

font
{
    font-family: inherit !important;
}

.clear
{
	clear: both;
}

/** Header Styles & Layout **/
div#header
{
    height: 120px; background: url('../images/layout/header-bg.png') repeat-X; border-bottom: 1px solid white;
}

#identity
{
    position: absolute; top: 15px; left: 10px;
}

#identity img
{
    border: none; 
}

#descriptor
{
	position: absolute; right: 10px; top: 66px; font-size: 1.25em; color: #777;
}

#brands
{
	position: absolute; top: 35px; right: 10px;
}

div#middle-home
{
    height: 530px; background: url('../images/layout/middle-home-bg.png') repeat-X;
}

div#middle-internal
{
    height: 132px; background: url('../images/layout/middle-home-bg.png') repeat-X;
}

#middle-home .wrapper, #middle-internal .wrapper
{
    background: url('../images/layout/middle-home-wrapper-bg.png') no-repeat  top center;
}

/** Footer Styles & Layout **/
div#footer
{
    height: 50px; background: #1B6B99 url('../images/layout/footer-bg.png') repeat-X; position: absolute; bottom: 0; width: 100%; margin-top: -50px; font-size: .8em;
}

/** Presentation & Slides **/
div#presentation
{
    width: 100%; height: 417px; background: white url('../images/layout/presentation-bg.png') repeat-X top; border-top: 1px solid white; border-bottom: 2px solid #27608D;
}

div#qualifications
{
    
}

#presentation h1
{
    color: White; text-shadow: 2px 2px 2px #666;
}

#presentation p
{
    font-size: 1.5em; color: White;
}

/** Content **/
div#content
{
    height: auto; background: url('../images/layout/middle-content-bg.png') repeat-X top; border-top: 1px solid silver; padding: 30px 10px; line-height: 165%; font-size: .9em;
}

.content-left
{
    width: 48%; float: left;
}

.content-right
{
    width: 48%; float: right;
}

.content-dotted
{
    border: 1px dashed silver;
}

.content-column
{
    width: 300px; float: left; padding: 10px 10px 10px 0;
}

.content-floating
{
    float: left; padding: 0 10px 0 0;
}

.center
{
    border-left: 1px solid #eaeaea; border-right: 1px solid #eaeaea; padding-left: 10px; margin-right: 10px;
}

.right
{
    padding-right: 0px;
}

.content-third
{
	width: 320px; float: left; padding: 10px 10px 10px 0;
}

.extra-pad
{
	margin-right: 20px; border-right: 1px solid #eaeaea;
}

.content-two-thirds
{
	width: 675px; float: left;
}

.left-border
{
	border-left: 1px solid #eaeaea;
}

.right-border
{
	border-right: 1px solid #eaeaea;
}

.emphasis
{
    font-size: 1.2em; line-height: 1.5em;
}

.grid
{
	border: 1px solid #eaeaea; padding: 5px; margin-bottom: 10px; text-align: center;
}

#content ul li,
#content ol li,
#socialmedia ul li
{
    border-bottom: 1px solid #eaeaea; /*padding: 4px 0 4px;*/
}

#content ul li,
#content ol li 
{
	padding: 4px 0 4px;
}

#socialmedia,
#credentials
{
	padding-top: 10px; height: 417px;
}

#socialmedia
{
	font-size: .9em; width: 175px; position: absolute; right: 0; top: 0; background: url('../images/layout/socialmedia-bg.png') no-repeat top left;
}

#socialmedia ul li
{
	margin-bottom: 4px; margin-left: 5px; height: 50px;
}

#socialmedia ul li:first-child
{
	height: 39px; background: url('../images/layout/large-arrow.png') no-repeat; padding-left: 20px; color: #5893B9;
}

#socialmedia li.twitter
{
	background: url('../images/icons/twitter.png') no-repeat;
}

#socialmedia li.facebook
{
	background: url('../images/icons/facebook.png') no-repeat;
}

#socialmedia li.youtube
{
	background: url('../images/icons/youtube.png') no-repeat;
}

#socialmedia li.blog
{
	background: url('../images/icons/blog.png') no-repeat;
}

#socialmedia li:hover
{
	background-position: 0 -50px;
}

#socialmedia a 
{
	color: #888; padding-left: 38px; display: block; height: 100%; padding-top: 10px;
}

#socialmedia a:hover
{
	color: #444;
}

#credentials
{
	font-size: .9em; width: 175px; position: absolute; left: 0; top: 0; background: url('../images/layout/credentials-bg.png') no-repeat top right;
}

#credentials ul
{
	width: 170px;
}

#credentials ul li
{
	border: 1px solid #eaeaea; /*padding: 4px 0 2px;*/ margin-bottom: 4px; height: 50px; overflow: hidden;
}

#credentials ul li a
{
	display: block; width: 100%; height: 100%;
}

#credentials li.iawards
{
	background: url('../images/awards/iawards-2010-small.png') no-repeat;
}

#credentials li.deloitte
{
	background: url('../images/awards/deloitte-technology-fast-50-2009-small.png') no-repeat;
}

#credentials li.itsecrets
{
	background: url('../images/awards/it-secrets-2005-small.png') no-repeat;
}

#credentials li.google
{
	background: url('../images/awards/google-adwords-partner-small.png') no-repeat;
}

#credentials li.yahoo
{
	background: url('../images/awards/yahoo-small.png') no-repeat;
}

#credentials li.bing
{
	background: url('../images/awards/bing-small.png') no-repeat;
}

#credentials li:hover
{
	background-position: 0 -50px;
}

#credentials ul li:first-child
{
	border: none !important; height: 35px !important; text-align: right; padding-right: 20px;  background: url('../images/layout/large-arrow-reverse.png') no-repeat top right;
}

/*#credentials ul li.first
{
	border: none !important; height: 55px !important;
}*/

#slides
{
	position: absolute; left: 175px; top: 0; width: 600px; height: 416px; background: white; overflow: hidden; margin: 0; padding: 0;
}

.slides-links
{
	position: absolute; bottom: 0; left: 0; width: 600px; height: 35px; background: #eaeaea; z-index: 100;
}

#slides-links-technology,
#slides-links-methodology
{
	display: none;
}

.date
{
    display: block; color: silver;/* #ad0405;*/ font-size: .9em;
}

.required
{
    color: #AD0405; font-size: .7em;
}

.response-error
{
    font-weight: bold; color: red;
}

.response-ok
{
}

div#teaser
{
    background: url('../images/layout/bg-teaser.png') no-repeat; height: 102px; margin: 20px 0; padding-bottom: 20px; position: relative; width: 100%;
}

div#teaser-table
{
    width: 680px; display: table; height: 102px;
}

#teaser-table .teaser-cell
{
	height: 100%; display: table-cell; vertical-align: middle; font-size: 1.4em; line-height: 1.4em; padding-right: 10px; color: #555; text-align: center; position: relative; font-style: oblique;
}

#teaser img#title
{
    position: absolute;	top: 5px; right: 60px;
}

#teaser img.open-quote
{
	vertical-align: baseline; 
}

#teaser img.end-quote
{
	vertical-align: middle;
}

#sidebar
{
    width: 250px; min-height: 320px; border-left: 1px solid #DADADA; float: right; margin-left: 5px; padding-left: 10px; color: #777; background: white; margin-top: 10px; height: 100%;
}

#sidebar h3
{
    color: #E88320;
}

.case-study,
.testimonial
{
	min-height: 180px;
}

.testimonial br
{
	margin-bottom: .9em;
}

.spokesperson
{
	margin-top: 5px; display: block;
}

.soft
{
    color: #777;
}

.info
{
	color: #e88320;
}

.center-text
{
	text-align: center;
}

.block
{
	float: none !important;
}

/** Menus & Navigation **/
ul#menu-site
{
    margin: 0; padding: 0; width: 100%; height: 110px; list-style: none; background: url('../images/layout/middle-home-wrapper-bg.png') no-repeat top center; text-transform: uppercase; text-shadow: 2px 2px 2px #628DAB;
}

#menu-site li
{
    float: left; height: 100%; width: auto; padding: 15px 0 0 10px;
}

#menu-site li a
{
    display: block; width: 100%; height: 100%; color: White; text-decoration: none;
}

#menu-site li:hover
{
    background: url('../images/layout/bg-menu-hover.png') repeat-X;
}

#menu-site .title
{
    font-size: 1.5em;
}

#menu-site .description
{
    display: block; font-size: .85em; padding-top: 1em;
}

#menu-site .primary
{
    width: 170px;
}

#menu-site .secondary
{
    width: 126px;
}

#menu-site li.current a 
{
    color: #222;
}

#menu-footer
{
    height: 50px; margin: 0; padding: 0;
}

#menu-footer li
{
    display: inline; margin: 10px; line-height: 50px;
}

#menu-footer a
{
    color: #8FC8E7 !important;
}

#menu-footer a:hover
{
    color: white !important;
}

#menu-access
{
    position: absolute; top: 0; right: 10px;
}

#menu-access li
{
    float: left; color: #666; width: 123px; height: 37px; background: url('../images/layout/bg-link-top.png') no-repeat; line-height: 34px; margin-left: 4px;
}

#menu-access li a
{
    display: block; width: 100%; height: 100%; text-align: center; text-transform: uppercase; text-decoration: none; color: inherit;
}

#menu-access li:hover, #menu-access li.active
{
    background-position: 0 -37px; color: white;
}

#menu-crumbs
{
	 border: none !important; color: silver; margin: 0; padding: 0;
}

#menu-crumbs li
{
	width: auto; display: inline; border: none !important; height: 100%; margin-right: 10px; background: url('../images/layout/arrow.gif') no-repeat; background-position: 0 4px; padding-left: 21px !important;
}

.slides-links ul
{
	width: 100%; height: 35px; font-size: .9em; margin: 0; padding: 0;
}

.slides-links a 
{
	color: #555; width: 100%; height: 100%; display: block; line-height: 35px; font-weight: bold;
}

.slides-links a:hover
{
	background: #f8f8f8; color: #5893B9;
}

.slides-links ul li
{
	float: left; width: 198px; height: inherit; display: block; border: 1px solid #eaeaea; background: #f8f8f8;
}

#slides-links-technology ul li,
#slides-links-methodology ul li
{
	width: 298px;
}

.slides-links ul li:hover
{
	 border: 1px solid #dadada;
}

.slides-links ul li:first-child,
.slides-links ul li.first
{
	text-align: left;
}

.slides-links ul li:last-child
{
	text-align: right;
}
/** IE quirk, needs own definition as :last-child causes joint definition to be skipped **/
.slides-links ul li.last
{
	text-align: right;
}

.slides-links ul li.middle
{
	text-align: center;
}

#slides-links-methodology ul li.first
{
	width: 248px !important;
}

#slides-links-methodology ul li.second,
#slides-links-methodology ul li.third
{
	width: 135px !important;
}

#slides-links-methodology ul li.last
{
	width: 74px !important;
}

#slides-nav-prev,
#slides-nav-next
{
	width: 50px; height: 100px; position: absolute; top: 158px; z-index: 100; cursor: hand; cursor: pointer; background-position: center left;
}

#slides-nav-prev
{
	left: 0;
}

#slides-nav-prev a
{
	display: block; width: 100%; height: 100%; background: url('../images/layout/slide-nav.png') no-repeat;
}

#slides-nav-prev a:hover
{
    background: url('../images/layout/slide-nav-hover.png') no-repeat;
}

#slides-nav-next
{
	right: 0;
}

#slides-nav-next a
{
	display: block; width: 100%; height: 100%; background: url('../images/layout/slide-nav-next.png') no-repeat; 
}

#slides-nav-next a:hover
{
    background: url('../images/layout/slide-nav-next-hover.png') no-repeat;
}

a.more
{
    background: url('../images/layout/arrow.gif') no-repeat; padding-left: 21px;
}

a.twitter,
a.linkedin,
a.facebook,
a.youtube,
a.pdf,
.phone
{
	 padding-left: 30px; height: 25px; display: block; width: auto; line-height: 25px; float: left; margin-right: 10px;
}

a.twitter
{
	background: url('../images/icons/twitter-small.png') no-repeat;
}

a.linkedin
{
	background: url('../images/icons/linkedin-small.png') no-repeat;
}

a.facebook
{
	background: url('../images/icons/facebook-small.png') no-repeat;
}

a.youtube
{
	background: url('../images/icons/youtube-small.png') no-repeat;
}

a.pdf
{
    background: url('../images/icons/pdf-small.png') no-repeat; display: block !important; float: none; clear: both; 
}

.phone
{
	background: url('../images/icons/phone-small.png') no-repeat;	
}

a.twitter:hover,
a.linkedin:hover,
a.facebook:hover,
a.youtube:hover,
a.pdf:hover
{
	background-position: 0 -25px;
}

.full-width li 
{
	float: left; width: 25%; border: none !important;
}

/** Abstract **/
img.left
{
    float: left; margin: 5px 10px 10px 0;
}

img.right
{
	float: right; margin: 5px 0 10px 10px;
}

/** MS Carousel **/
.mscarousel
{
	overflow: hidden; position: relative;
}
.mscarousel img
{
	border:0;
}
.mscarousel .child{
	position: absolute;
}
.mscarousel .child .slide, .mscarousel .slide
{
	float:left;
}

.spacer {
    height: 300px;
}

.textad, .table {
    border: 1px solid #eaeaea; width: 200px; padding: 10px; margin-bottom: 10px;
}

.table {
    width: 400px;
}

.table th {
    text-align: left;
}

.headline {
    font-weight: bold; color: #5893B9 !important;
}

#submenu-site {
    clear:left; width:100%; height:32px; background: url('../images/layout/header-dark-bg.png') repeat-X bottom; border-top:1px solid white; color: silver;
}

#submenu-site ul {
    width: 100%; height: 100%; text-transform: uppercase;
}

#submenu-site ul li {
    background: url('../images/layout/header-bg.png') repeat-X bottom; float: left; line-height: 32px; min-width: 100px; border-right: 1px solid #dadada; border-left: 1px solid #eaeaea; padding-left: 5px; padding-right: 5px;
}
