#landingContent {
	padding:26px 64px 0;
	}

#steps {
	height:160px;
	}

#footer {
	clear:left;
	}

h1 {
	font-size:1.8em;
	}

h2 {
	background: no-repeat 0 0;
	width:74px;
	height:16px;
	text-indent:-10000px;
	}

#step1 h2 {
	background-image:url(/images/landing_step1.png)
	}

#step2 h2 {
	background-image:url(/images/landing_step2.png)
	}


p {
	font-size: 0.9em;
	line-height: 140%;
	margin:15px 0;
	}

p#intro {
	padding-right:180px;
	padding-bottom:20px;
	}

ul#s1Choices {
	width:482px;
	padding:0;
	margin:0;
	}

ul#s1Choices li {
	display:block;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#s1Choices li a {
	display:block;
	height:0;
	padding-top:131px;
	overflow:hidden;
	background:no-repeat 0 0;
	width:161px;
	}

ul#s1Choices li a:hover {
	background-position: 0 -131px;
	}

ul#s1Choices li#s1_1 a {
	background-image: url(/images/landing1_1.png);
	width:160px;
	}

ul#s1Choices li#s1_2 a {
	background-image: url(/images/landing1_2.png);
	}

ul#s1Choices li#s1_3 a {
	background-image: url(/images/landing1_3.png);
	}

h3 {
	background: url(/images/landing2_icon.png) no-repeat 0 0;
	width:113px;
	height:131px;
	text-indent:-10000px;
	float:left;
	margin-left:21px;
	}

ul#s2Choices {
	padding:0;
	margin:0;
	float:left;
	width:200px;
	margin-left:46px;
	}

ul#s2Choices li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#s2Choices li a {
	display:block;
	height:0;
	padding-top:44px;
	overflow:hidden;
	background:no-repeat 0 0;
	width:185px;
	}

ul#s2Choices li a:hover {
	background-position: 0 -44px;
	}

ul#s2Choices li#s2_1 a {
	background-image: url(/images/landing2_1.png);
	}

ul#s2Choices li#s2_2 a {
	background-image: url(/images/landing2_2.png);
	}

.leftCol {
	float:left;
	width:200px;
	}

.rightCol {
	float:left;
	width:500px;
	}

a#linkReturn {
	display:block;
	border:1px solid #333;
	background:#0055A4 url(/images/return_default.png) no-repeat left center;
	text-decoration:none;
	color:#FFF;
	width:50px;
	padding:2px 4px 2px 20px;
	}

