/*----------------------------------------------------------------
Make-A-Wish homepage stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@threeseventeen.com
Updated:	1/7/08
----------------------------------------------------------------*/


a.mainimage {
	display: block;
	padding: 0;
	border: 0px none;
	text-decoration: none;
}
img.mainimage {
	display: block;
}

#featurearea {
	position: relative;
	background: #fff url(../images/features_bg.gif) repeat-y; 
	margin: 10px 0 20px 0;
	padding: 0;
	float: left;
}
#homefeature {
	width: 372px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #CDD1DB;
	float: left;
}
#homefeature h3, #testimoniesfeature h3 {
	padding: 3px 15px;
	margin: 10px 0 5px 0;
	background: #1D2E5D;
	color: #fff;
}
#homefeature p, #testimoniesfeature p, #testimoniesfeature img {
	padding: 3px 15px 7px 15px;
}
#homefeature ul {
	padding: 3px 15px 7px 15px;
}
#homefeature ul li {
	color: #072A5E;
}
#testimoniesfeature {
	width: 189px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	background: #CDD1DB;
	float: right;
}
ul#homeads {
	float: left;
	position: relative;
	width: 100%;
	height: 116px;
	background: url(../images/partners_bg.gif) no-repeat top center;
	margin: 15px 0;
	padding: 0;
}
ul#homeads h3 {
	padding: 8px 15px;
	margin: 0;
}
ul#homeads li {
	float: left;
	width: 175px;
	padding: 0;
	margin: 0;
	text-align: right;
}
ul#homeads li a {
	border: 0px none;
}
#homecontent {
	float: left;
	width: 368px;
	height: 666px;
	background: transparent url(../images/homecontent-bg.gif) no-repeat top center;
}
#homecontent h4 {
	border-top: 2px solid #999;
	padding: 12px 0 0 0;
	margin: 7px 25px 0 25px;
}
#homecontent h4.first {
	border-top: 0px none;
	margin: 0;
	padding: 20px 25px 0 25px;
}
#homead {
	text-align: right;
	margin-bottom: 10px;
}
#news {
	float: left;
	width: 156px;
	height: 315px;
	background: #fff url(../images/news-bottom.gif) no-repeat bottom right;
	margin-left: 4px;
}
#news h3 {
	border-top: none;
	background: url(../images/news-top.gif) no-repeat top right;
	margin: 0;
	padding: 0 25px;
	color: #fff;
	font-size: 16px;
	height: 45px;
	line-height: 35px;
	text-align: right;
}
#news p {
	padding: 3px 10px 15px 30px;
}
#news a {
	color: #37ADC6;
}
#news a:hover {
	color: #3A5580;
}