@charset "utf-8";
/* CSS Document */
body {
	background-color: #0f0f0f;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 980px;
	margin-top: 42px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
#Wrapper {
	float: left;
	height: auto;
	width: 980px;
	background-image: url(images/contentBg.png);
	background-repeat: no-repeat;
	background-position: center 101px;
	background-color: #FFFFFF;
}
#WrapperThanks {
	float: left;
	height: auto;
	width: 980px;
	background-color: #FFFFFF;
}
#top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 101px;
	width: 980px;
}
#topThanks {
	background-image: url(images/topThanks.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 101px;
	width: 980px;
}
#topHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	color: #FFFFFF;
	float: right;
	height: auto;
	width: 490px;
	margin-top: 25px;
	margin-right: 20px;
	font-weight: bold;
}
#letfPane {
	float: left;
	height: auto;
	width: 662px;
}
#rightPane {
	float: left;
	height: auto;
	width: 316px;
}
#footer {
	background-image: url(images/footerBg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 132px;
	width: 980px;
}
#bulletArea {
	background-image: url(images/bulletsBg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: auto;
	width: 600px;
	padding-right: 30px;
	padding-left: 32px;
	float: left;
}
#bullet
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#bullet li 
{
	padding-left: 30px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	font-size: 11pt;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.bulletText {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.bulletHeading {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
#contentBelowBullets {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
#about{
	float: left;
	height: auto;
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 8pt;
}
#testimonails{
	float: left;
	height: auto;
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 8pt;
}
.floteLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.formTop {
	font-size: 15pt;
	font-weight: bold;
	color: #FF0000;
	padding-left: 20px;
	line-height: 6px;
}
#formTop {
	float: left;
	height: auto;
	width: 316px;
}

#formBg {
	background-color: #FFFFFF;
	background-image: url(images/formBg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: auto;
	width: 250px;
	padding-left: 36px;
	padding-right: 30px;
}

#button{
	float: left;
	height: auto;
	width: 316px;
}
.input {
	width: 100%;
}

