﻿@import url('/styles/reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 
file:			main.css - Shared style elements between index and
					internal pages.  Mostly header and footer includes
					styles.
version:	1.0
author:		Trademark Productions
email:		dean@tmprod.com
website:	www.ezclaim.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
.left {
	float: left;
	clear: right;
}

.right {
	float: right;
	clear: left;
}

.orange {
	color: #f68b1f
}

.darkorange {
	color: #f15922;
}

img.right {
  	float: right;
  	clear: left;
  	padding: 5px;
}

img.left {
  	float: left;
  	clear: right;
  	padding: 5px;
}

.hide {
  	text-indent: -9000em;
  	display: none;
}

body { 
	margin: 0 auto;
	background: #fff url(/images/body_bg2.jpg) repeat top left ;
	text-align: center;
	font: 62.5%/1.2 "Trebuchet MS", Arial, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align:left;
	font-size: 12px;
}

p.center {
	text-align:center;
}


div#content p, div#contentBlank p, div#content li {
	font-family: Arial, Helvetica, sans-serif;
	margin: .5em 0;
}

div#content p, div#contentBlank p, div#banner p {
	line-height: 1.3em;
}

ul.bannerlist li {
	padding-left: 10px;
	margin: .4em 0;
	background: url(/images/ul-li-bg.gif) no-repeat left 4px;
}



/* =Headings
-------------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: .4em 0;
}

/* =Links
-------------------------------------------------------------*/
a {
	text-decoration: none;
}

a.whitearrow {
	padding-right: 12px;
	background: url(/images/a-whitearrow-bg.gif) no-repeat right;
}

a.orangearrow {
	padding-right: 12px;
	background: url(/images/a-orangearrow-bg.gif) no-repeat right;
}

/* =Layout
-------------------------------------------------------------*/
div#cse-search-results iframe{
	width: 720px;
}

div#wrapper {
	width: 768px;
	margin: 0 auto;
	text-align: left;
}

div#banner {
	z-index: 100;
}

div#printMast {
	display: none;
}

div#container{
	width: 768px;
	float: left;
	border-top: 8px solid #463979;
	position: relative;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

div#mast {
	width: 768px;
	height: 105px;
	float: left;
	background: transparent url(/images/banner-bg.gif) no-repeat top left;
}

div#mast-alt {
	width: 768px;
	height: 105px;
	float: left;
	background: transparent url(/images/banner-bg-medical-billing-software.gif) no-repeat top left;
}

div#content {
	width: 738px;
	float: left;
	padding: 15px;
	background-color: #fff;
}

div#footer {
	width: 768px;
	float: left;
	height: 106px;
	background: #fcdeb3 url(/images/footer-bg.gif) repeat-x top left;
	position: relative;
}
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 278px;
	height: 83px;
	position: absolute;
	left: 15px;
	top: 15px;
}

ul#mastNav {
	/* width: 420px; */ /* 332 */
	position: absolute;
	right: 0px;
	top: 0;
}

ul#mastNav li {
	float: left;
	margin-right: 8px;
}

ul#mastNav li.shortPreload {
	background: url(/images/short-tab-hover.gif) no-repeat -9000em;
}

ul#mastNav li.longPreload {
	background: url(/images/long-tab-hover.gif) no-repeat -9000em;
}

ul#mastNav li.phoneNumber {
	padding-top: 1px;
	padding-left: 10px;
	color: #463979;
	font-size: 12pt;
}

ul#mastNav li a, ul#mastNav li a:visited, ul#mastNav li a:hover {
	display: block;
	padding: 4px;
	padding-left: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

ul#mastNav li a.shortTab, ul#mastNav li a:visited.shortTab {
	width: 48px;
	height: 12px;
	background: transparent url(/images/short-tab.gif) no-repeat top left;
}

ul#mastNav li a:hover.shortTab {
	width: 48px;
	height: 12px;
	background: transparent url(/images/short-tab-hover.gif) no-repeat top left;
}

ul#mastNav li a.longTab, ul#mastNav li a:visited.longTab {
	width: 74px;
	height: 12px;
	background: transparent url(/images/long-tab.gif) no-repeat top left;
}

ul#mastNav li a:hover.longTab {
	width: 74px;
	height: 12px;
	background: transparent url(/images/long-tab-hover.gif) no-repeat top left;
}

div#mast p {
	font-size: 17px;
	color: #52438d;
	width: 350px;
	position: absolute;
	right: 10px;
	top: 75px;
}

div#mast-alt p {
	font-size: 17px;
	color: #52438d;
	width: 350px;
	position: absolute;
	right: 10px;
	top: 75px;
}

/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/
ul#footerNav {
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}

ul#footerNav li {
	float: left;
	border-right: 1px solid #52438d;
	color: #52438d;
	font-weight: bold;
}

ul#footerNav li.last {
	border-right: none;
}

ul#footerNav li a, ul#footerNav li a:visited {
	text-decoration: underline;
	color: #52438d;
	margin: 0 8px;
	display: block;
}

ul#footerNav li a:hover {
	color: #f68b1f;
}

div#footer p, div#footer a, div#footer a:visited {
	color: #52438d;
	font-weight: bold;
}

div#footer p {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-left: 28px;
}

div#footer a {
	text-decoration: underline;
}

div#footer a:hover {
	color: #f68b1f;
}

div#footer img#intuit {
	position: absolute;
	right: 20px;
	top: 40px;
}
	

/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#bannerNav {
	width: 764px;
	position: absolute;
	padding-left: 4px;
	height: 30px;
	margin-top: 105px;
	margin-left: 0;
	background: transparent url(/images/bannerNav-bg.jpg) repeat-x top left;
	z-index: 1000;
}

ul#bannerNav li {
	float: left;
	background: transparent url(/images/bannerNav-li-bg.gif) no-repeat top right;
	height: 30px;
	padding-right: 2px;
}

ul#bannerNav li.last {
	float: left;
	background-image: none;
	padding-right: 0;
}

ul#bannerNav li a, ul#bannerNav li a:visited {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding: 8px 13px;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	height: 30px;
	text-align: center;
}

ul#bannerNav li a:hover, ul#bannerNav li.current a {
	color: #52438d;
}

ul#bannerNav li a.home {
	background: transparent url(/images/banner-home-hover.gif) no-repeat -9000em;
	width: 38px;
}

ul#bannerNav li a:hover.home, ul#bannerNav li.current a.home {
	background: transparent url(/images/banner-home-hover.gif) no-repeat top center;
	color: #52438d;
}

ul#bannerNav li a.overview {
	background: transparent url(/images/banner-overview-hover.gif) no-repeat -9000em;
	width: 70px;
}

ul#bannerNav li a:hover.overview, ul#bannerNav li.current a.overview {
	background: transparent url(/images/banner-overview-hover.gif) no-repeat top center;
	color: #52438d;
}

ul#bannerNav li a.products {
	background: transparent url(/images/banner-products-hover.gif) no-repeat -9000em;
	width: 69px;
}

ul#bannerNav li a:hover.products, ul#bannerNav li.current a.products {
	background: transparent url(/images/banner-products-hover.gif) no-repeat top center;
	color: #52438d;
}

ul#bannerNav li a.billing {
	background: transparent url(/images/banner-billing-hover.gif) no-repeat -9000em;
	width: 135px;
}

ul#bannerNav li a:hover.billing, ul#bannerNav li.current a.billing {
	background: transparent url(/images/banner-billing-hover.gif) no-repeat top center;
	color: #52438d;
}

ul#bannerNav li a.trial {
	background: transparent url(/images/banner-trial-hover.gif) no-repeat -9000em;
	width: 75px;
}

ul#bannerNav li a:hover.trial, ul#bannerNav li.current a.trial {
	background: transparent url(/images/banner-trial-hover.gif) no-repeat top center;
	color: #52438d;
}

ul#bannerNav li a.support {
	background: transparent url(/images/banner-support-hover.gif) no-repeat -9000em;
	width: 54px;
}

ul#bannerNav li a:hover.support, ul#bannerNav li.current a.support {
	background: transparent url(/images/banner-support-hover.gif) no-repeat top center;
	color: #52438d;
}

ul#bannerNav li a.purchase {
	background: transparent url(/images/banner-purchase-hover.gif) no-repeat -9000em;
	width: 62px;
}

ul#bannerNav li a:hover.purchase, ul#bannerNav li.current a.purchase {
	background: transparent url(/images/banner-purchase-hover.gif) no-repeat top center;
	color: #52438d;
}

ul#bannerNav li a.blog {
	background: transparent url(/images/banner-blog-hover.gif) no-repeat -9000em;
	width: 30px;
}

ul#bannerNav li a:hover.blog, ul#bannerNav li.current a.blog {
	background: transparent url(/images/banner-blog-hover.gif) no-repeat top center;
	color: #52438d;
}

/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/
fieldset {
	padding:5px;
}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight:bold;
}
	
fieldset label {
	color: #463979;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-top: 9px;
	vertical-align:top;
}
	
fieldset input, fieldset select {
	margin:5px;
	width:142px;
}

fieldset input#radioButton {
	width:auto;
}

fieldset input#checkBox {
	width:auto;
}
	
fieldset select {
	width:146px;
}
		
fieldset textarea {
	width:95%;
	height:60px;
	margin:10px 0;
}
	
fieldset textarea.large {
	width:95%;
	height:120px;
	margin:10px 0;
}
	
fieldset input.submit {
	width:auto;
	float:right;
}

form#searchForm {
	width: 220px;
	position: absolute;
	right: 25px;
	top: 40px;
}

form#searchForm fieldset {
	padding: 0;
	border: none;
}

form#searchFrom fieldset input {
	padding: 0px;
}


/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing:0;
	border-collapse:collapse;
	}

td {
  text-align:left;
	font-weight:normal;
	}
	
td.contact#radioButtonAlign {
	vertical-align:middle;
	font-size:small;
}

td#checkBoxesAlign {
	vertical-align:middle;
	font-size:small;
}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
td.error {
	font-size:14px;
	color: #ff0000;
	font-weight: bold;
	text-align:center;
}

td.refresh {
	font-size:12px;
	color: #ff0000;
	font-weight: normal;
	text-align:center;
}

div#footer #print {
	position: absolute;
	right: 5px;
	top: 20px;
}

div#printicon {
	position: absolute;
	right: 5px;
	top: 165px;
}

fieldset input.updatesubmit {
	width: auto;
}

div.separator {
	border-top: 1px solid #f68b1f; 
	border-bottom: 1px solid #f15922; 
	margin-bottom: 6px;
	margin-top: 4px;
	height: 0px;
}


/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}
