/* CSS Document */

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
		font-size: 13px;
        background: #0b5382;
		background-image: url(images/mainbackground.gif);
		background-repeat: repeat-x;
}


a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #de4631;
}

a:hover {
	background-color: #d0dae5;
}	

a:focus {
	outline: none;
}

.white {
	color: #FFFFFF;
}

.tablehighlite {
	background-color: #f0cdd0;
}

table {
	font-size: 12px;
}

td.dark {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #ffffff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #006699;
	background-image: url(images/tableheaderbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.darkcenter {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #ffffff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #006699;
	background-image: url(images/tableheaderbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.light {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #000033;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #D0DAE5;
}

td.lightcenter {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #000033;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #D0DAE5;
}

td.white {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #000033;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #fff;
}

td.whitecenter {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #000033;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #fff;
}

.seemore {
	height: 30px;
	width: auto;
	text-align: center;
	line-height: 28px;
}

.seemoreleft {
	height: 30px;
	width: 9px;
	float: left;
	background-image: url(images/seemoreleft.gif);
	background-repeat: no-repeat;
}

.seemoreright {
	height: 30px;
	width: 9px;
	float: left;
	background-image: url(images/seemoreright.png);
}

.seemorecontent {
	background-color: #d0dae5;
	float: left;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/seemoreright.gif);
	color: #de4631;
}

.seemorecontent a {
	height: 30px;
	width: auto;
	text-align: center;
	line-height: 28px;
	color: #0569A8;
}

.seemorecontent a:hover {
	height: 30px;
	width: auto;
	text-align: center;
	line-height: 28px;
	color: #de4631;
}

.seemorecontent a:link, seemorecontent a:visited, seemorecontent a:active  {
	height: 30px;
	width: auto;
	text-align: center;
	line-height: 28px;
	color: #0569A8;
}

.smallerbody {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;	
}

.footnote {
	font-size: 11px;
	line-height: 14px;
}

#wrappertop {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 999px;
}

#header {
	width: 999px;
	height: 149px;
	background-image: url(images/topwater.jpg);
	background-repeat: no-repeat;
	border-bottom: #026fb0 solid 1px;
	margin-top: 23px;
}

#breadcrumb {
	width: 600px;
	height: 20px;
	margin-top: 10px;
	margin-left: 32px;
	font-size: 10px;
	color: #DE4631;
}

#breadcrumb a {
	text-decoration: none;

}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active  {
	text-decoration: DE4631;
}

#breadcrumb a:hover  {
	background-color: #cccccc;
}

#toplogo {
	padding-left: 48px;
	padding-top: 17px;
	float: left;
}

#wordmark {
	float: left;
	padding-left: 40px;
	padding-top: 25px;
}

#switch {
	float: right;
	padding-right: 34px;
	background-image: url(images/topbutton1.gif);
	background-repeat: no-repeat;
	width: 286px;
	height: 42px;
	text-align: center;
}

.switchtext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color:  #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .05em;
	padding-top: 7px;
	line-height: 24px;
}

#goto {
	clear: right;
	float: right;
	margin-top: 2px;
	padding-right: 48px;
	background-image: url(images/goto.gif);
	background-repeat: no-repeat;
	height: 22px;	
}

.gototext {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #811f6b;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .05em;
	padding-top: 1px;
	padding-left: 21px;
	line-height: 14px;
}

	
.gototext a {
	text-decoration: none;
	color: #811f6b;
}

.gototext a:hover {
	text-decoration:none;
	background-color: #811f6b;
	color: #fff;
}

.gototext:link, gototext a:visited, gototext a:active {
	text-decoration:none;
	background-color:transparent;
}

#leftnav {
	width: 219px;
	min-height: 550px;
	background-image: url(images/navbgtop.gif);
	background-repeat: no-repeat;
	background-color: #d0dae5;
	float: left;
	clear: both;
}

#mainbody {
	width: 780px;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	float: right;	
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

a.presentation {

	width: 175px;
	height: 149px;
	text-decoration: none;
	background: url(images/clinicalpresntitp.gif);
	text-indent: -3000px;
	*text-indent:0;
	color:rgba(0,0,0,0);
	display:-moz-inline-box;
	display:inline-block;
	overflow:hidden;
}

a.presentation:hover {
	background-position: -178px 0;
}

a.algorithm {
	width: 175px;
	height: 149px;
	text-decoration: none;
	background: url(images/algorithm.gif);
	text-indent: -3000px;
	*text-indent:0;
	color:rgba(0,0,0,0);
	display:-moz-inline-box;
	display:inline-block;
	overflow:hidden;
}

a.algorithm:hover {
	background-position: -178px 0;
}

a.winrho {
	width: 175px;
	height: 149px;
	text-decoration: none;
	background: url(images/winrho.gif);
	text-indent: -3000px;
	*text-indent:0;
	color:rgba(0,0,0,0);
	display:-moz-inline-box;
	display:inline-block;
	overflow:hidden;
}

a.winrho:hover {
	background-position: -178px 0;
}

a.mechanism {
	width: 175px;
	height: 149px;
	text-decoration: none;
	background: url(images/mechanisms.gif);
	text-indent: -3000px;
	*text-indent:0;
	color:rgba(0,0,0,0);
	display:-moz-inline-box;
	display:inline-block;
	overflow:hidden;
}

a.mechanism:hover {
	background-position: -178px 0;
}

/*- Top Menu --------------------------- */


#switch2 {
	float: right;
	padding-right: 34px;
	background-repeat: no-repeat;
	width: 436px;
	height: 23px;
	text-align: right;
}

#switch2left {
	float: left;
}

#switch2right {
	float: left;
	text-align: left;
}

a.gotopatient {
	float: left;
	display: block;
    width: 238px;
    height: 23px;
    text-decoration: none;
    background: url(images/visit.patients.gif);
}

a.gotopatient:hover {
	background-position: -238px 0;
}

#tagline {
	float: right;
	width: 436px;
	height: 31px;
	padding-right: 53px;
	background-image: url(images/tagline.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 24px;
}	

#taglinehome {
	float: right;
	width: 436px;
	height: 31px;
	padding-right: 53px;
	padding-top: 24px;
}	

/*- Menu 4--------------------------- */

#menutop {
	width: 219;
	background-image: url(images/menutop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 17px;
	padding-top: 19px;
}

#menubottom {
	width: 219px;
	background-image: url(images/menubottom.gif);
	background-repeat: no-repeat;
	background-color: #d0dae5;
	height: 135px;
	float: left;
}

#menu4 {
	width: 219px;
    margin: 0px;
	float: right;
}

#menu4 li a.normal {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
    background: url(images/menu.off.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.normal:link, #menu4 li a.normal:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
    color: #e65a49;
    display: block;
    padding: 8px 7px 0px 10px;
	text-align: right;
}

#menu4 li a.normal:hover { 
	color: #e65a49;
    background: url(images/menu.on.gif);
	background-position: right top;
	background-repeat: no-repeat;	
    padding: 8px 7px 0px 10px;
}

#menu4 li a.sub {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-size: 12px;
    background: url(images/menusub.on.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.sub:link, #menu4 li a.sub:visited {
    display: block;
    padding: 5px 7px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.sub:hover { 
	color: #999999;
}

#menu4 li a.subsub {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line2.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.subsub:link, #menu4 li a.subsub:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 40px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.subsub:hover { 
	color: #999999;
}

#menu4 li a.subbottom {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line2bottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.subbottom:link, #menu4 li a.subbottom:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 40px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.subbottom:hover { 
	color: #999999;
}

#menu4 li a.topsub {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line2top.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.topsub:link, #menu4 li a.topsub:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 40px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.topsub:hover { 
	color: #999999;
}

#menu4 li a.thirdsub {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line3.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.thirdsub:link, #menu4 li a.thirdsub:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 50px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.thirdsub:hover { 
	color: #999999;
}


#menu4 li a.thirdsubmiddle {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line3middle.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.thirdsubmiddle:link, #menu4 li a.thirdsubmiddle:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 49px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.thirdsubmiddle:hover { 
	color: #999999;
}

#menu4 li a.thirdsubbottom {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line3bottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.thirdsubbottom:link, #menu4 li a.thirdsubbottom:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 49px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.thirdsubbottom:hover { 
	color: #999999;
}

#menu4 li a.italic {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.italic:link, #menu4 li a.italic:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 40px 7px 7px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.italic:hover { 
	color: #999999;
}

.bigarrow {
	font-size: 16px;
	font-weight: bold;
}

#menu4 li a.bottomsub {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-size: 12px;
    background: url(images/menusub.on.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}


#menu4 li a.bottomsub:link, #menu4 li a.bottomsub:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
    color: #e65a49;
    display: block;
    padding: 7px 7px 10px 10px;
	text-align: right;
	line-height: 12px;
}

#menu4 li a.bottomsub:hover { 
	color: #999999;
}

#menu4 li a.prescribing {
	voice-family: "\"}\"";
	voice-family: inherit;
	font-weight: bold;
    background: url(images/menu.offpdf.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.prescribing:link, #menu4 li a.prescribing:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #873e8a;
    display: block;
    padding: 8px 30px 8px 10px;
	text-align: right;
}

#menu4 li a.prescribing:hover { 
	color: #873e8a;
    background: url(images/menu.onpdf.gif);
	background-position: right top;
	background-repeat: no-repeat;	
}

#menu4 li #current { 
	color: #e65a49;
    background: url(images/menu.on.gif);
    padding: 8px 7px px 10px;
	background-position: right top;
	background-repeat: no-repeat;
	height: 16px;
}

#capper {
	width: 999px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(images/pagebottom.png);
	background-repeat: no-repeat;
	height: 10px;
}

.header {
	width: 616px;
	height: 29px;
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-bottom: 26px;
	margin-left: 32px;
	color: #330033;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	line-height: 29px;
}

.tableheader {
	height: 29px;
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-bottom: 26px;
	margin-left: 32px;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight:bold;
	line-height: 29px;
}

.sectiontitle {
	width: 600px;
	height: 29px;
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-bottom: 26px;
	margin-left: 32px;
	color: #de4631;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	line-height: 29px;
}

.body {
	width: 725px;
	margin-left: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330033;
	line-height: 18px;
}	

#footer {
	width: 450px;
	margin-right: 28px;
	margin-top: 21px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .05em;
	color: #FFFFFF;
	float: right;
	clear: both;
	text-align: right;
	line-height: 12px;
	height: 20px;
}

#footer a {
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

#footer a:hover { 
	color: #0b5382;
	background-color: #FFFFFF;
}

ul.niceList {
	margin-left:0em;
    padding-left:0.2em;
    margin-bottom:1em;
}

ul.niceList li {
	background:url(images/bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left: 0.8em;
	list-style: none;
}

.niceList ul li { 
	background-image:url(images/bullet_child.gif);
	margin-left: 10px;
}

#centerimage {
	text-align: center;
}

.borderedimage {
	background-color: #FFFFFF; 
	border: #873e8a 1px solid; 
	padding: 5px;
}

.borderedimageleft {
	background-color: #FFFFFF; 
	border: #873e8a 1px solid; 
	padding: 5px;
	margin-right: 10px;
}

#choosebody {
	width: 999px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #fff;
	float: right;	
}	

#choosecapper {
	width: 999px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(images/pagebottomchoose.png);
	background-repeat: no-repeat;
	height: 10px;
}

.logout {
  float: right;
  height: 12px;
  margin: 0 0 0px 0px;
  padding: 2px;
  border: 1px solid #666666;
  background-color: #eef2f6;
  color: #666666;
  font-size: 88%;
}

.hdnbutton {
	width: 180px;
	height: 50px;
	padding: 25px 0 0 12px;
}


a.hdn {
	float: left;
	display: block;
    width: 195px;
    height: 111px;
    text-decoration: none;
    background: url(images/hdn.gif);
}

a.hdn:hover {
	background-position: 0px -111px;
}

.interstitial {
	background-color: #FFFFFF;
}

#chooseleft {
	width: 310px;
	height: 250px;
	float: left;
	padding: 15px;
}

#chooseleft-small {
	width: 225px;
	height: 175px;
	float: left;
	padding: 15px;
	margin-left: 90px;
}

#or {
	width: 60px;
	float: left;
	padding: 100px 30px 15px 30px;
}

#chooseright {
	width: 310px;
	height: 250px;
	float: left;
	padding: 15px;
}

#chooseright-small {
	width: 200px;
	height: 175px;
	float: left;
	padding: 15px;
}

a.healthcare {
	float: left;
	display: block;
    width: 310px;
    height: 227px;
    text-decoration: none;
    background: url(images/healthcare.jpg);
}

a.healthcare:hover {
	background-position: 0px -227px;
}

a.patient {
	float: left;
	display: block;
    width: 310px;
    height: 227px;
    text-decoration: none;
    background: url(images/patient.jpg);
}

a.patient:hover {
	background-position: 0px -227px;
}


a.healthcare-small {
	float: left;
	display: block;
    width: 225px;
    height: 165px;
    text-decoration: none;
    background: url(images/healthcare.small.jpg);
}

a.healthcare-small:hover {
	background-position: 0px -165px;
}

a.patient-small {
	float: left;
	display: block;
    width: 225px;
    height: 165px;
    text-decoration: none;
    background: url(images/patient.small.jpg);
}

a.patient-small:hover {
	background-position: 0px -165px;
}

.fronttext {
	font-size: 19px;
	color: #330033;
	line-height: 28px;
	font-weight: normal;
}

