﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
	<xsl:include href="TourWizard.xslt"/>
	<xsl:output method="xml" indent="yes"/>

	<xsl:template match="/">
		<xsl:variable name="TemplateURL" select="normalize-space(AjaxRequest/TemplateURL)"></xsl:variable>
		<xsl:variable name="HostName" select="normalize-space(AjaxRequest/HostName)"></xsl:variable>
		
		<xsl:call-template name="LifespaceTourWizard">
			<xsl:with-param name="HostName" select="$HostName"></xsl:with-param>
			<xsl:with-param name="SelectedLink">
				<xsl:text>get yours</xsl:text>
			</xsl:with-param>
		</xsl:call-template>
		<div style="padding-left:40px;padding-right:30px;padding-top:30px;padding-bottom:10px;">
			<div class="paddingBottom20 paddingTop10">
				<span class="wizardMessageNarrow">
					The best part about <span style="color:#288597;">setting goals </span>is
					<span class="wizardMessageBold">
						REACHING
					</span> them.
				</span>
			</div>
			<table class="tableMaster paddingLeft10 paddingRight10" cellpadding="0" cellspacing="0">
				<tr>
					<td width="47%">
						<div class="marginRight10">
							<div class="labelWizard">
								It's the whole point right?
							</div>
							<div class="templateMemoText" style="width:90%;">
								You may set goals because you want more out of life, out of
								yourself, or the world around you. No matter what your reasons,
								being clear about what you want and setting smart goals is the
								fastest way to GETTING YOURS.
							</div>
						</div>
					</td>
					<td rowspan="2" width="53%" class="textRight">
						<img src="{$TemplateURL}Web/Images/Ver_2_0/pictureGroup_1.png" alt=""></img>
					</td>
				</tr>
				<tr>
					<td>
						<table class="tableMaster" cellpadding="0" cellspacing="0">
							<tr>
								<td class="verticallyMiddle">
									<span class="getYoursCountingText" style="color:#288597;">3%</span>
								</td>
								<td class="verticallyMiddle" style="padding-left:20px;">
									<span class="getYoursText">
										write down their goals, take
										action and achieve success.
									</span>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
			<table class="tableMaster paddingLeft10 paddingRight10" cellpadding="0" cellspacing="0">
				<tr>
					<td width="53%">
						<img src="{$TemplateURL}Web/Images/Ver_2_0/pictureGroup_2.png" alt=""></img>
					</td>
					<td class="verticallyMiddle" width="20%">
						<span class="getYoursCountingText" style="color:#D6000C;">97%</span>
					</td>
					<td class="textLeft verticallyMiddle" style="padding-top:50px;">
						<span class="getYoursText">
							miss out.
						</span>
					</td>
				</tr>
			</table>
			<div align="center" class="paddingTop20 paddingBottom10">
				<div class="getYoursText">
					Which stat do you want to be a part of?
				</div>
				<img src="{$TemplateURL}Web/Images/Ver_2_0/pictureGroup_3.png" alt=""></img>
				<div class="superPageMessage marginTop15">
					dream. set. track. share. achieve!
				</div>
				<img src="{$TemplateURL}Web/Images/Ver_2_0/tag_underline.png" alt=""></img>
				<table class="paddingTop20" cellpadding="0" cellspacing="5">
					<tr>
						<td style="width:380px;" class="boxShadow divJoinLSGradient verticallyMiddle">
							It just takes a minute to join – It's Free!
						</td>
						<td class="textCenter getStarted boxShadow verticallyMiddle" onclick="DisplaySignUpPopUp('signup','getstarted','');">
							<span>
								Get Started!
							</span>
						</td>
					</tr>
				</table>
			</div>
			<div class="paddingBottom10 marginRight20 textLeft">
				<a href="http://{$HostName}/GetConnected.aspx">
					<img border="0" class="onMouseOver verticallyMiddle" src="{$TemplateURL}Web/Images/Ver_2_0/BT_back.png" alt=""
						 onmouseover="this.src='{$TemplateURL}Web/Images/Ver_2_0/BT_back_hover.png';"
						 onmouseout="this.src='{$TemplateURL}Web/Images/Ver_2_0/BT_back.png';"></img>
				</a>
			</div>
		</div>

	</xsl:template>

</xsl:stylesheet>
