/*==================================*/
/*------------- Layout -------------*/
/*==================================*/

#home-wrap-content {
	padding:0 21px;
}
#hero {
	width:964px;
	height: 325px;
	background-color: #ffffff;
}

#home-container-left {
	float:left;
	width: 340px;
	padding:15px 15px 0 15px;	
}
#home-container-center {
	float:left;
	width: 239px;
	height:257px;
	margin:11px 17px 14px 0;
	background:url(../img/_callouts/home-callout-center.jpg) top right no-repeat;
}
#home-container-right {
	float:left;
	width: 267px;
	padding: 10px 0 15px 0;
}
#home-container-bottom
{
    float:right;
    background:url(../img/_callouts/home-callout-bottom.jpg) top right no-repeat;
    width:549px;
    height:188px;
}
/*==================================*/
/*------------ Callouts ------------*/
/*==================================*/
#home-wrap-content div.wrap-callout {
	position:relative;	
	padding:0 14px;
}
#home-wrap-content div.wrap-callout ul {
	bottom:0;
	position:absolute;
	width:90%;
	padding:0 0 15px;
}
#home-wrap-content #home-container-bottom.wrap-callout ul
{
    padding:0 0 15px 26px;
    width:91%;
}
#home-wrap-content div.wrap-callout ul li {
	 background: url(/_ui/skin/img/dotted_underline.gif) top left repeat-x;
	 border-bottom:none;
	 padding:0;
	 margin:0;
	 list-style-image:none;
}
#home-wrap-content div.wrap-callout ul li a {
    font-size: 93% /*12px*/; 
    color: #c7c8ca; 
    text-decoration:none; 
    font-weight: bold; 
    text-transform:uppercase; 
    font-family: 'Univers', Arial, Helvetica, Verdana, sans-serif; 
    padding: 3px 0 2px 10px;
    margin: 0;
    background: url(../img/arrow-callout-grey.png) 225px 6px no-repeat;
    display: block;
}
#home-wrap-content #home-container-bottom ul li a
{
    background: url(../img/arrow-callout-grey.png) 506px 6px no-repeat;
}
#home-wrap-content div.wrap-callout ul li a:hover {color: #ffffff; background: url(../img/arrow-callout-grey.png) 225px -24px no-repeat;}

/*---- End global styles, begin individual callouts ----*/
#home-callout-right-top {
	height:126px;
	margin:4px 0 8px 0;
	background:url(../img/_callouts/home-callout-right-top2.jpg) top right no-repeat;
}
#home-callout-right-bottom {
	height:122px;
	background:url(../img/_callouts/home-callout-right-bottom-tech-bulletin.jpg) top right no-repeat;
}
#home-callout-right-bottom p {
	bottom:0;
	position:absolute;
	width:90%;
	padding:0 0 45px 10px;
	border: none;
	color: #ffffff;
	font-size: 85%;
}
