@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #13212F;
	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: #000000;
}
#container {
	width: 1009px;  /* using 20 less than a full 800 width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: url(../graphics/_hdr_bkgrd.jpg) repeat-y;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 95px;
} 
#header  #htnLogo {
	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 3px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	display: block;
}
#header #title {
	margin-left: 324px;
	padding-top: 34px;
	padding-bottom: 34px;
}
#hdrsignup {
	float: left;
	width: 193px;
	padding-top: 30px;
	margin-left: 35px;
}
#hdrconsumer {
	float: left;
	width: 193px;
	padding-top: 30px;
	margin-left: 30px;
}
#hdrsmallBusiness {
	width: 193px;
	padding-top: 30px;
	margin-left: 780px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 146px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 20px 20px;
	border-right: 6px solid #339AD3;
	background: url(../graphics/_bkgrd_sm.jpg) no-repeat;
}
#sidebar1  div {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 6px;
	padding-bottom: 3px;
	padding-top: 8px;
}
#sidebar1 div img {
	margin-right: auto;
	margin-left: auto;
}
#sidebar1 div a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 div a:hover {
	text-decoration: underline;
}
#participants {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
#overview {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
#healthcards {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
#press {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
#research {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
#contact {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
#team {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
#login {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
#merchant {
	background: url(../graphics/images/_bkgrd_glow.png) no-repeat center top;
}
img {
	display: block;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: -moz-use-text-color;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
	text-decoration: none;
}
#lftSpace {
	background: url(../graphics/images/tabbed_card_01.gif) no-repeat;
	height: 48px;
	width: 84px;
	float: left;
}
#tabGoldCrd {
	float: left;
}
#tabSmCrd {
	float: left;
}
#tabGift {
	width: 223px;
	float: left;
}
#rgtSpace {
	float: left;
}
#healthCrdTab {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../graphics/images/tabbed_card_06.jpg) no-repeat;
	text-align: center;
	float: left;
	width: 827px;
}
#healthCrdTab   h1 {
	margin: 0;
	font-size: 30px;
	line-height: normal;
}
#GoldCrdTab {
	background: url(../graphics/images/gold_card_06.jpg) no-repeat;
	float: left;
	width: 384px;
	margin: 0;
	padding: 20px 443px 0 0;
}
#SmallCrdTab {
	background: url(../graphics/images/small_card_06.jpg) no-repeat;
	padding: 20px 0 0;
	margin: 0;
	float: left;
	width: 827px;
}
#GiftCrdTab {
	background: url(../graphics/images/giftcard_06.jpg) no-repeat;
	padding: 20px 0 0 446px;
	margin: 0;
	float: left;
	width: 381px;
}
#topCrd  {
	width: 218px;
	margin: 0 auto;
}
#btmCrd  {
	width: 217px;
	margin: 0 auto;
}
#healthContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../graphics/gray_bkgrd.gif) repeat-y;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: left;
	width: 666px;
	height: 492px;
}
#healthContent h2 {
	font-size: 16px;
	color: #0047B2;
	margin: 0;
	padding: 0;
}
#GoldContent {
	background: url(../graphics/gray_bkgrd.gif) repeat-y;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0;
	padding-left: 3px;
	float: left;
	width: 823px;
}
#GoldContent h2 {
	font-size: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#GoldContent h3 {
	font-size: 10px;
	margin: 0;
	text-align: center;
}
#GoldContent  ul  {
	font-size: 12px;
	margin: 0 10px;
	padding: 10px;
}
#GoldContent  ul li {
	list-style: url(../graphics/bullet_square.gif);
	padding: 2px;
}
#GoldContent dl {
	font-size: 12px;
	margin: 0;
	padding: 7px;
}
#GoldContent dt {
	font-size: 12px;
	margin: 0;
	padding: 2px 13px;
	background: url(../graphics/bullet_square_2.gif) no-repeat left top;
}
#GoldContent dd {
	padding: 2px 12px;
	background: url(../graphics/bullet_circle.gif) no-repeat left top;
}
#GoldContent #GoldContainer {
	width: 337px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF url(../graphics/images/goldcard_gradient.gif) repeat-x;
	padding: 0px 20px 20px;
	border-left: 1px solid #000000;
	margin: 0px;
	height: 512px;
}
.scroll {
	overflow: auto;
	height: 400px;
}
.lgscroll {
	overflow: auto;
	height: 570px;
}
#print {
	text-align: right;
	padding: 5px 15px;
	float: right;
	width: 150px;
}
#print a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #0066ff;
}
#GoldContent ol {
	font-size: 12px;
	margin: 0 10px;
	padding: 0 40px;
	text-decoration: none;
}
#GoldContent  ol li {
	font-size: 12px;
	padding: 2px 0;
}
#SmallContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../graphics/gray_bkgrd.gif) repeat-y;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: left;
	width: 826px;
}
#SmallContent h2 {
	font-size: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#SmallContent h3 {
	font-size: 10px;
	margin: 0;
	text-align: center;
}
#SmallContent  ul  {
	font-size: 12px;
	margin: 0 10px;
	padding: 10px;
}
#SmallContent  ul li {
	list-style: url(../graphics/bullet_square.gif);
	padding: 2px;
}
#SmallContent dl {
	font-size: 12px;
	margin: 0;
	padding: 7px;
}
#SmallContent dt {
	font-size: 12px;
	margin: 0;
	padding: 2px 13px;
	background: url(../graphics/bullet_square_2.gif) no-repeat left top;
}
#SmallContent dd {
	padding: 2px 12px;
	background: url(../graphics/bullet_circle.gif) no-repeat left center;
}
#SmallContent #SmallContainer {
	width: 336px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-left: 226px;
	background: #FFFFFF url(../graphics/images/smalcard_gradient.gif) repeat-x;
	padding: 0 20px 20px;
	height: 512px;
}
#SmallContent ol {
	font-size: 12px;
	margin: 0 10px;
	padding: 0 40px;
}
#SmallContent  ol li {
	font-size: 12px;
	padding: 2px 0;
}
#GiftContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../graphics/gray_bkgrd.gif) repeat-y;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: left;
	width: 823px;
	padding-left: 3px;
}
#GiftContent h2 {
	font-size: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#GiftContent h3 {
	font-size: 10px;
	margin: 0;
	text-align: center;
}
#GiftContent  ul  {
	font-size: 12px;
	margin: 0 10px;
	padding: 10px;
}
#GiftContent  ul li {
	list-style: url(../graphics/bullet_square.gif);
	padding: 2px;
}
#GiftContent dl {
	font-size: 12px;
	margin: 0;
	padding: 7px;
}
#GiftContent dt {
	font-size: 12px;
	margin: 0;
	padding: 2px 13px;
	background: url(../graphics/bullet_square_2.gif) no-repeat left center;
}
#GiftContent dd {
	padding: 2px 12px;
	background: url(../graphics/bullet_circle.gif) no-repeat left center;
}
#GiftContent #GiftContainer {
	width: 336px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-left: 444px;
	background: #FFFFFF url(../graphics/images/giftcard_gradient.gif) repeat-x;
	padding: 0 20px 20px;
	height: 512px;
}
#GiftContent ol {
	font-size: 12px;
	margin: 0 10px;
	padding: 0 40px;
}
#GiftContent  ol li {
	font-size: 12px;
	padding: 2px 0;
}
#healthContent ul {
	font-size: 12px;
	margin: 0 10px;
	padding: 10px;
}
#healthContent li {
	list-style: url(../graphics/bullet_square.gif);
	padding: 2px;
}
#healthContent dl {
	font-size: 12px;
	margin: 0;
	padding: 7px;
}
#healthContent dt {
	font-size: 12px;
	margin: 0;
	padding: 2px 13px;
	background: url(../graphics/bullet_square_2.gif) no-repeat left top;
}
#healthContent dd {
	padding: 2px 12px;
	background: url(../graphics/bullet_circle.gif) no-repeat left top;
}
#mainContent {
	margin: 0 0 0 182px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 26px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../graphics/images/top_gradient.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#mainContent .link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#mainContent .link a:hover {
	text-decoration: underline;
}
#mainContent  table  ul li {
	list-style: none;
	margin: 0 0 0 10px;
	font-size: 12px;
}
.cardHolder {
	float: right;
	padding-top: 28px;
	margin-right: 200px;
}
#mainContent h1 {
	margin: 0 0 12px;
	padding: 32px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #070D5B;
	background: url(../graphics/images/line.gif) no-repeat left bottom;
}
#mainContent h2 {
	font-size: 18px;
	color: #070D5B;
	margin: 0;
}
#mainContent p {
	margin-top: 12px;
	margin-bottom: 12px;
}
#mainContent ul {
	margin: 0;
}
#mainContent ol li {
	padding-top: 12px;
	margin-left: 40px;
}
#mainContent strong {
	font-size: 14px;
}
#mainContent  ul li {
	padding: 0px 0px 2px;
	list-style: url(../graphics/bullet_square.gif);
	margin: 0 0 0 42px;
}
.PDFdoc {
	width: 34px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.box_display {
	margin: 0px auto;
	border: 1px solid #050C5D;
}
#login_form td {
	padding: 6px;
}
.textBold {
	padding: 6px;
	font-size: 12px;
}
#loginTxt {
	padding: 6px;
	color: #FFFFFF;
	background: #050C5D;
}
#retrieval {
	margin: 0px auto;
}
#Portal {
}
#links        {
	text-align: center;
}
#links a {
	font-weight: bold;
	color: #050C5D;
	text-decoration: none;
}
#links  a:hover {
	text-decoration: underline;
}
#mainContent .dflist {
	margin-left: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent .bullet {
	margin-left: 30px;
}
#mainContent  dl {
	font-size: 12px;
	margin: 0 0 0 7px;
	padding: 7px;
}
#mainContent dt {
	font-size: 12px;
	margin: 0;
	padding: 2px 13px;
	background: url(../graphics/bullet_square_2.gif) no-repeat left top;
}
#partner {
	padding: 36px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	text-align: center;
	line-height: 21px;
	margin: 0 24px 0 0;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#339AD3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background: url(../graphics/images/copyright.gif) no-repeat right;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	line-height: 0;
	margin-bottom: 6px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
