﻿* { margin: 0; padding: 0; }
a { outline: none; }
a img { border: none; }

#LayoutHolder
{
	width: 950px;
	margin: 0 auto;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	background-color: #fff;
}

#Header
{
	height: 170px;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(Assets/Banner.jpg) no-repeat left top;
	margin-bottom: 30px;
}

#ContentWrapper
{
	width: 950px;
	overflow: hidden;
	margin-bottom: 30px;
}

#MenuHolder
{
	width: 150px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

#MenuHolder ul li { list-style: none none; margin: 0 0 2px 0; }

#MenuHolder ul li a
{
	display: block;
	background: transparent url(Assets/Menu.png) repeat-y left top;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#MenuHolder ul li a:hover,
#MenuHolder ul li a.Active
{
	background-position: right top;
}

#ContentHolder
{
	width: 570px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

h2
{
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica;
	font-size: 30px;
	font-weight: normal;
	color: #38c0ec;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: normal;
}

h3
{
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #ccdb26;
	text-decoration: none;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 10px;
}

h4
{
	color: #38c0ec;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

p, ul, ol { margin-bottom: 15px; }

ol.Steps { margin-bottom: 25px; }
ol.Steps li
{
	list-style: none none;
	padding: 10px 0 0 70px;
	background: transparent none no-repeat left top;
	line-height: normal;
	height: 34px;
	overflow: visible;
	margin: 0 0 15px 0;
	color: #666;
}
ol.Steps li.Step1 { background-image: url(Assets/Step1.gif); }
ol.Steps li.Step2 { background-image: url(Assets/Step2.gif); }
ol.Steps li.Step3 { background-image: url(Assets/Step3.gif); }
ol.Steps li.Step4 { background-image: url(Assets/Step4.gif); }
ol.Steps li.Step5 { background-image: url(Assets/Step5.gif); }

ul li,
ol li
{
	list-style-image: url(Assets/BulletArrow.png);
	margin-left: 3em;
	margin-bottom: 2px;
	color: #b3d334;
}

div.Links { margin-bottom: 15px; }
p.Link { margin-bottom: 0px; }

p.Download
{
	background: transparent url(Assets/DownloadFile.gif) no-repeat left 50%;
	padding-left: 23px;
}

p.IntroText
{
	color: #38c0ec;
	font-size: 18px;
	line-height: 22px;
}

p.LinkLogo { margin-bottom: 5px; }

a, p.Link { color: #38c0ec; text-decoration: none; }
a:hover { text-decoration: underline; }

.hr hr { display: none; }
.hr
{
	height: 1px;
	overflow: hidden;
	border-top: solid 1px #ccc;
	margin-bottom: 15px;
}

p.HomeBanner { margin-bottom: 20px; }

p.HomeLinkBanner
{
	border-top: solid 1px #666;
	margin-top: 20px;
	padding-top: 20px;
	height: 100px;
	overflow: hidden;
	width: 570px;
}

p.HomeLinkBanner a.WhyChooseUsLink
{
	display: block;
	height: 100px;
	background: transparent url(Assets/HomeLinkBanner.gif) no-repeat left top;
	text-decoration: none;
	text-indent: -2000px;
	overflow: hidden;
	width: 450px;
	float: left;
}

p.HomeLinkBanner a.WhyChooseUsLink:hover { background-position: left bottom; }

p.HomeLinkBanner a.MfaaLink
{
	display: block;
	height: 100px;
	background: transparent url(Assets/HomeLinkBanner.gif) no-repeat right top;
	text-decoration: none;
	text-indent: -2000px;
	overflow: hidden;
	width: 120px;
	float: left;
}

p.HomeLinkBanner a.MfaaLink:hover { background-position: right bottom; }

.Calculator
{
	width: 570px;
	overflow: hidden;
	margin-bottom: 15px;
}

.Calculator object { margin-left: -5px; }

.Banner { text-align: center; }

.Books
{
	width: 570px;
	overflow: hidden;
}

.Books .Book
{
	width: 190px;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 15px 0;
}

.Books .Book a
{
	cursor: pointer;
}

.Books .Book a:hover .Link { text-decoration: underline; }

.Books .Book .Thumb
{
	display: block;
	height: 140px;
	line-height: 140px;
	overflow: hidden;
}

.Books .Book .Link
{
	display: block;
	line-height: 40px;
}

#Sidebar
{
	width: 170px;
	overflow: hidden;
	float: left;
}

p.SidebarElement a { display: block; height: 120px; overflow: hidden; }

p.SidebarElement { margin-bottom: 10px; }

.ContactPageText strong
{
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #ccdb26;
	font-style: italic;
}

fieldset { border: none; }
fieldset legend { display: none; }
fieldset p label { display: block; margin-bottom: 3px; }
fieldset p.Field input,
fieldset p.Field textarea { padding: 3px; width: 250px; font-size: 14px; color: #000; border: solid 1px #bbb; }
fieldset p.Field textarea { height: 130px; }
fieldset p span { display: block; font-size: 9px; width: 250px; line-height: normal; }

#Footer
{
	background: transparent url(Assets/Footer.gif) repeat-x left top;
	padding: 5px;
	clear: both;
	text-align: left;
	font-size: 10px;
}