/* CSS Document */
@import url(main.css);

.banner1 {
	background-image:url(/images/home/home-banner.jpg);
}

.banner2 {
	background-image:url(/images/home/home-banner2.jpg);
}

.banner3 {
	background-image:url(/images/home/home-banner3.jpg);
}

#banner {
	height:198px;
}

#logo {
	top:27px;
}

#mainsection {
	border-top:1px solid #fff;
}

h1 {
	padding-bottom:13px;
}

#content {
	background-image:url(/images/home/piggybank.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:616px;
	padding:23px 0 0 54px;
}

#content p {
	line-height:16px;
	padding:0 0 17px 0;
}

.img-right {
	float:right;
}

#sidebar {
	float:right;
	padding:27px 10px 0 0;
	width:217px;
}

#cta
{
	background-image:url(/images/home/home-cta-bottom.gif);
	padding-right:27px;
}

#cta-bg {
	background-image:url(/images/home/home-cta-repeat.gif);
}

#cta-bg-top {
	background-image:url(/images/home/home-cta-top.gif);
}

.paragraph-right {
	width:339px;
	padding-bottom:14px;
	margin-left:auto;
	margin-right:0;
}