/* reset */
@import url("reset.css");

/*body and main element styles */
body {
	background: #dfdbd8;
	font-family: Helvetica, Arial, Sans;
	font-size: 10px;
}

ul li {
	list-style: none;
	font-size: 10px;
}

ol li {
	font-size: 10px;
	list-style-type: decimal;
	margin-left:20px;
}

div, h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
}

em {
	font-style: italic;
}

/* to fix titles for printing */
h1 span {
	display: none;
}

h1.additionalHeadline {
	float: left;
	width: 500px;
	clear: both;
	margin: 30px 0 0 0;
}

.invisible {
	display: none;
}

/* some classes that are referred to globally */
.right {
	float: right;
}

.darkblue {
	color: #002f5d;
}

#outershell {
	background: url("../../Images/hcp/gfx_shell_bkgd_ALT2.gif") repeat-y; 
	width: 960px; 
	margin: 0 auto;
	padding: 0 7px 0 6px;
}

#bottomshading {
	width: 960px;  
	float: left;
	margin: -1px 0 0 -5px;
}

/*Indication and Safety*/
DIV#indication { width:100%; margin-top:10px; border:none; }
DIV#indication P {  font-weight:normal; margin-bottom:5px; padding-bottom:0; padding-top:0; margin-top:0; }
DIV#indication P.head { color:#2D547A; font-size:13px; font-weight:normal; }
DIV#indication P.subhead { color:#000; font-size:11px; font-weight:normal; font-style:italic; margin-bottom:0;  }



/* shell that holds content of pages */

#shell {
	width: 950px; 
	min-height: 700px;
	background: #fff;
	margin: 0;
	padding: 0;
}

#header {
	width: 900px; /* this is short to accomidate padding */ 
	height: 64px;
	background: #bccbc6;
	padding: 15px 30px 0 20px;
}

#header img {
	float: left;
	display: inline;
}

#header ul {
	float: left;
	display: inline;
	margin: 17px 0 0 670px; 
}

#header ul li {
	display: inline;
	float: left;
	margin: 0 4px 0 0; 
}

div.menu {
	background: #e2e7d3;
	width: 950px; 
	height: 26px;
}

#nav {
	width: 950px; 
	z-index: 300;
}

#nav li {
	position: relative;
	display: inline;
	float: left;
	width: 190px; 
	height: 26px;
	margin: 0 1px 0 0; 
	padding: 2px 0 0 0;
	text-align: center;
	background: url("../../Images/hcp/gfx_navButtonLast_ALT.gif") no-repeat;
	color: #fff;
}

#nav li#navli17, #nav li#navli21, #nav li#navli25 { top:-7px; _top:0; }

#nav li:hover {
	background: url("../../Images/hcp/gfx_navButtonLast_over_ALT.gif") no-repeat;
	color: #fff;
}

#nav li a {
	display: block;
	margin: 5px 0 0 0;
	color: #fff;
}

#nav li.last {
	margin: 0;
	background: url("../../Images/hcp/gfx_navButton_ALT.gif") no-repeat;
	width: 186px; /* make this 2px longer to compensate for extra space at end */ 
}

#nav li.last:hover {
	background: url("../../Images/hcp/gfx_navButton_over_ALT.gif") no-repeat;
	color: #fff;
}

#nav li ul {
	width: 184px;
	margin: 6px 0 0 8px;
	display: none;
	position: absolute;
	float: left;
	/* top: 1em; */ /* this causes problems in IE 6, though given in ALA sample code */
	left: 0;
}

/* opera fix */
#nav li > ul {
	top: auto;
	left: auto;
	}
	
#nav li:hover ul, #nav li.over ul, .menu ul a:hover ul, #nav li:hover ul li, #nav li.over ul li, .menu ul a:hover ul li { 
	display: block;
	position: relative;
	background: transparent url("../../Images/hcp/gfx_dropDownBkgd_ALT.png") repeat-y;
	background-color: transparent;
}
	
#nav li ul li, #nav li.over ul li{
	width: 184px;
	height: 20px;
	background: transparent url("../../Images/hcp/gfx_dropDownBkgd_ALT.png") repeat-y;
	background-color: transparent;
	color: #00626d;
}

.menu li ul a, .menu li ul a:visited, .menu li ul li a, .menu li ul li a:visited {
	width: 184px;
	height: 20px;
	background: transparent url("../../Images/hcp/gfx_dropDownBkgd_ALT.png") repeat-y;
	background-color: transparent;
	color: #00626d;
}

#nav li ul li.double {
	height: 30px;
}

#nav li.over ul li:hover { /*, #nav li.over ul li a:hover { */
	color: #002d59;
}

#nav li ul li.double:hover, #nav li ul li.double a:hover {
	color: #00626d;
}

/* to render the tapering off gfx styling */

#nav li ul li.last {
	width: 184px;
	height: 7px;
	background: transparent url("../../Images/hcp/gfx_dropDownLast_ALT.png") no-repeat;
	background-color: transparent;
}

#nav li ul li.last:hover {
	background: transparent url("../../Images/hcp/gfx_dropDownLast_ALT.png") no-repeat;
	background-color: transparent;
}

#content {
	clear: both;
	width: 900px; 
	margin: 34px 0 0 30px; 
	z-index: 100;
}

#content div {
	display: inline;
	float: left;
}

#indexContent {
	width: 665px;
	height: 500px;
}

#indexContent h3 {
	width: 440px;
	color: #695d54;
}

#indexContent h4 {
	color: #91867e;
}

#insideContent {
	width: 500px; 
	min-height: 440px;
	border-right: 0px solid #000;
}

#insideContent.noBorder, #insideContent.patientProfile {
	border-right: 0;
}

#insideContent h2 {
	margin: 20px 10px 5px 10px;
	color: #c0362c;
	font-weight: bold;
	font-size: 12px;
}

#indexContent h3, #insideContent h3 { /* subheadline */
	color: #91867e;
	font-size: 15px;
	margin: 4px 0 0 8px;
}

#indexContent h3.noscale {
	font-size: 14px;
	line-height: 1.1em;
}

#indexContent h4, #insideContent h4 { /* pull quote ish */
	color: #00626d;
	font-size: 14px;
	margin: 4px 0 0 8px;
}

#indexContent h4.noscale {
	font-size: 13px;
}

#indexContent p {
	font-size: 12px;
}

#insideContent p {
	margin: 5px 20px 5px 10px;
	font-size: 12px;
	color: #000000; 
}

#insideContent p.halfcolumn {
	width: 220px; 
	float: left;
	display: inline;
	margin: 5px 8px 5px 10px;
}

#insideContent p.footnote {
	width: 380px;
	clear: both;
	margin: 10px 0 0 10px;
	float: left;
	color: #695d54;

}

#insideContent p.footnote2 {
	width: 450px;
	margin: 10px 0 0 10px;
	color: #695d54; 
	font-size: 9px;
}

#insideContent.patientProfile p.footnote {
	width: 600px;
}

#insideContent p.footnote span {
	/*margin: 0 0 0 -10px; */
}

#insideContent p em {
	font-style: italic;
}

#insideContent ul, #insideContent ol {
	margin: 15px 30px;
}

#insideContent ul li {
	list-style: disc;
	font-size: 12px;
	margin: 5px 0;
	color: #695d54;
}

#insideContent ul li ul li {
	list-style: circle;
}

#insideContent ol li {
	font-size: 12px;
	margin: 5px 0;
	color: #695d54;
}

#flashContent {
	width: 233px;
	height: 440px;
}

#L2nav {
	float: left;
	width: 155px; 
}

#L2nav li {
	color: #91867e;
	font-size: 10px;
}

#L2nav li.title {font-size: 12px;width: 150px;color:#91867e;border-bottom: 1px solid #91867e;margin: 33px 0 10px 0; font-weight:bold; }
#L2nav li.titleCurrent {font-size: 12px;width: 150px;color:#00626d;border-bottom: 1px solid #00626d;margin: 33px 0 10px 0; font-weight:bold; }
#L2nav li.current {color: #00626d; /* green */}
#L2nav li.sub {margin-left:10px; }
#L2nav li.subCurrent {margin-left:10px;color: #00626d; }

#L3nav {
	float: left;
	/* clear: both; */
	color: #91867e;
	margin: 15px 0 10px 25px;
}

#HL4nav ul{
	float: right;
	color: #91867e;
	margin: 15px 0 10px 25px;
}

#L3nav li {
	font-size: 10px; 
	display: inline;
	float: left;
	margin: 0 2px;
}

#HL4nav ul li {
	font-size: 10px;
	display: inline;
	float: right;
	margin: 0 2px;
}

#footer {
	/*background: #fff;
	clear: both;
	width: 925px; 
	float: left;
    */
}

#footerShaded {
	clear: both;
	height: 93px;
	width: 925px; 
	margin: 15px 0 0 0;
	padding: 15px 0 0 25px;
	border-top: 5px solid #00626d;
	background: #bccbc6;
}

#footer p {
	font-size: 10px;
	color: #7d736d; 
	width: 600px;
	line-height: 1em;
}

#footer p.lighter {
	color: #a19e92; 
}

#footerShaded ul {
	float: right;
	margin: 25px 0 0 0;
}

#footerShaded ul li {
	display: inline;
	float: left;
	margin: 0 27px 0 0;
}

/* for the ext link confirmation dialog */

#extLinkBox {
	width:695px;
	height:302px;
	background:transparent;
	background-image:url(../../Images/hcp/extLink_bkgd.png);
	margin:0 0 0 250px;
	padding:0;
	position: absolute;
	z-index: 500;
	display: none;
}

#extLinkTitle { width:550px; height:30px; margin:0 0 40px 95px;padding-top:30px;}
#extLinkTitle p {font: 11px Arial, Verdana, Helvetica, sans-serif; color: #c0362c;}
#extLinkText { width:550px; height:178px; margin:0 0 18px 95px; overflow:auto; }
#extLinkText p {font: 11px Arial, Verdana, Helvetica, sans-serif; color: #333333; line-height:1.2em;}
#extLinkText ul {font: 11px Arial, Verdana, Helvetica, sans-serif; color: #333333; line-height:1.2em;}
#extLinkText li {padding-bottom:3px;}
#extLinkText a {text-decoration: underline;color: #23706f;}
#extLinkText h2 {font-size: 12px; font-weight: bold; color: #c0362c; margin-top: 50px;}
#extLinkText h4 {font: 12px Arial, Verdana, Helvetica, sans-serif; font-weight:900; color: #c0362c;}
#extLinkText a:hover {text-decoration: underline;color:#666666}
#extLinkNav { width:585px; height:22px; margin: 95px 0 0 80px;}
#extLinkNav img {float: right;}

/* Linkology */

a {text-decoration: none;color: #23706f;}
a:hover {color:#cccccc}
#nav li a, #nav li a:visited, #nav li a:active {color: #ffffff;}
#nav li ul li a, #nav li ul li a:visited {color: #002d59;}
#nav li ul li a:hover {color: #00626d;}
#L2nav li a, #L2nav li a:visited, #L3nav li a, #L3nav li a:visited, #HL4nav li a, #HL4nav li a:visited  {color: #91867e;}
#L2nav li.active a, #L2nav li.active a:visited {color: #00626d;}
#L2nav li a:hover {color: #23706f;}
#L3nav li a:hover {color: #333333;}
#L3nav li a:active  {color: #00626d;}
#HL4nav li a:hover {color: #333333;}
#HL4nav li a:active  {color: #00626d;}
#footerShaded a:hover {color: #333333;}
#insideContent a, #indexContent a {text-decoration: underline;}
#insideContent a:visited, #indexContent a:visited {color: #124948;}
#insideContent a:hover, #indexContent a:hover {color: #6b5f57;}

hr {width: 400px;color: #000000;margin-top: 10px;margin-bottom: 10px;text-shadow:none;margin-left: 10px;}