/*
dark blue: #005596
light blue: #96C0E6
green: #38B44B
red: #FF0000
border: 1px solid #000000;
*/

/* -----[GLOBAL RESET]----------------------------------------- */
BODY, HTML {
	background: url("../images/bg_container.gif") top left repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
}

P, H1, H2, H3, H4, H5, H6, A, OL, UL, LI, FORM {
	margin: 0px;
	padding: 0px;
}

A, A:link, A:visited {
	font-weight: bold;
	color: #005596;
	text-decoration: underline;
	outline: none;
}

A:hover {
	text-decoration: none;
}

IMG {
	border: 0px;
	outline: none;
}

/*INPUT, TEXTAREA {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

INPUT[type="text"], INPUT[type="password"], TEXTAREA {
	padding: 2px;
}

INPUT[type="text"]:focus, INPUT[type="password"]:focus, TEXTAREA:focus, SELECT:focus {
	border: 2px solid #c0b863;
}*/
/* -----[GLOBAL RESET]----------------------------------------- */

.debug {
	border: 1px solid #000000;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.container {
	width: 780px;
}

/* -----[MASTHEAD]----------------------------------------- */
.masthead {
	background: url("../images/bg_masthead.gif") top left repeat-y;
	height: 60px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 12px 0px 8px;
}

.masthead .logo {
	float: left;
}

.masthead .quick_links {
	float: right;
	padding-top: 18px;
}

.masthead .quick_links UL {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	list-style: none;
}

.masthead .quick_links LI {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #FFFFFF;
}

.masthead .quick_links LI:last-child {
	border: 0px;
}

.masthead .quick_links LI.last {
	border: 0px;
}

.masthead .quick_links A {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.masthead .quick_links A:hover {
	color: #96C0E6;
}

.masthead .btn_signup {
	float: left;
	background-color: #96C0E6;
	border: 1px solid #FFFFFF;
	padding: 2px 4px;
}

.masthead .btn_signup A {
	color: #005596;
	font-weight: bold;
	text-decoration: none;
}

.masthead .btn_signup A:hover {
	color: #FFFFFF;
}
/* -----[MASTHEAD]----------------------------------------- */

/* -----[CONTENT]----------------------------------------- */
.main {
	clear: both;
	position: relative;
	float: left;
	width: 754px;
	margin-left: 12px;
	_margin-left: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #999999;
}

.content {
	float: left;
	width: 600px;
	min-height: 300px;
	_height: 300px;
	padding-right: 12px;
	line-height: 150%;
	border-right: 1px solid #999999;
}

.content_index {
	min-height: 600px;
	_height: 600px;
}

.content_transactions {
	min-height: 80px;
	_height: 80px;
}

.content_training {
	padding: 12px 24px;
	line-height: 150%;
}

.content H1 {
	padding-bottom: 12px;
	color: #005596;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 14px;
}

.content_training H1 {
	padding-bottom: 12px;
	color: #005596;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 24px;
}

.content H2 {
	font-size: 14px;
	padding-bottom: 8px;
}

.content H3 {
	font-size: 12px;
	padding-bottom: 4px;
}

.content H4 {
	font-size: 12px;
	padding-bottom: 4px;
}

.content P {
	padding-bottom: 14px;
}

.content_training P {
	font-size: 13px;
	padding-bottom: 12px;
}

.content_training A:link, .content_training A:visited {
	font-size: 13px;
}

.content .list_gray {
	list-style-image: url("../images/arrow-gray.gif");
	margin: 0px 0px 0px 16px;
}

.content .list_gray LI {
	padding-bottom: 12px;
}

.content_training .list_gray {
	list-style-image: url("../images/arrow-gray.gif");
	margin: 0px 0px 12px 16px;
}

.content_training .list_gray LI {
	padding-bottom: 4px;
}

.content H3.benefits {
	background: url("../images/list_green.gif") no-repeat;
	width: 124px;
	height: 27px;
	padding-top: 6px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.content UL.benefits {
	list-style-image: url("../images/arrow-green.gif");
	margin-left: 18px;
	padding-bottom: 18px;
	line-height: 180%;
}

.content H3.features {
	background: url("../images/list_blue.gif") no-repeat;
	width: 124px;
	height: 27px;
	padding-top: 6px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.content UL.features {
	list-style-image: url("../images/arrow-blue.gif");
	margin-left: 18px;
	padding-bottom: 18px;
	line-height: 180%;
}

.content UL.guarantee {
	margin-top: 0px;
	margin-left: 18px;
	list-style-image: none;
	list-style: none;
}

.content UL.list_news {
	list-style: square;
	margin-left: 18px;
	padding-bottom: 18px;
}

.content UL.pdf {
	list-style-image: url("../images/arrow-pdf.gif");
	margin-left: 18px;
	margin-bottom: 18px;
	line-height: 150%;
}

.content UL.pdf A, .sidebar UL.pdf A:visited {
	color: #FF0000;
}

.content UL.pdf LI {
	#padding-left: 4px;
	padding-bottom: 4px;
}

.content .savings_left {
	float: left;
	width: 278px;
	padding-right: 12px;
}

.content .savings_right {
	float: right;
	width: 278px;
	padding-left: 24px;
	border-left: 1px solid #999999;
}
/* -----[CONTENT]----------------------------------------- */

/* -----[SIDEBAR]----------------------------------------- */
.sidebar {
	float: right;
	position: relative;
	width: 132px;
	padding-left: 0px;
	_padding-left: 6px;
}

.sidebar .quick_link {
	color: #005596;
	font-weight: bold;
	text-align: center;
}

.sidebar .quick_link A, .sidebar .quick_link A:visited {
	height: 40px;
	margin-top: 2px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.sidebar .quick_link A.green, .sidebar .quick_link A.green:visited {
	background: url("../images/btn_green.gif") top center no-repeat;
	padding-top: 12px;
	font-size: 14px;
	color: #FFFFFF;
}

.sidebar .quick_link A.blue, .sidebar .quick_link A.blue:visited {
	background: url("../images/btn_blue.gif") top center no-repeat;
	padding-top: 10px;
	font-size: 14px;
	color: #005596;
}

.sidebar .quick_link A.orange, .sidebar .quick_link A.orange:visited {
	background: url("../images/btn_orange.gif") top center no-repeat;
	padding-top: 10px;
	font-size: 14px;
	color: #000000;
}

.sidebar .quick_link A.orange_pdf, .sidebar .quick_link A.orange_pdf:visited {
	background: url("../images/btn_orange_pdf.gif") top center no-repeat;
	height: 55px;
	padding: 8px 7px 0px 7px;
	_padding: 8px 4px 0px 4px;
	font-size: 11px;
	color: #000000;
	line-height: 110%;
}

.sidebar .pdf {
	list-style-image: url("../images/arrow-pdf.gif");
	margin-left: 22px;
	line-height: 150%;
}

.sidebar .pdf A, .sidebar .pdf A:visited {
	color: #FF0000;
}

.sidebar .pdf LI {
	#padding-left: 4px;
	padding-bottom: 12px;
}

.sidebar .implementation {
	list-style-image: url("../images/arrow-green.gif");
	margin-left: 22px;
	padding-bottom: 12px;
	line-height: 150%;
}

.sidebar .implementation LI {
	#padding-left: 4px;
	padding-bottom: 12px;
}
/* -----[SIDEBAR]----------------------------------------- */

/* -----[INDEX]----------------------------------------- */
.index {
	clear: both;
	position: relative;
	float: left;
	width: 754px;
	margin: auto;
	margin-left: 12px;
	_margin-left: 8px;
	padding-bottom: 12px;
}

.index .about {
	font-size: 15px;
	line-height: 180%;
}

.index .customer {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005596;
	text-align: center;
	padding-top: 24px;
}

.index .customers {
	float: left;
	margin-left: 62px;
	_margin-left: 26px;
	margin-bottom: 18px;
}

.index .btn_customer {
	width: 139px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.index .btn_customer A, .index .btn_customer A:visited {
	background: url("../images/btn_customer.gif") no-repeat;
	width: 109px;
	height: 50px;
	padding: 0px 15px 2px 15px;
	#padding: 3px 15px 2px 15px;
	display: table-cell;
	vertical-align: middle;
	#display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.index .btn_customer A.single, .index .btn_customer A.single:visited {
	#height: 39px;
	#padding: 14px 15px 2px 15px;
}

.index .customized {
	clear: both;
	background: url("../images/btn_customized.gif") top center no-repeat;
	height: 30px;
	margin: 24px 0px 0px 0px;
	padding-top: 10px;
	font-family: Arial, Verdana, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}
/* -----[INDEX]----------------------------------------- */

#flash {
	margin-bottom: 24px;
}

.customer_login {
	padding-bottom: 18px;
	text-align: center;
}

.affiliation {
	float: left;
	width: 100%;
	padding-bottom: 12px;
}

.affiliation .image {
	float: left;
	width: 180px;
	text-align: center;
}

.affiliation .description {
	float: right;
	width: 410px;
}

.testimonial {
	padding-bottom: 18px;
}

.testimonial .text {
	color: #005596;
	padding: 0px;
}

.testimonial .author {
	text-align: right;
	font-style: italic;
	padding: 0px;
}

.drivers {
	text-align: center;
	margin-bottom: 18px;
}

.drivers .device {
	width: 200px;
}

.drivers .os {
	width: 250px;
}

.system_maintenance {
	width: 100%;
	margin-bottom: 18px;
	text-align: center;
}

.npi_payers {
	border-spacing: 0px;
	margin-bottom: 18px;
}

.npi_payers TH {
	border: 1px solid #005596;
	background-color: #96C0E6;
	padding: 6px 10px 6px 10px;
	color: #005596;
	text-align: left;
}

.npi_payers TD {
	border: 1px solid #005596;
	padding: 6px 10px 6px 10px;
}

.npi_payers .name {
	width: 25%;
}

.npi_payers .phone {
	width: 20%;
}

.savings_analysis {
	clear: both;
	position: absolute;
	right: 6px;
	bottom: 18px;
	padding: 0px;
	font-size: 14px;
	color: #005596;
	text-align: center;
}

.separator {
	margin-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid #999999;
}

.gotomeeting {
	color: #005596;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
}

.press_contact {
	line-height: 150%;
	padding-bottom: 14px;
}

.holiday {
	width: 300px;
}

.hotline {
	padding-top: 3px;
	padding-right: 8px;
	color: #005596;
	font-size: 12px;
	text-align: right;
}

.font_green {
	color: #38B44B;
	font-weight: bold;
}

.font_blue {
	color: #005596;
}

SPAN.sup {
	position: relative;
	bottom: 3px;
	font-size: 10px;
}

A.font_red {
	color: #FF0000;
	font-weight: bold;
}

A.glossary, A.glossary:visited {
	color: #666666;
	text-decoration: underline;
}

A.glossary:hover {
	text-decoration: none;
}

.glossary_page A, .glossary_page A:visited {
	text-decoration: none;
}

.logo_text {
	font-weight: bold;
	font-size: 18px;
}

.press_date {
	clear: both;
	float: left;
	width: 110px;
}

.press_date_double {
	clear: both;
	float: left;
	width: 110px;
	padding-top: 10px;
}

.press_title {
	float: left;
	width: 480px;
	padding-bottom: 16px;
}

.mno {
	font-size: 10px;
}

.google-ad {
	text-align: center;
	font-size: 14px;
	color: #005596;
}

/* -----[WEB FORMS]----------------------------------------- */
.web_form {
	width: 100%;
	vertical-align: middle;
}

.web_form .field {
	text-align: right;
}

.web_form .required {
	font-weight: bold;
}

.web_form .input {
	text-align: left;
}

.web_form .submit {
	padding-top: 12px;
	padding-bottom: 8px;
}
/* -----[WEB FORMS]----------------------------------------- */

/* -----[FOOTER]----------------------------------------- */
.footer {
	clear: both;
	font-size: 9px;
	padding: 8px 12px 20px 12px;
}

.footer .copyright {
	float: left;
	width: 45%;
	font-family: Verdana, Arial, sans-serif;
}

.footer .links {
	float: left;
	color: #005596;
	font-size: 11px;
	text-align: center;
}

.footer .links A {
	font-weight: normal;
}

.footer .updated {
	float: right;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
}
/* -----[FOOTER]----------------------------------------- */

/* -----[TABS]----------------------------------------- */
#tabs {
	clear: both;
	float: left; 
	background: url('../images/tabs/bg_tabs.gif') bottom repeat-x;
	width: 100%;
	height: 56px;
	margin: 6px 0px 18px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* controls list of primary elements */
#tabs ul.primary {
	position: relative;
	float: left;
	margin: 0px 8px;
	list-style: none;
}

/* makes primary list items display in a horizontal line */
#tabs ul.primary li {
	display: inline;
}

/* controls how primary list items are displayed (rounded and white tab background) */
#tabs ul.primary li a {
	display: block;
	float: left;
	background: url("../images/tabs/tab_left.gif") no-repeat left top;
	padding: 0px 0px 0px 2px;
	text-decoration: none;
	cursor: pointer;
}

/* controls how primary list items are displayed (rounded and white tab background) */
#tabs ul.primary li a span {
	display: block;
	background: url("../images/tabs/tab_right.gif") no-repeat right top;
	height: 18px;
	padding: 5px 15px 0px 10px;
	_height: auto;
	_padding: 5px 15px 6px 8px;
	color: #005596;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs ul.primary li a span {
	float: none;
}
/* End IE5-Mac hack */

/* controls the transition between white and blue buttons */
#tabs ul.primary li a:hover {
	background-position: 0% -26px;
}

/* controls the transition between white and blue buttons */
#tabs ul.primary li a:hover span {
	background-position: 100% -26px;
	color: #96C0E6;
}

/* unselected tabs will remain white */
#tabs ul.primary li.current a {
	background-position: 0% -26px;
}

/* selected tab will be highlighted blue */
#tabs ul.primary li.current a span {
	background-position: 100% -26px;
	color: #FFFFFF;
}

/* hide secondary menus */
#tabs ul.secondary {
	display: none;
}

/* controls styling of elements in secondary menus */
#tabs li.current ul.secondary {
	display: block;
	position: absolute;
	width: 900px;
	top: 30px;
	#left: 0px;
	list-style: none;
	font-size: 9px;
}

/* controls styling of links in secondary menus */
#tabs ul.secondary li a {
	float: left;
	background-image: none;
	border-left: 1px solid #96C0E6;
	padding: 0px 5px;
	color: #96C0E6;
	text-decoration: none;
}

#tabs ul.secondary li a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#tabs ul.secondary li a.last {
	border-right: 1px solid #96C0E6;
}

/* selected secondary item will be highlighted white */
#tabs ul.secondary li.current a {
	color: #FFFFFF;
	font-weight:bold;
}
/* -----[TABS]----------------------------------------- */

/* -----[TRANSACTIONS]----------------------------------------- */
.transactions {
	clear: both;
	_float: left;
	_width: 100%;
	background: url("../images/bg_menu.gif") repeat-x;
	padding-top: 12px;
	padding-bottom: 6px;
	#padding-top: 6px;
	#padding-bottom: 8px;
	_padding-top: 12px;
	line-height: 180%;
	color: #96C0E6;
	text-align: center;
}

.transactions p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.transactions A, .transactions A:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.transactions A:hover  {
	color: #96C0E6;
	text-decoration: underline;
}
/* -----[TRANSACTIONS]----------------------------------------- */

.connect-div {
	width: 462px;
	margin: auto;
}

.connect-div-alt {
	width: 402px;
	margin: auto;
}


.connect-logo {
	float: left;
	width: 100px;
	padding-bottom: 12px;
}

.connect-text {
	float: left;
	width: 350px;
	padding-top: 18px;
	padding-left: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #005596;
	line-height: 140%;
}

.connect-text-alt {
	float: left;
	width: 290px;
	padding-top: 24px;
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #005596;
	line-height: 140%;
}

