
@charset "utf-8";

body {
	font-family: Arial, Verdana, sans-serif;
	background-image: url("../images/bg_mainground.jpg");
	background-repeat : repeat-x;

}

a img{
	border:0;
}
b.line{
	color: #FF0000;
}
#container{
	width:817px;
	background :#fff;
	margin:0 auto;
}

#header{
	width : 808px;
	height : 800px;
	color: #000;
	padding: 0 0 0 10px;
	background : url(../images/health/healthsignuppage.jpg) no-repeat;
}
#header h2{
	color: #000;
	margin: 0 50px 0 34px;
	padding: 4px 0 4px 4px;
	font-size: 2.5em;
	line-height:1;
}
#header h3{
	margin: 14px 0 1px 50px;
	font-size: 1.4em;
	line-height:1;
}
#header h4{
	margin: 14px 0 1px 50px;
	line-height:1;
}
#header strong{
	font-size: 1.2em;
}
#header p{
	color: #000;
	text-align: center;
	font-size: 0.9em;
	margin-top: 4px;
	padding: 4px 0 4px 4px;
}

#header p .italic{
	font-style:italic; 
}

#header img{
	margin:0 2px 2px 30px;
}
#video {
	width: 340px;
	margin: 10px 10px 0 0;
	padding: 0 0 0 40px;
}
#media1 ,#media2 ,#media3 {
	width: 240px;
	float:left; 
	margin-right:10px;
}
#contentline {
	clear: both;
	padding: 10px 10px 0 0;
	width:817px;
}
#content {
	width: 400px;
	float:left; 
	padding:130px 0 0 0;


}
#content h3, #contentline h3{
	font-size: 20px;
	color: #fff;
	line-height:160%;
	background : url(../images/check2.gif)  no-repeat;
	padding: 3px 0 0 44px;
	margin: 4px 0 0 14px;
}
#content h4, #contentline h4{
	font-size: 20px;
	color: #000;
	line-height:150%;
	text-align: center;
	margin: 4px 0 0 14px;
}
#content p{
	color: #2E2E2E;
	font-size: 0.8em;
	margin: 10px 1px 0 44px;
}
#content p.box{
	color: #333;
	background :#E0F8F7;
	font-size: 0.8em;
	margin: 9px 1px 0 44px;
	padding: 4px;
}
#content .redfont{
	color: red;
}
#content .big{
	font-size: 0.9em;
	font-weight: bold;
}

#content img{
	float:left;
	margin:3px 10px;
}
#form {
	float: left;
	margin: 10px 10px 0 0;
	padding:218px 0 0 80px;
	font-size: 0.9em;
	text-align: center;
}

.borderimg {
	padding:5px;
	border: 2px solid #BFCAD5;
}

#footer {
	clear: both;
	padding: 10px 10px 20px 0;
	background: #345B04;
	color: #fff;
	width:817;
	text-align: center;
	font-size: 0.7em;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

.textbox {
	background:#EFEFEF;
	border:1px solid #A3BD0F;
	margin:0 4px 0 0;
	width: 200px;
}

