@charset "UTF-8";
/* CSS Document */

/* ============ Styles Info =========== 
Project: iChart Website
Date: 05.14.08
Developed by: Erica Meade, www.ericameade.com

====== COLORS ======
page background: #c6c6c2
body text: #53534a
heading 1: #42618c
links: #42618c
links-hover: #40779b 

====== FONT FAMILIES ======
heading text: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif
body text: Helvetica, Arial, sans-serif
	
	*/

/* ============ Overall Page Styles =========== */

*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	outline: none;
}

html {
	background: #cbcbc8 url(../_img/html_bg.jpg) repeat-x;
	text-align: center;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	margin-top: 16px;
	color: #53534a;
}

#wrapper {
	background: url(../_img/body_bg.jpg) top center repeat-y;
	width: 770px;
	margin: 0 auto 15px auto;
	padding: 0 12px;
	position: relative;
}
h1 {
	font: 125%/1.2 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	color: #42618c;
	margin-bottom: 9px;
}

h1 span {
	color: #53534a;
	font-weight: normal;
	font-size: 85%;
}

h2 {
	font: 100%/1.2 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	margin: 2px 0 9px 0;
	color: #42618c;
	font-weight: normal;
}
/* ============ Header Styles =========== */


#header {
	background: url(../_img/body_bg_top.jpg) top center no-repeat;
	padding: 16px 12px;
}

#header h1 {
	margin: 0;
}

p.login
{
	position: absolute;
	top: 13px;
	right: 25px;
	color: #8c8d88;
	font-size: 75%;
	line-height: normal;
	display: block;
	height: 28px;
}

p.login a {
	color: #8c8d88;
}

p.login a:hover {
	text-decoration: none;
}

p.login input {
	border: solid 1px #bbb;
	margin: 0 3px;
	color: #8c8d88;
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
}

p.login input .button {
	background-color: #e2e2e1; 
	cursor: pointer;
	display: block;
}

p.login img {
	margin: 0 0 -10px 5px;
}

/* ============ Main Nav Styles =========== */

ul#mainNav {
	background: url(../_img/mainnav_bg.jpg) repeat-x;
	height: 31px;
	line-height: 31px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	font-size: 75%;
	width: 746px;
	margin: 0 auto 19px auto;
}

ul#mainNav li {
	float: left;
	display: block;
	width: 90px;
	border-right: solid 1px #e2e2e1;
}

ul#mainNav li.last {
	float: right;
	background: url(../_img/mainnav_bg_right.jpg) right top no-repeat;
	border: none;
}

ul#mainNav li a {
	text-decoration: none;
	color: #53534a;
	text-align: center;
	height: 31px;
	line-height: 31px;
	display: block;
}

ul#mainNav li a:hover {
	background: url(../_img/mainnav_bg_active.jpg) repeat-x;
}

ul#mainNav li a.current, ul#mainNav li a.current:hover {
	background: url(../_img/mainnav_bg_active.jpg) repeat-x;
	font-weight: bold;
}

ul#mainNav li.home a {
	background: url(../_img/mainnav_bg_left.jpg) no-repeat left top;
	height: 31px;
	line-height: 31px;
}

ul#mainNav li.home a:hover {
	background: url(../_img/mainnav_bg_left_active.jpg) no-repeat left top;
}

ul#mainNav li.home a.current, ul#mainNav li.home a.current:hover {
	background: url(../_img/mainnav_bg_left_active.jpg) no-repeat left top;
	font-weight: bold;
}
/* ============ Home page Animation Styles =========== */

#homeShowcase {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	margin: 0 auto 19px auto;
	width: 746px;
}

#homeShowcase a {
	font-weight: bold;
	text-decoration: none;
	color: #53534a;
}
#homeShowcase a:hover {
	color: #42618c;
}

#showcaseHeader {
	background: url(../_img/animation_header.jpg) no-repeat;
	height: 82px;
	position: relative;
}

#showcaseHeader img {
	position: absolute;
	left: 14px;
	top: 18px;
}

#showcaseBody {
	background: #ececec url(../_img/animation_showcase_bg.jpg) repeat-x bottom;
	font-size: 85%;
	padding: 10px 14px 10px 70px;
	border-left: solid 1px #bdbdbd;
	position: relative;
}

#showcaseBody li {
	margin: 6px 0 6px 12px;
	padding: 4px 0 4px 30px;
}

#showcaseBody li.iprescribing {
	background: url(../_img/animation_list_iprescribe.png) no-repeat top left;
}

#showcaseBody li.ibilling {
	background: url(../_img/animation_list_ibilling.png) no-repeat top left;
}

#showcaseBody li.ilab {
	background: url(../_img/animation_list_ilab.png) no-repeat top left;
}

#showcaseBody li.inote {
	background: url(../_img/animation_list_inote.png) no-repeat top left;
}

#showcaseBody .text {
	width: 397px;
}


#showcaseFlash {
	height: 342px;
	width: 224px;
	position: absolute;
	bottom: -27px;
	right: 22px;
	background: url(../_img/home_an.gif) no-repeat bottom right;
}

#showcaseFooter {
	background: url(../_img/animation_showcase_ftr_bg.jpeg) no-repeat bottom left;
	height: 17px;
	padding: 10px 0 0 0;
}

#showcaseFooter a.featureButton {
	background: url(../_img/button_viewfeatures_white.png) top left no-repeat;
	height: 10px;
	width: 84px;
	text-indent: -3000px;
	display: block;
	margin-left: 391px;
}

#showcaseFooter a.featureButton:hover {
	background-position: bottom;
}

/* ============ Main content Styles =========== */
#sidebar {
	width: 198px;
	margin: 0 21px 11px 12px;
	float: left;
}

#sidebar .sidebarNews {
	background: url(../_img/sidebar_news_bg_btm.jpg) no-repeat bottom left; 
}

#sidebar .sidebarNews h3 {
	background: url(../_img/sidebar_news_bg_top.jpg) no-repeat top left;
	font: 100%/1.2 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	color: #42618c;
	padding: 11px;
}

#sidebar .sidebarNews ul {
	margin: 0 11px 0 11px;
	padding: 0 0 6px 0;
	font-size: 85%;
}

#sidebar .sidebarNews ul li {
	margin: 5px 0 6px 0;
	padding: 0 0 0 11px;
	background: url(../_img/bullet_blue.png) no-repeat top left;
}

#sidebar .sidebarNews ul a {
	color: #53534a;
	text-decoration: none;
	font-weight: bold;
}

#sidebar .sidebarNews ul a:hover {
	color: #42618c;
}

.date {
	font-size: 90%;
	font-weight: normal;
}

#sidebar .sidebarShowcase {
	margin-top: 21px;
	padding-bottom:11px;
	background: url(../_img/sidebar_feature_bg_btm.jpg) no-repeat bottom left; 
}

#sidebar .sidebarShowcase img {
	float: left;
	margin: 0 6px 0 0;
}

#sidebar .sidebarShowcase .showcasePhone {
margin: 11px 7px 35px -10px;
z-index: 50;
}

#sidebar .sidebarShowcase .showcaseSync {
margin: 4px 7px 35px 4px;
}

#sidebar .noNav {
	margin-top: 0;
}


#sidebar .sidebarShowcase h3 {
	background: url(../_img/sidebar_feature_bg_top.jpg) no-repeat top left;
	font: 100%/1.2 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	color: #fff;
	padding: 11px;
}

#sidebar .sidebarShowcase p {
	font: 75%/1.4 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	color: #fff;
}

#sidebar .sidebarShowcase a.featureButton {
	background: url(../_img/button_viewfeatures_white.png) top left no-repeat;
	height: 10px;
	width: 84px;
	text-indent: -3000px;
	display: block;
	margin: 11px 0 0 105px;
}

a.visitApple {
 	height: 10px;
	display: block;
	background: url(../_img/button_visitapple.png) no-repeat top left;
	text-indent: -3000px;
	margin: 11px 0 0 105px;
}

a.buyNow {
 	height: 10px;
	display: block;
	background: url(../_img/button_buynow.png) no-repeat top left;
	text-indent: -3000px;
	margin: 11px 0 0 105px;
	font-size: 1px;
}

a.viewInfo {
 	height: 10px;
	display: block;
	background: url(../_img/button_viewinfo.png) no-repeat top left;
	text-indent: -3000px;
	margin: 11px 0 0 105px;
}

#sidebar ul.secondaryNav {
	font: 80%/32px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
}

#sidebar ul.secondaryNav li a {
	background: url(../_img/sidebar_secondarynav_bg.jpg) repeat-x top left;
	height: 32px;
	line-height: 32px;
	color: #53534a;
	text-decoration: none;
	display: block;
	border-bottom: solid 2px #e1e1e1;
	padding: 0 6px 0 11px;
}
#sidebar ul.secondaryNav li a:hover {
	background-position: bottom left;
}

#sidebar ul.secondaryNav li a.current, #sidebar ul.secondaryNav li a.current:hover {
	color: #42618c;
	background-position: bottom left;
}

#sidebar ul.secondaryNav li.first a {
	background: url(../_img/sidebar_secondarynav_first_bg.jpg) no-repeat top left;
}

#sidebar ul.secondaryNav li.first a.current, #sidebar ul.secondaryNav li.first a.current:hover {
	color: #42618c;
	background-position: bottom left;

}

#sidebar ul.secondaryNav li.first a:hover {
	background-position: bottom left;
}

#sidebar ul.secondaryNav li ul li a {
	background-image: none;
	background-color: #a2a29e;
	border-bottom: solid 1px #e1e1e1;
	padding-left: 33px;
	color: #fff;
	
}

#sidebar ul.secondaryNav li ul li a:hover {
	color: #53534a;
}

#sidebar ul.secondaryNav li.last a {
	background: url(../_img/sidebar_secondarynav_last_bg.jpg) no-repeat top left;
	border: none;
}

#sidebar ul.secondaryNav li.last a:hover {
	background-position: bottom left;
}

#sidebar ul.secondaryNav li.last a.current, #sidebar ul.secondaryNav li.last a.current:hover {
	background-position: bottom left;
	color: #42618c;
}

#sidebar ul.secondaryNav li ul li a.current {
 	color: #53534a;
}

#sidebar ul.secondaryNav li.first ul li.inote a, #sidebar ul.secondaryNav li ul li.inote a {
	background: #a2a29e url(../_img/secondarynav_notes.gif) no-repeat 7px center;
	border-bottom: solid 2px #e1e1e1;
}

#sidebar ul.secondaryNav li.first ul li.iprescribing a, #sidebar ul.secondaryNav li ul li.iprescribing a {
	background: #a2a29e url(../_img/secondarynav_meds.gif) no-repeat 7px center;
}

#sidebar ul.secondaryNav li.first ul li.ibilling a, #sidebar ul.secondaryNav li ul li.ibilling a {
	background: #a2a29e url(../_img/secondarynav_billing.gif) no-repeat 7px center;
}

#sidebar ul.secondaryNav li.first ul li.ilab a, #sidebar ul.secondaryNav li ul li.ilab a {
	background: #a2a29e url(../_img/secondarynav_lab.gif) no-repeat 7px center;
}

#sidebar ul.secondaryNav li ul li.active a {
	color: #53534a;
}

/* ============ Content Styles =========== */

#content {
	width: 500px;
	float: left;
	margin-left: 11px;
}

#content p.bigText {
	font: 90%/1.4 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	color: #42618c;
	padding: 11px 0;
}

#content p {
	font: 80%/1.4 Helvetica, Arial, sans serif;
	padding: 0 0 11px 0;
}

#content a {
	color: #42618c;
	text-decoration: none;
}

#content a:hover {
	border-bottom: none;
}

#content ul {
	font: 80%/1.4 Helvetica, Arial, sans serif;
	padding: 0 0 11px 0;
	margin: 0 0 0 21px;
}

#content ul li {
	padding: 0 0 0 11px;
	margin: 0 0 5px 0;
	background: url(../_img/content_bullet.gif) no-repeat left 3px;
}

a.registerNowBtn {
	height: 13px;
	display: block;
	background: url(../_img/button_registernow.gif) no-repeat top left;
	text-indent: -3000px;
	margin: 0 0 6px 400px;
}

a.learnMoreBtnWhite {
	height: 13px;
	display: block;
	background: url(../_img/button_learnmore_white.gif) no-repeat top left;
	text-indent: -3000px;
	margin: 0 0 6px 400px;
}

a.learnMoreBtnWhite:hover {
	background-position: bottom left;
}

a.LearnMoreBtn {
 	height: 10px;
	display: block;
	background: url(../_img/button_learnmore.png) no-repeat top left;
	text-indent: -3000px;
	margin: 0 0 6px 0;
}

a.LearnMoreBtn:hover {
	background-position: bottom left;
}

.demoImage {
	float: left;
	margin: 2px 20px 0 0;
}

a.registerNowBtn:hover {
	background-position: bottom left;
}

a.viewModuleBtn {
 	height: 10px;
	display: block;
	background: url(../_img/button_viewModule.gif) no-repeat top left;
	text-indent: -3000px;
	margin: 0 0 6px 0;
}
a.viewModuleBtn:hover {
	background-position: bottom left;
}

.intShowcaseWrapper {
		background: url(../_img/int_showcase_bg_bottom.gif) no-repeat bottom left;
		padding-bottom: 15px;
	width: 504px;
}

.intShowcase {
	background: url(../_img/int_showcase_bg_top.gif) no-repeat;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans serif;
	clear: both;
	padding-top: 15px;
}

.intShowcaseInner {
	padding: 15px;
	background: url(../_img/int_showcase_bg.gif) repeat-y;
	width: 100%;
}

.intShowcaseItem {
	width: 170px;
	border: solid 1px #e3e3e1;
	border-left: 0;
	border-top: 0;
	padding: 6px 12px 12px 40px;
	vertical-align: top;
}

.left {
	border-right: none;
}

.bottom {
	border-bottom: none;
	padding-top: 18px;
}

.bottomLeft {
	border: none;
	padding-top: 18px;
}

.intShowcase h4 {
	font-weight: normal;
	font-size: 90%;
	margin: 0 0 0 -28px;
	height: 23px;
	padding-left: 28px;
}

.intShowcase h4.iprescribe {
	background: url(../_img/animation_list_iprescribe.png) no-repeat;
}

.intShowcase h4.ibilling {
	background: url(../_img/animation_list_ibilling.png) no-repeat;
}

.intShowcase h4.ilab {
	background: url(../_img/animation_list_ilab.png) no-repeat;
}

.intShowcase h4.inotes {
	background: url(../_img/animation_list_inote.png) no-repeat;
}
#content .intShowcase p {
	font-size: 70%;
	line-height: 1.2;
}

/* ============ Footer Styles =========== */

#footer {
	background: url(../_img/body_bg_btm.jpg) bottom center no-repeat;
	color: #8c8d88;
	padding: 12px 16px 0 16px;
	clear: both;
}

#footer ul {
	position: relative;
	height: 31px;
	text-align: right;
}

#footer ul li {
	float: left;
	margin: 0 3px;
	padding: 0 6px 0 2px;
	font-size: 70%;
	border-right: solid 1px #bbb;
	vertical-align: bottom;
}

#footer ul li.last {
	border: none;
}

#footer ul li.image {
	border: none;
	margin-top: -5px;
}

#footer ul li a {
	color: #8c8d88;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer small {
	width: 350px;
	float: left;
	font-size: 75%;
}


*, img { 
	behavior: url(iepngfix.htc);
}
