﻿/*
	This file defines all block level layout elements size, positioning, backgrounds
 */

html, body {
	margin: 0px;
	background: #FFFFFF;
	width: 950px;
	height:100%;
}


#headerH1 {
	text-transform:uppercase;
	}
div.layout{
	position:relative;
	width:950px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background: #FFFFFF url( /Images/Layout/Background.gif ) repeat-y;
}
div.layout-body{
	width: 680px;
	margin-top: 86px;
	margin-bottom: 50px;
	float:right;
}
div.layout-body-head{
	width: 680px; height: 130px;
	padding-top: 12px;
}
div.layout-body-head h1{
	width: 430px;
}
div.layout-body-head h2{
	width: 400px;
}
.layout-body-head h2{ /*includes a big space at the bottom for the lines */
	position:relative; top: 25px;
}
body.why div.layout-body-head{ background: url( /Images/HeaderPhoto/Why.jpg ) no-repeat; }
body.clients div.layout-body-head{ background: url( /Images/HeaderPhoto/Clients.jpg ) no-repeat; }
body.executives div.layout-body-head{ background: url( /Images/HeaderPhoto/Executives.jpg ) no-repeat; }
body.training div.layout-body-head{ background: url( /Images/HeaderPhoto/Training.jpg ) no-repeat; }
body.partners div.layout-body-head{ background: url( /Images/HeaderPhoto/Banner_Partner_Overview.jpg ) no-repeat; }
body.consulting div.layout-body-head{ background: url( /Images/HeaderPhoto/Consulting.jpg ) no-repeat; }
body.resources div.layout-body-head{ background: url( /Images/HeaderPhoto/Resources.jpg ) no-repeat; }
body.about div.layout-body-head{ background: url( /Images/HeaderPhoto/About.jpg ) no-repeat; }
body.informationrequest div.layout-body-head{ background: url( /Images/HeaderPhoto/Clients.jpg ) no-repeat; }


div.layout-body-main{
	width: 445px;
	float:left;	
}
div.aboveColumns{
	margin-bottom: 40px;
}
div.twoColumnsLeft{
	width: 200px;
	float:left;
}
div.twoColumnsRight{
	width:200px;
	float:right;
	text-align:left;
}
div.belowColumns{
	clear:both;
}

div.layout-body-right{
	width:235px;
	margin-top: 10px;
	float:right;
	font-size:11px;
}
div.layout-footer{
	clear:both;
	margin-left: 226px;
	margin-top: 50px;
	margin-bottom:20px;
}

div.related{
	background: url( /Images/Layout/RelatedBorder.gif ) no-repeat;
	margin: 20px 40px;
	border-left: 1px solid #F38B00;
	width:auto;
	height:auto;
	z-index:10;
}
div.related-body{
	background: url( /Images/Layout/RelatedBorder.gif ) no-repeat 0 100%;
	padding: 2em 0 .5em 15px;
}

div.layout-left{
	float: left;
	height: 100%;
	width: 220px;
}
div.layout-left-callout{
	margin-top:100px;
	padding-left: 30px;
}

div.layout-top{
	position:absolute;
	top: 0px;
	left: 220px;
	background: url( /Images/Layout/TopStripBackground.gif ) no-repeat 1px 44px;
	width: 730px;
	height: 80px;
}

/* the resource filter */
.layout-left div.filter{
	text-align:right;
	padding-right: 20px;
}
.layout-body-main div.filterCategory{
	width: 40%;
	float:left;
}
.layout-left div.filter label{
	padding-right: 1ex;
}
.layout-body-main div.filter label{
	padding-left: 1ex;
}

/* buttons */
a.button{
	display:block;
	height: 21px;
	background-position:0 0;
	background-repeat:no-repeat;
}
a.button:hover{
	background-position:0 -21px;
}
a.button span{ 
	display:none;
}

a.search{ width: 60px; background-image: url( /Images/Buttons/Search.gif ); clear:both; margin-top:20px; }
a.learningPortal{ width: 119px; background-image: url( /Images/Buttons/LearningPortal.gif ); }
a.startTheAssessment{ width: 143px; background-image: url( /Images/Buttons/StartTheAssessment.gif ); }


/* modal dialog flash popup */
#simplemodal-overlay {
  background-color:#000;
  cursor:pointer;
}

#simplemodal-container {
  height:500px;
  width:950px;
  background-color:#fff;
 
}

#simplemodal-container a.modalCloseImg {
  background:url(/Images/Layout/CloseFlashPopup.gif) no-repeat;
  width:69px;
  height:21px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-25px;
  right:0px;
  cursor:pointer;
}
#simplemodal-container a.modalCloseImg:hover{
	background-position:0 -21px;
}


.align-right {
	float:right;
	margin:0 0 10px 15px;
}


.clear {
	display:block;
	height:1px;
	overflow:hidden;
	clear:both;
}




/* SPECIAL RIGHT COLUMN STYLES */

div.layout-body-right h3 {
	line-height:15px;
	color:#000;
}

div.layout-body-right ul li {
	line-height:14px;
	padding:0;
	margin:0 0 5px 0;
}


div.layout-body-right .divider {
	background:url(/Images/Layout/divider-right-column.gif) no-repeat;
	background-position:left top;
	height:22px;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
	left:-17px;
}

div.layout-body-right input.text {
	width:120px;
	font-size:10px;
	margin:3px 0;
}

div.layout-body-right input.submit,
div.layout-body-right img.right {
	text-align:right;
	position:relative;
	right:0;
	margin:3px 0 0px 65px;
	padding:0;
}

div.layout-body-right p {
	padding:0;
	margin:0 0 10px 0;
}
form ol {
	list-style-type:none;
	margin:0;
	padding:0;
	
}
form ol li {
	float:left;
	display:inline;

}
form ol li input[type=text] {
}
form ol li input[type=image] {
	margin-left:10px;
}

form ol li select {
}
form ol li.fullwidth {
	width:100% !important;

}
form ol li textarea{
	width:95%;

}
form ol li.columntwo {
	padding:0 0 0 20px;
}
form ol li label {
	margin:0 10px 0 0;
}


.eedgeright {
	float:left;
	margin:0 1em 1em 0;
}

#training-solutions-buttons a {
	margin:0 0 5px 0;
	height:80px;
	width:216px;
	display:block;
	float:left;
}
#training-solutions-buttons {
  min-height:255px;
  height:auto !important;
  height:255px;
  text-indent:-999999px;
  overflow:hidden;

}
#training-solutions-buttons a.b2b {
	background:transparent url(/Images/btn-training-b2b.jpg) no-repeat;	
	margin-right:5px;
}
#training-solutions-buttons a.public {
	background:transparent url(/Images/btn-training-public.jpg) no-repeat;
}
#training-solutions-buttons a.manager {
	background:transparent url(/Images/btn-training-manager.jpg) no-repeat;
	margin-right:5px;
}
#training-solutions-buttons a.channel {
	background:transparent url(/Images/btn-training-channel.jpg) no-repeat;
}
#training-solutions-buttons a.key {
	background:transparent url(/Images/btn-training-key.jpg) no-repeat;
	margin-right:5px;
}
#training-solutions-buttons a.solutions {
	background:transparent url(/Images/btn-training-solution.jpg) no-repeat;
}

#training-solutions-buttons a:hover {
	background-position:left -80px;
}
a.btn-slide-mandarin {
	width:24px;
	height:14px;
	display:inline-block;
	color:#3f6396;
	background:url(/Images/HomePage/btn-slide-mandarin.gif) no-repeat;
	text-decoration:none;
	margin:0;
	padding:0;
	text-indent:-9999999px;
	vertical-align:middle;
	overflow:hidden;
}


a.btn-slide-mandarin:hover {
	background-position:left -14px;

}
a.box-mandarin {
	width:24px;
	height:12px;
	display:inline-block;
	color:#ffffff;
	background:url(/Images/HomePage/btn-mandarin.gif) no-repeat;
	text-decoration:none;
	margin:0;
	padding:0;
	text-indent:0px;
	vertical-align:middle;
	overflow:hidden;
}


a.box-mandarin:hover {
	background-position:left -12px;

}