/*
 Print Styles
 Site: Meddius
*/

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:1.5em;
	}

a {
	color:#3e5477;
	text-decoration:none;
	}
	
/* Logo */
#logo h1, #logo h1 a {
	float:left;
	font-size:30pt;
	text-align:center;
	font-weight:lighter;
	color:#3e5477;
	margin-top:0;
	margin-bottom:0.5em;
	text-decoration:none;
	}
#logo h1 a {
	margin-bottom:0em;
	}
#logo h4 {
	float:right;
	font-size:9pt;
	color:#bebebe;
	text-transform:uppercase;
	}
	
/* Nav */
ul#nav {display:none;}

/* Feature */
#feature {margin-bottom:1em;}

/* Audience*/
div#vendors, div#hospitals {
	float:left;
	width:18em;
	padding:0em 1em 0.25em 1em;
	}
div#vendors {border-right: 0.1em #CCCCCC solid;}
div#vendors h3, div#hospitals h3 {
	margin:0em;
	color:#333333;
	font-size:85%;
	text-transform:uppercase;
	}
div#vendors p, div#hospitals p {
	margin-top:0;
	font-size:9pt;
	line-height:1.25em;
	}
div#vendors a, div#hospitals a {display:none;}

/* Highlights */
#highlights {
	clear:both;
	text-align:left;
	padding-top:1em;
	border-top: 0.1em #CCCCCC solid;
	border-bottom: 0.1em #CCCCCC solid;
	font-size:10pt;
	padding-bottom:3em;
	}
#highlights h3 {color:#3e5477;}
#highlights img {
	float:left;
	margin-right:0.5em;
	}
#highlights ul, #highlights ul li {
	list-style:none;
	margin:0;
	padding:0;
	}
#highlights ul li {clear:left;}	
#highlights ul li.more {display:none;}
#highlights strong {
	font-size:150%;
	font-weight:lighter;
	}
	
/* Press */
div#press {
	margin-top:2em;
	text-align:left;
	}
div#press h3 {
	font-size:150%;
	font-weight:lighter;
	color:#3e5477;
	margin:0em 0em 1em 0em;
	padding:0em;
	}
div#press h4 {
	margin:0;
	font-size:85%;
	text-transform:uppercase;
	}
div#press h4 a {
	color:#333333;
	}
div#press p {
	margin-top:0;
	font-size:10pt;
	}
#press p.more {display:none;}
	
/* Meddius Solution */
p#solution {
	display:none;
	}
	
/* Intro */
div#intro {
	border: 0.1em #CCCCCC solid;
	padding:1em;
	text-align:left;
	font-size:10pt;
	margin:2em 0;
	}
div#intro p {
	padding:0;
	margin:0;
	}
	
/* Why */
p#why {
	font-size:10pt;
	padding:0 10em;
	}
p#why a {
	text-decoration:none;
	color:#3e5477;
	}

/* Secondary Content */
div#callouts {display:none;}


div#content {
	clear:both;
	text-align:left;
	font-size:10pt;
	}
	
div.feature {
	border-top: 0.1em #CCCCCC solid;
	border-bottom: 0.1em #CCCCCC solid;
	padding:2em 2em 1em 2em;
	margin: 0em 0em 2em 0em;
	font-size:11pt;
	line-height:150%;
	text-align:center;
	color:#666666;
	}
div.feature h2 {
	font-weight:lighter;
	font-size:24pt;
	margin:0 0 0.5em 0;
	color:#000000;
	line-height:1em;
	}
div#content h3 {
	font-size:150%;
	font-weight:lighter;
	margin-bottom:0em;
	}
div#content p {
	margin-top:0;
	}

hr {
	display:none;
	}

div#content ul {
	margin:0;
	list-style-image:url(../images/sub/bullet_feature.gif)
	}
	
div#content ul li {
	padding:0 0 0.5em 0;
	}
	
	
/* Footer */
div#footer {display:none;}

