#full_feature{
  background: #1c76b7;
  color: #fff;
	z-index:1;  
}
#full_feature #feature_image{
  width:660px;
  float:left;
  height: 307px;
  overflow:hidden;
}
#full_feature #feature_content{
  width:300px;
  float:right;  
}
#full_feature #feature_content_inner{
  position: relative;
  top: 30px;
  padding: 0 20px 0 35px;
  height: 275px;
}
#full_feature #feature_content h1{
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom:.5em;
}
#full_feature #feature_content p{
  font-size: 13px;
  line-height: 20px;
}
#full_feature #feature_content_inner a#learn_more_button {
  background:transparent url(/img/home/learn_more_button.png) no-repeat left top;
  display:block;
  width:228px;
  height:22px;

  position:absolute;
  bottom:30px;
  left:35px;
  text-indent:-9999px;
}
#full_feature #feature_content_inner a#learn_more_button:hover {
  background:transparent url(/img/home/learn_more_button.png) no-repeat left bottom;
}
#dashboard{
  background: #fff;
  position:relative;
  top: 20px;
  margin-bottom: 30px;
}

#callouts {
  width: 660px;
	float:left;
  margin-bottom: 30px;
}
.callout {
  position:relative;
	float:left;
	width:203px;
	height:290px;
	margin-left: 15px;
	display: inline;
}
#callout1, #callout2, #callout3 {
  display:block;
  height:197px;
  margin-top:0;
}
.callout h3 {
	margin:15px 0 .5em 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #1c76b7;
	font-weight: normal;
	letter-spacing: .02em;
}
.callout h3 a, .callout h3 a:visited{
	color: #1c76b7;
	text-decoration:none;
}
.callout h3 a:hover, .callout h3 a:active{
	text-decoration:underline;
}
.callout p {
	color:#777;
	line-height:1.4em;
}
.callout .image {
	height:123px;
	width:203px;
	display:block;
}
#callout_technology{
  margin-left: 21px;
}
#callout_technology .image {
	background:transparent url(/img/home/callout_technology_image.jpg) no-repeat scroll left top;
}
#callout_environment .image {
	background:transparent url(/img/home/callout_environment_image.jpg) no-repeat scroll left top;
}
#callout_working .image {
	background:transparent url(/img/home/callout_working_image.jpg) no-repeat scroll left top;
}


.callout_links {
	position:absolute;
	bottom:0;
	display:block;
	height:16px;
} 
.callout a.more_button, .callout a.video_button{
	float:left;
	margin-right:1px;
}

#recent{
  width: 300px;
  float:right;
/*  background: url(/img/home/recent_background.png) 17px 0 repeat-y;*/
}
#recent_inner{
  border-left: 1px solid #eaeaea;
  margin-left: 18px;
  padding-left: 16px;
  padding-right: 15px;
}

#recent .block{
  margin-bottom:1em;
  position:relative;
}

#recent .block h3{
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: .5em;
}

#recent .video_block p{
  padding-top:5px;
}

#recent .block h4.block_header{
  color: #333;
	font-size:13px;
	text-transform:uppercase;
  margin-bottom: .5em;
}
#recent .block h4.block_header a{
  display:block;
  color: #333;
  text-decoration:none;
}
#recent .block h4.block_header a:hover{
  text-decoration:underline;
}

#recent .block .block_item_list li{
  margin-bottom: .75em;
}
#recent .block .block_item_list li h5{
  margin-bottom: 0;
  font-weight: normal;
}
#recent .block .block_item_list li h5.highlight{
  margin-bottom: 0;
  font-weight: normal;
  background: url(/img/new_icon.png) no-repeat 0 1px;
  text-indent: 25px;
}

#recent .block .block_item_list li a{
  font-size: 10px;
  line-height: 1.2em;
  display: block;
  color: #555;
  text-decoration: none;
  font-weight: bold;
}
#recent .block .block_item_list li p.meta_info{
  font-size: 10px;
  color: #777;
  margin:0;
}
#recent .block .block_item_list li a:visited{
  color: #666;
}
#recent .block .block_item_list li a:hover, #recent .block .block_item_list li a:active{
  color: #333;
  text-decoration: underline;
}

#big_video_feature{
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1em;
}