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

html {
	min-height: 100%;
	height: auto;
}

#body {
	margin:0px;
	text-align:center;
}

#container {
	width:1000px;
	/*height:1000px;*/
	text-align:center;
	margin-left:20%;
}

.container {
	background-image:url(graphics/sweep-top.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:center;
}

.top-background {
	/*background-image:url(graphics/sweep-top.png);*/
	background-repeat:no-repeat;
	/*height:330px;*/
}

.top-logo {
	background-image:url(graphics/aculife-logo-blue.png);
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	padding-top:15px;
	width:25%;
	float:left;
}

.top-tagline {
	font-size:32px;
	width:73%;
	float:right;
	color:#003C7E;
	text-align:right;
	height:50px;
	margin-bottom:0px;
	line-height:100px;
}

.bodytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align:justify;
	color:#003C7E;
	padding-top:30px;
	width:100%;
	line-height:125%;
}

.emphasis {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:37px;
	text-align:center;
	color:#003C7E;
	padding-top:30px;
	width:100%;
	line-height:125%;
	font-style:italic;
}


#content-area {
	position:absolute;
	top:0px;
	left:50%;
	/*margin-left:-70px;*/
	width:700px;
}

#buttons {
	padding:10px;
}

.copyright {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#003C7E;
	background-image:url(graphics/curves-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-bottom:0px;
}

#copyright {
	width:100%;
	height:200px;
}

#form-fields {
	width:48%;
	float:left;
	text-align:right;
	padding-bottom:5px;
	line-height:29px;
	padding-right:5px;
}

#text-box {
	width:50%;
	float:right;
	text-align:left;
	padding-bottom:5px;
	color:#fff;
}

.register-button {
	background-image:url(graphics/button-GetWaveTherapist.png);
	height:104px;
	width:457px;
	border:0px;
	background-repeat:no-repeat;
	background-color:#fff;
	cursor:default;
}

.text-box {
	background-image:url(graphics/box-register.png);
	background-repeat:no-repeat;
	background-color:#fff;
	width:227px;
	height:29px;
	border:0px;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:fff;
}

.images {
	/*padding:30px;*/
	margin:10px;
	border:20px;
	border-color:#003C7E;
}

.ailment-headings {
	font-size:22px;
	font-style:italic;
}

.testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	color:#003C7E;
	padding-top:30px;
	width:100%;
	line-height:125%;
}
