@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none; text-decoration: none;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

html {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: #f36708 url(../images/background.jpg) top center no-repeat;
	text-align: left;
}
div#wrapper {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
div#top {
	width: 950px;
	height: 64px;
	position: relative;
}
div#contentcontainer {
	position: relative;
	width: 950px;
	background: #e2ebf2 url(../images/contentbkgdtop.jpg) top left no-repeat;
	border-bottom: 2px solid #a53309;
	padding-top: 140px;
}
div#contentcontainer.home {
	padding-top: 410px;
	background-image: url(../images/contentbkgdtop-home.jpg);
}
h1 {
	z-index: 10;
	background: url(../images/logo.gif) top left no-repeat;
	position: absolute;
	width: 261px;
	height: 76px;
	text-indent: -9999px;
	left: 47px;
	top: 33px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1em;
}



/* -----------------------------TEXT STYLES----------------------------- */

* {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #3c586a;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding-bottom: 15px;
}
p.beforeul {
	padding-bottom: 2px;
}
p.smaller {
	font-size: 11px;
	line-height: 17px;
}
div#bottomcontent div#right div#bluebox p, 
div#bottomcontent div#right div#bluebox h3,
div#bottomcontent div#right div#logoboxright p, 
div#bottomcontent div#right div#logoboxright h3,
div#bottomcontent div#left div#widelogobox p,
div#bottomcontent div#left div#widelogobox h3 {
	line-height: 17px;
	padding: 0 20px 8px;
}
div#bottomcontent div#right div#bluebox p.name {
	color: #f66e23;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0;
}
div#bottomcontent div#right div#bluebox p.title {
	line-height: normal;
	color: #f66e23;
	text-align: right;
	font-style: italic;
	font-size: 11px;
}
h3 {
	font-size: 15px;
	padding-bottom: 2px;
	color: #f66e23;
	font-weight: bold;
}
h3.spacebefore {
	padding-top: 20px;
}
h3.paragraph {
	padding-bottom: 20px;
}
h3 span.blue {
	font-weight: bold;
	color: #3c586a;
}
h4 {
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 5px;
}
span.orange {
	color: #f66e23;
}
div#interiorheader-tall h4{
	font-size: 15px;
}
div#interiorheader-tall h4.smaller{
	font-size: 13px;
}
a {
	text-decoration: underline;
}
a:hover, a:visited {
	color: #f66e23;
}
ul#copy {
	padding-bottom: 12px;
}
ul#copy li {
	line-height: 16px;
	padding-bottom: 3px;
	padding-left: 10px;
	list-style: none;
	background: url(../images/bullet.gif) left .5em no-repeat;
}
ul#sitemap li {
	line-height: 16px;
	padding-top: 5px;
	padding-left: 10px;
	list-style: none;
	background: url(../images/bullet.gif) left 1em no-repeat;
}
ul#sitemap ul{
	padding-bottom: 5px;
}
ul#sitemap ul li{
	list-style: none;
	background: none;
	padding-left: 20px;
	padding-top: 0;
}



/* -----------------------------NAV----------------------------- */

ul#mainnav {
	display: block;
	position: absolute;
	top: 34px; left: 25px;
	width: 490px;
	height: 30px;
	background: url(../images/nav.jpg) left top;
}
ul#mainnav li {
	display: block;
	float: left;
	height: 30px;
}
ul#mainnav li a{
	display: block;
	height: 30px;
	width: 100%;
	text-indent: -9999px;
}
ul#mainnav li#home {
	width: 42px;
}
ul#mainnav li#home a:hover {
	background: url(../images/nav.jpg) left bottom;
}
ul#mainnav li#blog {
	left: 42px;
	width: 45px;
}
ul#mainnav li#blog a:hover {
	background: url(../images/nav.jpg) -42px bottom;
}
ul#mainnav li#clients {
	left: 87px;
	width: 56px;
}
ul#mainnav li#clients a:hover {
	background: url(../images/nav.jpg) -87px bottom;
}
ul#mainnav li#partner {
	left: 143px;
	width: 61px;
}
ul#mainnav li#partner a:hover {
	background: url(../images/nav.jpg) -143px bottom;
}
ul#mainnav li#getengaged {
	left: 204px;
	width: 88px;
}
ul#mainnav li#getengaged a:hover {
	background: url(../images/nav.jpg) -204px bottom;
}
ul#mainnav li#news {
	left: 292px;
	width: 50px;
}
ul#mainnav li#news a:hover {
	background: url(../images/nav.jpg) -292px bottom;
}
ul#mainnav li#contactus {
	left: 342px;
	width: 76px;
}
ul#mainnav li#contactus a:hover {
	background: url(../images/nav.jpg) -342px bottom;
}
ul#mainnav li#aboutus {
	left: 420px;
	width: 72px;
}
ul#mainnav li#aboutus a:hover {
	background: url(../images/nav.jpg) right bottom;
}


div#top a#contactaspecialist {
	position: absolute;
	right: 202px;
	top: 14px;
	width: 178px;
	height: 50px;
	display: block;
	background: url(../images/topbuttons.jpg) left top no-repeat;
	text-indent: -9999px;
}
div#top a:hover#contactaspecialist {
	background-position: left bottom;
}
div#top a#clientlogin {
	position: absolute;
	right: 29px;
	top: 14px;
	width: 173px;
	height: 50px;
	display: block;
	background: url(../images/topbuttons.jpg) right top no-repeat;
	text-indent: -9999px;
}
div#top a:hover#clientlogin {
	background-position: right bottom;
}


/* -----------------------------HOME----------------------------- */
ul#homeproducts {
	z-index: 10;
	position: absolute;
	left: 29px;
	top: 137px;
	display: block;
	width: 228px;
	height: 242px;
	background: url(../images/homeproducts.jpg) left top no-repeat;
}
ul#homeproducts li a{
	display: block;
	width: 228px;
	height: 56px;
	padding-bottom: 6px;
	text-indent: -9999px;
}
ul#homeproducts li a:hover {
	width: 228px;
	height: 56px;
	background: url(../images/homeproducts.jpg) no-repeat;
}
ul#homeproducts li a:hover#teampulse {
	background-position: right top;
}
ul#homeproducts li a:hover#bestplacestowork {
	background-position: right -62px;
}
ul#homeproducts li a:hover#leadergrade {
	background-position: right -124px;
}
ul#homeproducts li a:hover#workplaceanalytics {
	background-position: right -186px;
}
img#homebiggraphic {
	position: absolute;
	top: 137px;
	right: 29px;
}
div#homeflash {
	position: absolute;
	top: 137px;
	right: 29px;
	width: 658px;
	height: 242px;
}
div#bottomcontent div#left.home p{
	padding-right: 40px;
}	



/* -----------------------------INTERIOR----------------------------- */
ul#interiorproducts {
	z-index: 10;
	display: block;
	position: absolute;
	right: 190px;
	top: 17px;
	width: 190px;
	height: 110px;
	background: url(../images/interiorproducts.gif) left top no-repeat;
}
ul#interiorproducts li a {
	padding-left: 17px;
	display: block;
	width: 173px;
	height: 27px;
	text-indent: -9999px;
}
ul#interiorproducts li#workplaceanalytics {
	height: 29px;
}
ul#interiorproducts li#teampulse a:hover, ul#interiorproducts li#teampulse a#active {
	background: url(../images/interiorproducts.gif) right top no-repeat;
}
ul#interiorproducts li#bestplacestowork a:hover, ul#interiorproducts li#bestplacestowork a#active {
	background: url(../images/interiorproducts.gif) right -27px no-repeat;
}
ul#interiorproducts li#leadergrade a:hover, ul#interiorproducts li#leadergrade a#active {
	background: url(../images/interiorproducts.gif) right -54px no-repeat;
}
ul#interiorproducts li#workplaceanalytics a:hover, ul#interiorproducts li#workplaceanalytics a#active {
	background: url(../images/interiorproducts.gif) right -81px no-repeat;
}

div#interiorheader {
	background:url(../images/interiorheader.jpg) left top no-repeat;
	width: 921px;
	height: 89px;
	padding: 0 0 30px 29px;
}
div#interiorheader-tall {
	background:url(../images/interiorheader-tall.jpg) left top no-repeat;
	width: 950px;
	height: 147px;
	padding-bottom: 30px;
}
div#interiorheader-tall div#left {	
	float: left;
	width: 490px;
	height: 117px;
	margin: 15px 0;
	padding: 0px 24px 0 29px;
	border-right: 2px groove #b5ddff;
}
div#interiorheader-tall div#right {	
	float: right;
	width: 355px;
	height: 110px;
	padding: 37px 29px 0 21px;
}
div#interiorheader-tall div#right4 {	
	float: right;
	width: 355px;
	height: 135px;
	padding: 17px 29px 0 21px;
}

div#interiorheader-tall div#right.fourlines {	
	height: 135px;
	padding: 28px 29px 0 21px;
}
div#interiorheader-tall div#right.fivelines {	
	height: 127px;
	padding: 20px 29px 0 21px;
}



/* -----------------------------INTERIOR HEADERS----------------------------- */
div#interiorheader h2{
	z-index: 10;
	background: top left no-repeat;
	width: 500px;
	height: 89px;
	text-indent: -9999px;
}
div#interiorheader h2.sitemap {
	background-image: url(../images/header-sitemap.gif);
}
div#interiorheader h2.leadership {
	background-image: url(../images/header-leadership.gif);
}
div#interiorheader h2.careers {
	background-image: url(../images/header-careers.gif);
}
div#interiorheader h2.news {
	background-image: url(../images/header-news.gif);
}
div#interiorheader h2.contactus {
	background-image: url(../images/header-contactus.gif);
}
div#interiorheader h2.eva {
	background-image: url(../images/header-eva.gif);
}
div#interiorheader h2.aboutus {
	background-image: url(../images/header-aboutus.gif);
}

div#interiorheader h2.specialoffer {
	background-image: url(/web/images/header-specialoffer.gif);
}




div#interiorheader h2.partnernetwork {
	background-image: url(../images/header-partnernetwork.gif);
}
div#interiorheader h2.getengaged {
	background-image: url(../images/header-getengaged.gif);
}
div#interiorheader h2.ourclients {
	background-image: url(../images/header-ourclients.gif);
}
div#interiorheader-tall div#left h2 {
	z-index: 10;
	background: top left no-repeat;
	width: 490px;
	height: 117px;
	text-indent: -9999px;
}
div#interiorheader-tall div#left h2.workplaceanalytics {
	background-image: url(../images/header-workplaceanalytics.gif);
}
div#interiorheader-tall div#left h2.leadergrade {
	background-image: url(../images/header-leadergrade.gif);
}
div#interiorheader-tall div#left h2.teampulse {
	background-image: url(../images/header-teampulse.gif);
}
div#interiorheader-tall div#left h2.teamplan {
	background-image: url(../images/header-teamplan.gif);
}
div#interiorheader-tall div#left h2.bptw {
	background-image: url(../images/header-bptw.gif);
}





/* -----------------------------LONG CONTENT BUTTONS----------------------------- */

div#bottomcontent a#contentbutton {
	display: block;
	width: 490px;
	height: 45px;
	margin: 5px 0;
	background-position: left top;
	text-indent: -9999px;
}
div#bottomcontent a#contentbutton.downloadmanifesto {
	background-image: url(../images/btn-downloadmanifesto.gif);
}
div#bottomcontent a#contentbutton.joinquantumnetwork {
	background-image: url(../images/btn-joinquantumnetwork.gif);
}
div#bottomcontent a#contentbutton.contactusabouteva {
	background-image: url(../images/btn-contactusabouteva.gif);
}
div#bottomcontent a#contentbutton.seefaq {
	background-image: url(../images/btn-seefaq.gif);
}
div#bottomcontent a#contentbutton.guidetoparticipating {
	background-image: url(../images/btn-guidetoparticipating.gif);
}
div#bottomcontent a#contentbutton.advancedreportingdemo {
	background-image: url(../images/btn-advancedreportingdemo.gif);
}
div#bottomcontent a#contentbutton.teampulsedemo {
	background-image: url(../images/btn-teampulsedemo.gif);
}
div#bottomcontent a#contentbutton.teampulseconsultant {
	background-image: url(../images/btn-teampulseconsultant.gif);
}
div#bottomcontent a#contentbutton.teamplandemo {
	background-image: url(../images/btn-teamplandemo.gif);
}
div#bottomcontent a#contentbutton.teamplanconsultant {
	background-image: url(../images/btn-teamplanconsultant.gif);
}
div#bottomcontent a#contentbutton.leadergradeconsultant {
	background-image: url(../images/btn-leadergradeconsultant.gif);
}
div#bottomcontent a#contentbutton.workplaceconsultant {
	background-image: url(../images/btn-workplaceconsultant.gif);
}
div#bottomcontent a:hover#contentbutton {
	background-position: left bottom;
}

div#bottomcontent div#teamplanbox {
	width: 410px;
	height: 67px;
	padding: 13px 0 0 80px;
	background: url(../images/teamplanbox.jpg) left top no-repeat;
	position: relative;
}
div#bottomcontent div#teamplanbox a#teamplan{
	position: absolute;
	display: block;
	width: 62px;
	height: 62px;
	top: 9px;
	left: 6px;	
	text-indent: -9999px;
}


/* -----------------------------SUBNAV----------------------------- */

ul#subnav-bptw {
	display: block;
	width: 420px;
	height: 20px;
	background: url(../images/subnav-bptw.gif) left top;
	margin-bottom: 20px;
}
ul#subnav-bptw li {
	display: block;
	float: left;
	height: 20px;
}
ul#subnav-bptw li a{
	display: block;
	height: 20px;
	width: 100%;
	text-indent: -9999px;
}
ul#subnav-bptw li#aboutthecontest {
	width: 113px;
}
ul#subnav-bptw li#aboutthecontest a:hover, ul#subnav-bptw li#aboutthecontest a#active {
	background: url(../images/subnav-bptw.gif) left bottom;
}
ul#subnav-bptw li#whatyoulllearn {
	left: 113px;
	width: 119px;
}
ul#subnav-bptw li#whatyoulllearn a:hover, ul#subnav-bptw li#whatyoulllearn a#active {
	background: url(../images/subnav-bptw.gif) -113px bottom;
}
ul#subnav-bptw li#guidetoparticipating {
	left: 232px;
	width: 145px;
}
ul#subnav-bptw li#guidetoparticipating a:hover,ul#subnav-bptw li#guidetoparticipating a#active {
	background: url(../images/subnav-bptw.gif) -232px bottom;
}
ul#subnav-bptw li#faq {
	left: 377px;
	width: 43px;
}
ul#subnav-bptw li#faq a:hover, ul#subnav-bptw li#faq a#active {
	background: url(../images/subnav-bptw.gif) -377px bottom;
}



ul#subnav-aboutus {
	display: block;
	width: 310px;
	height: 20px;
	background: url(../images/subnav-aboutus.gif) left top;
	margin-bottom: 20px;
}
ul#subnav-aboutus li {
	display: block;
	float: left;
	height: 20px;
}
ul#subnav-aboutus li a{
	display: block;
	height: 20px;
	width: 100%;
	text-indent: -9999px;
}
ul#subnav-aboutus li#aboutus {
	width: 61px;
}
ul#subnav-aboutus li#aboutus a:hover, 
ul#subnav-aboutus li#aboutus a#active {
	background: url(../images/subnav-aboutus.gif) left bottom;
}
ul#subnav-aboutus li#leadership {
	width: 83px;
	left: 61px;
}
ul#subnav-aboutus li#leadership a:hover, 
ul#subnav-aboutus li#leadership a#active {
	background: url(../images/subnav-aboutus.gif) -61px bottom;
}
ul#subnav-aboutus li#newsevents {
	width: 102px;
	left: 144px;
}
ul#subnav-aboutus li#newsevents a:hover, 
ul#subnav-aboutus li#newsevents a#active {
	background: url(../images/subnav-aboutus.gif) -144px bottom;
}
ul#subnav-aboutus li#careers {
	left: 246px;
	width: 63px;
}
ul#subnav-aboutus li#careers a:hover, 
ul#subnav-aboutus li#careers a#active {
	background: url(../images/subnav-aboutus.gif) -246px bottom;
}



/* -----------------------------BOTTOM CONTENT----------------------------- */
div#contentcontainer div#bottomcontent {
	width: 950px;
	position: relative;
}

div#bottomcontent div#left {	
	float: left;
	width: 490px;
	padding: 0px 24px 0 29px;
}
div#bottomcontent div#left.border {	
	border-right: 2px groove #b5ddff;
}
div#bottomcontent div#right {	
	float: right;
	width: 355px;
	padding: 0 29px 0 21px;
}
div#bottomcontent div#right.border {	
	border-left: 2px groove #b5ddff;
}
div#bottomcontent div#right.home {	
	border-left: 2px groove #b5ddff;
	background: url(../images/homebriefcase.gif) right 25px no-repeat;
}
div#bottomcontent div#left div#widelogobox {
	width: 490px;
	margin-bottom: 8px;
	padding-bottom: 18px;
	background: url(../images/widelogoboxbottom.gif) left bottom no-repeat;
}
div#bottomcontent div#left div#widelogobox img {
	margin: 0;
}


/* -----------------------------RIGHT SIDE CONTENT----------------------------- */
div#bottomcontent div#right div#resources {
	width: 270px;
	height: 70px;
	border-bottom: 2px groove #b5ddff;
	padding: 10px 0 0 85px;
	margin-bottom: 8px;
}
div#bottomcontent div#right div#resources.demos {
	background: url(../images/resources-demos.gif) top left no-repeat;
}
div#bottomcontent div#right div#resources.knowledgecenter {
	background: url(../images/resources-knowledgecenter.gif) top left no-repeat;
}
div#bottomcontent div#right img {	
	margin-bottom: 10px;
}
div#bottomcontent div#bluebox {
	width: 355px;
	margin-bottom: 8px;
	padding-bottom: 18px;
	background: url(../images/blueboxbottom.jpg) left bottom no-repeat;
}
div#bottomcontent div#logoboxright {
	width: 355px;
	margin-bottom: 8px;
	padding-bottom: 18px;
	background: url(../images/logoboxbottom.gif) left bottom no-repeat;
}
div#bottomcontent div#logoboxright div#logos{
	width: 348px;
	padding: 0 4px 0 3px;
}

div#bottomcontent div#logoboxright div#logos a{
	display: block;
	width: 116px;
	height: 60px;
	float: left;
}
div#bottomcontent div#right div#bluebox img, 
div#bottomcontent div#right div#logoboxright img {
	margin: 0;
}


/* --------------------------CONTACT FORM--------------------------*/
fieldset#contact dt {
	float: left;
	display: block;
	width: 80px;
	height: 30px;
	padding: 2px 0 8px;
}
fieldset#contact dd {
	float: right;
	display: block;	
	width: 410px;
	height: 30px;
	padding-bottom: 10px;
}
fieldset#contact input {
	width: 380px;
	color: #666;
	height: 18px;
	border: 1px inset #b9cad7;
	padding: 3px 0 0 5px;
}
a#submit_button {
	display: block;
}
fieldset#contact input#sub_btn {
	margin-top: 10px;
	width: 150px;
	height: 45px;
	padding: 0;
	border: 0;
}
fieldset#contact select {
	color: #666;
	width: 380px;
}
fieldset#contact dd.textarea,
fieldset#contact dt.textarea {
	height: 115px;
}
fieldset#contact textarea {
	width: 380px;
	color: #666;
	height: 100px;
	border: 1px inset #b9cad7;
	padding: 3px 0 0 5px;
}

/* -----------------------------FOOTER----------------------------- */
div#footer {
	position: relative;
	width: 892px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px 29px 0px 29px;
	border-top: 1px solid #6e8da5;
}
div#footer *{
	font-size: 10px;
	line-height: normal;
}
div#footer a:hover{
	color: #ed6522;
}
div#footer ul#footernav {
	position: absolute;
	top: 10px;
	right: 0px;
}
div#footer ul#footernav li{
	display: block;
	float: right;
	padding: 0 10px;
	border-left: 1px solid #6e8da5;
}
div#footer ul#footernav li.first {
	padding-right: 0;
}
div#footer ul#footernav li.last {
	border: none;
}
