﻿/* Landing Page */
#MainContentHeader
{
  background: #ffffff url(../Images/LandingPage/MainContentTop.gif) no-repeat top;
}
#MainContentBody
{
  min-height: 338px;
  height: 405px;
}
#MainContentBody h1
{
  text-align: center;
  font-size: 18pt;
}

#WelcomeMessage
{
  float: left;
  width: 228px;
}
#Step1, #Step2, #Step3
{
  color: #1d476b;
  font-weight: bold;
  height: 48px;
  padding-top: 8px;
}
#Step1
{
  background: #d2e0ed url(../Images/LandingPage/Step1Background.gif) no-repeat top;
  position: absolute;
  left: 23px;
  padding-left: 55px;
  top: 258px;
  width: 173px;
}
#Step2
{
  background: #d2e0ed url(../Images/LandingPage/Step2Background.gif) no-repeat top;
  position: absolute;
  left: 23px;
  padding-left: 55px;
  top: 315px;
  width: 173px;
}
#Step3
{
  background: #d2e0ed url(../Images/LandingPage/Step3Background.gif) no-repeat top;
  height: 36px;
  left: 252px;
  padding-top: 20px;      
  position: absolute;
  text-align: center;
  top: 315px;
  width: 413px;
}
#SectionButtons
{
  height: 250px;
  margin-top: 16px;
  position: absolute;
  right: 23px;
}
#SectionButtons input
{
  padding-left: 23px;
}
