/* Common */
.columns
{
	position: relative;
	width: 390px;
	padding-right: 20px;
	float: left;
}

/* Index */
.index h1, .index h2
{
	color: #dd6347;
}

/* About */
.about h1, .about h2
{
	color: #22c4dd;
}
.about .columns
{
	[if IE] width: 370px;
}
.about img
{
	border: 5px solid #22c4dd;
}

/* Contact */
.contact .input-title
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.contact td
{
	padding-bottom: 10px;
}
.contact .error
{
	font-size: 10px;
	color: #dd6347;
}
.contact sup
{
	color: #dd6347;
}
.contact h1, .contact h2
{
	color: #9463d6;
}

/* Tutorial */
.tutorial h1, .tutorial h2
{
	color: #91c918;
}
.tutorial .columns
{
	[if IE] width: 385px;
}
.tutorial .sketch
{
	position: relative;
	width: 100%;
	text-align: center;
}
.tutorial .sketch .wyndham, .tutorial .sketch .rci, .tutorial .sketch .trading-places, .tutorial .sketch .plus-partners
{
	position: absolute;
	width: 215px;
	height: 60px;
	cursor: pointer;
}
.tutorial .sketch .wyndham
{
	left: 94px;
	top: 0px;
}
.tutorial .sketch .rci
{
	left: 512px;
	top: 0px;
}
.tutorial .sketch .trading-places
{
	left: 94px;
	top: 120px;
}
.tutorial .sketch .plus-partners
{
	left: 512px;
	top: 120px;
}

/* Ownership new inquiry */
.ownership-purchase
{
	position: relative;
}
.ownership-purchase h1, .ownership-purchase h2
{
	color: #33cc66;
}
.ownership-purchase dt
{
	float: left;
	width: 220px;
}
.ownership-purchase dd#location-element
{
	padding-left: 180px;
}
.ownership-purchase #submit
{
	margin-top: 20px;
}
.ownership-purchase dd#location-element ul.errors
{
	margin-left: 5px;
}
/* Ownership upgrade */
.ownership-upgrade
{
	position: relative;
}
.ownership-upgrade h1, .ownership-upgrade h2
{
	color: #cc6666;
}
.ownership-upgrade dt
{
	float: left;
	width: 220px;
}
.ownership-upgrade dd#location-element
{
	padding-left: 180px;
}
.ownership-upgrade #submit
{
	margin-top: 20px;
}
