/* ====== General ====== */

html { 
	height: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	min-width: 770px;
}

body {
	height: 100%;
 	margin: 0;
 	margin-bottom: 2em;
 	background-color: #fff;
 	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	min-width: 770px;
}

p {
}

table, tr, td {
	margin: 0;  
}

.hide_me {
	display: none;
}

img	{
	border-width: 0;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	}

a:active {
	text-decoration: none
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

input {
	border: 1px solid black;
	font-size: 83%;
}

select {
	border: 1px solid black;
	font-size: 83%;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 5px;
}

/* ===== Header ===== */

.header {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	margin: 18px 0px 0px 0px; 
	width: 100%; 
	height: 144px; 
	min-width: 770px;
}

/* the bodge for IE6 browsers */
* html .header_fake_open {border-left:770px solid #fff; position:relative; float:left; z-index:1;}
* html .header_fake_closed {margin-left:-770px; position:relative; float:left; z-index:2;}

.header-logo {
	float: left; width: 186px; height: 125px
}
.mast-head {
	float: left; width: 75%; height: 125px;
}
.abbott-name {
	padding-right: 0px; padding-left: 0px; float: left; padding-bottom: 0px; margin: 0px; width: 70%; padding-top: 0px; height: 101px
}
.abbott-signature {
	padding-right: 35px; padding-left: 0px; float: right; padding-bottom: 0px; margin: 0px; width: 23%; padding-top: 0px; height: 101px; text-align: right;
}
.supnav {
	clear: both; font-weight: bold; font-size: 67%; width: 100%; color: #999; text-align: right; text-decoration: none
}
.supnav a {
	color: #999; text-decoration: none
}
.supnav a:link {
	color: #999
}
.supnav a:visited {
	color: #999
}
.supnav a:active {
	color: #999
}
.supnav a:hover {
	text-decoration: underline
}

.head_region {
	float: left;
	font-size: 133%;
}

/* ===== Instant Polls ===== */
.instant_poll input{
	border:none;
	cursor:pointer;
}

.pollBarGreen {
	background-color:green;
}

.pollBarRed {
	background-color:red;
}



/* ===== Sidebar ===== */
#sidebar, .sidebar {
	margin: 0px;
	margin-top: 20px;
	width: 144px;
	position: absolute;
	left: 0px;
	font-size: 75%;
}

#search {
	height: 19px;
	padding-top: 5px;
	margin: 2px;	
	/* border defined in color-specific sheet */
}

#search form {
	margin: 0px;
}

#search .search_field {
	width: 90px;
	height: 13px;
	font-size: 83%;
	font-family: Verdana, sans-serif;
	background-color: #fff;
	border-color: #ccc #999 #999 #ccc;
	border-style: solid;
	border-width: 1px;
	color: #444;
	top: -3px;
}

#search .submit_button {
	padding: 0px 4px 0px 4px; 
	border: 1px solid #999999; 
	background-color: #CCCCCC; 
	text-decoration: none; 
	position: relative; 
	margin-left: 5px;
	font-size: 9px;
}

#global_navigation {
	margin: 10px 0px 10px 0px; 
	padding: 10px 10px 10px 5px;
	width: 100%;
}

/* from abbott.com*/
/*---- Left navigation links -----*/
.leftnavdiv {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 145px;
	font-size: 100%;
	border-top: 1px solid #0066cc;
}
.leftnavdiv-home {
	border-bottom: 1px solid #0066cc;
	padding-bottom: 10px;
}
.leftnavdiv ul { 
	margin: 8px 0px 8px 3px;
	padding: 0px 0px 0px 7px; 	 /* AC: Updated - Changed Left Padding to 7px */
	list-style-type: none;
 }
.leftnavdiv li {
	padding: 0px 0px 0px 7px;	 /* AC: Updated - Changed Left Padding to 7px */
	margin: 5px 0px 0px 0px;
}
.leftnavdiv a {
	color: #666; 				/* AC: Changed from #999 to #666 for link color */
	text-decoration: none; 
	font-weight: bold
}

.leftnavdiv a:hover { 			/* AC: Updated - Hover text is set to orange */
	text-decoration: underline;
}
.leftnavdiv ul ul { 
	margin: 0px;
 }

/*----- Left Pane nav Selected state  ------*/
#selected {
	/* AC: Updated - Changed the bullet image to leftnav_arrow_blue.gif */
	background-image: url(/img/leftnav_arrow_blue.gif);	
	background-repeat: no-repeat;
	background-position: left top;
}

.highlighted a { 
	color: #0066cc;
}
.highlighted ul li a { 
	font-weight: normal;
}
.highlighted a.sub-area { 
	font-weight: normal;
}
.highlighted ul li a:hover {
	text-decoration: underline;
}
.highlighted a.sub-sub-area {
	font-weight: normal;
}
/* end of abbott.com css import */

/* ===== Content ===== */
/* --- width changed from 95% by DS 20070604 --- */
#content {
	width: 75%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-left: 186px;
}

/* 20100224 DS: global link color per PA Branding oversight request */
/* all links in approved Abbott palette hue (visited also) */
#content a {
	text-decoration: underline;
	color:#06c
}

#content h1 {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	font-size: 150%; 
	font-weight: bold; 
	margin-top: 0px; 
	padding: 3px;
	padding-left: 5px; 
	/* left border color defined in color-specific sheet */
}

/* fix for <a name> wrapped page titles */
#content a h1 {
	color:black;
	text-decoration: none;
}

/* fix for <a name> wrapped page titles */
#content h1 a {
	text-decoration: none;
	color:black;
}

#content h2 {
	font-size: 137.5%;
	font-weight: bold;
	/* color defined in color-specific sheet */
}

#content h3 {
	font-size: 125%;
	font-weight: bold;
	/* border defined in color-specific sheet */
}

#content h4 {
	font-size: 112.5%;
	font-weight: bold;
	/* border defined in color-specific sheet */
}

/* fix for some <a name> wrapped page headers */
#content h4 a {
	text-decoration: none;
	color:black;
}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	/* border defined in color-specific sheet */
}

/* fix for some <a name> wrapped page headers */
#content h5 a {
	text-decoration: none;
	color:black;
}

/* fix for some <a name> wrapped page headers */
#content a h5 {
	text-decoration: none;
	color:black;
}

#content h6 {
	/* border defined in color-specific sheet */
}

.content_image {
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 67%;
}

/*#content*/ .sm-content{
font-size: smaller;
}


/* ===== Footer ===== */

#footer_tagline {
	clear: both;
	background-color: silver;
	font-weight: bold;
	font-style: italic;
	width: 75%;
	padding: .33em .33em .33em 1em;
	margin: 0px;
	margin-left: 186px;
	margin-top: 80px;
}

#footnav {
	clear: both;
	margin: 0;
	color: #999;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 144px;	
	font-size: 75%;
}

#footnav a:link {
	color: #999999;
}

#footnav a:visited {
	color: #999999;
}

#footnav a:hover {
	color: #CCCCCC; 
	text-decoration: underline; 
}

/* === Sitemap === */

#sitemap ul {
	list-style: none;
}

#sitemap li {
	padding-bottom: .15em;
	padding-top: .15em;
}

#sitemap ul ul li {
	font-size: 85%;
}


/* Added to correct required text color on contactus form */
.contactred {color:#c00;}

/* Breadcrumb - Added 29May08 - JB */

#breadcrumb {
	display: none; 
}
