@import url(skeleton.css);

/* --- Header --- */
	#header{background:url(images/headerbg2.gif) no-repeat top left;}
	#CTA_Bar{height:130px; background:url(images/mainStrip2.jpg) no-repeat top left;}
	#tagline{
	width:271px;
	height:47px;
	background:url(images/tagline.gif) no-repeat top left;
	margin:63px 0 0 30px;
}
	html>body #tagline{
	margin-left:47px;
}
	#mainImage{height:22px; background:url(images/mainBottom.gif) no-repeat top left;}
	#CTA li{border:1px solid #fff;}	
/* -------------- */

/* -- Content --- */
	.bucket{float:left; width:300px; height:120px; background:url(images/bucketBg.gif) repeat-y top right; margin:2px 0 0 0;}
	.bucket img{float:left; margin:9px 0 9px 9px;}
	.bucket h3{height:29px; width:170px; margin:9px 0 0 116px;}
	.bucket h3 a{
	font-weight:bold;
	display:block;
	height:29px;
	width:100%;
	line-height:29px;
	color:#fff;
	background:url(images/h3Bg.gif) no-repeat top left;
	font-size:12px;
	text-decoration:none;
	padding-left:15px;
}
	.bucket h3 a:hover{background:url(images/h3Bg2.gif) no-repeat top left;}		   
	*html .bucket h3{margin-left:4px;}
	*+html .bucket h3{margin-left:4px;}
	.bucket .bucketTitleBig a{
	background:url(images/h3BgBig.gif) no-repeat top left;
	height:31px;
	line-height:12px;
	padding-top:5px;
	padding-left:15px;
}						
	.bucket .bucketTitleBig a:hover{background:url(images/h3BgBig2.gif) no-repeat top left;}
	*html .bucket .bucketTitleBig{
	padding-top:6px;
	height:30px;
}
	*+html .bucket .bucketTitleBig{
	padding-top:6px;
	height:30px;
}
	.bucket p{
	font-size:11px;
	display:block;
	width:174px;
	margin-left:120px;
	margin-top:4px;
	line-height: 12px;
}
	.learnMore{
	float:right;
	margin:3px 19px 0 0;
	display:block;
	height:14px;
	font-size:11px;
	background:url(images/learnMore.gif) no-repeat center left;
	padding-left:16px;
}
	*html .learnMore{margin-right:9px;}
	.learnMore:hover{text-decoration:underline;}
	.bucketBottom{margin-bottom:2px;}
/* -------------- */
