/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}

#search {
			position: relative;
			float: left;
			width: 240px;
			height: 105px;
			background: url('/assets/img/layout/home_search_bg.gif');
	  		background-repeat: none;
			
}


#callout {
			/*position: relative;
			float: left;
			width: 240px;*/
			clear:left;
			padding:0 15px;
			font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
			color:#fff;
}

#images {
			position: relative;
			float: left;
			width: 560px;
}

.links {
			position: relative;
			float: left;
			width: 135px;
			height: 13px;
			padding: 41px 0px 10px 5px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color: #999999;
			font-weight:bold;
}

.training {
	  background: url('/assets/img/layout/home_training_bg.gif');
	  background-repeat: none;

}

.strategy {
	  background: url('/assets/img/layout/home_strategy_bg.gif');
	  background-repeat: none;

}

.talent{
	  background: url('/assets/img/layout/home_talent_bg.gif');
	  background-repeat: none;

}
.compensation{
	  background: url('/assets/img/layout/home_compensation_bg.gif');
	  background-repeat: none;

}

.links ul {
margin-left:20px;
}

.links a:visited, .links a:active, .links a:link {
			color: #999999;
			font-weight:bold;
			text-decoration: none;
			
}

.links a:hover {
			color: #999999;
			font-weight:bold;
			text-decoration: underline;
			
}

#call_wrapper {
			position: relative;
			float: left;
			width: 546px;
			padding: 7px 7px 7px 7px
}

#call_border {
			position: relative;
			float: left;
			width: 544px;
			border:#cccccc; 
	  		border-style:solid; 
	 		border-width:1px;
}

.call {
			position: relative;
			float: left;
			width: 169px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:15px;
			padding: 11px 2px 8px 8px;
			color: #000000;
			display:inline;
			border-top: 1px solid #fff;
}
.call h1 {
			font-size:20px;
			font-weight: normal;
			line-height:25px;
			color:#F28a02;
			background: url('/assets/img/layout/home_h1_bg.gif') no-repeat;
			background-position:bottom;
			margin-bottom:13px;

}
.call a:visited, .call a:active, .call a:link {
			color: #F28a02;
			font-weight:bold;
			text-decoration: none;
}

.call a:hover {
			color: #F28a02;
			font-weight:bold;
			text-decoration: underline;
}

