/* LAYOUT */
html {
	background-color: #000000;
}

body {
	margin: 0;
	background: #efefef url(../assets/bkgdGradient.jpg) repeat-x;
}

#container {
	width: 800px;
	height: inherit;
	margin: 0 auto;
}

#header img {
	border: 0;
}

#hero {
	height: 300px;
}

#hero h1 {
	font-size: 43px;
	color: #000000;
	margin-left: 26px;
	position: relative;
	top: 16px;
	line-height: 40px;
}

#hero h2 {
	font-size: 24px;
	color: #ffffff;
	position: relative;
	left: 108px;
	top: 78px;
}


#hero p {
	width: 282px;
	color: #0000000;
	margin-left: 30px;
}

#return a:link, #return a:visited {
	color: #000;
	text-decoration: none;
}

#return a:hover, #return a:active {
	color: #414141;
}

#return {
	float: left;
}

#return img {
	position: relative;
	top: 5px;
	padding-right: 3px;
}

#featureWrapper {
	margin-top: 14px;
	margin-bottom: 14px;
	clear: both;
}

#description {
	width: 500px;
	float: left;
}

/* The right column */

#facts {
	width: 275px;
	float: right;
	margin-top: 4px;
}

.factWrapper {
	margin-bottom: 28px;
}

.blockFacts {
	background-color: #fff;
	padding: 1px 13px;
}

.blockFactsLogo {
	background-color: #fff;
	padding: 16px 0 0;
	text-align: center;
}

.blockFactsLogo p {
	text-align: left;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 25px;
	padding-top: 9px;
}

.blockFactsLogo img {
	border: 0;
}

#featureWrapper a:link, #featureWrapper a:visited {
	color: #000;
}

#featureWrapper a:hover, #featureWrapper a:active {
	color: #434343;
}

.factTitle {
	height: 30px;
	background-color: #000;
}

/* The left column */

#features {
	width: 500px;
	height: inherit;
	float: left;
	margin-bottom: 15px;
}

#features h3 {
	line-height: 14px;
	width: 500px;
	height: 20px;
	border-bottom: 1px solid #9e9e9e;
	text-align: left;
}

.blockFAQ h3 {
	text-align: left;
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 0px;
	margin-top: 29px;
}

.blockFAQ p {
margin: 0px;
}

/* Form */

fieldset {
	width: 474px;
	margin: 0;
	background-color: #f7f7f7;
	border: 1px solid #424242;
}

form {
	padding-left: 22px;
	padding-right: 21px;
}

.required {
	font-size: 0.75em;
	color: #760000;
}

input:focus, textarea:focus {
	background: #fff2d4;
}

label {
	float: left;
	width: 10em;
}

/* Feature Image Position */

.imgLeft{
	float: left;
	margin-right: 15px;
	margin-bottom: 2px;
}

.imgRight{
	float: right;
	margin-left: 15px;
	margin-bottom: 2px;
}

/* random shinnanigans */

.clear {
	clear: both;
}

.getStarted {
	width: 275px;
	height: 50px;
	}

/* footer */

#footerContainer {
	height: 200px;
	background-color: #000000;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 8px;
}

/* End LAYOUT */

/* FONTS */

body {
	color: #000;
	font-family: Calibri, Arial, Helvetica, Geneva, sans-serif;
}

p {
	text-align: justify;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 13px;
	margin-top: 13px;
}

.blockFacts p {
	font-size: 13px;
	line-height: 20px;
}

.factTitle h3 {
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}

#facts ul {
	list-style-type: none;
	font-size: 13px;
	margin: 10px 0 0;
	padding: 0;
}

#facts li {
	background: url(../assets/arrow.jpg) no-repeat;
	height: 19px;
	line-height: 19px;
	padding-left: 26px;
	margin-bottom: 12px;
}

#footer p {
	color: #fff;
}

h1 {
	line-height: 14px;
	letter-spacing: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:20px;
}

h2 {
	line-height: 14px;
	letter-spacing: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
 line-height: 0px;
 letter-spacing::0;
 font-size:15px;

}

h3 a:visted, h3 a:link, h3 a:hover{
color: #FFFFFF;


}


.percent {
	font-size: 40px;
	color: #9e9e9e;
	font-weight: bold;
}

/* End FONTS */

