/* IMPORTS */
@import url(layout/layout.css);
@import url(layout/header.css);
@import url(layout/footer.css);


/* CSS */
#benefits {
	background: url(../images/index/benefits.gif);
	height: 246px;
	width: 250px;
	float: left;
	margin-left: 10px;
}
#benefits h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 5px;
}
#benefits p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	margin-left: 5px;
	width: 240px;
	margin-top: 0;
	margin-bottom: 5px;
}
#banner {
	background: url(../images/index/banner.gif);
	height: 247px;
	width: 452px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#testimonial {
	background: url(../images/index/testimonial.gif);
	height: 246px;
	width: 250px;
	float: left;
}
#testimonial h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 5px;
}
#testimonial p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	margin-left: 5px;
	width: 240px;
	margin-top: 0;
	margin-bottom: 5px;
}
.asterk {
	font-family: "Felix Titling";
	font-size: 24px;
	color: #003366;
}

#box1 {
	background: url(../images/index/box.gif);
	height: 298px;
	width: 318px;
	float: left;
	margin-left: 9px;
}
#box1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#003366;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}
#box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	padding-left: 5px;
}
#box2 {
	background: url(../images/index/box.gif);
	height: 298px;
	width: 318px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#box2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#003366;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}
#box2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	padding-left: 5px;
}
#box3 {
	background: url(../images/index/box.gif);
	height: 298px;
	width: 318px;
	float: left;
}
#box3 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#003366;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}
#box3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	padding-left: 5px;
}


#faqs {
	padding-left: 10px;
}
#faqs h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #66CC33;
	font-weight: normal;
}
#faqs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}
.quest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 420px;
	text-decoration: underline;
	color:#0000FF;
}
.nums {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#bottomstrip {
	background: url(../images/index/bottomcurve.gif) no-repeat;
	width: 982px;
	height: 15px;
}
