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

/*body and main element styles */
html { height:100%; }
body 
{
	height:100%;
	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: #000000;
}

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

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

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

.darkblue {
	color: #00626d;
}

#outershell 
{
	position:relative; top:0; left:0; 
	background: url("../../Images/patient/gfx_shell_bkgd_ALT2.gif") repeat-y;
	width: 960px;
	height:100%;
	margin: 0 auto;
	padding: 0 7px 0 6px;
	border:none 1px;
}

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

/*Indication and Safety*/
DIV#indication { position:relative; top:0; left:0; width:100%; margin-top:10px; border:none 1px; }
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:12px; font-weight:normal; }
DIV#indication P.subhead { color:#000; font-size:10px; font-weight:normal; font-style:italic; margin-bottom:0;  }



/* shell that holds content of pages */
#shell 
{
	position:relative; top:0; left:0; 
	width: 950px;
	min-height: 700px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	
}

#header {
	width: 900px; /* this is short to accomidate padding */
	height: 64px;
	background: #e2e7d3;
	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; vertical-align:top;
}

#nav li {
	position: relative; 
	display: inline;
	float: left;
	width: 190px;  border:none #000 1px;
	height: 26px;
	margin: 0 1px 0 0;
	padding: 2px 0 0 0;
	vertical-align:top;
	text-align: center;
	background: url("../../Images/patient/gfx_navButton_ALT.gif") no-repeat;
	color: #ffffff;
}

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

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

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

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

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

#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/patient/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/patient/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/patient/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: #002d59;
}

/* to render the tapering off gfx styling */
#nav li ul li.last {
	width: 184px;
	height: 7px;
	background: transparent url("../../Images/patient/gfx_dropDownLast_ALT.png") no-repeat;
	background-color: transparent;
}

#nav li ul li.last:hover {
	background: transparent url("../../Images/patient/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: 440px;*/
	border-right: 0px solid #000;
}

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

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

#insideContent.patientStory {
	float: left;
	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: 13px;
	margin: 4px 0 0 8px;
}

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

#insideContent p {
	margin: 5px 20px 5px 10px;
	font-size: 11px;
	clear: both;
}

#insideContent .patientStory p {
	margin-right: 0;
	width: 470px;
}

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

#insideContent p.footnote {
	width: 450px;
	clear: both;
	margin: 25px 0 0 10px;
	float: left;
	color: #91867e;
}

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

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

#insideContent ul li {
	list-style: disc;
	font-size: 11px;
	margin: 5px 0;
}

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

#insideContent ol li {
	font-size: 11px;
	margin: 5px 0;
}
#indexContentWrapper {width: 665px;}
#indexContentLeft {float:left; width:390px; padding-right:40px; }
#indexContentRight {float:right; width:200px; margin-top:40px; }
#indexContentLeft .homeSub {color: #91867e; font-size: 13px; line-height:1.3em; margin: 65px 0 0 35px;}
#indexContentRight .homeQuote {font-size: 12px; line-height:1.3em;}
#indexContentRight .homeQuoteRight {font-size: 12px; line-height:1.3em; text-align:right;}

#leftColumn p { width:100px; padding:10px; }

#leftColumn#flashContent {
	width: 233px;
	height: 440px;
	/* border-left: 1px solid #000; */ /* removing this from here. putting it on #insideContent and a class to turn it off */
}


#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 */}


#L3nav {
	float: left;
	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;
	
	float: left; */
	width: 925px;
	position:relative; top:0; left:0; 
	border:none 1px;
	
}

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

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

#footer p.lighter {
	color: #8f8c82;
}

#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, #hcpLinkBox {
    position: absolute; top:0; left:0; text-align:left;
	width:695px;
	height:302px;
	background:transparent;
	background-image:url(../../Images/patient/extLink_bkgd.png);
	margin:0 0 0 250px;
	padding:0;
	z-index: 500;
	display: none;
}

#extLinkTitle, #hcpLinkTitle { width:550px; height:30px; margin:0 0 40px 95px;padding-top:30px;}
#extLinkTitle p, #hcpLinTitle p {font: 11px Arial, Verdana, Helvetica, sans-serif; color: #c0362c;}
#extLinkText, #hcpLinkText { width:550px; height:178px; margin:0 0 18px 95px; overflow:auto; }
#extLinkText p, #hcpLinkText p {font: 11px Arial, Verdana, Helvetica, sans-serif; color: #333333; line-height:1.2em;}
#extLinkText ul, #hcpLinkText ul {font: 11px Arial, Verdana, Helvetica, sans-serif; color: #333333; line-height:1.2em;}
#extLinkText li, #hcpLinkText li {padding-bottom:3px;}
#extLinkText a, #hcpLinkText a {text-decoration: underline;color: #23706f;}
#extLinkText h2, #hcpLinkText h2 {font-size: 12px; font-weight: bold; color: #c0362c; margin-top: 50px;}
#extLinkText h4, #hcpLinkText h4 {font: 12px Arial, Verdana, Helvetica, sans-serif; font-weight:900; color: #c0362c;}
#extLinkText a:hover, #hcpLinkText a:hover {text-decoration: underline;color:#666666}
#extLinkNav, #hcpLinkNav { width:585px; height:22px; margin: 95px 0 0 80px;}
#extLinkNav img, #hcpLinkNav 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: #00626d;}
#nav li ul li a:hover {color: #002d59;}
#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 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;}
#insideContent a, #indexContent a {text-decoration: underline;}
#insideContent a:visited, #indexContent a:visited {color: #124948;}
#insideContent a:hover, #indexContent a:hover {color: #6b5f57;}
#footerShaded a {color: #428583;}
#footerShaded a:hover {color: #595959;}

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

