@charset "utf-8";
/* CSS Document */

/* kill IE6 image flicker bug */
html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* init to zero; set full width/height */
body, html {
	font-size:0;
	font-family:Arial, Helvetica, sans-serif;
	margin:0; padding:0;
	width:100%; height:100%;
}

/* now style things */
body {
	background-color:#d0e1c9;
}

#wrapper_topnav {
	width:100%;
	height:26px;
	margin:0; padding:0;
	background:#eff5ec url('../images/bg_topnav.gif') repeat-x 0 0;
}

#holder_topnav {
	width:762px;
	height:26px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#topnav_tabs {
	width:308px;
	margin-left:14px;
}

#topnav_tabs a {
	height:22px;
	margin:0 4px 0 0;
	float:left;
}

#topnav_tabs a.tab_patient {
	width:59px;
	background:url(../images/tab_patient.gif) no-repeat 0 0;
}

#topnav_tabs a.tab_healthcare {
	width:153px;
	background:url(../images/tab_healthcare.gif) no-repeat 0 0;
}

#topnav_tabs a.tab_pharmacist {
	width:84px;
	background:url(../images/tab_pharmacist.gif) no-repeat 0 0;
}

#topnav_tabs a:hover {
	background-position:0 -22px;
}

#topnav_textlinks {
	width:320px;
	margin-top:2px;
	font-size:12px;
	text-align:right;
	float:right;
	color:#61b7e0;
}

#topnav_textlinks a {
	color:#367c2b;
	text-decoration:none;
}

#topnav_textlinks a:hover {
	color:#006595;
	text-decoration:none;
}

#wrapper_contents {
	width:100%;
	margin:0; padding:0;
	background:url('../images/bg_contents-wrapper.gif') no-repeat top center;
}

#holder_contents {
	width:762px;
	margin:0 auto;
	padding:0;
	background:#fff url('../images/bg_contents.gif') repeat-y top left;
}

#header {
	width:694px;
	margin-left:28px;
}

#contents_homepage {
	width:694px;
	margin:-12px 0 0 28px;
}

#contents_homepage a {
	color:#367c2b;
	text-decoration:none;
}

#contents_homepage a:hover {
	color:#006595;
	text-decoration:none;
}

#contents_homepage p.leader {
	font-size:16px;
	color:#367c2b;
	line-height:19px;
	font-weight:bold;
	margin:16px 0 8px 0;
}

#portals {
	width:746px;
	height:235px;
	margin:0 auto;
	position:relative;
}

#portal_patient {
	width:244px;
	height:235px;
	background:#ccc url('../images/portal_patient.jpg') no-repeat 0 0;
	float:left;
	position:relative;
	/*position:absolute;
	top:0; left:0;*/
}

#portal_rollover1 {
	width:244px;
	height:192px;
	position:absolute;
	top:0; left:0;
	z-index:100;
	background:url('../images/bg_portal-rollover1.gif') no-repeat left bottom;
	display:none;
}

#portal_healthcare-professional {
	width:244px;
	height:235px;
	background:#ccc url('../images/portal_healthcare-professional.jpg') no-repeat 0 0;
	float:right;
	margin-right:7px;
	position:relative;
	/*position:absolute;
	top:0; left:251px;*/
}

#portal_rollover2 {
	width:244px;
	height:192px;
	position:absolute;
	top:0; left:0;
	background:url('../images/bg_portal-rollover2.gif') no-repeat left bottom;
	z-index:100;
	display:none;
}

#portal_pharmacist {
	width:244px;
	height:235px;
	background:#ccc url('../images/portal_pharmacist.jpg') no-repeat 0 0;
	float:right;
	position:relative;
	/*position:absolute;
	top:0; right:0;*/
}

#portal_rollover3 {
	width:244px;
	height:192px;
	position:absolute;
	top:0; left:0;
	background:url('../images/bg_portal-rollover3.gif') no-repeat left bottom;
	z-index:100;
	display:none;
}

#caption_homepage {
	width:694px;
	margin:8px 0 0 27px;
	border:1px solid white;
}

#caption_homepage p {
	font-size:11px;
	color:#999;
	line-height:16px;
	margin:0 0 10px 0;
	text-decoration:none;
}

#caption_homepage p a {
	color:#367c2b;
	text-decoration:none;
}

#caption_homepage p a:hover {
	color:#006595;
	text-decoration:none;
}

#caption_homepage p sup {
	line-height:0;
	font-size:10px;
}

#left_column {
	vertical-align:top;
	width:168px;
}

#leftnav {
	width:141px;
	margin:16px 0 0 0;
	padding-left:12px;
}

#leftnav a, td.sitemap a {
	font-size:12px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-bottom:8px;
}

#leftnav a sup, td.sitemap a sup, #right_column p sup, #right_column p sup a, #contents_homepage p sup, #self-assessment sup {
	line-height:0px;
	font-size:10px;
}

#leftnav ul,  td.sitemap ul {
	margin:0; padding:0;
}

#leftnav ul li, td.sitemap ul li {
	list-style-type:none;
	margin:0 0 0 10px; 
	padding:0;
	text-indent:0;
}

#leftnav ul li a, td.sitemap ul li a {
	font-size:11px;
	color:#367c2b;
	font-weight:normal;
	text-decoration:none;
	display:block;
	margin-bottom:8px;
	line-height:13px;
}

#leftnav ul li a sup, td.sitemap ul li a sup {
	line-height:0px;
	font-size:10px;
}

#leftnav a:hover, td.sitemap a:hover, #leftnav ul li a:hover, td.sitemap ul li a:hover, #leftnav a.active  {
	color:#006595;
}

#right_column {
	vertical-align:top;
	width:570px;
}

#breadcrumbs {
	font-size:11px;
	color:#666;
	margin-top:2px;
}

#breadcrumbs a {
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

#breadcrumbs sup {
	font-size:10px;
}

#breadcrumbs a:hover {
	color:#006595;
}

#right_column, #contents_homepage {
	font-size:12px;
	color:#666;
	line-height:20px;
}

#right_column p, #contents_homepage p {
	margin:0 0 16px 0;
}

#right_column p a {
	color:#367c2b;
	text-decoration:none;
}

#right_column p a:hover {
	color:#006595;
	text-decoration:none;
}

#right_column p.headline {
	font-size:14px;
	color:#367c2b;
	line-height:19px;
	font-weight:bold;
	margin:16px 0 8px 0;
}

#right_column p.leader {
	font-size:12px;
	color:#367c2b;
	line-height:19px;
	font-weight:bold;
	margin:16px 0 0 0;
}

#right_column p.reference {
	font-size:12px;
	line-height:19px;
	margin-bottom:0;
	text-indent:-13px;
	padding-left:13px;
}

#right_column p.reference2 {
	font-size:12px;
	line-height:19px;
	margin-bottom:0;
	text-indent:-20px;
	padding-left:20px;
}

#right_column p.footnote {
	font-size:10px;
	line-height:17px;
	margin-bottom:0;
	text-indent:-4px;
	padding-left:4px;
}

#right_column p.bulleted {
	text-indent:-8px;
	padding-left:8px;
}

#right_column p.footnote sup {
	font-size:9px;
}

#right_column p.bulleted sup {
	font-size:10px;
	line-height:0;
}

#right_column p sub {
	font-size:11px;
	vertical-align:bottom;
	position:relative;
	top:2px;
}

img.float-left {
float:left; 
margin-right:24px;}

img.float-right {
float:right; 
margin-left:24px;}

#divider {
	width:100%;
	height:20px;
	background:url('../images/bg_divider.gif') no-repeat top center;
}

#contents_end-cap {
	width:762px;
	height:10px;
	margin:0px auto;
	background:#fff url('../images/bg_contents.gif') repeat-y top left;
}

#wrapper_footer {
	width:100%;
	background:#fff url('../images/bg_footer.gif') repeat-x 0 0;
}

#holder_footer {
	width:762px;
	margin:0 auto;
	padding:0;
	font-size:12px;
	color:#666;
}

#holder_footer p {
	color:#666;
	margin-left:20px;
	line-height:18px;
	width:726px;
}

#holder_footer p a, #self-assessment a {
	color:#367c2b;
	text-decoration:none;
}

#holder_footer p a:hover, #self-assessment a:hover {
	color:#006595;
}

#footernav {
	font-size:10px;
	color:#61b7e0;
}

#footernav a {
	color:#666;
	text-decoration:none;
	margin:0 4px 0 4px;
}

#footernav a:hover {
	color:#006595;
}

#legal {
	font-size:10px;
	color:#666;
	margin-left:2px;
}

#legal sup {
	font-size:8px;
	line-height:0px;
}

img.footer_logo {
	float:right;
	margin:-4px 10px 0 0;
}
