/*
Blue block
*/
#homeBlock {
	height: 243px; /* 250 - 7px padding = 243px*/
	padding: 7px 18px 0 38px;

	background: url("../images/homeBlock.png");
	color: #ffffff;
	overflow: hidden;
}

#homeLeft {
	float: left;
}

#homeRight {
	float: right;
}

h1#homeTitle {
	background: url("../images/homeTitle.png") no-repeat;
	width: 490px;
	height: 52px;
	margin-top: 12px;
}

h1#homeTitle span {
	display: none;
}

#homeBlock p {
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: 6px;
	width: 460px;
}

#homeBlock a {
	color: #ffffff;
	text-decoration: underline;
}

#intro {
	font-size: 16px;
}

#signup {
	margin-top: 30px;
}

#columnContainer {
	background: url("../images/homeBackground.png") no-repeat;
}

/*
Features column
*/
#features {
	margin-top: 20px;
}
#features li {
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
}
#features li img {
	vertical-align: -7px;
	margin-right: 8px;
	width: 22px;
	height: 22px;
}
