









@import url(/_css/reset.css); 
	
@media screen {




a:focus,
a:active {
	outline: 1px dotted;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

body {
	background-position: top center;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	background: #999;
	width: 85%;
	margin: 0 auto;
}
	

.hide {display: none;}
.show {display:block;}

.hideMessage {
	visibility: hidden;
}
	
.showMessage {
	visibility: visible;
}
	
div.clearFloat {
	clear: both;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

a.rss {
	background: url(/_images/iconRSS.gif) no-repeat top left;
	display: block;
	height:11px;
	width:30px;
	text-indent: -5000px;
}




#accessibility {
	position:absolute;
	left: -999px;
	color: #000;
	font-size: 0.85em;
}

#backToTop {
	margin: 10px 0 0 17px;
	font-size: 1.1em;
}

#backToTop a {
	color: #000000;
	font-weight: bold;
}




#wrap {
	background: #fff;
	margin: 0 auto;
	position: relative;
}
	
#content {
	border-top: 1px solid #939496;
	padding: 11px 0;
	background:url(/_images/bodyBg.gif) repeat top left;
	margin-bottom:10px;
}

.col-MX #maincol { 
	margin: 0 11px 0 17px;
}

.col-MX #xcol { 
	margin: 0 17px 0 0;
}

.col-M #maincol { 
	margin: 0 17px;
}

.col-M #xcol { 
	display: none;
}




#maincol {
	margin:0; 
}


#maincol h1 {
	color:#3f3f3f;
	font-weight: 700;
	font-size: 1.8em;
	margin: 12px 0 0 0;
	padding-bottom: 17px;
}
	
#maincol h2,
#maincol h3 {
	font-weight: 700;
	color: #3f3f3f;
}
	
#maincol p {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: 15px;
}

#maincol p.imgCaption {
	color: #999;
	font-size: 1.1em;
	font-style: italic;
}


#maincol img,
#maincol a img {
	border: 1px solid #8A8987;
	display: block;
}

#maincol strong {
	font-weight: bold;
	line-height: 1.2em;
}


#maincol ul,
#maincol ol {
	margin-bottom: 10px;
}

	#maincol li {
		font-size: 1.2em;
		margin-bottom: 4px;
		line-height: 1.2em;
	}
	
	#maincol li li,
	#maincol table li {
		font-size: 1.0em;
	}
	
	#maincol table li {
	line-height: 1.0em;
	}
	
#maincol ol li {
	list-style: decimal inside;
}


#maincol p em {
	font-size: 1em;
	font-style: italic;
}

#maincol sup {
	vertical-align:super;
	font-size: 0.8em;
}

#maincol sub {
	vertical-align:sub;
	font-size: 0.8em;
}



#maincol table {
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-collapse: separate;
	empty-cells: show;
	width: 98%;
	margin: 0 0 10px 1px;
}

#maincol table td,
#maincol table th {
	padding: 0.7em;
	font-size: 1.2em;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

#maincol table td {
	background-color: #fff;
	color: #333333;
}

#maincol table th {
	font-weight: 700;
	background-color: #e0ebf7;
	color: #037fae;
}

#maincol table td em,
#maincol table th em {
	font-style: italic;
	font-weight: 500;
}

	#maincol table a:link,
	#maincol table p a:link,
	#maincol table a:visited,
	#maincol table p a:visited {
		text-decoration: none;
		color: #404040;	
	}
	
	#maincol table a:hover,
	#maincol table p a:hover,
	#maincol table a:active,
	#maincol table p a:active {
		text-decoration: underline;
		color: #404040;	
	}

#maincol table img,
#maincol table a img {
	border: none;
	display: inline;
}


#maincol tr.even td {
	background-color: #f3f4f6;
}

#maincol tr.odd th,
#maincol tr.even th {
	border-right: 2px solid #00aeef;
}


#maincol table tr.caption th {
	background-color: #555;
	color: #fff;
	font-size: 1.5em;
	border: none;
	padding-left: 0.5em;
}


#maincol table tr.headers th {
	background-color: #f2f4f4;
	color: #000;
	border-bottom: 2px solid #aaa;
	border-right: 1px solid #dbdbdb;
}


#maincol table tr.headers th.vertical {
	vertical-align: bottom;
	text-align: center;
	padding: 0.5em 0.3em !important;
}


	
	#maincol table .headline1 {
		font-size: 1.3em;
		background-color: #00aeef;
		color: #fff;
		border: none;
		border-top: 1.5em solid #fff;
		border-right: 1px solid #dbdbdb;
		padding: 0.3em 0.7em !important;
	}
	
	
	#maincol table .headline2 {
		font-size: 1.3em;
		background-color: #fff;
		color: #000;
	}
	

#maincol table .noRightBorder {
	border-right: 1px solid #dbdbdb !important;
}


#maincol table th p,
#maincol table td p {
	font-size: 1em;
	margin-bottom: 3px;
}


#maincol table .bullet strong {
	display: block;
	height: 9px;
	min-width: 9px;
	background: transparent url(/_images/iconTablesBullet.gif) no-repeat center;
	
	color: #00aeef;
	text-indent: -9999px;
}


#maincol table .bullet em {
	background: transparent url(/_images/iconTablesBullet2.gif) no-repeat center;
	font-size: 150%;
	line-height: 7px;
	
	color: #000;
	text-indent: -9999px;
}





#maincol #cmsPlainContent .contentContainer {
	padding-top: 12px;
}	

#maincol #cmsPlainContent h1 {
	margin-top: 0;
}	

#maincol #cmsPlainContent h3 {
	font-size: 1.2em;
}

#maincol #cmsPlainContent ul {
	list-style: disc;
	padding: 5px;
	margin: 5px;
}	

#maincol #cmsPlainContent table {
	width: auto;
	border-collapse: collapse;
}	

#maincol #cmsPlainContent table td {
	font-size: 1em;
	color: #000000;
}	







.divider {
	display: block;
	height:4px;
	background: url(/_images/dashBorderGrey.gif) repeat-x top left;
}

.dashBorderWhite {
	background: url(/_images/dashBorderWhite.gif) repeat-x top left;
}


#maincol .botBorder1Col {
	margin-top:14px;
	padding: 0 0 14px 0;
}

#maincol .botBorder2Col {
	background: url(/_images/botBorder2Col.gif) no-repeat left top;	
	padding: 14px 0;
}

#maincol .botBorder3Col {
	background: url(/_images/botBorder3Col.gif) no-repeat left top;	
	padding: 14px 0;
}


#maincol #breadcrumb {
	font-size: 1.1em;
	margin: 0;
	display: block;
	font-family: tahoma, arial, helvetica, sans-serif;
}

	#maincol #breadcrumb ul li {
		float: left;
		margin-right: 5px;
	}
		


#maincol .contentContainer {
	background-color: #ffffff;	
	border: 1px solid #CFCDCD;
	padding: 0 10px 10px 12px;
}

.mainContent {
	float: left;
	width: 395px;
}

.supportContent {
	float: left;
	width: 187px;
	margin: 15px 0 0 0;
}


#openMessage {
	padding: 0 0 7px 0;
}
	
	#openMessage img {
		float: left;
		margin: 0 11px 5px 0;
	}
	
	#openMessage h2 {
		font-size:1.5em; 
		margin-bottom: 7px;
	}
	
		#openMessage h2 a {
			font-weight: bold;
		}	




#maincol .story {
	padding: 10px 0;
	overflow: hidden;
}

#maincol .first {
	padding-top: 0;
}

	#maincol .story a img {
		display: block;
		float: left;
		margin-right: 15px;
	}
	
	#maincol .story h3 {
		margin-bottom: 7px;
		font-size: 1.2em;
	}

		#maincol .story h3 a {
			font-weight: bold;
			text-decoration: none;
		}
		
		#maincol .story h3 a:hover, 
		#maincol .story h3 a:active {
			text-decoration: underline;
		}
	
	#maincol .story p {
		margin-bottom: 0;
	}


#newsArea h2 {
	margin-bottom: 17px;
	padding-left: 41px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3em;
	height: 40px;
}


#warningMessage {
	background-color: #EFF4F7;
	border: 1px solid #E0E0E0;
	margin: 10px 0;
	padding: 10px;
}
	
	#warningMessage p {
		font-weight: bold;
		color: red;
		margin: 0;
	}




.errorMessages {
	border: 1px solid #797979;
	margin: 0 auto;
	width: 500px;
	padding: 10px 10px 0 10px;
	background: url(/_images/iconExclamation.gif) no-repeat 10px 10px;
}

	.errorMessages .frmHelper {
		margin-left: 50px;
	}
	


		


.newsContent ul.readMore {
	margin: 10px 0;
}

.readMore {
	font-weight: bold;
}

	.readMore a:link,
	.readMore a:visited {
		color: #000000;
		text-decoration: underline;
	}

#maincol p.readMore,
#maincol .supportContentModule p.readMore {
	font-size:1.1em;
}

#maincol ul.readMore li,
#maincol .supportContent .supportContentModule ul.readMore li {
	font-size:1.1em;
	background: none;
	padding: 0;
}

#maincol .supportContent .supportContentModule ul.readMore li a {
	background: none;
}


.supportContentModule {
	width:187px;
	padding:10px 0 0 0;
	background: url(/_images/rightColTopBorder.gif) no-repeat left top;
}

.supportContentInner {
	background: url(/_images/rightColBgBorder.gif) no-repeat left bottom #fbfbfb;
	padding: 0 10px 15px 14px;
	margin-bottom: 10px;
}

	.supportContentInner h2 {
		font-size: 1.5em;
		font-weight: bold;
		padding-top: 10px;
		margin: 0 0 9px 0;
		background: url(/_images/dashBorderGrey.gif) repeat-x top left;
	}
	
		.supportContentInner h2 span {
			background: url(/_images/dashBorderGrey.gif) repeat-x bottom left;
			display: block;
			padding-bottom: 10px;
		}
		
.supportContent #sponsor {
	background: none;
	padding: 0 0 0 6px;
	margin-bottom:10px;
}

	.supportContent #sponsor h3 {
		font-size: 1.2em;
		margin-bottom: .5em;
	}

.supportContent .travelSheetLinks {
	padding: 0 0 0 6px;
	margin-bottom:10px;
}



#maincol .supportContentInner .story h3,
#maincol .supportContentInner .story p {
	font-size: 1.1em;
}

#maincol .supportContentInner .story h3 {
	margin-bottom: 0;
}


#maincol .supportContent .supportContentModule ul li {
	font-size: 1.1em;
	margin-bottom: 4px;
	padding-left: 8px;
}

	#maincol .supportContent .supportContentModule ul li a {
		font-weight: bold;
		padding-bottom: 5px;
		display: block;
		color:#000
	}


#maincol .supportContent #filterArea {
	margin-bottom: 10px;
}

	#maincol .supportContent #filterArea ul li {
		background: none;
		padding-left: 0;
		font-size: 1.2em;
	}
	
	#maincol .supportContent #filterArea ul li.selected span {
		background:url(/_images/iconSelectedFilter.gif) no-repeat right top;
		padding-right: 25px;
	}
	
	#maincol .supportContent #filterArea ul li a {
		background: none;
		display: inline;
	}


.supportContent #latestGuidelines {
	padding-bottom: 9px;
}

 
#maincol ul.tabNav {
	overflow: hidden;
	margin: 0 0 8px 0;
	background: url(/_images/borderGrey.gif) repeat-x left bottom;
}

	#maincol ul.tabNav li {
		font-size:1.2em;
		margin-bottom: 0;
		border-bottom: 1px solid #737373;
		float: left;
	}

		#maincol ul.tabNav li.selected {
			border-bottom: 1px solid #ffffff;
		}
		
		#wrap #maincol ul.tabNav li a {
			font-weight: bold;
			text-decoration: none;
			display: block;
			background-image: url(/_images/TabNavRight.gif);
			background-repeat: no-repeat;
			padding: 0;
		}

		
		#maincol ul.tabNav li.selected a {
			background-image: url(/_images/TabNavRight.gif);
			background-repeat:no-repeat;
		}
		
			#maincol ul.tabNav li a:link,
			#maincol ul.tabNav li a:visited {
				color: #ffffff;
				background-position:right -100px;
			}
		
			#maincol ul.tabNav li.selected a:link, 
			#maincol ul.tabNav li.selected a:visited {
				color: #000000;
		 		background-position: right 0;
			}
			
			#maincol ul.tabNav li a:hover,
			#maincol ul.tabNav li a:active,
			#maincol ul.tabNav li.selected a:hover, 
			#maincol ul.tabNav li.selected a:active {
				background-position:right -200px;
				color: #ffffff;
			}
	
		
	#maincol ul.tabNav li a span {
		padding: 6px 16px;
		background-image: url(/_images/TabNavLeft.gif);
		background-repeat:no-repeat;
		display: block;
	}
	
		#maincol ul.tabNav li a:link span, 
		#maincol ul.tabNav li a:visited span {
			background-position: left -100px;
		
		}

	
	#maincol ul.tabNav li.selected a:link span,
	#maincol ul.tabNav li.selected a:visited span {
		background-position: left 0;
	}
	
	#maincol ul.tabNav li a:active span, 
	#maincol ul.tabNav li a:hover span,
	#maincol ul.tabNav li.selected a:active span,
	#maincol ul.tabNav li.selected a:hover span {
		background-position: left -200px;
	}


		
	

#top10Searches h3 {
	font-size:1.5em;
	font-weight: bold;
	background: url(/_images/dashBorderGrey.gif) top left repeat-x;
	padding-top:10px;
	margin: 0 0 9px 0;
}

	#top10Searches h3 span {
		background: url(/_images/dashBorderGrey.gif) bottom left repeat-x;
		padding-bottom:10px;
		display: block;
	}

#top10Searches #searchesTabs ul.tabNav {
	overflow: hidden;
	margin: 0 0 8px 7px;
	padding: 0;
	list-style: none;
}
	
	#top10Searches #searchesTabs ul.tabNav li {
		padding-left: 0;
		margin-bottom: 0;
		font-size: 1.2em;
	}
	
	#top10Searches #searchesTabs ul.tabNav #top10Searches-diseases {
		float: right;
	}

#maincol #top10Searches-drugs-div ul,
#maincol #top10Searches-diseases-div ul {
	padding-left: 0;
	list-style:none;
	margin:0;
}

	#maincol #top10Searches-drugs-div ul li,
	#maincol #top10Searches-diseases-div ul li {
		font-size: 1.2em;
		padding: 3px 7px 3px 13px;
	}

		#maincol #top10Searches-drugs-div ul li.odd,
		#maincol #top10Searches-diseases-div ul li.odd {
			background-color: #f0f0f0;
		}
		
		#maincol #top10Searches-drugs-div ul li a,
		#top10Searches-diseases-div ul li a {
			font-weight: bold;
			text-decoration: none;
			background: none;
			padding: 0;
		}




#maincol .promoContainer {
}

	#maincol .promoContainer .promoBoxRow3 {
		background: url(/_images/3ColumnPromoBoxBg.gif) repeat-y bottom left;
		overflow: hidden;
	}
	
	#maincol .promoContainer .promoBoxRow2 {
		background: url(/_images/2ColumnPromoBoxBg.gif) repeat-y bottom left;
		overflow: hidden;
	}
	
	#maincol .promoContainer .promoBoxRow1 {
		background: url(/_images/1ColumnPromoBoxBg.gif) repeat-y bottom left;
		overflow: hidden;
	}

#maincol .promoTitleTextImage,
#maincol .promoTitleText,
#maincol .promoTitleImage,
#maincol .promoImage {
	border-top: 2px solid #cdcbcb;
	width: 197px;
	float: left;
	margin: 0 11px 0 0;
}

#maincol .promoContainer .last {
	margin-right: 0;
}

#maincol .promoContainer h3 {
	font-size: 1.6em;
}

	#maincol .promoTitleTextImage h3,
	#maincol .promoTitleText h3,
	#maincol .promoTitleImage h3 {
		margin:10px 12px 8px 12px;
	}
	
		#maincol .promoTitleTextImage h3 a,
		#maincol .promoTitleText h3 a,
		#maincol .promoTitleImage h3 a {
			font-weight: bold;
		}
		
		#maincol .promoTitleTextImage h3 a:link,
		#maincol .promoTitleTextImage h3 a:visited,
		#maincol .promoTitleText h3 a:link,
		#maincol .promoTitleText h3 a:visited,
		#maincol .promoTitleImage h3 a:link,
		#maincol .promoTitleImage h3 a:visited {
			text-decoration: none;
		}

		#maincol .promoTitleTextImage h3 a:hover,
		#maincol .promoTitleTextImage h3 a:active,
		#maincol .promoTitleText h3 a:hover,
		#maincol .promoTitleText h3 a:active,
		#maincol .promoTitleImage h3 a:hover,
		#maincol .promoTitleImage h3 a:active {
			text-decoration: underline;
		}
		
#maincol .promoTitleTextImage p,
#maincol .promoTitleText p {
	font-size:1.1em;
	margin: 0 12px 15px 12px;
}

#maincol .promoTitleTextImage img {
	margin: 0 12px 4px 12px;
}


#maincol .promoTitleTextImage img {
	float: left;
}

#maincol .promoImage a img {
	border: none;
	margin: 0 0 2px 2px;
}

		

	
#podcastAsset {
	padding:10px;
	border:1px solid #CFCDCD;	 
}

#podcastAsset h3 {
	margin:10px 0;
}
#podcastAsset p {
	margin-bottom:0
}

}