@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(../images/backgroundGradient.png);
	background-repeat:repeat-x;
	background-color:#acd373;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1
{
	margin:0px;
	padding:0px;
	width:710px;
	height:77px;
	background-image:url(../images/header.png);
	background-repeat:repeat-x;
	float:right;
	position:relative;
	right:70px;
	text-indent:-2000em;
	text-decoration:none;
}

h1:hover
{
	cursor:pointer;
}

h2
{
	clear:right;
	margin:0px;
	padding:0px;
	width:156px;
	height:34px;
	float:left;
	position:relative;
	left:40px;
	background-image:url(../images/fourPointMomsLogo.png);
	text-indent:-2000em;
	text-decoration:none;
}

h2:hover
{
	cursor:pointer;
}

h3
{
	height:50px;
	margin:0px;
	padding:0px;
	text-indent:-2000em;
	text-decoration:none;
}

#wrapper
{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

#contentWrapper
{
	background-image:url(../images/mainBodyBackground.png);
	height:520px;
	clear:both;
}

#thankYouContentWrapper
{
	background-image:url(../images/thankYouBackground.png);
	height:520px;
	clear:both;
	text-indent:-2000em;
	text-decoration:none;
}

#topPaddingBox
{
	height:20px;
	width:100%;
}

#topLeftPaddingBox
{
	float:left;
	height:140px;
	width:25px;
}

#topLeftText
{
	width:340px;
	height:140px;
	text-align:center;
	float:left;
}

#topMiddlePaddingBox
{
	width:45px;
	height:140px;
	float:left;
}

#topRightText
{
	width:500px;
	height:140px;
	float:left;
}

#middleNote
{
	clear:both;
	text-align:center;
}

#leftBulletBox
{
	width:250px;
	height:220px;
	float:left;
}

#leftBulletPaddingBox
{
	width:100%;
	height:23px;
}

#leftBulletList
{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
}

#leftBulletList li
{
	text-align:right;
	margin-bottom:20px;
	background-image:url(../images/leftBulletImage.png);
	background-repeat:no-repeat;
	width:250px;
	height:15px;
}

.leftListItem
{
	padding-right:10px;
	position:relative;
	bottom:2px;
}

#bottomLeftPaddingBox
{
	width:30px;
	height:220px;
	float:left;
}

#leadFormBox
{
	float:left;
	width:480px;
}

#leadFormTopPaddingBox
{
	width:100%;
	height:5px;
}

#leadFormTable
{
	width:100%;
}

#submitButtonTable
{
	width:100%;
	text-align:center;
}

.formLabel
{
	width:100px;
}

#leadFormTable input
{
	width:350px;
}

#bottomRightPaddingBox
{
	height:220px;
	width:15px;
	float:left;
}

#rightBulletBox
{
	width:220px;
	height:220px;
	float:left;
}

#rightBulletPaddingBox
{
	width:100%;
	height:23px;
}

#rightBulletList
{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
}

#rightBulletList li
{
	text-align:left;
	margin-bottom:20px;
	background-image:url(../images/rightBulletImage.png);
	background-repeat:no-repeat;
	width:250px;
	height:15px;
}

.rightListItem
{
	padding-left:13px;
	position:relative;
	bottom:2px;
}

