/* CSS Reset | Universal Styles */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 22px;
	list-style: none;	
	color: #666666;
	padding: 0;
	margin: 0;
}

body {
	background: url('images/bg.jpg') repeat-x;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: #444444;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 849px;
    height: 250px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;	 
	margin: 0px auto;
	position: relative;
}

#header a {   
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0;
	bottom: 0;
    z-index: 8;
    opacity: 0.0;
}

#header a.active {
    z-index: 10;
    opacity: 1.0;
}     

#header a.last-active {
    z-index: 9;
}

/* Main Horizontal Navigation */

#nav-bg {
	width: auto;
	height: 66px;
	background: url('images/nav-bg.jpg') repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav-container {
	width: 851px;
	height: 66px;
	margin: 0px auto;
}

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

ul#nav li {
	position: relative; 
	float: left;   
}

ul#nav a * {
	display: none;
}

ul#nav a {
	height: 66px;
	background: url('images/nav.jpg') no-repeat;
	border-right: 1px solid #fff;
	display: block;
}

ul#nav .hover {
	background: inherit;
	display: inherit;
	height: 66px;
}

/* Navigation - Home */

ul#nav a.home {
	background-position: 0 0;
	width: 101px;
	border-left: 1px solid #fff;
}

ul#nav a.home .hover {
	background-position: 0 -66px;
}

ul#nav .selected a.home {
	background-position: 0px -132px;
}

ul#nav .selected a.home .hover {
	background-position: 0px -198px;
}

/* Navigation - Corporate */

ul#nav a.corporate {
	background-position: -102px 0;
	width: 135px;
}

ul#nav a.corporate .hover {
	background-position: -102px -66px;
}

ul#nav .selected a.corporate {
	background-position: -102px -132px;
}

ul#nav .selected a.corporate .hover {
	background-position: -102px -198px;
}

/* Navigation - Patient/Caregiver */

ul#nav a.patient {
	background-position: -238px 0;
	width: 204px;
}

ul#nav a.patient .hover {
	background-position: -238px -66px;
}

ul#nav .selected a.patient {
	background-position: -238px -132px;
}

ul#nav .selected a.patient .hover {
	background-position: -238px -198px;
}

/* Navigation - Health Care Provider */

ul#nav a.health {
	background-position: -443px 0;
	width: 232px;
}

ul#nav a.health .hover {
	background-position: -443px -66px;
}

ul#nav .selected a.health {
	background-position: -443px -132px;
}

ul#nav .selected a.health .hover{
	background-position: -443px -198px;
}
   
/* Navigation - News & Media */

ul#nav a.news {
	background-position: -676px 0;
	width: 173px;
}

ul#nav a.news .hover {
	background-position: -676px -66px;
}

ul#nav .selected a.news {
	background-position: -676px -132px;
}

ul#nav .selected a.news .hover{
	background-position: -676px -198px;
}

/* Page Wrap */

#page-wrap {
	width: auto;
	height: auto;
	background: url('images/grey-gradient.jpg') repeat-x;
	padding-bottom: 60px;
}

/* Page Content */

#content {
	width: 849px;
	height: auto;
	background: #e2e2e2;
	overflow: hidden;	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0px auto;
}

/* Sidebar */

#sidebar {
	width: 265px;
	height: auto;
	background: #fff;
	display: block;
	float: left;
	clear: left;
	margin: 28px 0 30px 30px;
}

#sidebar h1 {
	display: inline;
	font-size: 1.5em;
	color: #2595b6;
}

#sidebar h2 {
	display: inline;
	font-size: 1.2em;
	color: #83cde6;
	padding-left: 5px;
}

#sidebar .content {
	width: 225px;
	height: auto;
	padding: 14px 0px 10px 20px;
}

/* Sidebar Textual Content */

#sidebar .text {
	color: #555555;
	font-size: 1em;
}

#sidebar .text p {
	font-size: 1em;
	padding: 6px 0 20px 0;
}

#sidebar .text li {
	width: 225px;
	background: url(images/sidebar/links/bullet-grey.jpg) no-repeat 0 6px;
	display: block;
	font-size: .95em;
	text-decoration: none;
	text-indent: 16px;	
	color: #666666;
	padding-bottom: 15px;
}

#sidebar .text a, #sidebar .text a:hover, #sidebar .text a:visited {
	color: #666666;
}

#sidebar .text li a, #sidebar .text li a:visited {
	display: inline;	
	color: inherit;	
	font-size: 1em;
	text-decoration: underline;
}

#sidebar .text li a:hover {
	color: #777777;
}   

/* Sidebar Main Links */

#sidebar ul {
	width: 225px;
	height: auto;
}

#sidebar li {
	list-style: none;
}

#sidebar li a, #sidebar li a:visited {
  	width: 205px;  
  	display: block;
	font-size: 1.1em;
  	line-height: 25px;
  	color: #555555;
	padding-bottom: 10px;
	padding-right: 20px;
} 

#sidebar li a:hover { 
	color: #2595b6;
}

/* Sidebar Sublinks */

#sidebar ul.sub {
	margin: 0;
	padding: 0;
}

#sidebar ul.sub li {
	list-style: none;
}

#sidebar ul.sub li a, #sidebar ul.sub li a:visited {
	width: 198px;
	background: url(images/sidebar/links/bullet-grey.jpg) no-repeat 8px 8px;
	font-size: .95em;
	color: #666666;
	padding: 0px 0px 10px 26px;
}

#sidebar ul.sub li a:hover {
	background: url(images/sidebar/links/bullet-blue.jpg) no-repeat 8px 7px;
	color: #2595b6;
}

#sidebar ul.sub li span.date {
	width: auto;
	display: inline;
	color: #444444;
	text-transform: uppercase;
	font-style: italic;
	padding-top: 3px;
	line-height: 30px;
	border-top: 1px solid #cfcfcf;
	font-size: 12px;
}

/* Other Sidebar Styles */

#sidebar .heading {
	display: block;
	float: left;
	clear: right;
	position: relative;
	left: 6px;
}

#sidebar .bottom {
	width: 100%;
	height: 10px;
	background: #fff;
}

#sidebar .padding {
	width: 100%;
	height: 30px;
	background: #e2e2e2;
}

#sidebar li.btm, #sidebar ul.sub li.btm {
	margin-bottom: -12px;
}

#sidebar .seperator {
	width: 216px;
	height: 1px;
	display: block;
	border-top: 1px solid #e5e5e5;
	border-top-style: solid;
	margin: 10px 10px 5px 10px;
}

#sidebar .spacer {
	width: 100%;
	height: 1px;
	padding-bottom: 12px;
}

#sidebar .top {
	background: url('images/box/blue-bg.jpg') repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #1a6c84;
}

#sidebar .left {
	display: block;
	float: left;
	clear: right;
}
	
#sidebar .right {
	float: right;
	display: block;
}

/* Just Text Sidebar */

#sidebar-text {
	background: #e2e2e2;
	width: 265px;
	height: auto;
	font-size: 0.95em;
}

#sidebar-text .content {
	width: 225px;
	height: auto;
	padding: 20px 20px 10px 20px;
}

#sidebar-text p {
	float: left;
	color: #666666;
	margin: 0;
	padding: 0;
}

.sep {
	background: #e2e2e2;
	width: 265px;
	height: 24px;
	border-bottom: 1px solid #cfcfcf;
	display: block;
}

/* Page Content */

#text {
	width: 494px;
	height: auto;
	float: right;
	clear: right;
	margin: 28px 30px 28px 30px;
}

#text.wide {
	width: 789px;
}

#text p {
	font-size: 1em;
	color: #444444;
	line-height: 26px;
	padding: 10px 0 20px 0;
}

#text p.top {
	padding-top: 0;
	margin-top: 0;
}

#text ul {
	font-size: 1em;
	line-height: 26px;
	color: #444444;
	padding-bottom: 16px;
}

#text li {
	list-style: disc outside;
	padding: 10px 0 6px 6px;
	color: #444444;
	margin-left: 40px;
}

#text .line {
	width: 100%;
	height: 1px;
	border-top: 1px solid #efefef;
}

#text .sub { 
	margin-left: 35px;
	color: #666666;
	list-style-type: square;
}

#text .top {
	padding-top: 8px;
}

#text h1 {   
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 1.6em;
	line-height: 36px; 
	color: #474747;
	padding-bottom: 16px;
}   

#text h1.top {
	padding-bottom: 2px;
}              

#text h2 { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 1.4em;
	color: #474747;
	padding: 10px 0 6px 0;
	line-height: 30px;
}

#text .small {
	font-size: 0.4em;
	display: inline;
	position: relative;
	top: -12px;
}

#text .break {
	width: 100%;
	height: 16px;
}

#text p a, #text li a, #text p a:visited, #text li a:visited {
	color: #444444;
	border-bottom: 1px solid #444444;
}

#text p a:hover, #text li a:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
}

#text a img {
	border: none;
}

/* Press Release */

#text ul.press-release { 
	list-style: none;
	margin: 0;
	padding: 0;
	
} 

#text ul.press-release li {
	background: #c9c9c9;
	width: 455px;
	display: block;
	height: auto; 
	padding: 15px 18px;
	color: #666666;
	text-align: left; 
	font-weight: normal;
	line-height: 32px;
	font-size: 20px;
	position: relative; 
	margin: 0 0 22px 0; 
}                       

#text .pr-seperator {
	width: 80%;
	border-top: 1px dotted #b5b5b5;
	height: 1px;
	margin: 0px auto;
	padding-bottom: 22px;
	text-align: center;
	display: block;
}

#text .title-seperator {
	width: 100%;
	border-top: 1px dotted #b5b5b5;
	height: 1px;
	margin-top: 12px;
	text-align: center;
}

#text ul.press-release li.first {
	margin-top: 25px;
}

#text ul.press-release li a {  
	text-decoration: none;
	border: none;
	color: #444444;
}   

#text ul.press-release li a:hover {
	border: none;
	color: #444444;
}

#text h1.title {
	padding-bottom: 0;
	display: inline;
	float:right;
}

#text .date {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 16px;
	font-style: italic;
	text-transform: none;
	color: #565656; 
}      

#text .date:hover {
	color: #565656;
}

#text img.pr {
	display: inline; 
	padding-left: 12px; 
	position: relative;
	top: 4px;
	border: none;
}

#text ul.press-release li:hover {
	background: #c2c2c2;
}

#text a.stop:hover {
	text-decoration: none;
}   

#text .dtran-btn, #text .dtran-btn a, #text .dtran-btn a:visited {
	width: 211px;
	height: 51px;
	background: url("images/pr/download-transcript.jpg") no-repeat 0 0;    
	display: block;    
	margin-bottom: 20px;
	text-align: center;
	margin: 0px auto;
}     

#text .dtran-btn a:hover {
	background: url("images/pr/download-transcript.jpg") no-repeat 0 -51px;
	height: 51px; 
	border: 2px solid #fff;
}         

#text .dtran-btn a:active {
	background: url("images/pr/download-transcript.jpg") no-repeat 0 -102px;
	height: 51px;	
}

.rr {
	position: relative;
	bottom: 8px;
	left: 1px;
	font-size: 10px;
}

/* Legal Text */

#legal {
	width: auto;
	height: auto;
	background: #d6d6d6;	
	display: block;
	padding: 6px 20px 10px 20px;
	margin-top: 16px;
}

#legal p {
	font-size: 0.9em !important;
	padding-bottom: 6px;
	line-height: 20px;
} 

/* Object Clear */

.clear-both {
	width: 100%;
	height: 1px;
	clear: both;
}

/* Text Slider */

.slider-container {
	height: 25px;
	position: relative;
	top: 30px;
	left: 40px;
	margin-bottom: 30px;
}

#adjust-me {
	width: 475px;
	height: auto; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	color: #555555;
	margin-bottom: -10px;
}

.minus {
	background: url('images/slider/minus-trans.png') center center no-repeat;
	width: 26px;
	height: 33px;
	margin-right: 2px;
	position: relative;
	top: -12px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.slider-bar {
	background: url('images/slider/bar-trans.png') no-repeat;
	height: 9px;
	width: 316px;
	float: left;
	margin: 0px 5px;
	position: relative;
}

.add {
	background: url('images/slider/add-trans.png') no-repeat;
	width: 26px;
	height: 33px;
	float: left;
	margin-left: 6px;
	position: relative;
	top: -16px;
	cursor: pointer;
}

.slider-handle {
	background: url('images/slider/selector-trans.png') no-repeat;
	height: 25px;
	width: 12px;
	position: absolute;
	top: -8px;
}

#slider-caption {
	background: url('images/slider/caption-trans.png') no-repeat;
	width: 38px;
	height: 45px;
	margin-left:-6px;
	padding: 5px 0px 0px 0px;
	position: absolute;
	top: -50px;
	overflow: hidden;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;  
	color: #fff;
	text-indent: -5px;
	font-weight: bold;
	text-align: center;
	left: -231px;
}

/* Bios */

.bio {
	width: auto;
	height: auto;
	background: #fff;
	margin: 20px 0 30px 0;	
}

.bio-pic {
	width: 454px;
	height: 135px;
	background: #efefef;
	padding: 22px 20px;
}

.bio-pic img {
	width: 150px; 
	height: 135px;
	clear: right;
	float: left;
	border: 1px solid #fff;
}

.bio-name {
	width: auto;
	height: auto;
	font-size: 1.3em; 
	color: #444444;	
	position: relative;
	top: 95px;
	left: 20px;
}

.bio-text {
	width: 454px;
	height: auto;
	padding: 0 20px 16px 20px;
}

.bio-text p {
	font-size: 1em;
	color: #666666 !important;
	padding: 16px 0 0 0 !important;
	margin: 0;
}

/* Bottom Page Fade */

#bottom-fade {
	width: 100%;
	height: 40px;
	background: url('images/bottom-fade.png') repeat-x;
	z-index: 99;
	position: fixed;
	bottom: 0%;
}

/* Footer */

.btm-break {
	width: 100%;
	height: 1px;
	clear: both;
}

#footer {
	background: url('images/footer.jpg') no-repeat 0 40px #cbcbcb;
	width: 849px;
	height: 45px;
	border-top: 1px solid #fff;
	font-size: 0.8em;	
	text-align: center;
	color: #333333;
	margin: 0px auto;
	padding-top: 6px;
}

#footer a {
	text-decoration: underline;
	color: #333333;
}

#footer a:hover {	
	color: #666666;
}
	
#footer .sub {
	width: 849px;
	font-size: 0.8em;
	display: block;
	line-height: 12px;
}
