/*

Theme Name: Larry's ClickCare News theme
Theme URI: http://www.clickcare.com
Description: A simple theme for CLickCare's news section
Version: 1.0
Author: Larry Kerr
Author URI: http://www.clickcare.com

*/


/* Begin Typography & Colors */



#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	/* font-size: 1.2em */
	}

/* .widecolumn .entry p {
	font-size: 1.05em;
	} */

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	/* text-align: center; */
	}

.alt {
	/* background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd; */
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	/* font-family: Arial, Helvetica, Sans-Serif; */
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	} */

/* #sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	} */

.entry p a:visited {
	/* color: #b85b5a; */
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma, Arial, Verdana, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	/* font-size: 1.1em; */
	}

.commentlist p {
	font-weight: normal;
	/* line-height: 1.5em; */
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Tahoma, Arial, Verdana, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font-style:italic ;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	} */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
/* body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	} */

.narrowcolumn {
	float: left;
	/* padding: 0 0 20px 45px; */
	/* margin: 0px 0 0; */
	width: 450px;
	}

.widecolumn {
	/* padding: 10px 0 20px 0; */
	/* margin: 5px 0 0 150px; */
	width: 450px;
	}

.post {
	/* margin: 0 0 40px; */
	text-align: left; /* was justify */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	/* padding-top: 5px; */
	}

.widecolumn .postmetadata {
	/* margin: 30px 0; */
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#content_middle_news_image {
	/* background-color: #F41845; was for testing */
}

.entry p {
	width: 345px ;
	/* width: 358px; */
	/* Larry added this to make the body text of the post wrap as it does with the pictures if the text continues past the pictures. */

	/* width: 290px;  */
	/* 310px worked ok in IE7 */
	/* 358px is the max but it was too much in IE -- need to look at this more */
	margin-right: 0px;
	padding-right:0px ;
	/* background-color: #00CC66 ; */
}

/* but not the meta data section - that should extend full width */
.entry p.postmetadata {
	width: auto ; 
	/* this effectively cancels the 358px width for the postmetadata class. */
	/* which makes it so if the photos go down farther than the text, the metadata stuff will wrap up inside */
	/* yet if the text extends below the pictures, then the meta data will take up full width, which is good */
	/* (because it doesn't look so good if it wraps for no reason) */

	/* THE ALTERNATIVE: */

	/* float: left; */
	/* 'float: left' will make the metadata tags clear the photos, if desired */
	/* would need to test in IE7, but otherwise tested in IE6, FF Mac, Safari Mac */
	/* (don't forget to comment out 'width: auto' and therefore retain the 358px width)*/
	
	/* these notes are from 12/19/08 */

}

#respond_form_wrapper {
display: block ; 
clear: both;
}
.clear {
	clear: both;
}

/* There is no footer in the /news/ layout -- that's why this stuff below has no effect */
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

/* #footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	} */
/* End Structure */



/*	Begin Headers */
/* h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

*/

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	/* padding: 4px;
	margin: 0 0 2px 7px; */
	/* display: inline; */
	}

img.alignleft {
	/* padding: 4px;
	margin: 0 7px 2px 0; */
	/* display: inline; */
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left ;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	/* width: 100%; */
	/* 
	This line 'width: 100%' was setting off a bug in IE6 making the content float bump down below the ClickCare nav bar.  So I removed it and it  looks fine on IE6.  
	However, it causes the box to be a little too big on Firefox Mac, and a lot too big on Safari Mac.  Not sure about IE7 on thePC.
	 */
	/* So then I added: */
	width: 518px ;
	/* which fixes it, but looks a little inconsistent between browsers */
	
	/* I tried the fieldset and div wrappers, from a fix for this bug documented at the following page:
		   http://www.phoboslab.org/log/2007/10/ie-textarea-100-width-bug 
		But this fix didn't work for me.
	*/
	   	
	/* also not sure what this padding was for -- part of the original template but I just took it out. */
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding-left: 37px ; /*adjusts left margin of content paragraph */
	padding-right: 30px; /*adjusts right margin of content paragraph */
	padding-bottom: 11px; 
	font-size: 1.2em ;	
	}

.commentlist li {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 0px 0;
	}

#commentform p {
	margin: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	/* text-align: center; */
	/* margin-top: 10px; */
	/* margin-bottom: 60px; */
	}
	

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/* border: 1px solid #ddd; */
	display: block ;
	clear: right ; 
	float: right ; 
	padding: 32px 20px 0px 0px ;
	/* background-color: #f3f3f3; */

	/* margin: 32px 20px 0px 0px ; */ /* I was using margin but it causes problems in IE so I switched to padding */
	/* width: 33% ; */ /* this appears to be unnecessary */
	text-align: center;	
		
	/* text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none ;
}

.wp-caption p {
	/* line-height: 17px; */
	padding-top:0.5em ; 
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	line-height: normal ;
}

#content_middle_news_main p.wp-caption-text { /* .wp-caption p.wp-caption-text wouldn't inherit to it for some reason */
	font-size: 0.9em ;
	margin: 0;
}

wp-caption a {
	padding:0 ;
	margin: 0 ;
}

/* See this same definition in another section */
/* #content_middle_news_image {
	display: block ;
	float: right ; 
	margin: 32px 20px 0px 20px ;
	width: 33% ;
	text-align: center; 
} */

/* for testing purposes */
/* .entry {
	background-color: #333399;
} */

/* End captions */


/* ---------------- LARRY ------------------------------ */

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

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

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	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;
	background-color: #FFFFFF ; 	
}


/* 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 {	/* header h2 is the phone number & slogan */ /* new toll-free number Sept. 2010 */
	width: 404px ; 
	height: 42px ; 
	float: right ; 
	background: url(../../../../images/clickcare_header_image_new_phone.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 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;
	
	/* 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 ;
}

#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;
}


/* 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_header_headline { /* this is the enclosed headline area to the left of the corner photo */
	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 */
}

/* 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 {
	position: relative ; 
	width:629px;  
	min-height: 396px ; 
	height:auto !important;
	height:396px;
}

/* added this on 12-20-2010 to fix display issue with short blog posts. */
#content_middle_news_main {
	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_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: 30px; /*adjusts right margin of content paragraph */
	padding-bottom: 11px; 
	font-size: 1.2em ;
}


#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 p.testimonials_no_space_after { /* testimonials have size 11 font */
	font-size: 1.1em ;
	padding-bottom: 0 ;
}

#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 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 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.what_is_clickcare_first {
	padding-top: 1.2em ; 
}

#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_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: 0.5em ; 

	padding-left: 80px ;
}

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



/* --- */

#content_bottom, #content_bottom_1blue, #content_bottom_2purple, #content_bottom_3green, #content_bottom_4grey  {
	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_development {
	float: left ;
	width:629px;  
	height:416px;
	
	background: #ffffff  url(../../../../images/content_box_bottom_development2.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 {
    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 ; 
}

/* 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;
}

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

/* 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; */
}

/* 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 ; */
}

#welcome_flash_movie {
}

#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; */
}

#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; 
	font-size: 1.2em ; 
	
}

#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 {
}


#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: 1.2em ;
} 


/* 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 h2.headline {
}


#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 ; 
	
	padding: 32px 44px 0px 10px ; 
	
	margin: 0 ;
	/* width: 33% ; */ /* this was part of the old scheme (pre-Wordpress) -- that's bush-league stuff now */
	
	/* background-color:#FF9933 ; */ /* for testing */

	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 */
	
	margin-top:0 ;
}


#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_spacer {
	padding-top: 10px ; /* temporary kludge for WP news page */
	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 ; 
}

/* News image "Gallery" from Wordpress */
#content_middle_news_image dd {
	font-size:0.9em ; 
	padding-top:0.5em ; 
	padding-left: 0;
	padding-right: 0;
	margin: 0 ;
	text-align: center ;
	/* padding-left and padding-right overrides some inherited padding that was nudging them over a little bit */
}


/*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 ; 
}

#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;
}

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

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

	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-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 ;
}

.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: 11px ;

}

.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_item 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 ;
}

#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.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 a.support_item_image img {
	border: 0 ;
}

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

#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 {
	float: left ;
	display: block ;
	width: 150px ;
	
	padding-top: 0px ; 
	padding-left: 37px ; /*adjusts left margin of content paragraph */
	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 ;
}

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

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

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

#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 ;
}

/* Larry added this for navigation links : */
#content_middle_wrapper p.wp_nav_link_left {
	/* float: left ; */
	margin:0px;
	/* padding-right: 15px ; *//* this sets spacing between the two links */
	padding-bottom: 0px ;
}

#content_middle_wrapper p.wp_nav_link_right {
	/* float: left  ; */
	margin:0px;
	/* padding-left: 0px ; 
	padding-right: 0px ; */
}

/* wordpress comment form tags added by Larry */
#wp_commentform label {
    /*display: inline;
    float: left; */
	width: 200px ; 
	margin-bottom: 15px ; 
	margin-left: 0px;
	margin-right: 15px ;

}

	
/* from Larry */
h3#comments {
	padding-top: 12px ;
	padding-bottom: 0 ;
	margin-bottom: 0 ; 
}

.gallery dl {
	/* IE was rendering the top & bottom padding differently than FF & Safari for the dl element */
	/* which was creating a margin in FF & Safari that wasn't present in IE6/7 */
	/* so: */
	margin: 0 0 20px 0 ;
	
}



