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

/* page-wide --------------------------------------------------------------------------------------- */
html {
    margin:0;
    padding:0;
}

body, h1, h2, h3, h4, p, ul, ol, li {
	margin: 0px;
	padding: 0 0 0 0;
	line-height: 1.2;
}


body {
	font-size: 62.5% ; 

	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	color: #111111;
}

a {
	color: #005295;
}

a:active, a:focus { /* gets rid of grey dotted lines around link objects when you click on them in firefox */
	outline: none;
}

#wrapper {
	position: relative ;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}


/* header --------------------------------------------------------------------------------------- */
#header {
	height: 136px ; 
	margin-bottom:0px ; 
}

#header h1 a {	/* header h1 is the logo */
	width: 156px ; 
	height: 100px ; 
	float: left ; 
	background: url(images/clickcare_logo_r.gif) no-repeat ; 
	margin-top:8px;
	margin-left:10px; /* despite IE6 double margin-float bug, this seems to work consistently between browsers so i'm sticking with it */
}

#header h2 {	/* header h2 is the phone number & slogan */
	width: 404px ; 
	height: 42px ; 
	float: right ; 
	background: url(images/clickcare_header_image.gif) no-repeat ; 
	margin-top: 66px; /* positions vertically */
	padding-right: 15px ;  /* positions horizontally from right edge */
	margin-bottom: 28px ; /* padding at bottom to push nav content area down */
}

#header h2#new_phone {	/* header h2 is the phone number & slogan */ /* new toll-free phone number, Sept. 2010 */
	background: url(images/clickcare_header_image_new_phone.gif) no-repeat ; 
}

#header span   {
	left: -3000px;
	position: absolute;
}


/* nav bar --------------------------------------------------------------------------------------- */
#nav {
	float: left; 
	width: 142px ; /* adjusts the horiz. position of the content box */
}

#nav ul li {
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 13px;		/* adjusts left margin of nav bar */
	font-weight: bold;
	/* width: 142px ; */ /* had to comment this out - it sets off a bug in IE6 that crops the buttons short on the right-- but only on the how_it_works pages, probably because of the z-index */
	margin: 0 ;
	display: block ; 
	overflow: hidden;
}

#nav ul li a {
	display: block ; 
	height: 22px;
	height /**/:22px; /* for IE5/Win only */
	
	/* float: left ; */
	width: 112px !important; 
	width /**/:112px; /* for IE5/Win only */
	overflow: hidden ;	
}

/* old nav bar stuff from 4-8-08 and earlier --------- */
/* #nav_login ul li {
	padding-top: 13px ; */ /* use this to adjust vertical position of entire nav bar */ 
	/* padding-bottom: 30px; */ /* adjusts vertical position of nav_main */
/*
}

#nav_login ul a {
	color: #6BA926;
}

#nav_main ul li {
	padding-bottom: 9px; */ /* adjusts space between items in nav_main */
/*}

#nav_main ul a {
	color: #005295;
}*/


/* NEW nav bar stuff from 4-9-08 and later --------- */
#nav ul li {
	padding-bottom: 9px ; 
	/* this parameter kept separate from main declaration because it's an add on for the new nav bar */
}

#nav_upper {
	padding-top: 13px ; /* use this to adjust vertical position of entire nav bar */ 
	padding-bottom: 17px; /* adjusts space upper nav bar and middle nav bar. gap: 17px, no extra gap: 9px */ /* changed on 7-11-10 back to 17px (was 0px) */

}

#nav_upper ul a {
	color: #6BA926;
}

#nav_middle {
	padding-bottom: 17px; /* adjusts space middle nav bar and lower nav bar */ /* changed on 4-25-09 from 17px */ /* changed on 7-11-10 back to 17px (was 25px) */
}

#nav_middle ul a {
	color: #005295;
}

#nav_lower {
	padding-bottom: 25px; /* adjusts space lower nav bar and bottom nav bar */ /* added 4-5-09 */ /* changed on 4-25-09 from 17px */
}

#nav_lower ul a {
	color: #005295;
}

#nav_bottom ul a {
	color: #005295;
}

#nav ul a:link {
	text-decoration: none;
}

#nav ul a:hover {
	text-decoration: underline;
}

#nav ul li a span{
	left: -3000px;
	position: absolute;
}

#nav ul li a#user_login {
	display: block ; 
	background: url(images/nav01_user_login_threestate.gif) no-repeat ; 
}

#nav ul li a#user_login:hover {  
	background-position: -112px 0 ;
}

#nav ul li#active a#user_login {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#welcome {
	display: block ;
	background: url(images/nav02_welcome_threestate.gif) no-repeat ;
}

#nav ul li a#welcome:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#welcome {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#how_it_works {
	display: block ;
	background: url(images/nav03_how_it_works_threestate.gif) no-repeat ;
}

#nav ul li a#how_it_works:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#how_it_works {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#benefits_and_roi {
	display: block ;
	background: url(images/nav04_benefits_and_roi_threestate.gif) no-repeat ;
}

#nav ul li a#benefits_and_roi:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#benefits_and_roi {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#case_examples {
	display: block ;
	background: url(images/nav09_case_examples_threestate.gif) no-repeat ;
}

#nav ul li a#case_examples:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#case_examples {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#testimonials {
	display: block ;
	background: url(images/nav05_testimonials_threestate.gif) no-repeat ;
}

#nav ul li a#testimonials:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#testimonials {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#support {
	display: block ;
	background: url(images/nav06_support_threestate.gif) no-repeat ;
}

#nav ul li a#support:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#support {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li#active a#faqs {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#faqs {
	display: block ;
	background: url(images/nav06_faqs_threestate.gif) no-repeat ;
}

#nav ul li a#faqs:hover {
	background-position: -112px 0 ;
}

/* ----------------added by Marc 02/05/12 */

#nav ul li#active a#faqs_free_offers {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#faqs_free_offers {
	display: block ;
	background: url(images/nav06b_faqs_free_offers_threestate.gif) no-repeat ;
}

#nav ul li a#faqs_free_offers:hover {
	background-position: -112px 0 ;
}

/* -------------------------------------- */

#nav ul li a#about_us {
	display: block ;
	background: url(images/nav07_about_us_threestate.gif) no-repeat ;
}

#nav ul li a#about_us:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#about_us {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#contact_us {
	display: block ;
	background: url(images/nav08_contact_us_threestate.gif) no-repeat ;
}

#nav ul li a#contact_us:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#contact_us {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#pricing {
	display: block ;
	background: url(images/nav10_pricing_threestate.gif) no-repeat ;
}

#nav ul li a#pricing:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#pricing {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#security {
	display: block ;
	background: url(images/nav11_security_threestate.gif) no-repeat ;
}

#nav ul li a#security:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#security {
	display: block ; 
	background-position: -224px 0 ;
}

#nav ul li a#reimbursement {
	display: block ;
	background: url(images/nav12_reimbursement_threestate.gif) no-repeat ;
}

#nav ul li a#reimbursement:hover {
	background-position: -112px 0 ;
}

#nav ul li#active a#reimbursement {
	display: block ; 
	background-position: -224px 0 ;
}

#nav #social_media_icons ul {
	padding-top:18px;
	padding-left:0px;
}

#nav #social_media_icons ul li {
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 16px;		/* adjusts left margin of nav bar */
	font-weight: bold;
	/* width: 142px ; */ /* had to comment this out - it sets off a bug in IE6 that crops the buttons short on the right-- but only on the how_it_works pages, probably because of the z-index */
	
	float: left;
	margin: 0 ;
	display: inline ; 
	overflow: hidden;
}

#nav #social_media_icons ul li a {
	display: block ; 
	height: 24px;
	
	/* float: left ; */
	width: 24px !important; 
	width /**/:24px; /* for IE5/Win only */
	overflow: hidden ;	
}

#nav #social_media_icons ul li a#facebook {
	background: url("images/sm_icon_facebook.jpg") no-repeat ;
}

#nav #social_media_icons ul li a#twitter {
	background: url("images/sm_icon_twitter.jpg") no-repeat ;
}

#nav #social_media_icons ul li a#linkedin {
	background: url("images/sm_icon_linkedin.jpg") no-repeat ;
}


/* inner-wrapper --------------------------------------------------------------------------------------- */
#inner_wrapper {
	float: left;
	width: 775px;
}


/* content area --------------------------------------------------------------------------------------- */
#content {
position: relative ; 
float: left; 
width:629px;
}



/* landing page alterations --------------------------------------------------------------------------------------- */
#header_landing_page {
	height: 136px ; 
	width: 108px;
	margin-bottom:-8px ;
	float: left;
	padding-left: 2px;
	padding-top: 8px;
}

#header_landing_page h1 {
	width: 108px ; 
	float: left;
	display: inline;

}

#header_landing_page h1 a.landing_page { /* this class is for the mini logo on the landing page */
	width: 108px ; 
	height: 100px ; 
	float: left ; 
	background: url(images/clickcare_logo_r_mini.gif) no-repeat ; 
	margin-top:8px;
	margin-left:10px; /* despite IE6 double margin-float bug, this seems to work consistently between browsers so i'm sticking with it */
}

#header_landing_page h2 {	/* header h2 is the phone number & slogan */
	width: 404px ; 
	height: 42px ; 
	float: right ; 
	background: url(images/clickcare_header_image.gif) no-repeat ; 
	margin-top: 66px; /* positions vertically */
	padding-right: 15px ;  /* positions horizontally from right edge */
	margin-bottom: 28px ; /* padding at bottom to push nav content area down */
	}

#header_landing_page span   {
	left: -3000px;
	position: absolute;
}


#content_landing_page {
	position: relative ; 
	float: right; 
	width:629px;
	padding-right: 4px;
	padding-top: 16px;
}

#inner_wrapper_landing_page {
	float: left ; 
	clear: left;
	/* width: 775px ; */
}

.landing_page_nav {
	float: left;
	clear: left;
}

#content_middle_landing_page {
	position: relative ; 
	width:629px;  
	min-height: 516px; 
	height:auto !important;
	height:516px;
}

#content_middle_landing_page {
 	background: #ffffff  url(images/content_box_middle.jpg) repeat-y; 
}

/* top caption - image replacement of text */
#content_middle_landing_page h3.self_sustainable_caption {
	width: 558px; 
	height: 30px; 
	background: url(images/self_sustainable_caption.gif) no-repeat ; 
	background-position: 30px 19px;
	padding-top: 19px; /* this value and the vertical position value have to be the same */
	padding-bottom:39px; /* added 4-13-09 when attribution was removed */
}

#content_middle_landing_page h3.self_sustainable_caption_conference_2009 {
	width: 558px; 
	height: 30px; 
	background: url(images/self_sustainable_caption.gif) no-repeat ; 
	background-position: 30px 19px;
	padding-top: 19px; /* this value and the vertical position value have to be the same */
	padding-bottom:25px; /* added 4-15-09 */
}

/* top caption - send text off the page */
#content_middle_landing_page h3.self_sustainable_caption span   {
	left: -3000px;
	position: absolute;
}

#content_middle_landing_page h3.self_sustainable_caption_conference_2009 span   {
	left: -3000px;
	position: absolute;
}

/* attribution line for top caption */
#content_middle_landing_page p.attribution {
	text-align: right;
	padding-right: 71px;
	font-size: 1.1em;
	padding-bottom: 38px;
}

#content_middle_landing_page {
	margin:0;
}

/* body paragraph after top caption and attribution */
#content_middle_landing_page p.body_paragraph {
	font-size: 1.3em;
	padding-left: 60px;
	padding-right: 70px;
	padding-bottom: 50px;
}

#content_middle_landing_page p.body_paragraph_conference_2009 {
	font-size: 1.3em;
	padding-left: 60px;
	padding-right: 70px;
	padding-bottom: 22px;
}

/* call to action line */
#content_middle_landing_page h3.call_to_action {
	font-size: 1.4em;
	padding-left: 60px;
	padding-right: 70px;
	padding-bottom: 45px;
	line-height: 130%;
}

#content_middle_landing_page h3.call_to_action_conference_2009 {
	font-size: 1.4em;
	padding-left: 60px;
	padding-right: 70px;
	padding-bottom: 25px;
	padding-top:10px;
	line-height: 130%;
}

#content_middle_landing_page p.video_caption {
	text-align: center;
	padding-right: 48px;
}

#content_middle_wrapper #content_middle_landing_page ul {
	list-style-image: url(images/star_bullet.gif) ;
	font-size: 1.3em;
	padding-left: 90px;
}

#content_middle_wrapper #content_middle_landing_page li {
}

#content_middle_wrapper #content_middle_landing_page img {
	border: 0;
}


/* content title bar --------------------------------------------------------------------------------------- */
#content_title_bar {
position: relative ; 
width:629px;  
height:30px;
background: #ffffff url(images/content_box_top.jpg) no-repeat;
}

#content_title_bar_white {
position: relative ; 
width:629px;  
height:30px;
background: #ffffff url(images/content_box_top_white.jpg) no-repeat;
}

#content_title_bar h1 { /* this is the title bar name ---------------------- */
	padding-left: 28px; /* adjusts left margin of content box title */
	padding-top: 5px ; /* adjusts top margin of content box title */
	font-size: 1.6em;
}

#content_title_bar h3 { /* this is the back link (triangle image & "Back") */
	position: absolute ; 
	left: 555px ; 
	top: 7px ; 
	background: url(images/back_triangle.gif) no-repeat ; 
	font-size: 1.4em;	
}
	
#content_title_bar a, #content_title_bar a:hover, #content_title_bar a:active { /* text of back link (triangle image & "Back") */
	display: block ; 
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	padding-left:22px ; 
	margin-top: -1px ; 
	
}


/* content header (for pages with "headline" and corner photo ) ------------------------------------------------ */
#content_header {
	width: 629px ;
	/* height: 113px ; */ 
	background: #FFFFFF url(images/content_box_middle.jpg) repeat-y ; 
	float: left ;
}

#content_header1 {
	width: 629px ;
	/* height: 113px ; */ 
	background: #FFFFFF; 
	float: left ;
}

#content_header_headline { /* this is the enclosed headline area to the left of the corner photo */
	padding-left: 0px;
	width: 480px ;  /* was 486px, but this was causing the header to wrap down beneath the nav bar in IE6 */
	                /* which was due to the way IE6 is padding the corner photo and crowding the headline div */
					/* the extra padding on the corner photo was  due to the "Doubled Float-Margin Bug */
					/* which was fixed by using "padding-right" instead of "margin-right" for the corner photo */
					/* still i'm going to leave this 6px of breathing room for reliability */
					
	float: left ; 
	
	min-height: 113px ; 
	height:auto !important;
	height:113px;
	
    /* background-color: #FFFFCC ; */
}

#content_header_headline1 { /* this is the enclosed headline area to the left of the corner photo with 11pt text */
	padding-left: 0 px;
	width: 480px ;  /* was 486px, but this was causing the header to wrap down beneath the nav bar in IE6 */
	                /* which was due to the way IE6 is padding the corner photo and crowding the headline div */
					/* the extra padding on the corner photo was  due to the "Doubled Float-Margin Bug */
					/* which was fixed by using "padding-right" instead of "margin-right" for the corner photo */
					/* still i'm going to leave this 6px of breathing room for reliability */
					
	float: left ; 
	
	min-height: 113px ; 
	height:auto !important;
	height:113px;
	
    /* background-color: #FFFFCC ; */
}

#content_header_corner_image {
	float: right ;
	padding-right: 7px ; /* adjusts horiz position of corner header image */
	
						 /* this used to be a "margin-right" but that was creating the */
						 /* IE6 "Doubled Float-Margin Bug" so i changed it to "padding-right" */
						 /* see http://www.positioniseverything.net/explorer/doubled-margin.html */
}

/* CLOUDeCITY banner for registration_signup page (06 16 2011) ------------------------------------------------------ */

#content_header_thin_header_image {
	float: left ;
	padding-top: 16px ;
	padding-left: 7px ; /* adjusts horiz position of thin header image */ 
	width: 614px ;
	height: 116px;
	/* background: url(images/welcome_side_slice.gif) no-repeat ; */
	/* background-color: #FFFF99 ; */
	overflow: hidden; /* this fixes an IE bug that makes a 2px padding below image */
	z-index: 1;
	
						 /* this used to be a "margin-right" but that was creating the */
						 /* IE6 "Doubled Float-Margin Bug" so i changed it to "padding-right" */
						 /* see http://www.positioniseverything.net/explorer/doubled-margin.html */
}

/* content_middle --------------------------------------------------------------------------------------- */

/* #content_middle is the standard white content box */
/* the other variations 1-3 are for the colored content pages off of the Benefits & ROI page */
#content_middle, #content_middle_1blue, #content_middle_2purple, #content_middle_3green, #content_middle_4grey, #content_middle_5orange {
	position: relative ; 
	width:629px;  
	min-height: 396px ; 
	height:auto !important;
	height:396px;
}

#content_middle {
 	background: #ffffff  url(images/content_box_middle.jpg) repeat-y; 
}

#content_middle_1blue {
	background: #ffffff  url(images/content_box_middle_1blue.jpg) repeat-y;
}

#content_middle_2purple {
	background: #ffffff  url(images/content_box_middle_2purple.jpg) repeat-y;
}

#content_middle_3green {
	background: #ffffff  url(images/content_box_middle_3green_v2.jpg) repeat-y;
	/* "green_v2" is the revised green color for the content box background on the information_services.htm page, revised 7-17-08 as per Cheryl. */
}

#content_middle_4grey {
	background: #ffffff  url(images/content_box_middle_4grey.jpg) repeat-y;
}

#content_middle_5orange {
	background: #ffffff  url(images/content_box_middle_5orange2.jpg) repeat-y;
}

/* #content_middle_development is no longer used... */
#content_middle_development {
	float: left ;
	display: block ;
	position: relative ; 
	width:629px;  
	/*min-height: 116px ; 
	height:auto !important;*/
	height:116px;
	/* background:  url(images/content_box_middle.jpg) repeat-y; */
	overflow: visible ; /* this keeps IE6 from stretching this div to fit all of the content */
						/* (in this situation we want the div to be EXACTLY 116px high and have the content overflow */
						/* NOTE TO SELF: for some reason this still doesn't work. */
	background-color: #660066 ;
}


/* #content_middle_corner_image is for the pages with no headline, but with a corner image */
#content_middle_corner_image {
	float: right ;
	padding-right: 7px ; /* adjusts horiz position of corner header image */
	
						 /* this used to be a "margin-right" but that was creating the */
						 /* IE6 "Doubled Float-Margin Bug" so i changed it to "padding-right" */
						 /* see http://www.positioniseverything.net/explorer/doubled-margin.html */
}

/* content_middle_wrapper ---------------------------------------------------------------------------------- */
/*                                                                                                           */
/* this wrapper sets the text styles for the entire content area AFTER the title bar. */
/* the default styles have no class */
/* special styles are defined as needed */
/* under the section for "TEMPLATE SPECIFIC TAGS" below */

#content_middle_wrapper h2 {
	padding-left: 37px ; /*adjusts left margin of headline */
	padding-right: 30px ; /* adjusts right margin of headline */
	padding-top: 25px ; /*adjusts top margin of headline */
	font-size: 1.3em ;
	padding-bottom: 0.6em ; 
	color: #005295 ; 
}

#content_middle_wrapper h2.headline_quote_attribution {
	padding-top: 5px ; /*adjusts top margin of headline */ 
	text-align: right ; 
	/* padding-left: 100px ; */
	font-style:italic ;
	font-weight: normal ;
	
}

#content_middle_wrapper h2.testimonials {
	font-size: 1.2em ;
}


#content_middle_wrapper h2.testimonials_headline_quote_attribution {
	padding-top: 5px ; /*adjusts top margin of headline */ 
	text-align: right ; 
	/* padding-left: 100px ; */
	font-style:italic ;
	font-weight: normal ;
	
}

#content_middle_wrapper h2.t06 {
	color: #111111 ;
}


#content_middle_wrapper h2.benefits_and_roi {
	font-size: 1.2em ;
	padding-bottom: 1.7em ; 
	margin-bottom: 0px ;
	color: #111111 ;
	font-weight: normal ;
}


#content_middle_wrapper h3 {
	padding-left: 37px ; /*adjus ts left margin of content subheading */
	padding-right: 30px; /*adjusts right margin of content subheading */
	font-size: 1.2em ;
	padding-bottom: 0.6em ;
}

#content_middle_wrapper h3.testimonials {
	padding-bottom: 0px ;
	font-size: 1.1em ; 
}


#content_middle_wrapper p {
	padding-left: 37px ; /*adjusts left margin of content paragraph */
	padding-right: 35px; /*adjusts right margin of content paragraph */
	padding-bottom: 11px;
	padding-top: 1.25px; 
	font-size: 1.2em ;
	line-height: 1.35em;
}

#content_middle_wrapper1 p {
	padding-left: 0px; /*adjusts left margin of content paragraph */
	padding-right: 30px; /*adjusts right margin of content paragraph */
	padding-bottom: 8px;
	padding-top: 1.25px;
	font-size: 1.2em;
	line-height: 1.35em;
}

#content_middle_wrapper2 p {
	padding-left: 37px ; /*adjusts left margin of content paragraph */
	padding-right: 35px; /*adjusts right margin of content paragraph */
	padding-bottom: 11px;
	padding-top: 11.25px; 
	font-size: 1.2em ;
	line-height: 1.35em;
}

/* added by Marc 10/4/11 */
#content_middle_wrapper1_case_example p {
	padding-left: 0px; /*adjusts left margin of content paragraph */
	padding-right: 0px; /*adjusts right margin of content paragraph */
	padding-bottom: 11px;
	padding-top: 1.25px;
	font-size: 1.2em;
	line-height: 1.35em;
}


/* =============================================  */

#content_middle_wrapper2 p {
	padding-left: 30px; /*adjusts left margin of content paragraph */
	padding-right: 30px; /*adjusts right margin of content paragraph */
	padding-bottom: 8px;
	padding-top: 1.25px;
	font-size: 1.2em;
	line-height: 1.35em;
}

/* added by Marc 10/4/11 */
#content_middle_wrapper2_case_example p {
	padding-left: 0px; /*adjusts left margin of content paragraph */
	padding-right: 0px; /*adjusts right margin of content paragraph */
	padding-bottom: 11px;
	padding-top: 1.25px;
	font-size: 1.2em;
	line-height: 1.35em;
}

/* =============================================  */


#content_middle_wrapper h2.imageflow_first {
	font-weight: normal ;
	display: block ;
	padding-top: 25px ;
	color: #111111 ;
	padding-bottom: 1.0em ;
	margin-bottom: 0px ;
}

#content_middle_wrapper p.imageflow_last {
	padding-top: 0px ;
	padding-bottom: 0 ;
	margin-bottom: -50px ;
} 


#content_middle_wrapper p.testimonials { /* testimonials have size 11 font */
	font-size: 1.1em ;
}

#content_middle_wrapper .testimonials1 { /* testimonials have size 11 font */
	font-size: 1.1em ;
}

#content_middle_wrapper p.testimonials_no_space_after { /* testimonials have size 11 font */
	font-size: 1.1em ;
	padding-bottom: 0 ;
}

#content_middle_wrapper p.testimonials3 { /* testimonials have size 11 font */
	font-size: 1.25em ;
}

#content_middle_wrapper p.t06 { /* for blue first body paragraph on patient, provider, IS, CEO pages */
	color: #005295 ;
	padding-right: 200px ; /* fudges the top text to leave a little more room for the photo */
}


#content_middle_wrapper ul {
	padding-left: 60px ; /*adjusts left margin of content-area bulleted lists */
	padding-right: 30px; /*adjusts right margin of content-area bulleted lists */
	font-size: 1.2em ;
	padding-bottom: 0.6em ; 
}

#content_middle_wrapper ul li, #content_middle_wrapper ol li {
	padding-bottom: 0.6em ; 
}

#content_middle_wrapper ul.star_bullet {
	list-style-image: url(images/star_bullet.gif) ;
}

#content_middle_wrapper ul.star_bullet_development_1 {
	list-style-image: url(images/star_bullet.gif) ;
	padding-top: 0;
	padding-bottom: 0 ; 
}

#content_middle_wrapper ul.star_bullet_development_1 li {
	padding-top: 0 ;
	padding-bottom: 0;
}

#content_middle_wrapper ul.star_bullet_development_2 {
	list-style-image: url(images/star_bullet.gif) ;
	padding-left:347px ;
	padding-top: 0;
	padding-bottom: 0 ; 
}

#content_middle_wrapper ul.star_bullet_development_2 li {
	padding-top: 0 ;
	padding-bottom: 0;
}

#content_middle_wrapper ul.star_bullet li.features_bottom {
	font-weight: bold;
	color: #005294;
	font-style: italic;
	padding-bottom: 0;
}

#content_middle_wrapper p.development_1 {
	padding-left: 37px ; /*adjusts left margin of paragraph */
	padding-right: 30px ; /* adjusts right margin of paragraph */
	padding-top: 25px ; /*adjusts top margin of paragraph */
	padding-bottom: 0em ; 
}

#content_middle_wrapper p.development_2 {
	padding-left: 317px ; /*adjusts left margin of paragraph */
	padding-right: 30px ; /* adjusts right margin of paragraph */
	padding-top: 1.0em ; /*adjusts top margin of paragraph */
	padding-bottom: 0em ; 

}

#content_middle_wrapper p.development_3 {
	padding-left: 387px ; /*adjusts left margin of paragraph */
	padding-right: 30px ; /* adjusts right margin of paragraph */
	padding-top: 1.0em ; /*adjusts top margin of paragraph */
	padding-bottom: 0em ; 

}

#content_middle_wrapper p.technical_specifications_first {
	padding-top: 25px ; /*adjusts top margin of headline */
	font-size: 1.1em ;
	padding-bottom:0.4em ;
}

#content_middle_wrapper p.technical_specifications {
	font-size: 1.1em ;
}

#content_middle_wrapper p.technical_specifications_last {
	font-size: 1.1em ;
	padding-bottom: 0;
}


#content_middle_wrapper p.what_is_clickcare_first {
	padding-top: 1.0em ; 
}

#content_middle_wrapper ul.star_bullet_technical_specifications {
	list-style-image: url(images/star_bullet.gif) ;
	padding-top: 0;
	padding-bottom: 0.5em ; 
	font-size: 1.1em ; 
}

#content_middle_wrapper ul.star_bullet_technical_specifications li {
	padding-top: 0;
	padding-bottom: 0em ; 
}

#content_middle_wrapper ul.star_bullet_subscription_1 {
	list-style-image: url(images/star_bullet.gif) ;
	font-size: 1.2em ;
}

#content_middle_wrapper ul.star_bullet_subscription_1 li {
	padding-bottom: 0px; 
}

#content_middle_wrapper ul.star_bullet_subscription_1 {}

#content_middle_wrapper ul.star_bullet_what_is_clickcare {
	list-style-image: url(images/star_bullet.gif) ;
	padding-top: 0;
	padding-bottom: 0em ; 

	padding-left: 80px ;
}

#content_middle_wrapper ul.star_bullet_what_is_clickcare li {
	padding-bottom: 0.5em ;
}



#content_middle_wrapper h2.security {
	font-size: 1.2em;
	padding-top: 10px ;
	padding-bottom:0.7em;
}

#content_middle_wrapper h3.security {
	color: #005295;
	font-size: 1.0em ;
	padding-bottom:0;
}

#content_middle_wrapper p.security {
	font-size: 0.9em ;
	line-height: 1.2;
}

#content_middle_wrapper h2.reimbursement {
	/* 
	padding-top: 10px ;
	padding-bottom:0.7em;
	*/
	color: #111111;
	font-size: 1.2em;
	padding-left: 52px;
	padding-top: 13px;
	padding-top: 13px;
}

#content_middle_wrapper h3.reimbursement {
	font-weight: normal;
	font-size: 0.9em ;
	padding-bottom:0;
	padding-left: 52px;
	padding-right: 50px;
	text-align: center;
}

#reimbursement_image {
	width: 582px; /* 530px + 52px */
	height: 344px ; 
	background: url(images/reimbursement_screenshot_alt5.jpg) no-repeat;
	background-position: 52px 0px;
}

#reimbursement_nursing_image {
	width: 582px; /* 530px + 52px */
	height: 344px ; 
	background: url(images/reimbursement_nursing_screenshot_alt.jpg) no-repeat;
	background-position: 52px 0px;
}

#reimbursement_image span, #reimbursement_nursing_image span {
	position: absolute ; 
	left: -9999px ; 
}

#reimbursement_image_old {
	width: 582px; /* 530px + 52px */
	height: 344px ; 
	background: url(images/reimbursement_screenshot.jpg) no-repeat;
	background-position: 52px 0px;
}

#reimbursement_nursing_image_old {
	width: 582px; /* 530px + 52px */
	height: 344px ; 
	background: url(images/reimbursement_nursing_screenshot.jpg) no-repeat;
	background-position: 52px 0px;
}

#reimbursement_image_old span, #reimbursement_nursing_image_old span {
	position: absolute ; 
	left: -9999px ; 
}

/* --- */

#content_bottom, #content_bottom_1blue, #content_bottom_2purple, #content_bottom_3green, #content_bottom_4grey, #content_bottom_5orange  {
	clear: both ; 
	width:629px;  
	height:20px;
	padding: 0 ;
	margin:0 ;
}

#content_bottom {
	background: #ffffff  url(images/content_box_bottom.jpg) no-repeat;
}

#content_bottom_1blue {
	background: #ffffff  url(images/content_box_bottom_1blue.jpg) no-repeat;
}

#content_bottom_2purple {
	background: #ffffff  url(images/content_box_bottom_2purple.jpg) no-repeat;
}

#content_bottom_3green {
	background: #ffffff  url(images/content_box_bottom_3green_v2.jpg) no-repeat;
	/* "green_v2" is the revised green color for the content box background on the information_services.htm page, revised 7-17-08 as per Cheryl. */
}

#content_bottom_4grey {
	background: #ffffff  url(images/content_box_bottom_4grey.jpg) no-repeat;
}

#content_bottom_5orange {
	background: #ffffff  url(images/content_box_bottom_5orange2.jpg) no-repeat;
}

#content_bottom_development {
	float: left ;
	width:629px;  
	height:416px;
	
	background: #ffffff  url(images/content_box_bottom_development4.jpg) no-repeat;
}

#content_bottom_blur {
	float: left ;
	width:629px;  
	height:416px;
	
	background: #ffffff  url(images/content_box_bottom_blur.jpg) no-repeat;
}

#content_bottom_blur h2 {
	padding-top: 0 ;
	padding-bottom: 1.5em ;
	
}

#content_bottom_blur h3 {
	padding-top: 1.0em ;
	padding-bottom: 0.9em ;
	
}



#request_more_information {
	margin: 0;
	padding: 0;
	height: 31px;
	list-style: none;
	display: block ; 
	overflow: hidden;
}

#request_more_information_button a {
	float: left ;
	display: block ; 
	width: 171px;
	height: 31px !important; 
	height /**/:31px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/request_more_information_both.gif) no-repeat ; 
}

#request_more_information_button a:hover, 
#request_more_information_button a:active, 
#request_more_information_button a.request_more_information_1blue:hover, 
#request_more_information_button a.request_more_information_1blue:active,
#request_more_information_button a.request_more_information_2purple:hover, 
#request_more_information_button a.request_more_information_2purple:active,
#request_more_information_button a.request_more_information_3green:hover, 
#request_more_information_button a.request_more_information_3green:active,
#request_more_information_button a.request_more_information_4grey:hover, 
#request_more_information_button a.request_more_information_4grey:active
#request_more_information_button a.request_more_information_5orange:hover, 
#request_more_information_button a.request_more_information_5orange:active {
    background-position: 0 -31px;
}

#request_more_information_button a span {
	position: absolute ; 
	left: -9999px ; 
}

#request_more_information_button a.request_more_information_1blue {
	background: url(images/request_more_information_1blue_both.gif) no-repeat ; 
}

#request_more_information_button a.request_more_information_2purple {
	background: url(images/request_more_information_2purple_both.gif) no-repeat ; 
}

#request_more_information_button a.request_more_information_3green {
	background: url(images/request_more_information_3green_v2_both.gif) no-repeat ; 
	/* "green_v2" is the revised green color for the content box background on the information_services.htm page, revised 7-17-08 as per Cheryl. */
}

#request_more_information_button a.request_more_information_4grey {
	background: url(images/request_more_information_4grey_both.gif) no-repeat ; 
}

#request_more_information_button a.request_more_information_5orange {
	background: url(images/request_more_information_5orange_both.gif) no-repeat ; 
}

/* old versions of rollovers - with two separate images instead of one.  new rollovers have a "2 state" image that moves background-position for rollover, which has a preloading effect and therefore does not flicker the first time you roll over it

#request_more_information_button a.request_more_information_1blue { 
	background: url(images/request_more_information_1blue.gif) top left no-repeat ; 
}

#request_more_information_button a.request_more_information_1blue:hover, #request_more_information_button a.request_more_information_1blue:active {
	background: url(images/request_more_information_1blue_f2.gif) top left no-repeat ; 
}

#request_more_information_button a.request_more_information_2purple { 
	background: url(images/request_more_information_2purple.gif) top left no-repeat ; 
}

#request_more_information_button a.request_more_information_2purple:hover, #request_more_information_button a.request_more_information_2purple:active {
	background: url(images/request_more_information_2purple_f2.gif) top left no-repeat ; 
}

#request_more_information_button a.request_more_information_3green { 
	background: url(images/request_more_information_3green.gif) top left no-repeat ; 
}

#request_more_information_button a.request_more_information_3green:hover, #request_more_information_button a.request_more_information_3green:active {
	background: url(images/request_more_information_3green_f2.gif) top left no-repeat ; 
}

#request_more_information_button a.request_more_information_4grey { 
	background: url(images/request_more_information_4grey.gif) top left no-repeat ; 
}

#request_more_information_button a.request_more_information_4grey:hover, #request_more_information_button a.request_more_information_4grey:active {
	background: url(images/request_more_information_4grey_f2.gif) top left no-repeat ; 
}
*/

#place_login_button {
	display: block ;
	padding-left: 35px ;
}

/* old login button code -- without "three state" .gif image
#login_button a {
	display: block ; 
	height: 31px; 
	background: url(images/login_button.gif) top left no-repeat ; 
}

#login_button a:hover, #login_button a:active {
	background: url(images/login_button_f2.gif) top left no-repeat ; 
}

#login_button a span {
	position: absolute ; 
	left: -9999px ; 
}
*/

#login_button {
	margin: 0;
	padding: 0;
	height: 31px;
	list-style: none;
	display: block ; 
	overflow: hidden;
}

#login_button a {
	float: left ;
	display: block ; 
	width: 171px;
	height: 31px !important; 
	height /**/:31px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/login_button_both.gif) no-repeat ; 
}

#login_button a:hover, #login_button a:active {
    background-position: 0 -31px;
}

/* new login buttons 11-24-10 */

#new_place_login_button {
		display: block ;
		padding-left: 35px ;
		padding-top: 15px;
}

#new_login_button a span {
	position: absolute ; 
	left: -9999px ; 
}

#new_login_button {
	margin: 0;
	padding: 0 0 4.9em 0;
	height: 42px;
	list-style: none;
	display: block ; 
	overflow: hidden;
}

#new_login_button a {
	float: left ;
	display: block ; 
	width: 198px;
	height: 42px !important; 
	height /**/:42px; /* for IE5/Win only */
	overflow: hidden ;
}

#new_login_button a.classic {
	background: url(images/button_login_and_open_clickcare_2state.gif) no-repeat ; 	
}

#new_login_button a.iclickcare {
	background: url(images/button_login_to_iclickcare_2state.gif) no-repeat ; 	
}

#new_login_button a:hover, #login_button a:active {
    background-position: 0 -42px;
}

#new_login_button a span {
	position: absolute ; 
	left: -9999px ; 
}

#content_middle_wrapper p.new_login_questions {
	margin: 0;
	padding-bottom: 6px;
}

/* CSS for forms on Contact Us page ------------------------ */

form {
	margin:0;
    padding: 0 0 0 37px ;
}

fieldset {
}
	
legend {
}


label  {
    line-height: normal;
    text-align: left;
	margin-top: 3px ; 
    margin-left: 0px;
    position: relative;
    display: block;
    float: left;
    width: 90px ;  
	font-size: 1.1em ;  
}

label.fieldLabel  {
    display: inline;
    float: none;
	width: 150px ; 
	margin-bottom: 15px ; 
	margin-left: 0px;
	margin-right: 15px ;

}	

label.firstname {
}

label.lastname {
	/* text-align: right ; */
	padding-left: 1.4em; 
	padding-right: 0 ;
	width: 5.7em;
}

label.one_item {
	clear: both ; 
}

input.formInputText  {
    font-size: 1.1em;
    background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 7px; 
    /* height: 18px; */
	width: 24em ; /* added 7-17-08 */
}

input.formInputTextFirstName  {
	float: left ;
    font-size: 1.1em;
    background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 7px; 
    /* height: 18px; */
	width: 8.1em ; /* added 7-17-08 */
}

input.formInputTextLastName  {
    font-size: 1.1em;
    background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 7px; 
    /* height: 18px; */
	width: 8.1em ; /* added 7-17-08 */
}

textarea.formTextArea  {
    font-size: 1.1em;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; 
	background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 7px; 
    /* height: 50px; */
	/* width: 300px ; */
	width: 24em ; /* added 7-17-08 */
}

.name_block {
	/* background-color:#33CCCC;
	display: block; */
}

/* CSS for forms on Contest page ------------------------ */

form {
	margin:0;
    padding: 0 0 0 37px ;
}

fieldset {
}
	
legend {
}


label1  {
    line-height: normal;
    text-align: left;
	margin-top: 3px ; 
    margin-left: 0px;
    position: relative;
    display: block;
    float: left;
    width: 90px ;  
	font-size: 1.1em ;  
}

label.fieldLabel1  {
    display: inline;
    float: none;
	width: 150px ; 
	margin-bottom: 15px ; 
	margin-left: 0px;
	margin-right: 15px ;

}	

label.firstname1 {
}

label.lastname1 {
	/* text-align: right ; */
	padding-left: 1.5em; 
	padding-right: 0 ;
	width: 5.0em;
}

label.survey1 {
	/* text-align: right ; */
	padding-left: 0;
	padding-right: 0;
	width: 23.5em;
}

label.one_item1 {
	clear: both ; 
}

input.formInputText1  {
    font-size: 1.1em;
    background-color: #D0DFEB;
    padding: 2px ;
   /* border: solid 1px #f66;
    margin-right: 5px;*/ 
    /* height: 18px; */
	margin-bottom: 9px;
	width: 15em ; /* added 7-17-08 */
}

input.formInputSurvey1  {
    font-size: 1.1em;
    background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 7px; 
    /* height: 18px; */
	width: 5em ; /* added 7-17-08 */
}

input.formInputSurvey2  {
    font-size: 1.1em;
    background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 7px;
	margin-right: 20px; 
    /* height: 18px; */
	width: 15em ; /* added 7-17-08 */
}

input.formInputTextFirstName1  {
	float: left ;
    font-size: 1.1em;
    background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 9px; 
    /* height: 18px; */
	width: 8em ; /* added 7-17-08 */
}

input.formInputTextLastName1  {
    font-size: 1.1em;
    background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 9px; 
    /* height: 18px; */
	width: 8em ; /* added 7-17-08 */
}

textarea.formTextArea1  {
    font-size: 1.1em;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; 
	background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 7px; 
    /* height: 50px; */
	/* width: 300px ; */
	width: 24em ; /* added 7-17-08 */
}

.name_block1 {
	/* background-color:#33CCCC;
	display: block; */
	/*width: 614px ;*/
}

.name_block2 {
	/* background-color:#33CCCC;
	display: block; */
	width: 440px ;
	padding-bottom: 15px ;
}


/* TEMPLATE SPECIFIC TAGS ------------------------------------------------ */

/*t01_welcome_page_format.dwt -----------------------*/
#content_top_welcome {
	position: relative ; 
	width: 629px ;
	height: 193px ; 
	/* background: url(images/welcome_side_slice.gif) no-repeat ; */
	/* background-color: #FFFF99 ; */
	overflow: hidden; /* this fixes an IE bug that makes a 2px padding below image */
	z-index: 1;
}

/*t01_welcome_page_with_banner_offer.dwt -----------------------*/
#banner_offer {
	position: absolute ; 
	right: 40px ;
	top: 25px;
	width: 100px;
	/*height: 50px;*/
	border-style: hidden;
	/*height: 193px ; */
	/* background: url(images/welcome_side_slice.gif) no-repeat ; */
	/* background-color: #FFFF99 ; */
	/*overflow: hidden;*/ /* this fixes an IE bug that makes a 2px padding below image */
	/*color: #2E6EA0;*/
	/*color: #3A79B6;*/
	/*color: #3C76B8;*/
	/*color: #1C8CD3;*/
	color: #43a7e5;
	z-index: 2;
}

#banner_offer h4 {
	/*padding-left: 37px ;*/ /*adjusts left margin of headline */
	/*padding-right: 30px ;*/ /* adjusts right margin of headline */
	/*padding-top: 25px ;*/ /*adjusts top margin of headline */
	font-family: Tahoma, Verdana, Arial Bold, Helvetica, sans-serif;
	font-size: 1.65em ;
	font-style:italic ;
	font-weight: 200 ;
}

#banner_offer p {
	/*padding-left: 37px ;*/ /*adjusts left margin of headline */
	/*padding-right: 30px ;*/ /* adjusts right margin of headline */
	/*padding-top: 25px ;*/ /*adjusts top margin of headline */
	line-height: 1.40;
}

#content_middle_welcome {
	position: relative ;
	width:629px;  
	min-height: 233px ; 
	height:auto !important;
	height:233px;
	
	background: #ffffff  url(images/content_box_middle.jpg) repeat-y;
	/* margin: 0 0 -28px 0; */
}

/* ----- old ------- */

#content_middle_welcome_main h2 {
	padding-left: 30px ; /*adjusts left margin of headline */
	padding-right: 230px ; /* adjusts right margin of headline */
	padding-top: 18px ; /*adjusts top margin of headline */
	padding-bottom:3px ; 
	font-size: 2.1em ; 
	color: #005295 ; 

}

#content_middle_welcome_main h3 {
	padding-left: 30px ; /*adjusts left margin of content subheading */
	padding-right: 230px; /*adjusts right margin of content subheading */
	padding-bottom: 1.2em ;
	font-size: 1.2em ; 
	

}

#content_middle_welcome_main p {
	padding-left: 30px ; /*adjusts left margin of content paragraph */
	padding-right: 250px; /*adjusts right margin of content paragraph */
	padding-bottom: 1.1em; 
	padding-top: 0; /* was 0.6 em but changed to 0 to make more room for longer blurb */
	font-size: 1.3em ; 
	
}

#content_middle_welcome_main p.copyright {
	padding-top: 15px ; 
	padding-left: 30px ; /*adjusts left margin of content paragraph */
	padding-right: 250px; /*adjusts right margin of content paragraph */
	font-size: 0.9em ; 
	
}

#content_middle_welcome_main p.copyright a.wps{
	color: #000000;
	text-decoration:none;
}

#content_middle_welcome_main p.copyright1 {
	padding-top: 15px ; 
	padding-left: 30px ; /*adjusts left margin of content paragraph */
	padding-right: 250px; /*adjusts right margin of content paragraph */
	font-size: 0.9em ; 
	
}

#content_middle_welcome_main p.copyright1 a.wps{
	color: #000000;
	text-decoration:none;
}

#content_middle_welcome_main {
}


#welcome_vertical_rule {
	position: absolute ; 
	left: 413px; 
	top: 19px ; 	
	width: 1px;
	height: 204px ; 
	margin-right: 20px ; 
	background-color: #CCCCCC; 
}

#welcome_sidebar {
	position: absolute ;
	left: 435px ;
	top: 16px ; 
	width: 173px ; 	
}

#welcome_sidebar h4 {
	text-align: center ; 
	padding: 0 ;
	margin: 0 ; 
	font-size: 1.2em;

}

#welcome_sidebar p {
	padding: 0 ;
	margin: 0 ; 
	font-size: 1.2em ; 
}


#welcome_sidebar a {
	display: block ; 
	margin-bottom: 1em ;
} 

/* content_meiddle_welcome_main_new 9-7-10 ----------------------------- */
#content_middle_welcome_main_new h2 {
	padding-left: 30px ; /*adjusts left margin of headline */
	padding-right: 360px ; /* adjusts right margin of headline */
	padding-top: 18px ; /*adjusts top margin of headline */
	padding-bottom:3px ; 
	font-size: 2.1em ; 
	color: #005295 ; 

}

#content_middle_welcome_main_new h3 {
	padding-left: 30px ; /*adjusts left margin of content subheading */
	padding-right: 360px; /*adjusts right margin of content subheading */
	padding-bottom: 1.2em ;
	font-size: 1.2em ; 
	

}

#content_middle_welcome_main_new p {
	padding-left: 30px ; /*adjusts left margin of content paragraph */
	padding-right: 365px; /*adjusts right margin of content paragraph */
	padding-bottom: 1.1em; 
	padding-top: 0; /* was 0.6 em but changed to 0 to make more room for longer blurb */
	font-size: 1.3em ; 
	
}

#content_middle_welcome_main_new p.copyright {
	padding-top: 15px ; 
	padding-left: 30px ; /*adjusts left margin of content paragraph */
	padding-right: 370px; /*adjusts right margin of content paragraph */
	font-size: 0.9em ; 
	
}

#content_middle_welcome_main_new p.copyright1 {
	padding-top: 15px ; 
	padding-left: 30px ; /*adjusts left margin of content paragraph */
	padding-right: 370px; /*adjusts right margin of content paragraph */
	font-size: 0.9em ; 
	
}

#content_middle_welcome_main_new p.copyright a.wps{
	color: #000000;
	text-decoration:none;
}

#content_middle_welcome_main_new p.copyright1 a.wps{
	color: #000000;
	text-decoration:none;
}

#content_middle_welcome_main {
}


#welcome_vertical_rule_left {
	position: absolute ; 
	left: 290px; 
	top: 19px ; 	
	width: 1px;
	height: 204px ; 
	margin-right: 20px ; 
	background-color: #CCCCCC; 
}

#welcome_vertical_rule_right {
	position: absolute ; 
	left: 465px; 
	top: 19px ; 	
	width: 1px;
	height: 204px ; 
	margin-right: 20px ; 
	background-color: #CCCCCC; 
}

#welcome_news {
	position: absolute ;
	left: 315px ;
	top: 26px ; 
	width: 132px ; 	
}

#welcome_news h4 {
/*	text-align: center ; 
*/	padding: 0 ;
	margin: 0 ; 
	font-size: 1.2em;
	line-spacing: 2px;

}

#welcome_news p {
	padding: 0 ;
	margin: 0 ; 
	font-size: 1.2em ; 
}


#welcome_news a {
	display: block ; 
	margin-bottom: 1em ;
}

#welcome_app_store_promo {
	position: absolute ;
	left: 486px ;
	top: 19px ; 
	width: 132px ; 	
}

#welcome_app_store_promo img {
	border: none;
	padding-left: 3px;
}

#welcome_app_store_promo h4 {
	padding-top:10px;
	padding-right:15px;
	padding-bottom: 10px;
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
}

#welcome_app_store_promo h4 a {
	color: #777777;
	text-decoration: none;
}

/* t02_news_format ---------------------------------*/
#content_middle__news_main {
	font-size: 1.2em ; 
}

#content_middle_news_main h2 {
	font-weight: normal ;
	padding-bottom:1.2em ;
	color: #111111 ; 
}

#content_middle_news_main h3 {
	font-weight: bold ;
	font-size: 1.2em ; 
	padding-bottom: 1.2em ;
}

#content_middle_news_main p {
	font-size: 1.2em ; 
	padding-bottom:1.2em ; 	
}

#content_middle_news_main img.news_thumb {
	float: left ;
	padding-bottom:15px ;
	padding-right:15px ;
}

#content_middle_news_image {
	display: block ;
	float: right ; 
	margin: 32px 20px 0px 20px ;
	width: 33% ;
	text-align: center; 
}

#content_middle_news_image p {
	font-size:0.9em ; 
	padding-top:0.5em ; 
	padding-left: 0;
	padding-right: 0;
	/* padding-left and padding-right overrides some inherited padding that was nudging them over a little bit */
}

#content_middle_news_main p.news_item_date_top {
	padding-top: 25px ; /*adjusts top margin of top news item */
	padding-bottom: 0px ; 
}

#content_middle_news_main p.news_item_date {
	padding-bottom: 0px ; 
}

#content_middle_news_thumb {

}

.news_item {
	padding: 0 ;
	margin: 0 ;
	clear: left ; 
}

/*t03_headlinebox_cornerimage.dwt -----------------------*/
#t03_precontent_spacer {

	float: left ; 
	display: block ; 
	
	padding: 0 ;
	margin: 0 ;
	width: 629px ; 
	height: 20px ;
	line-height:0px ;
/*	background: url(images/content_box_middle_20px_tall.jpg) no-repeat ; */
	/*line-height: 0px ; */
	
	/* background-color: #660066 ; */ /* for troubleshooting div height issue */
	
}

/*t04_how_it_works_style.dwt -----------------------*/

#how_it_works_screenshot {
	position: absolute ; 
	left: 8px;
	top: 101px;
	z-index: 1 ;
}

#next_step_link {
	background: url(images/next_arrow.gif) no-repeat ; 
	width: 17px ; 
	height: 15px;
	position: absolute;
	top: 34px; 
	left: 585px ;
}

#next_step_link h3 {
	float: left ;
	/*position: relative ; */
}

#next_step_link a {
	position: absolute ; 
	top: -8px;
	left: -46px; /* was -46 */
	text-decoration: underline;
	color: #5493C4;
	font-size: 1.1em ; 
	display: block ; 
	width:70px ; 
}

/* --------------------- added by Marc 1/24/12 */

#next_step_link2 {
	background: url(images/next_arrow.gif) no-repeat ; 
	width: 17px ; 
	height: 15px;
	position: absolute;
	top: 1.7em; 
	left: 55.6em ;
}

#next_step_link2 h3 {
	float: left ;
	/*position: relative ; */
}

#next_step_link2 a {
	position: absolute ; 
	top: -8px;
	left: -46px; /* was -46 */
	text-decoration: underline;
	color: #5493C4;
	font-size: 1.1em ; 
	display: block ; 
	width:70px ; 
}

/* ------------------------------------------- */

#how_it_works_text {
	display: block ; 
	position: absolute ;
	width: 404px; 
	left: 122px; 
	top: 28px ; 
}

#how_it_works_text p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}


#how_it_works_text p.step_7 {
	margin: 0;
	padding: 0 120px 0 0 ;
	font-size: 1.3em;
}

#case_examples_screenshot_page_text {
	display: block ; 
	position: absolute ;
	width: 419px; 
	left: 107px; 
	top: 28px ; 
}

#case_examples_screenshot_page_text p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#how_it_works_step7_buttons  {
	display: block ;
	
	position: absolute ; 
	left: 422px ; 
	top: 54px ;
	
	width: 200px ;
	height:200px;	
	
	z-index: 3 ;

	overflow: hidden;

}

#how_it_works_step7_buttons a.how_it_works_step7_button1 {
	float: left ;
	display: block ; 
	width: 171px;
	height: 31px !important; 
	height /**/:31px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/request_more_information_both.gif) no-repeat ; 
	
	margin-bottom: 6px ;

}

#how_it_works_step7_buttons a.how_it_works_step7_button1:hover, #how_it_works_step7_buttons a.how_it_works_step7_button1:active {
    background-position: 0 -31px;
}

#how_it_works_step7_buttons a.how_it_works_step7_button2 {
	float: left ;
	display: block ; 
	width: 171px;
	height: 31px !important; 
	height /**/:31px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/schedule_a_demonstration_both.gif) no-repeat ; 
}

#how_it_works_step7_buttons a.how_it_works_step7_button2:hover, #how_it_works_step7_buttons a.how_it_works_step7_button2:active {
    background-position: 0 -31px;
}


#how_it_works_step7_buttons a span {
	position: absolute ; 
	left: -9999px ; 
}

#step_1_counter_icon {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/step_1_of_7.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 

}

#step_1_counter_icon h2 {
	left: -3000px;
	position: absolute;
}

#step_2_counter_icon {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/step_2_of_7.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 

}

#step_2_counter_icon h2 {
	left: -3000px;
	position: absolute;
}

#step_3_counter_icon {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/step_3_of_7.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_3_counter_icon h2 {
	left: -3000px;
	position: absolute;
}

#step_4_counter_icon {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/step_4_of_7.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_4_counter_icon h2 {
	left: -3000px;
	position: absolute;
}

#step_5_counter_icon {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/step_5_of_7.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_5_counter_icon h2 {
	left: -3000px;
	position: absolute;
}

#step_6_counter_icon {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/step_6_of_7.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_6_counter_icon h2 {
	left: -3000px;
	position: absolute;
}

#step_7_counter_icon {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/step_7_of_7.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_7_counter_icon h2 {
	left: -3000px;
	position: absolute;
}


/* changed how it works stuff, by Marc 1/24/12 ------------*/

#new_how_it_works4_text {
	display: block ; 
	position: absolute ;
	width: 404px; 
	left: 9.2em; 
	top: 1.1em ; 
}

#new_how_it_works4_text p {
	margin: 0 0 0 0;
	padding: 1.0em 0 0 0;
	font-size: 1.3em;
}

#new_how_it_works4_text p.top {
	padding: 0;
}

/* --------------------------------------------------------*/

/* new how it works stuff, from 9-1-10 ----------------------------------------------------- */
#new_how_it_works_text {
	display: block ; 
	position: absolute ;
	width: 404px; 
	left: 122px; 
	top: 28px ; 
}

#new_how_it_works_text p {
	margin: 0;
	padding: 1.0em 0 0 0;
	font-size: 1.3em;
}

#new_how_it_works_text img {
	float: left;
	padding: 50px 20px 0 0;
}

#new_how_it_works_text p.top {
	padding: 0;
}

#new_how_it_works_text p#step1_floater {
	padding-top: 50px;
	padding-right: 0px;
}

#step_1_counter_icon_new {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/new_step_1_of_5.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_1_counter_icon_new h2 {
	left: -3000px;
	position: absolute;
}

#step_2_counter_icon_new {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/new_step_2_of_5.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 

}

#step_2_counter_icon_new h2 {
	left: -3000px;
	position: absolute;
}

#step_3_counter_icon_new {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/new_step_3_of_5.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_3_counter_icon_new h2 {
	left: -3000px;
	position: absolute;
}

#step_4_counter_icon_new {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/new_step_4_of_5.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_4_counter_icon_new h2 {
	left: -3000px;
	position: absolute;
}

#step_5_counter_icon_new {
	position: absolute ;  
	width: 71px; 
	height: 91px ;
	background: url(images/new_step_5_of_5.gif) no-repeat;
	left: 29px ; 
	top: 17px ; 
	z-index: 2 ; 
}

#step_5_counter_icon_new h2 {
	left: -3000px;
	position: absolute;
}

#how_it_works_screenshot_step1_new {
	position: absolute ; 
	left: 8px;
	top: 101px;
	z-index: 1 ;
}

#how_it_works_screenshot_step2_new {
	position: absolute ; 
	left: 120px;
	top: 101px;
	z-index: 1 ;
}

#how_it_works_screenshot_step3_new {
	position: absolute ; 
	left: 118px;
	top: 101px;
	z-index: 1 ;
}

#how_it_works_screenshot_step4_new {
	position: absolute ; 
	left: 11.1em;
	top: 8.4em;
	z-index: 1 ;
}

#how_it_works_screenshot_step5_new {
	position: absolute ; 
	left: 140px;
	top: 101px;
	z-index: 1 ;
}

#how_it_works2_screenshot_step5_new {
	position: absolute ; 
	left: 140px;
	top: 101px;
	z-index: 1 ;
}


#new_how_it_works_step5_buttons  {
	display: block ;	
	position: absolute ; 
	left: 3em ; 
	top: 15em ;
	
	width: 64px ;
	height:200px;	
	
	z-index: 3 ;

	overflow: hidden;

}

#new_how_it_works_step5_buttons a.how_it_works_step5_button1 {
	float: left ;
	display: block ; 
	width: 64px;
	height: 84px !important; 
	height /**/:84px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/more_info_2state.png) no-repeat ; 
	
	margin-bottom: 28px ;

}

#new_how_it_works_step5_buttons a.how_it_works_step5_button1:hover, #how_it_works_step7_buttons a.how_it_works_step5_button1:active {
    background-position: 0 -84px;
}

#new_how_it_works_step5_buttons a.how_it_works_step5_button2 {
	float: left ;
	display: block ; 
	width: 64px;
	height: 84px !important; 
	height /**/:84px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/free_now_2state.png) no-repeat ; 
}

#new_how_it_works_step5_buttons a.how_it_works_step5_button2:hover, #how_it_works_step5_buttons a.how_it_works_step5_button2:active {
    background-position: 0 -84px;
}


#new_how_it_works_step5_buttons a span {
	position: absolute ; 
	left: -9999px ; 
}

/* Added by Marc 1/23/2012------------------------------ */

#new_how_it_works2_step5_buttons  {
	float: left;
	
	/*position: absolute ;*/ 
	margin-left: 3.7em ; 
	margin-top: 15.3em ;	
	width: 5.7em ;
	height: 10em;	
    overflow: hidden;
	z-index: 3 ;



}

#new_how_it_works2_step4_buttons  {
    position: absolute ;
	width: 5.7em; 
	height: 10em ;
	margin-left: .8em ; 
	margin-top: 13.6em ;
	overflow: hidden; 
	z-index: 3 ;
}

#new_how_it_works2_step5_buttons a.how_it_works2_step5_button1,
#new_how_it_works2_step4_buttons a.how_it_works2_step4_button1 {
	float: left ;
	display: block ; 
	width: 54px;
	height: 40px !important; 
	height /**/:40px; /* for IE5/Win only */
	margin-bottom: 1.5em;
	overflow: hidden ;
	background: url(images/more_info_2state2.gif) no-repeat ;

}

#new_how_it_works2_step5_buttons a.how_it_works2_step5_button1:hover, 
#how_it_works2_step5_buttons a.how_it_works2_step5_button1:active,
#new_how_it_works2_step4_buttons a.how_it_works2_step4_button1:hover, 
#how_it_works2_step4_buttons a.how_it_works2_step4_button1:active {
    background-position: 0 -40px;
}

#new_how_it_works2_step5_buttons a.how_it_works2_step5_button2,
#new_how_it_works2_step4_buttons a.how_it_works2_step4_button2 {
	float: left ;
	display: block ; 
	width: 54px;
	height: 40px !important; 
	height /**/:40px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/free_now_2state2.gif) no-repeat ; 
}

#new_how_it_works2_step5_buttons a.how_it_works2_step5_button2:hover, 
#how_it_works2_step5_buttons a.how_it_works2_step5_button2:active,
#new_how_it_works2_step4_buttons a.how_it_works2_step4_button2:hover, 
#how_it_works2_step4_buttons a.how_it_works2_step4_button2:active {
    background-position: 0 -40px;
}


#new_how_it_works2_step5_buttons a span,
#new_how_it_works2_step4_buttons a span {
	position: absolute ; 
	left: -9999px ; 
}

/*------------------------------------------------------ */




/* ----------------------------------------------------- */


/* t05_benefits_and_roi_format ------------------------- */
#content_middle_benefits_upper {
	position: relative ; 
	/* float: left ; */
	width:629px;  

	/*
	min-height: 134px ; 
	height:auto !important;
	height: 134px ;
	*/
	
	display: block ;
	min-height: 12px ; 
	height:auto !important;
	height:12px;

	background: #ffffff  url(images/content_box_middle.jpg) repeat-y;
}


#content_middle_benefits_mid1 {
	float: left ; 
	position: relative ; 
	width:629px;  
	
	min-height: 158px ; 
	height:auto !important;
	height: 158px ; 
	
	background:  url(images/content_box_middle_color_stripe.jpg) repeat-y;
}

#content_middle_benefits_mid1 p { /* sets padding around the text within each of the 4 boxes */
	padding: 11px 10px 0px 15px ;
	font-size: 1.1em ;
}

#content_middle_benefits_mid2 {
	float: left ; 
	position: relative ; 
	width:629px;  

	/* min-height: 134px ; 
	height:auto !important;
	height: 134px ; */

	background: url(images/content_box_middle_color_stripe.jpg) repeat-y;
}

#content_middle_benefits_lower { /* this creates whitespace between bottom of boxes and the content_bottom cap */
	float: left ; 
	
	display: block ;
	width: 629px; 
	height: 7px ;
	
		/* ----------------------- creates 7px of spacer "whitespace" before bottom cap */
	background: url(images/content_box_middle_7px_tall.jpg) no-repeat; 
	
	/* min-height: 7px ;  
	height:auto !important; */
	/* height: 7px ; */
	
	/* background: url(images/content_box_middle.jpg) repeat-y ; */
}

.box1_patient, .box2_provider, .box3_is, .box4_ceo {
	float: left ; 

	width: 124px;

	/* background-color: #CCCCCC ; */  /* this was for testing during development */
	
	display: inline ; /* hack to fix the IE "Doubled Float-Margin Bug" */
	
}

.box1_patient {
	margin-left: 29px ; 
}

.box2_provider {
	margin-left: 25px ; 
}

.box3_is { 
	margin-left: 25px ; 
}

.box4_ceo {
	margin-left: 26px ; 
}

.box1_patient img, .box2_provider img, .box3_is img, .box4_ceo img{
	padding-left:11px ; 
	padding-bottom: 11px ; 
}

#content_middle.benefits_and_roi h2 {
	font-size: 1.3em ; 
	padding-bottom: 1.3em ; 
}

#content_middle.benefits_and_roi h3 {
	font-size: 1.3em ; 
	padding-bottom: 1.3em ; 
	font-weight: normal ; 
}


/* t06_button_cornerimage.dwt (style for patient/provider/is/ceo pages) ------------------------- */

#content_middle_bg_blue {
	background-color: #99CCFF ;
}

#place_button_1 {
	float: right ; 
	clear: right ; 
	display: block ;
	width: 171px ; 
	height: 31px ; 
	padding: 105px 62px 0 0 ;
}


/* page specific tags etc -------------------------------------------------------------------------- */

img.what_is_clickcare {
	float: right ; 
	padding-top: 0px ; 
	padding-left: 0px ;
	padding-right: 0px ;
}

.support_item {
	width: 629px ;
	padding-top:10px ;

}

.support_item img {
	float: left ; 
	clear: both ;
	padding-left: 40px ;
	
}

.support_item_caption {
	float: right ;
	width: 510px ;
	padding-bottom: 35px ;
}

.faq_item {
	width: 629px ;
	padding-top:20px ;

}

.faq_item img {
	float: left ; 
	clear: both ;
	padding-left: 40px ;
	
}

.faq_item_caption {
	float: right ;
	width: 530px ;
	padding-bottom: 1.6em ;
}

.new_benefits_and_roi_item_spacer_hack {
	display: block ;
	min-height: 12px ; 
	height:auto !important;
	height:12px;	
}

.new_benefits_and_roi_item {
	display: block ;
	width: 580px ; /* was 629px */
	padding-left: 37px ;
/*
	padding-top:10px ;
	padding-left: 30px ;
	background-color:#0066CC ;
	height: 100px ; */
	
	padding-bottom: 10px ;

}

.new_benefits_and_roi_item_top {
	display: block ;
	width: 580px ; /* was 629px */
	padding-left: 37px ;
	/* padding-top:12px ; */
	/*
	padding-left: 30px ;
	background-color:#0066CC ;
	height: 100px ; */
	
	padding-bottom: 10px ;

}
.new_benefits_and_roi_box_color1 {
	display: block ;
	width: 535px ;
	padding: 10px ;
	background-color:#B1D8FF ;
	
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

.new_benefits_and_roi_box_color2 {
	display: block ;
	width: 535px ;
	padding: 10px ;
	background-color: #BABAD6 ;
	
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

.new_benefits_and_roi_box_color3 {
	display: block ;
	width: 535px ;
	padding: 10px ;
	background-color:#C4DDA8 ; /* changed this on 7-3-08, was #B9DFAA ; */
	
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

.new_benefits_and_roi_box_color4 {
	display: block ;
	width: 535px ;
	padding: 10px;
	background-color: #B0C4C4 ; 
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

.new_benefits_and_roi_box_color5 {
	display: block ;
	width: 535px ;
	padding: 10px ;
	background-color: #FACC9D ; 

	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

/*=================== added by Marc 10/6/11  */

.new_case_examples_intro_item_spacer_hack {
	display: block ;
	min-height: 12px ; 
	height:auto !important;
	height:12px;	
}

.new_case_examples_intro_item {
	display: block ;
	width: 580px ; /* was 629px */
	padding-left: 37px ;
/*
	padding-top:10px ;
	padding-left: 30px ;
	background-color:#0066CC ;
	height: 100px ; */
	
	padding-bottom: 10px ;

}

.new_case_examples_intro_item_top {
	display: block ;
	width: 580px ; /* was 629px */
	padding-left: 37px ;
	/* padding-top:12px ; */
	/*
	padding-left: 30px ;
	background-color:#0066CC ;
	height: 100px ; */
	
	padding-bottom: 10px ;

}
.new_case_examples_intro_box_color1 {
	display: block ;
	width: 535px ;
	padding: 10px ;
	background-color:#90B5EE ;
	
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

.new_case_examples_intro_box_color2 {
	display: block ;
	width: 535px ;
	padding: 10px ;
	background-color: #B3CBBD;
	
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

.new_case_examples_intro_box_color3 {
	display: block ;
	width: 535px ;
	padding: 10px ;
	background-color:#E99190;
	
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

.new_case_examples_intro_box_color4 {
	display: block ;
	width: 535px ;
	padding: 10px;
	background-color: #B0C4C4 ; 
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

/* added by Marc 10/5/11 */
.new_case_examples_intro_box_color5 {
	display: block ;
	width: 535px ;
	padding: 10px ;
	background-color: #DAB5A0; 
	margin-top: 15px;
	min-height: 46px ; 
	height:auto !important;
	height:46px;
}

/*========================================== */

.new_benefits_and_roi_item img, .new_benefits_and_roi_item_top img {
	float: left ; 
	clear: both ;
}

/* added by Marc 10/6/11 */
.new_case_examples_intro_item img, .new_case_examples_intro_item_top img {
	float: left ; 
	clear: both ;
}

.case_examples_item_caption {
	float: right ;
	width: 440px ; /* this must be adjusted to adjust the "left margin" of the caption (because of float right) */
/*	padding-left: 20px ;
*/}

/* added by Marc 10/5/11 */
.case_examples_intro_item_caption {
	float: right ;
	width: 440px ; /* this must be adjusted to adjust the "left margin" of the caption (because of float right) */
/*	padding-left: 20px ;
*/}

/* added by Marc 10/4/11 */
#new_case_example_text p {
	margin: 0;
	padding: 1.0em 0 0 0;
	font-size: 1.3em;
}

/* added by Marc 10/4/11 */
#new_case_example_text img {
	float: left;
	padding: 50px 20px 0 0;
}

/* added by Marc 10/4/11 */
#new_case_example_text p.top {
	padding: 0;
}

/* added by Marc 10/4/11 */
#new_case_example_text p#step1_floater {
	padding-top: 50px;
	padding-right: 0px;
}

/* =============================== added by Marc 10/6/11 */

/* added by Marc 10/4/11 */
#new_case_example_text1 p {
	margin: 0;
	padding: .6em 0 0 35px;
	font-size: 130%;
}

/* added by Marc 10/4/11 */
#new_case_example_text1 img {
	float: left;
	padding: 50px 20px 0 0;
}

/* added by Marc 10/4/11 */
#new_case_example_text1 p.top {
	padding: 0 0 0 35px;
	width: 571px;
}

/* added by Marc 10/4/11 */
#new_case_example_text1 p#step1_floater {
	padding-top: 50px;
	padding-right: 0px;
}

/* added by Marc 10/4/11 */
#new_case_example_text2 p {
	margin: 0;
	padding: .6em 0 0 30px;
	/* font-size: 109%; */ /* Larry commented this out on 10/19/11 */
}

/* added by Marc 10/16/11 */
#new_case_example_text2 .gallery p.top {
	margin: 0;
	padding: .9em 0 0 30px;
	font-size: 109%;
}

/* added by Marc 10/15/11 */
#new_case_example_text2 p.top strong {
	color: #005295;
}

/* added by Marc 10/2211 ============================ */

/* added by Marc 10/16/11 */
#new_case_example_text3 p.bottom {
	margin: 0;
	padding: .9em 0 0 30px;
	font-size: 130%;
}

/* added by Marc 10/15/11 */
#new_case_example_text3 p.bottom strong {
	color: #005295;
}

/* ================================================== */

/* added by Marc 10/3111 ============================ */

#new_case_example_text4 p.bottom {
	margin: 0;
	padding: .9em 0 0 30px;
	font-size: 130%;
}

#new_case_example_text4 p.bottomlist {
	margin: -29px 0 0 125px;
	padding: .9em 0 7px 30px;
	font-size: 130%;
}

#new_case_example_text4 p.bottomlistoffer {
	margin: -63px 0 0 400px;
	padding: -28px 0 0 30px;
	font-size: 130%;
}

/* ================================================== */

/* added by Marc 11/4/11 ============================ */

#care_example_button a {
	float: right ;
	display: block ; 
	width: 148px;
	height: 45px !important; 
	height /**/:45px; /* for IE5/Win only */
	overflow: hidden ;
	padding: 0 2.8em 0 0;
	margin: 2px;
	background: url(images/btn_hospital_attending.jpg) no-repeat ; 
}

#care_example_button a:hover, 
#premium_button a:active{
    background-position: 0 -45px;
}

#care_example_button a span {
	position: absolute ; 
	left: -9999px ; 
}

/* ================================================== */

/* added by Marc 11/4/11 ============================ */

#care_example_button1 a {
	float: right ;
	display: block ; 
	width: 160px;
	height: 45px !important; 
	height /**/:45px; /* for IE5/Win only */
	overflow: hidden ;
	padding: 0px 31px 0 0px;
	margin: 2px;
	background: url(images/btn_visiting_nurse2.jpg) no-repeat ; 
}

#care_example_button1 a:hover, 
#premium_button a:active{
    background-position: 0 -45px;
}

#care_example_button1 a span {
	position: absolute ; 
	left: -9999px ; 
}

/* ================================================== */

/* added by Marc 11/4/11 ============================ */

#care_example_button2 a {
	float: right ;
	display: block ; 
	width: 170px;
	height: 45px !important; 
	height /**/:45px; /* for IE5/Win only */
	overflow: hidden ;
	padding: 0px 31px 0 0px;
	margin: 2px;
	background: url(images/btn_primary_care2.jpg) no-repeat ; 
}

#care_example_button2 a:hover, 
#premium_button a:active{
    background-position: 0 -45px;
}

#care_example_button2 a span {
	position: absolute ; 
	left: -9999px ; 
}

/* ================================================== */

/* added by Marc 11/4/11 ============================ */

#care_example_button3 a {
	float: right ;
	display: block ; 
	width: 180px;
	height: 45px !important; 
	height /**/:45px; /* for IE5/Win only */
	overflow: hidden ;
	padding: 0px 41px 0 0px;
	margin: 2px;
	background: url(images/btn_student_resident2.jpg) no-repeat ; 
}

#care_example_button3 a:hover, 
#premium_button a:active{
    background-position: 0 -45px;
}

#care_example_button3 a span {
	position: absolute ; 
	left: -9999px ; 
}

/* ================================================== */

/* added by Marc 10/4/11 */
#new_case_example_text2 img {
	float: left;
	height: 260px;
	padding: 12px 0px 17px 38px;
	border-style: none; /* added by Marc 10/16/2011 */
}

/* added by Marc 10/4/11 */
#new_case_example_text2 p.top {
	padding: 20 30px 0 30px;
	margin-left: -3px;
}

/* added by Marc 10/4/11 */
#new_case_example_text2 p#step1_floater {
	padding-top: 50px;
	padding-right: 30px;
}

/*====================================================== */

/* added by Marc 10/14/2011 */
#content_middle .gallery ul,
#content_middle .gallery2 ul {
	padding-left:0;
	padding-bottom:0;
	list-style-type: none;
}

#content_middle .gallery,
#content_middle .gallery2 {
	padding-left:0;
	padding-bottom:0;
	list-style-type: none; 
}

#content_middle .gallery a.hide,
#content_middle .gallery a.hide img,
#content_middle .gallery2 a.hide,
#content_middle .gallery2 a.hide img {
	display:none;
}

/*====================================================== */

#content_middle_wrapper h3.support, #content_middle_wrapper p.support {
	padding: 0 80px 0 0 ;
	margin: 0 ;	
} 

#content_middle_wrapper h3.support {
	padding-bottom: 0.5em ;
}

#content_middle_wrapper h3.faqs, #content_middle_wrapper p.faqs {
	padding: 0 50px 0 0 ;
	margin: 0 ;	
} 

#content_middle_wrapper h3.faqs {
	padding-bottom: 0.2em ;
}

#content_middle_wrapper h3.case_examples, #content_middle_wrapper p.case_examples {
	padding: 0 30px 0 0 ; /* 20 px as right margin inside of colored box */
	margin: 0 ;	
} 

#content_middle_wrapper h3.case_examples {
	padding-bottom: 0.3em ;
}

#content_middle_wrapper h3.benefits_and_roi, #content_middle_wrapper p.benefits_and_roi {
	padding: 0 25px 0 0 ; /* 20 px as right margin inside of colored box */
	margin: 0 ;	
} 

/* added by Marc 10/5/11  */
#content_middle_wrapper h3.case_examples_intro, #content_middle_wrapper p.case_examples_intro {
	padding: 0 25px 0 0 ; /* 20 px as right margin inside of colored box */
	margin: 0 ;	
} 

/* added by Marc 10/5/11  */
#content_middle_wrapper h3.case_examples_intro {
	padding-bottom: 0.1em ;
}

/* added by Marc 10/5/11  */
#content_middle_wrapper1 h3.case_examples_intro, #content_middle_wrapper p.case_examples_intro {
	padding: 0 25px 0 0 ; /* 20 px as right margin inside of colored box */
	margin: 0 ;	
} 

/* added by Marc 10/5/11  */
#content_middle_wrapper1 h3.case_examples_intro {
	padding-bottom: 0.1em ;
}

/* added by Marc 10/5/11  */
#content_middle_wrapper2 h3.case_examples_intro, #content_middle_wrapper p.case_examples_intro {
	padding: 0 25px 0 0 ; /* 20 px as right margin inside of colored box */
	margin: 0 ;	
} 

/* added by Marc 10/5/11  */
#content_middle_wrapper2 h3.case_examples_intro {
	padding-bottom: 0.1em ;
}

#content_middle_wrapper h3.benefits_and_roi {
	padding-bottom: 0.3em ;
}

#content_middle_wrapper p.benefits_and_roi {
}

.case_examples_item_caption {
/*	background-color:#0000ff;
*/}


#content_middle_wrapper a.support_item_image img {
	border: 0 ;
}

#content_middle_wrapper a.faq_item_image img {
	border: 0 ;
}

#content_middle_wrapper a.case_examples_item_image img {
	border: 0 ;
	text-decoration: none;
}

#content_middle_wrapper img.roi_chart {
	padding-left: 36px ;
	padding-right: 19px ;
	padding-top: 41px ;
	float: left ; 
}

#content_middle_wrapper p.roi_first {
	padding-top: 50px ; 
	font-size: 1.3em ;
}

#content_middle_wrapper p.roi {
	font-size: 1.3em ;	
}

#content_middle_wrapper p.about_us {
	font-size: 1.1em ; 
}

#content_middle_wrapper h3.faq {
	font-size: 1.1em ; 
	padding-bottom: 0px ;
}

#content_middle_wrapper p.faq {
	font-size: 1.1em ; 
}


#content_middle_wrapper img.about_us_photos {
	float: right ;
	padding-right: 20px ;
	padding-left: 20px ;
}

#content_middle_wrapper img.training_image {
	float: left ;
	padding-right: 20px ;
	padding-left: 50px ;
}

#subscription_photos {
	clear: left ;
}

#subscription_wrapper {
	padding-top: 30px ;
	padding-bottom: 40px ;
}


#content_middle_wrapper img.subscription_image_1 {
	float: left ;
	padding-right: 30px ;
	padding-left: 40px ; 
}

#content_middle_wrapper img.subscription_image_2 {
	clear: left ;
	float: left ;
	padding-right: 30px ;
	padding-left: 40px ;
} 

.contact_divider_left {
	float: left ;
	display: block ;
	width: 150px ; /* was 150px */
	
	padding-top: 0px ; 
	padding-left: 37px ; /*adjusts left margin of content paragraph */ /* was 37px */
	padding-right: 0px; /*adjusts right margin of content paragraph */
	padding-bottom: 11px; 
	
	/* font-size: 1.1em ; */
}

.contact_divider {
	float: left ;
	display: block ;
	width: 170px ; /* was 150px */
	
	padding-top: 0px ; 
	padding-left: 17px ; /*adjusts left margin of content paragraph */ /* was 37px */
	padding-right: 0px; /*adjusts right margin of content paragraph */
	padding-bottom: 11px; 
	
	/* font-size: 1.1em ; */
}

#content_middle_wrapper h2.contact_clear {
	clear: left ;
	padding-top:11px ;
}

/* the contact_address p class is old and disused as of 1-19-09 */
#content_middle_wrapper p.contact_address {
	font-size: 1.1em ; 
	padding-bottom: 0px ;
}

#content_middle_wrapper p.contact_info {
	font-size: 1.1em ;
	padding-bottom: 0px ;
	/* padding-left:0px; */
	padding-right:0px; 
	margin: 0px;
}

#content_middle_wrapper p.login_questions {
	padding-bottom: 0px ;
}

#content_middle_wrapper h2.login {
	color: #005295;
	padding-bottom: 0.6em ;
	font-size: 1.4em;
}

#content_middle_wrapper h3.login_h3 {
	color: #005295;
	font-weight: normal;
	padding-bottom: 0.6em ;
	font-size: 1.4em;
}

#content_middle_wrapper h4.login {
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 37px; 
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0.4em;
	font-weight: bold;
}

#content_middle_wrapper h4.login_second_item {
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 37px; 
	padding-right: 30px;
	padding-top: 0.7em;
	padding-bottom: 0.6em;
	font-weight: bold;
}


#content_middle_wrapper h3.top {
	padding-top: 25px ; /*adjusts top margin of headline */
}

#features_items li {
	padding-bottom: 1.0em ;
}

#special_icon {
	position: absolute ;  
	width: 72px; 
	height: 26px ;
	background: url(images/special.gif) no-repeat;
	left: 29px ; 
	top: 19px ; 
	z-index: 2 ; 
}

#content_middle_wrapper h2.special {
	left: -3000px;
	position: absolute;
}

#content_middle_wrapper h2.special_text {
	padding-left: 110px;	
}

#special_icon_index {
	/* position: absolute ;   */
	width: 72px; 
	height: 26px ;
	background: url(images/special.gif) no-repeat;
	/* left: 20px ; 
	top: 19px ; */
	z-index: 2 ; 
}

#content_middle_wrapper p.special_top{
	margin-top: 10px;
}
#content_middle_wrapper p.special_bottom {
	margin-bottom: 10px;
}

/* #content_middle_wrapper img.subscription_image_1 {
	position: absolute ;
	top: 150px ;
	left: 50px ; 
}

#content_middle_wrapper img.subscription_image_2 {
	position: absolute ;
	top: 250px ;
	left: 200px ; 
} */

#place_button_2 {
	float: right ; 
	clear: right ; 
	display: block ;
	width: 171px ; 
	height: 31px ; 
	padding: 193px 62px 0 0 ;
}


/* ************************ Pricing spreadsheet ********************************* */

/* zoho version */
iframe.pricing_spreadsheet {
	padding-left: 37px;
}

/* jQuery verison */
label.pricing_single {
    line-height: normal;
    text-align: left;
	margin-top: 3px ; 
    margin-left: 0px;
    position: relative;
    display: block;
    float: left;
    width: 400px ;  
	font-size: 1.2em ;  
	clear: both ; 

}

div.pricing_single_bold {
    line-height: normal;
    text-align: left;
	margin-top: 3px ; 
    margin-left: 0px;
	padding-bottom:20px;
    position: relative;
    display: block;
    float: left;
    width: 400px ;  
	font-size: 1.2em ;  
	clear: both ; 
	font-weight: bold;

}

div#estimated_savings,
div#roi,
div.unit {
	font-size: 1.6em ;  
	color: #005295;
	display: inline;
	font-weight: bold;

}

div#estimated_savings {
	// max-width: 50px;
}



span#link {
	font-size: 1.2em;
}







input.pricingInput  {
    font-size: 1.2em;
    background-color: #D0DFEB;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 10px; 
    /* height: 18px; */
	width: 8em ; /* added 7-17-08 */
}

input.pricingInputReadonly  {
    font-size: 1.2em;
    background-color: #C5DEA9;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 12px; 
    /* height: 18px; */
	width: 8em ; /* added 7-17-08 */
}

input.pricingInputGray {
    font-size: 1.2em;
    background-color: #CCCCCC;
    padding: 2px;
   /* border: solid 1px #f66;
    margin-right: 5px;*/
    margin-bottom: 12px; 
    /* height: 18px; */
	width: 8em ; /* added 7-17-08 */
}

#content_middle_wrapper #content_middle_landing_page h2.pricing_top {
	padding-top: 0px;
	padding-bottom: 20px;
}

#content_middle_wrapper #content_middle  h2.pricing_subheading {
	padding-top: 10px;
	padding-bottom: 15px;
}

#savings {
	padding-top: 2px;
}

#content_middle_wrapper #content_middle p.bottom_inline {
	padding-right: 0px;
    line-height: normal;
    text-align: left;
    margin-left: 0px;
    position: relative;
    display: block;
    float: left;
    width: 400px ;  
	font-size: 1.2em ;  
	clear: both ; 
}

#content_middle_wrapper #content_middle p.contact_link {
    line-height: normal;
    text-align: left;
    margin-left: 0px;
	padding-left: 0px;
    position: relative;
    display: block;
    float: left;
	font-size: 1.2em ;  
}


/* iphone header circa August 2010 ---------------------------------------------------------------------------------- */

#header h2#iphone {	/* header h2#iphone is August 2010 promo banner */
	width: 449px ; 
	height: 134px ; 
	float: right ; 
	background: url("images/arrow_iphone.jpg") no-repeat ; 
	margin-top: 0px; /* positions vertically */
	padding-right: 50px ;  /* positions horizontally from right edge */
	margin-bottom: 1px ; /* padding at bottom to push nav content area down */
	}
	
/* ----- */
#content_middle_wrapper p.training {
	padding-bottom: 1.5em;
}

#content_middle_wrapper p.training_last {
	padding-bottom: 0;
}


/* beta instructions, Feb. 2011 ---------------------------------------------------------------------------------- */

#content_middle_wrapper h2.beta_instructions {
	  padding: 0.9em 30px 0.6em 37px;
}

#content_middle_wrapper h3.beta_instructions {
	  padding: 0.9em 30px 0.6em 37px;
}
#content_middle_wrapper h4.beta_instructions {
	padding-left: 37px; 
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0.6em;
}
#content_middle_wrapper ol {
    font-size: 1.2em;
    padding-bottom: 11px;
    padding-left: 75px;
    padding-right: 30px;
}

#content_middle_wrapper ol li {
	padding-bottom: 0.3em;
}

#content_middle_wrapper p.reward {
	font-weight: bold;
}

/* new version of Welcome page (home page), Dec. 2011 ---------------------------------------------------------------------------------- */

#welcome_ceo_button a {
	float: left ;
	display: block ; 
	width: 59px;
	height: 77px !important; 
	height /**/:77px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/welcome_ceo_btn2state.jpg) no-repeat ; 
}

#welcome_ceo_button a:hover, 
#welcome_ceo_button a:active,
#welcome_pricare_button a:hover, 
#welcome_pricare_button a:active,
#welcome_vpmkt_button a:hover, 
#welcome_vpmkt_button a:active,
#welcome_cio_button a:hover, 
#welcome_cio_button a:active,
#welcome_physther_button a:hover, 
#welcome_physther_button a:active,
#welcome_cmo_button a:hover, 
#welcome_cmo_button a:active,
#welcome_visitnrs_button a:hover, 
#welcome_visitnrs_button a:active,
#welcome_studres_button a:hover, 
#welcome_studres_button a:active {

    background-position: 0 -77.5px;
}

#welcome_ceo_button a span,
#welcome_pricare_button a span, 
#welcome_vpmkt_button a span,
#welcome_cio_button a span,
#welcome_physther_button a span,
#welcome_cmo_button a span,
#welcome_visitnrs_button a span,
#welcome_studres_button a span {
	position: absolute ; 
	left: -9999px ; 
}

#welcome_pricare_button a {
	float: left ;
	display: block ; 
	width: 59px;
	height: 77px !important; 
	height /**/:77px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/welcome_pri_care_btn2state.jpg) no-repeat ; 
}

#welcome_vpmkt_button a {
	float: left ;
	display: block ; 
	width: 59px;
	height: 77px !important; 
	height /**/:77px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/welcome_vp_mkt_btn2state.jpg) no-repeat ; 
}

#welcome_cio_button a {
	float: left ;
	display: block ; 
	width: 59px;
	height: 77px !important; 
	height /**/:77px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/welcome_cio_btn2state.jpg) no-repeat ; 
}

#welcome_physther_button a {
	float: left ;
	display: block ; 
	width: 59px;
	height: 77px !important; 
	height /**/:77px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/welcome_phy_ther_btn2state.jpg) no-repeat ; 
}

#welcome_cmo_button a {
	float: left ;
	display: block ; 
	width: 59px;
	height: 77px !important; 
	height /**/:77px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/welcome_cmo_btn2state.jpg) no-repeat ; 
}

#welcome_visitnrs_button a {
	float: left ;
	display: block ; 
	width: 59px;
	height: 77px !important; 
	height /**/:77px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/welcome_visit_nrs_btn2state.jpg) no-repeat ; 
}

#welcome_studres_button a {
	float: left ;
	display: block ; 
	width: 59px;
	height: 77px !important; 
	height /**/:77px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/welcome_stud_res_btn2state.jpg) no-repeat ; 
}

/* ------------------------------------------------------------------------------------------------------------------------------------- */

/* new version of Welcome page (home page), Feb. 2011 ---------------------------------------------------------------------------------- */

#enterprise_button a {
	float: left ;
	display: block ; 
	width: 144px;
	height: 74px !important; 
	height /**/:74px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/enterprise_2state4.jpg) no-repeat ; 
}

#enterprise_button a:hover, 
#enterprise_button a:active{
    background-position: 0 -74.5px;
}

#enterprise_button a span {
	position: absolute ; 
	left: -9999px ; 
}

#premium_button a {
	float: left ;
	display: block ; 
	width: 144px;
	height: 74px !important; 
	height /**/:74px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/premium_2state4.jpg) no-repeat ; 
}

#premium_button a:hover, 
#premium_button a:active{
    background-position: 0 -74.5px;
}

#premium_button a span {
	position: absolute ; 
	left: -9999px ; 
}

#signup_button a {
	float: left ;
	display: block ; 
	width: 108px;
	height: 48px !important; 
	height /**/:108px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/premium_2state.jpg) no-repeat ; 
}


#signup_button a:hover, 
#signup_button a:active{
    background-position: 0 -108px;
}

#signup_button a span {
	position: absolute ; 
	left: -9999px ; 
}

#signup_cec_button a {
	float: left ;
	padding-right: 100px ; 
	width: 108px;
	height: 48px !important; 
	height /**/:108px; /* for IE5/Win only */
	overflow: hidden ;
	background: url(images/premium_2state.jpg) no-repeat ;
	z-index: 2 
}


#signup_cec_button a:hover, 
#signup_button a:active{
    background-position: 0 -108px;
}

#signup_cec_button a span {
	position: absolute ; 
	left: -9999px ; 
}

#enterprise_button {
	float: left;
	display: inline;
	width: 150px;	
}

#premium_button {
	float: left;
	display: inline;
	width: 150px;	
	padding-left: 15px;
	background-position: 25px 0;
}

#signup_button {
	float: left;
	width: 105px;
	height: 50px;
	padding-bottom: 9px;
	background-position: 25px 0;
}

#welcome_text_box {
	float: left;
	width: 34.7em;
}


#welcome_left_button_box a:hover, 
#welcome__left_button_box a:active {

    background-position: 0 -40px;
}

#welcome_left_button_box a span {
	position: absolute ; 
	left: -9999px ; 
}

#welcome_left_button_box a {
	float: left ;
	display: block ; 
	width: 112px;
	height: 40px !important; 
	height /**/:40px; /* for IE5/Win only */
	margin: 1.2em 0 0 3em;
	overflow: hidden ;
	background: url(images/cafe_blog_2state4.jpg) no-repeat ; 
}

#welcome_inner_button_box {
	float: left;
	width: 23.7em;
	/*height: 19.2em;*/
	overflow: hidden;
}

#welcome_button_box {
	padding-top: 2.8em;
}

#contest_survey_box {
	float: left;
	/*width: 440px; */ /* To Marc: Larry commented this out on 4-6-11 */
}

#contest_button_box {
	float: left;
	padding-left: 2px;
	padding-right: 0px; /* To Marc: Larry changed this on 4-6-11 */
	padding-top: 28px;
	width: auto;
}

#cecreg_button_box {
	float: right;
	padding-right: 32px;
	/*padding-left: 2px;  To Marc: Larry changed this on 4-6-11 */
	padding-top: 62px;
	width: auto;
}

#content_middle_wrapper h2#welcome_iclickcare_logo {
	float: left;
	display: block;
	width: 177px;
	height: 28px !important;
	height /**/:28px; /* for IE5/Win only */
	overflow: hidden;
	background: url(images/iclickcare_logo.gif) no-repeat;
	padding: 25px 0 8px 29px;
	background-position: 29px 25px;
}

#content_middle_wrapper #welcome_text_box p {
	padding: 2px 20px 0 29px;
	font-size: 1.25em;
	line-height: 1.30em;
}

#content_middle_wrapper #welcome_text_box_news p {
	padding: 2px 20px 0.4em 29px;
	font-size: 1.1em;
	line-height: 2.5em;
}

#content_middle_wrapper #welcome_text_box h4 {
	font-weight: normal;
	font-size: 1.5em;
	padding: 0 0 0 29px;
	margin-bottom: 7px;
}

/* added by Marc 09/30/2011 */
#content_middle_wrapper #welcome_text_box_float_right {
	font-weight: normal;
	font-size: 1.5em; 
	/*position: absolute ;*/
	/*float: right;*/
	line-height: 1.35em
	width: 325px;
	padding: 0px 25px 13px 29px; 
	right: 122px; 
	bottom: 32px ;
}

h2#welcome_iclickcare_logo span {
	position: absolute ; 
	left: -9999px ; 
}	

#content_middle_wrapper p.copyright {
	padding-top: 1em; /* must leave this in for IE6 */ 
	margin-top: 18px;
	padding-left: 36em ; /*adjusts left margin of content paragraph */
	padding-right: 0em; /*adjusts right margin of content paragraph */
	font-size: 1.03em ;
	color: #999; 
	clear: both;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content_middle_wrapper p.copyright span {
	padding-top: 1em; /* must leave this in for IE6 */ 
	margin-top: 18px;
	padding-left: 250px ; /*adjusts left margin of content paragraph */
	padding-right: 29px; /*adjusts right margin of content paragraph */
	font-size: 1.03em ;
	color: #999; 
	clear: both;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content_middle_wrapper p.copyright a.wps {
	color: #000000;
	text-decoration:none;
}

/* commented out by Marc 10/4/11

#nav_news {
	padding-left: 16px;
	height: 69px !important; 
	/* height */ /*:82px; /* for IE5/Win only */ /*
	overflow: hidden ;	
} */

/* changed by Marc 10/4/11 */
#nav_blog a{
	padding-left: 16px;
	display: block;
	height: 40px !important; 
	height /**/:40px; /* for IE5/Win only */
	overflow: hidden ;
	margin-left: 13px; /* added by Marc */
	text_decoration: none;
	background: url(images/cafe_blog_2state4.jpg) no-repeat ;	
}

/* added by Marc 10/4/11 */
#nav_blog a:hover, 
#nav_blog a:active{
    background-position: 0 -40px;
}

/* added by Marc 10/4/11 */
#nav_blog a span {
	position: absolute ; 
	left: -9999px ; 
}

/* added by Marc 1/2/12 */
#nav_appstore a{
	padding-left: 0;
	float: right;
	height: 24px !important; 
	height /**/:24px; /* for IE5/Win only */
	width: 71px !important;
	width: 71px;  /* for IE5/Win only */
	overflow: hidden ;
	margin: .2em 1.6em 0 0; /* added by Marc */
	text_decoration: none;
	background: url(images/welcome_app_store_btn2state.gif) no-repeat ;	
}

/* added by Marc 1/2/12 */
#nav_appstore a:hover, 
#nav_appstore a:active{
    background-position: 0 -24px;
}

/* added by Marc 1/2/12 */
#nav_appstore a span {
	position: absolute ; 
	left: -9999px ; 
}

/* added by Marc 1/2/12 */
#nav_freetrial a{
	padding-left: 0;
	float: left;
	height: 24px !important; 
	height /**/:24px; /* for IE5/Win only */
	width: 26px !important;
	width: 26px;  /* for IE5/Win only */
	overflow: hidden ;
	margin: .2em 0.5em 0 1.5em; /* added by Marc */
	text_decoration: none;
	background: url(images/welcome_free_trial_txt2state2.gif) no-repeat ;	
}

/* added by Marc 1/2/12 */
#nav_freetrial a:hover, 
#nav_freetrial a:active{
    background-position: 0 -24.5px;
}

/* added by Marc 1/2/12 */
#nav_freetrial a span {
	position: absolute ; 
	left: -9999px ; 
}

/* added by Marc 1/22/12 */
#nav_chknwsltr a{
	padding-left: 0;
	float: left;
	height: 27px !important; 
	height /**/:27px; /* for IE5/Win only */
	width: 92px !important;
	width: 92px;  /* for IE5/Win only */
	overflow: hidden ;
	margin: 1.6em 0.6em 0 1.5em; /* added by Marc */
	text_decoration: none;
	background: url(images/welcome_check_nwsltr_txt2state4.gif) no-repeat ;	
}

/* added by Marc 1/22/12 */
#nav_chknwsltr a:hover, 
#nav_chknwsltr a:active{
    background-position: 0 -27px;
}

/* added by Marc 1/22/12 */
#nav_chknwsltr a span {
	position: absolute ; 
	left: -9999px ; 
}

#nav_news h4 {
	padding: 5px 5px 5px 0;
	margin: 0 ; 
	font-size: 1.2em;
	line-spacing: 2px;
}

#nav_blog h4 {
	padding: 12px 5px 5px 0;
	margin: 0; 
	font-size: 1.2em;
	line-spacing: 2px;
}

#nav_news p {
	padding: 0 5px 0 0;
	margin: 0 ; 
	font-size: 1.2em ; 
}


#welcome_news a {
	display: block ; 
	// margin-bottom: 1em ;
}

#nav_divider {
	display: block;
	width:110px;
	height:2px;
	margin-left: 16px;
	margin-bottom: 16px; /*added by Marc 10/4/11 */
	background-color: #DCDCDC;
	font-size:2px;
	padding:0;
}

#nav_upper_new {
	padding-top: 0px ; /* use this to adjust vertical position of entire nav bar */ 
	padding-bottom: 0px; /* adjusts space upper nav bar and middle nav bar. gap: 17px, no extra gap: 9px */ /* changed on 7-11-10 back to 17px (was 0px) */

}

#nav_upper_new ul a {
	color: #6BA926;
}

#nav_middle_new {
	padding-bottom: 4px; /* adjusts space middle nav bar and lower nav bar */ /* changed on 4-25-09 from 17px */ /* changed on 7-11-10 back to 17px (was 25px) */
}

#nav_middle_new ul a {
	color: #005295;
}

#nav #social_media_icons_new ul {
	padding-top:0px;
	padding-left:0px;
}

#nav #social_media_icons_new ul li {
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 16px;		/* adjusts left margin of nav bar */
	font-weight: bold;
	/* width: 142px ; */ /* had to comment this out - it sets off a bug in IE6 that crops the buttons short on the right-- but only on the how_it_works pages, probably because of the z-index */
	
	float: left;
	margin: 1.6em 0 0 0 ;
	display: inline ; 
	overflow: hidden;
}

#nav #social_media_icons_new ul li a {
	display: block ; 
	height: 24px;
	
	/* float: left ; */
	width: 24px !important; 
	width /**/:24px; /* for IE5/Win only */
	overflow: hidden ;	
}

#nav #social_media_icons_new ul li a#facebook {
	background: url("images/sm_icon_facebook.jpg") no-repeat ;

}

#nav #social_media_icons_new ul li a#twitter {
	background: url("images/sm_icon_twitter.jpg") no-repeat ;
}

#nav #social_media_icons_new ul li a#linkedin {
	background: url("images/sm_icon_linkedin.jpg") no-repeat ;
}


/* Subscription Plans page (grid page), Feb. 2011 ---------------------------------------------------------------------------------- */

#content_middle_wrapper p.subscription_plans #wrapper #inner_wrapper #content #content_middle_wrapper #content_middle #new_case_example_text1 .top strong {
	color: #005295;
}

#wrapper #inner_wrapper #content #content_middle_wrapper #content_middle .imageflow_first strong {
	color: #3F7DAF;
}

#wrapper #inner_wrapper #content #content_middle_wrapper1 #content_middle #new_case_example_text1 .top strong {
	color: #005295;
}

#wrapper #inner_wrapper #content #content_middle_wrapper2 #content_middle #new_case_example_text2 .top strong {
	color: #005295;
}

