body {
	margin: 0;
	padding: 0;
	background: #fff;	
	color: #595959;
  font: 12px/1.5 Arial, Helvetica, sans-serif; 
}
body.page {
	background: #225074;
}
body.printPage {
  background: none;
  padding: 1em;
}

.clear {
  line-height: 1px;
}

a {
	color: #275d83;
}
a:hover {
  text-decoration: none;
}


h1, h2, h3 { color: #464646; }
h1 {
	font-size: 25px;
  font-weight: bold;
	margin: 0 0 10px;
}
h2 {
	font-size: 18px;
  font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}

pre {
  width: 520px;
  overflow: auto;
}
.imageLeft {
	float: left;
	padding-right: 20px;
}
.imageRight {
	float: right;
	padding-left: 20px;
}
.dottedSep {
	margin: 15px 0 13px;
	font-size: 1px;
	height: 2px;
	background: url(../images/icons.png) repeat-x 0 0;
	clear: both;
}
#rightBar .dottedSep {
	margin: 10px 0 8px;
}

.more { margin-top: 5px; }
.columns .more { margin-top: 10px; }

/* Header */
#header {
  height: 163px;
  background: #3e86ae url(../images/bg_header.jpg) no-repeat 0 0;
  position: relative;
}
/* logo */
#logo {
  position: absolute;
  width: 120px;
  height: 130px;
  left: 55px;
  top: 5px;
}
#logo a{
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/* Page layout */
#wrap {
  background: #fff;
  width: 975px;
  margin: 0 auto;
}
#page {
 padding: 30px 20px 0;
}
#content-wrap {
	background: #fff;
  float: left;
  width: 725px;
}
#leftBar {
  float: left;
  width: 130px;
}
#contentBar {
  float: right;
  width: 555px;
  padding: 0 20px;
}
#rightBar {
	background: #fff;
  float: right;
  width: 210px;
}
/* photo view page */
.photoView #contentBar {
  float: none;
}


/* top menu */
#topMenu {
  background: #fefefe url(../images/bg_tmenu.gif) repeat-x 0 0;
  zoom: 1;
  border-left: 2px solid #bbbcbe;
  border-right: 2px solid #bbbcbe;
}
#topMenu li {
  float: left;
}
#topMenu a {
  color: #4c4c4c;
  font-size: 9px;
  line-height: 9px;
  border-left: 1px solid #868686;
  border-right: 1px solid #fff;
  padding: 9px 19px 8px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
#topMenu a:hover{
  background: url(../images/bg_tmenu.gif) repeat-x 0 -26px;  
}
#topMenu a img {
  height: 9px;
}
#topMenu .first a {
  border-left: none;
}
#topMenu .last a {
  border-right: none;
}

/* left menu */
#leftMenu{
}
#leftMenu li {
  margin: 5px 0;
}
#leftMenu .active a{
  font-weight: bold;
  text-decoration: none;
  color: #595959;
}

/* left bar link */
.leftLinks li {
  background: url(../images/icons.png) no-repeat -1000px 0;
  margin: 5px 0;
  padding-left: 16px;
}
.leftLinks .talk { background-position: 0 -55px; }
.leftLinks .videos { background-position: 0 -115px; }
.leftLinks .images { background-position: 0 -175px; }


/* left bar kiosks */
#leftBar .kiosk h2 {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
}

/* media contacts kiosk */
.kioskContacts {
  color: #666;
}
.kioskContacts h2 {
  color: #595959;
}


/* right bar kiosks */
#rightBar .kiosk {
	border: 1px solid #d8d8d8;
	padding: 14px;
	margin-bottom: 11px;
}
#rightBar h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

/* search bar */
#searchBar {
}
#searchBar .prInput {
  border: 1px solid #b0b0b0;
	background: #feffe8;
	width: 133px;
	margin: 0;
	padding: 2px;
	height: 16px;
}
#searchBar .prSubmit {
	margin: 0;
	vertical-align: top;
}


/* columns on home */
.columns {
  margin-top: 30px;
}
.columns .colLeft, 
.columns .colRight{
	width: 267px;
	float: left;
	margin-right: 20px;
} 
.columns .colRight { margin-right: 0; }


/* news body */
.newsBody .newsDate,
.newsBody .newsAuthor,
.newsBody .publisher {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.newsBody .newsInfo {
	margin: 5px 0;
	line-height: 1.27;
}
.featuredKiosk .newsBody .newsInfo { margin: 0; }
.newsBody .newsImage { float: left; }
.newsBody .newsImage img { margin: 0 12px 5px 0; }
.newsBody .categoryLink {
	color: #808080;
	margin-top: 5px;
}
.newsBody h2,
.featuredKiosk .newsBody h2{
	font-size: 13px;
	margin: 14px 0 8px;
	text-transform: none;
}
.newsBody h2 {
	margin: 0;
}
.newsBody .newsText {
	margin-top: 5px;
}
#rightBar .newsBody h2 {
	margin: 0 0 3px;
	font-size: 13px;
	line-height: 1.3;
}

/* kiosks */
/* featured kiosks */
.featuredKiosk {
  margin-top: 25px;
}
.featuredKiosk h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 13px;
}
.featuredKiosk .newsBody .newsImage { float: none; }
.featuredKiosk .newsBody .newsImage img{ margin: 0; }
.featuredKiosk .newsBody .newsImage img {
	float: none;
	margin: 10px 0;
}
.featuredVideo .clear { zoom: 1; }
/* featuredKiosk2 */
.featuredKiosk2 .newsBody .newsImage { float: none; }
.featuredKiosk2 .newsBody .newsImage img{
  margin: 5px 10px 0 0;
}
.featuredKiosk2 .newsBody .newsInfo {
  margin-bottom: 7px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
}

/* home columns */
.columns .featuredKiosk {
	margin: 0 0 25px;
}
.columns .featuredKiosk h2 {
	margin: 0;
}

/* featured video */
.featuredVideo {}
.featuredVideo .newsBody .newsImage {
	float: left;
	padding-right: 12px;
	margin-top: 7px;
}
.featuredVideo .newsBody .newsImage img { margin: 0; }


/* Service links */
.serviceLinks {
  padding: 0 11px 0 18px;
  zoom: 1;
}
.serviceLinks .linksList {
  float: left;
}
.serviceLinks .linksList a {
  background: url(../images/icons.png) no-repeat -1000px top;
  padding: 30px 0 0 0;
  color: #e77025;
  width: 35px;
  display: block;
  text-align: center;
  font-size: 10px;
	text-decoration: none;
}
.serviceLinks .linksList li{
  float: left;
  margin-right: 19px;
}
.serviceLinks .linksList .rss  a { background-position: 3px -240px; }
.serviceLinks .linksList .alerts a { background-position: 3px -300px; }
.serviceLinks .linksList .alerts { margin-right: 0; }

/* share customization */
body .shareThisWrap { display: none; } /* hide share until load */
body .shareBigBtn { display: block; }
body .shareThis .shareText a {
  font: 10px Arial, Helvetica, sans-serif;
}
.shareThis .shareTabsList li .null {
	height: 95px;
	display: block;	
}
body .shareBigBtn .shareThis .shareText {
	padding-top: 30px;
}


/* article info */
.articleInfo {
	margin: -10px 0 15px;
	color: #b1b1b1;
}
.articleInfo .articleDate {
 padding-right: 10px;
}
.articleInfo .articleCategory {
	padding-left: 10px;
}
.articleImage {
	float: left;
}
.articleImage img {
	margin: 5px 15px 5px 0;
}

/* footer */
#footer {
	margin-top: 48px;
  border-top: 1px solid #bebfc0;
  padding: 10px 100px 13px 135px;
  zoom: 1;
  font-size: 11px;
  font-weight: bold;
}
#footer ul {
	padding: 15px 20px;
}
#copyright {
	color: #6d6d70;
	float: left;
}
#contact-us {
  color: #3471aa;
  float: right;
}
#contact-us a {
  color: #6d6e71;
}
/* bottomMenu */
#bottomMenu {
  clear: both;
  color: #6d6e71;
  text-align: center;
  padding-top: 10px;
  zoom: 1;
}
#bottomMenu a {
	color: #6d6e71;
}

/* Image strip */
.kioskStrip {
	zoom: 1;
}
.newsImageSmall {
  display: none;
}
.imageStrip {
  /* text-align: center; */
  padding-top: 1px;
}


.imageStrip li .newsBody .newsText,
.imageStrip li .newsBody h2,
.imageStrip li .newsBody .download,
.imageStrip li .newsBody .newsImage {
  display: none;
}

.imageStrip .newsBody-active .newsImageSmall {
  display: none !important;
}

#rightBar .imageStrip li, 
#rightBar .imageStrip .newsBody, 
#rightBar .imageStrip .newsImageSmall,
.imageStrip li, 
.imageStrip .newsBody, 
.imageStrip .newsImageSmall{
  display: inline;
}
#rightBar .imageStrip .newsBody {
  padding: 0;
}
.imageStrip ul {
  padding-top: 10px;
  min-height: 45px;
  _height: 4px; /* IE6  */
  position: relative;
}
.imageStrip li {
  #padding-right: 3px; /* IE fix */
}
.imageStrip li a {
  zoom: 1; /* IE fix */
  position: relative;
  outline: none;
}
#rightBar .imageStrip li .newsImageSmall a:hover,
.imageStrip li .newsImageSmall a:hover {
 position: relative;
 background-position: 0; /* dummy update for IE6 */
}
#rightBar .imageStrip li .newsImageSmall a img, 
.imageStrip li .newsImageSmall a img {
 
  border:2px solid #FFFFFF;
  margin: 0;
  width:52px;
}
#rightBar .imageStrip li .newsImageSmall a:hover img,
.imageStrip li  .newsImageSmall a:hover img{
  border-color: #275c83;
}
#rightBar .imageStrip li .newsImageSmall a.active img,
.imageStrip li  .newsImageSmall a.active img{
  border-color: #275c83 !important;
}
#rightBar .kioskStrip .newsBody .newsImage img {
	width: 180px;
}
.kioskStrip .newsText {
	display: inline;
}


/* Forms */
.searchForm {
  margin: 24px 0;
	border: 1px solid #d7d7d7;
}
.searchForm .searchContent { padding: 10px 15px 15px; }
.searchForm .prSubmit {
  background-color: #f5f5f1;
  border: none;
	vertical-align: top;
}
.searchForm input, .searchForm select {
  border: 1px solid #b0b0b0;
	background: #feffe8;
}
.searchForm .prSearch {
  width: 160px;
	padding: 1px 2px;
	#padding: 2px; /* IE6-7 */
}
.searchForm .prSort {}
.searchForm #prCategory { width: 140px; }
.searchForm #prYears {
	width: 55px;
	margin-right: 8px;
}
.searchForm #prSortBy { width: 85px; }
.searchForm label {
  display: block;
  padding-bottom: 5px;
}

.searchForm .prOptions {
  margin-top: 10px;
}
.searchForm .prOptions li {
  float: left;
  margin-right: 10px;
}
.searchForm .prOptions input {
  margin-left: 0;
  #margin-left: -2px; /* IE */
	background: none;
	border: none;
}
.searchForm .prOptions li.prPages { display: none; }
.searchForm .prOptions label {
 display: inline;
 padding: 0;
}

/* search pressroom form  */
.searchFull .filters label {
  padding-top: 7px;
}
/* search doctor */
.searchDoctor .prSearch {
	width: 265px;
}
.searchDoctor #prCategory {
	width: 195px;
}

/* search images */
.searchImages .prSearch{
  width: 380px;
}
.searchImages .prSort{
  width: 85px;
	margin-right: 5px;
}

/* search category */
.searchCategory .prSearch {
  width: 310px;
}


/* paging */
.prPaging {
	margin: 20px 0;
  clear: both;
}
.prPaging .res {
	font-weight: bold;
}


/* rss list */
.rssList {
  margin: 20px 0;
}
.rssList a {
	display: block;
  font-size: 17px;
}
.rssList img {
  float: right;
	cursor: pointer;
}
.rssList .dottedSep {
  margin: 10px 0;
  height: 2px;
}


/* blog */
.blogList .bitemInfo .right { width: 200px; }
.blogList h1 {
  margin: 0;
}
.blogList .newsBody h2 {
  font-size: 18px;
}
.blogList .newsBody .newsImage img {
	margin: 12px 12px 0 0;
}
.blogList .newsBody .newsDate {
	color: #808080;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
.blogList .bitemInfo {
  margin-top: 15px;
}
.blogList .categoryLink {
	margin-bottom: 5px;
}
.blogList .commentLinks li {
  display: inline;
  padding-right: 20px;
}
.blogList .shareThisWrap { display: none; } /* hide share until load */
.blogList .shareBigBtn { display: block; } 
.blogList .dottedSep {
  margin: 24px 0 22px;
}
/* blog paging */
.bpagingBottom {
  clear: both;
  margin-top: 30px;
  border: 1px solid #d8d8d8;
  padding: 15px 30px;
}
.bpagingBottom ul {
  text-align: center;
}
.bpagingBottom li {
  display: inline;
  background: url(../images/icons.png) no-repeat 0 -363px;
  padding-left: 10px;
}
.bpagingBottom .prev {
  float: left;
  background-position: 0 -483px;
}
.bpagingBottom .next {
  float: right;
  text-align: right;
  padding: 0 10px 0 0;
  background-position: 100% -423px;
}

/* blog post paging */
.bpagingPost {
  margin: 25px 0;
  border: 1px solid #d8d8d8;
  padding: 15px 30px;
}
.bpagingPost ul{
  #display: inline-block;
}
.bpagingPost ul:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.bpagingPost li{
  background: url(../images/icons.png) no-repeat left top;
}
.bpagingPost .prev {
  float: left;
  background-position: 0 -483px;
  padding-left: 10px;
}
.bpagingPost .next{
  float: right;
  background-position: 100% -423px;
  padding-right: 10px;
}

/* blog comments */
.blogComments { padding: 0; }

.blogCommentsList {
  margin-bottom: 30px;
  zoom: 1;
}
.blogCommentsList .leave,
.blogCommentsForm .leave {
  margin-top: 0;
}
.cmtInfo {
  color: #808080;
}

/* blog comments form */
.blogCommentsForm {
  background: none;
  border: none;
  margin-top: 0;
  padding: 0;
  zoom: 1;
}


/* comments */
.eComments .leaveComment {
  margin-bottom: 10px;
}
.eComments .leaveComment a {
  background: #275d83;
  color: #fff;
  padding: 5px 0;
	text-decoration: none;
	display: block;
	width: 120px;
	text-align: center;
}
.eComments .cmtReply {
  text-align: right;
  margin-top: 10px;
}
.eComments .cmtReply a {
  background: url(../images/icons.png) no-repeat 0 -548px;
  padding-left: 17px;
}
/* comments form */
.eCommentsForm {
  margin-top: 20px;
  zoom: 1; /* IE fix */
}
.eCommentsForm h2 {
  font-size: 12px;
  margin-bottom: 15px;
  margin: 16px 0;
}
.eCommentsForm .req { color: red; }

.eCommentsForm .reply { display: none; }
.eCommentsForm .field {
  margin: 1em 0 0;
}
.eCommentsForm .btnSubmit input {
  background: #275d83;
  color: #fff;
  border: none;
  padding: 4px 7px;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}
/* IE captcha fix begin */
.eCommentsForm #LBD_CaptchaDiv {
	position: relative;
}
.eCommentsForm #LBD_CaptchaIcons {
	#position: absolute;
	#top: 5px;
	#right: 0;
}
.eCommentsForm #LBD_CaptchaIcons img,
.eCommentsForm #LBD_CaptchaIcons a {
	padding: 0 !important;
}
/* IE captcha fix end */


.field input, .field textarea   {
  width: 97%;
  padding: 8px 5px;
  border: 1px solid #b0b0b0 !important;
	background: #feffe8 !important;
	font: 12px Arial, Helvetica, sans-serif;
}
.fldComment textarea {
  height: 100px;
}
.fldCaptcha {
  margin: 10px 0;
}
.fldCaptcha input {
  width: auto;
}
.fldCaptcha table{
	margin-top: .5em;
}

.replyForm .eCommentsForm {
  background: none;
  border: none;
  padding: 0;
  margin-top: 0;
}
.replyForm .eCommentsForm .leave { display: none; }
.replyForm .eCommentsForm .reply { display: block; }
.replyForm .eCommentsForm h2 {
  margin: 10px 0 8px;
}
.replyForm label {
  display: none;
}
.replyForm .eCommentsForm .field {
  margin: 3px 0;
}
.replyForm .field input {
  width: 95%;
}
.replyForm .fldName, .replyForm .fldMail {
  float: left;
  width: 49%;
  margin: 0;
} 
.replyForm .eCommentsForm .fldMail {
  margin-left: 6px;
}


/* image gallery */
.prImageLibrary .ratingList .rateon {
  background-position: 4px -607px;
}
.prImageLibrary .ratingList .rateoff {
  background-position: 4px -667px;
}
.prImageLibrary .albumBorder .gtl, 
.prImageLibrary .albumBorder .gtr,
.prImageLibrary .albumBorder .gbl,
.prImageLibrary .albumBorder .gbr {
	display: none;
} 
body .prImageLibrary #albumView {
  padding-bottom: 10px;
}
.prImageLibrary .eContent .glDescription,
.prImageLibrary .glDownload {
	margin: 0;
}
.prImageLibrary .glPermalink {
	margin: 0 0 5px 5px;
}

/* bios */
.authorRecords {
  margin-top: 20px;
	border: 1px solid #d8d8d8;
	padding: 10px;
}
.authorRecords h2 {
	margin: 0 0 5px;
}
.authorRecords .newsBody h2 {
  margin: 0;
}
/* doctors list */
.doctorList {
  overflow: hidden;
	width: 100%; /* IE6 fix */
}
.doctorList .doctorsBlock {
	margin-left: -12px;
	width: 570px;
	zoom: 1;
}
.doctorList h2 {
 color: #275D83;
 border-bottom: 1px solid #D7D7D7;	
}
.doctorList .newsBody {
  width: 175px;
	margin: 0 0 15px 12px;
  display: inline-block;
	#display: inline; /* IE6-7 */
	vertical-align: top;
	zoom: 1;
}
.doctorList .newsBody h2 {
	border-bottom: none;
}
.doctorList .newsBody .newsText {
	font-size: 11px;
}

/* related videos */
.relatedVideos .newsBody .newsImage {
	float: none;
}
.relatedVideos .newsBody .newsImage img{
	width: 180px;
}



/* Print styles */
.printPage #header {
  background: none;
}
@media print {
body, body.page {
  color: #000;
  background: #fff;
}
h1, h2, h3 {
  color: #000;
}

}



  
