@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #C0C0C0;
	background-image: url(../../../assuranthealth/Images/campaigns/diabetic/dia-body-bkg.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
}
 #container {
	width: 944px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	/*background-image: url(../../../assuranthealth/Images/campaigns/diabetic/logo-stacked-health-blue.gif);
	background-repeat: no-repeat;*/
	height: 115px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	/*padding-left: 20px;*/
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 26px;
	color: #0066cc;
	font-weight: normal;
	margin-bottom: -10px;
	margin-top: 5px;
	margin-left: -30px;
}
#mainContent li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	list-style-image: url(../../../assuranthealth/Images/campaigns/diabetic/grn-check.gif);
}

#mainContent {
	background-image: url(../../../assuranthealth/Images/campaigns/diabetic/dia-bkg.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 255px;
	border: 1px solid #CCCCCC;
	margin-right: 34px;
	margin-left: 34px;
	height: 334px;
}
#greenbar {
	background-image: url(../../../assuranthealth/Images/campaigns/diabetic/green-grad.gif);
	margin-right: 34px;
	margin-left: 34px;
	padding-right: 10px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 38px;
}
#mainContent p {
	font-size: 18px;
}
#mainContent ul {
	margin-top: -10px;
}

#formbox {
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 34px;
	margin-left: 34px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-bottom: 40px;
}

#formbox h1 {
	font-size: 20px;
	font-weight: normal;
}
.blue38 {
	font-size: 38px;
	color: #0066CC;
}
.blue26 {
	font-size: 26px;
	color: #0066CC;
}
.blue30 {font-size: 30px}

#footer {
	margin-right: 34px;
	margin-left: 34px;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#layoutfooter {
	margin-right: 34px;
	margin-left: 34px;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#apDiv1 {
	position:absolute;
	width:251px;
	height:269px;
	z-index:1;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 33px;
	padding-left: 340px;
}
#diabeticform 
{
	position:absolute;
	width:400px;
	z-index:1;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-left: 435px;
	padding-top: 5px;
}
.green20 {color: #009933; font-size: 20px;}
.sm {
	font-size: 9px;
	font-variant: small-caps;
	vertical-align: text-top;
}
