@import "reset.css";

/* General rules */
* {margin: 0; padding: 0;}
body {
	font-size: 12px;
	line-height: 1.5;
	font-family: "Helvetica Neue",  Arial, sans-serif;
	background:#0082c8;
}

div#wrapper {
	width: 1001px;
		margin: 0 auto;

	padding: 0 2px 0 2px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

a:link {
	/*color: #d95b29;*/
	color: #1F4561;
}

p {
	margin-bottom: 1em;
}

.clear,.clearer {clear:both;}
.clearer {font-size:0;}

.showmore {
	display: none;
}

.update {
	float: right;
	margin: 1.5em 10px 0 10px;
	text-align: right;
}

.date {
	font-weight: bold;
}

#head {
	width: 100%;
	height: 80px;
	color: #fff;
	position: relative;
}

#head .logo {
position:absolute;
top:10px;
left:10px;
width:280px;
height:53px;
}

	#head h1 {
		position: absolute;
		text-indent: -9999px;
		top: 10px;
		left: 10px;
		padding: 0;
		height: 53px;
		width: 280px;
		background: transparent url('img/logo.png') no-repeat top left;
	}
	
		#head h1 a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 15px 0 0 70px;
			height: 50px;
		}

	#head .byline {
		font-size: 10px;
		width: 50%;
		height: 23px;
		line-height: 23px;
		background: transparent url(img/swoop.gif) no-repeat top left;
		color: #000;
		text-align: right;
		padding-right: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	
		#head .byline p {
			background: #39b54a url(img/background.gif) repeat-x top right;;
			margin-left: 50px;
			padding-right: 15px;
			color: #fff;
		}
		
		#head .byline a {
			color: #fff;
		}
	#head .byline a:hover {
	text-decoration:none;
		}
	#head .secondNav {
		float: right;
		text-align: right;
		font-size: 10px;
		margin-top: 60px;
		padding-right: 5px;
	}
	
	.secondNav li {
		padding: 0 10px;
		display: inline;
	}
	
	.secondNav li + li {
		border-left: 1px solid #000;
	}
	
		#head .secondNav li a {
			color: #000;
		}

		#head .secondNav a:hover {
			text-decoration:none;
			}
		#nav {
			background-color: #39b54a;
			height: 30px;
			line-height: 30px;
			font-family: "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			clear: both;
			top: 80px;
			width: 100%;
			padding: 0;
			margin: 0 auto;
			border-bottom: 7px solid #0082c8;
			}
	
		#nav ul {
			margin-left: 50px;
		}

		#nav li {
			display: inline;
			padding-right: 40px;
			height: 30px;
			line-height: 30px;
		}
		
			#nav li a {
				color: #fff;
				text-decoration: none;
				background: transparent url(img/triangle-gr.gif) no-repeat 3px 9px;
				font-weight: bold;
				padding: 7px 3px 8px 15px;
				line-height: 30px;
			}
			
			 * html #nav li a {
			   background-position: 3px 9px;
			   height: 30px;
			 }
			
			 #nav li a:hover,
			 #nav li a:focus {
			  color: #E79C34;
				background: #fff url(img/triangle-wh.gif) no-repeat 3px 9px;
			 }
	
	/*Lang*/
	#lang_search{
	float:left;
	height:40px;
	background: #fff;
	width:100%;
	}
	
	
	#lang_search .languages {
	float: right;
	width:200px;
	text-align:right;
	padding-right:10px;
	padding:5px;
	}

	
	#lang_search .search {
	color:#000;
	background:#C2CEE2;
	border-left:2px solid #0082C8;
	border-right:2px solid #0082C8;
	border-bottom:2px solid #0082C8;

	float: left;
	font-size: 18px;
	padding: 5px 30px 0px 30px;
}
	
	#lang_search input.text {
		background-color: #fff;
		border: 1px solid #b3b3b3;
		margin: 0;
		padding: 3px;
	}

	#lang_search input.button {
		font-style: italic;
		background: #39b54a;
		color: #fff;
		border: 1px solid #b3b3b3;
		border-left: none;
		padding: 2px 3px;
		margin: 0;
	}

  * html #lang_search input.button {
    padding: 1px 3px;
  }


#mainbox {
	width:100%;
	padding:1px;
	background:#FFF;
}

#mainbox .feature {
	margin-top: 12px;
	width: 670px;
	float: right;
	background: transparent;
	padding: 0px 10px 0px 10px;
}


#mainbox .title {
		background-color: #39b54a;
		color: #fff;
		height: 36px;
		padding: 0 15px;
		margin-bottom: 18px;
	}
	
		#mainbox .title .pronounce {
			font-weight: normal;
			color: #e5a451;
		}

	#mainbox .title .button,
	#mainbox .title .listen {
		background-color: #065111;
		border: 1px solid #5c7f61;
		font-size: 14px;
		line-height: 25px;
		height: 25px;
		float: right;
		margin-left: 10px;
		padding: 0 10px;
		display: block;
		color: #fff;
		text-decoration: none;
		margin-top: 4px;
	}
	
		#mainbox .title a.button:hover {
			color: #065111;
			background-color: #fff;
		}
	
	#mainbox h2 {
		font-size: 24px;
		line-height: 36px;
	}

	#mainbox h3 {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 0.5em;
	}

	#mainbox h4 {
		font-size: 14px;
		line-height: 21px;
		color: #244a6f;
	}

	#mainbox p {
		margin-bottom: 1em;
	}
	
	#mainbox ul {
		list-style-type: disc;
		margin-bottom: 1em;
		padding-left: 1.5em;
	}
	
	#mainbox ol {
		list-style-type: decimal;
		padding-left: 1em;
		margin-bottom: 1.5em;
	}
	
	#mainbox li {
		margin-bottom: 0.5em;
	}
	
	#mainbox .ht {
		float: right;
		background-color: #fff;
		margin: 0 0 1em 1em;
		border: 2px solid #666;
	}
	
	#mainbox table {
		width: 100%;
		margin: 1em 0;
	}
	
	#mainbox th,
	#mainbox td {
		padding: 3px 5px;
		text-align: left;
		vertical-align: top;
	}
	
	#mainbox th {
		color: #fff;
		background-color: #333;
	}
	
	#mainbox th a { color: #fff; }
	
	#mainbox tr.alt {
		background-color: #ccc;
	}
	
	#mainbox ol.refs {
		padding-left: 1em;
		list-style-type: decimal;
		margin: 1em 0;
		font-size: 10px;
	}
	
		#mainbox ol.refs li {
			margin-bottom: 0.75em;
		}
	
	#threetopic {
	float:left;
	background:#FFF;
	margin:6px 0px 0px 0px;
	width:300px;
	padding:0px 2px 0px 2px;
	overflow: visible;
	}
	#threetopic #navRow {
	margin: 0;
	padding: 0px 0px 0px 10px;
		}
		
			#threetopic #navRow div {
	width: 288px;
	height: 96px;
	padding:0px 5px 0px 5px;
	float: left;
	position: relative;
	color: #fff;
			}
			
				#threetopic #navRow div h3 {
					color: #fff;
					font-size: 15px;
					line-height: 25px;
				}
				
				#threetopic #navRow div a {
	display: block;
	width: 288px;
	height: 96px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
				}
					
	#threetopic #navRow div a:hover,
	#threetopic #navRow div a:focus,
	#threetopic #navRow div a:hover span,
	#threetopic #navRow div a:focus span {font-size: 1.3em;}
					
	#threetopic #navRow div a span {
		text-transform: uppercase;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		bottom: -3px;
		right: 54px;
		text-align: right;
						}
			
			#threetopic #navRow div#healthTopics {
				background: url(img/ht-bg2.gif) no-repeat top left;
			}
			
			#threetopic #navRow div#drugsSupp {
				background: url(img/ds-bg2.gif) no-repeat top left;
			}
			
			#threetopic #navRow div#multimedia {
				background: url(img/mm-bg2.gif) no-repeat top left;
				}
				
	#lowerhalf {
	width:100%;
	padding:1px;
	background:#FFF;
}

/*Other*/
.blue{
background:#0000FF;
color:#FFFFFF;
padding:3px;
}

.gray{
background:#CCCCCC;
color:#000000;
}

/*Column A*/

		
#cola{
float:left;
width:250px;
background: url(img/colatop.jpg) no-repeat left top;
border-left:2px solid #0082C8;
padding-top:5px;
padding-left:5px;
margin-right:5px;
}

#cola h3 {
font-size:1.2em;
color:#fff;
border-bottom:#fff 2px solid;
margin-bottom:15px;
}

#cola .icons {
	float:left;
	width:250px;
	background:#EBEEF1;
}	
#cola .icons .img{
	padding:5px 10px 5px 10px;
}
#cola .icons .img2{
	padding:0px 2px 5px 0px;
}

#cola .dic{
background:url(img/dictionary-bg.gif) right bottom no-repeat #0082C8;
padding:10px 2px 10px 2px;
}
#cola .dic h4{
font-size: 24px;
				color: #fff;
				}
				
			
#cola .dic .search{
background:url(img/dictionary-btn.gif) no-repeat;
height:32px;
width:32px;
		padding: 3px 0 3px 0;
		margin: 0;
				}
				
		#cola .dic input.text {
		background-color: #fff;
		border: 1px solid #b3b3b3;
		margin: 0;
		padding: 3px 0 3px 0;
	}
				
				
				
#cola .smiconbox {
background:#f4f9ff;
float:left;
width:230px;
border:#a3c6fe solid 2px;
padding: 5px 5px 5px 10px;
}

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

#cola .smicbx {
float:left;
width:100%;
margin-bottom:2px;
}


#cola .smicbxtop {
float:left;
width:100%;
margin-bottom:2px;
border-bottom:#666666 solid 2px;
}
#cola .smiconitem {
margin:5px;
width:25px;
height:25px;
float:left;
}

#cola .smicontext {
margin:5px;
width:180px;
float:left;
}


/*Column B*/

#colB_enclosed{
width:230px;
float:left;
background: url(img/colb_bot.jpg) no-repeat bottom left;
margin-right:10px;

}
#colb{
float:left;
width:220px;
background: url(img/colb_top.jpg) no-repeat top left;
padding:5px 5px 5px 5px;
border-left:#ffa72b 2px solid;
}

#colb h3 {
font-size:1.2em;
color:#fff;
border-bottom:#fff 2px solid;
margin-bottom:15px;
}

#colb a:hover{
text-decoration:none;
}
#colb.bot{
float:left;
width:220px;
background: url(img/colb_bot.jpg) no-repeat top left;
}

/*Column C*/


#colC_enclosed{
width:230px;
float:left;
background: url(img/colc_bot.jpg) no-repeat bottom left;
margin-right:10px;

}
#colc{
float:left;
width:220px;
background: url(img/colctop.jpg) no-repeat top left;
padding:5px 5px 5px 5px;
border-left:#e02727 2px solid;
}

#colc h3{
font-size:1.2em;
color:#fff;
border-bottom:#fff 2px solid;
margin-bottom:15px;
}

#colc .rss{
float:right;
padding:0 5px 0 5px;
}

#colc ul{
list-style-type:disc;
}

#colc li{
margin-left:20px;
margin-bottom:0px;
}

#colc a:hover{
text-decoration:none;
}


/*Column D*/
#cold{
float:left;
width:225px;
background: url(img/coldtop.jpg) no-repeat top left;
padding:5px 5px 5px 5px;
margin-right:5px;
border-left:#39b54a 2px solid;
}

#cold h3 {
font-size:1.2em;
color:#fff;
border-bottom:#fff 2px solid;
margin-bottom:15px;
}


#cold .smallFeature {
			padding: 0;
		}
		
			#cold .smallFeature ul {
				clear: both;
			}
		
		  #cold .smallFeature ul.list {
		    padding-left: 2em;
		    list-style-image: url(img/triangle-wh.gif);
		    margin-top: 0.5em;
		  }
		  
		    #cold .smallFeature ul.list li {
		      margin-bottom: 0.5em;
		    }
		
			#cold .smallFeature ul.topicTabs {
				list-style-type: none;
				clear: both;
				width: 100%;
				height: 21px;
				overflow: visible;
				background: transparent;
				padding: 0;
				margin: 0;
				border: none;
			}
			
				#cold .smallFeature ul.topicTabs li {
					float: left;
					width: 40px;
					margin-right: 1px;
					height: 21px;
					text-align: center;
					background-color: #fff;
					font-size: 10px;
					border: 1px solid #727272;
					border-bottom: 1px solid #fff;
				}
			
				#cold .smallFeature ul.topicTabs li.behind {
					background-color: #39b54a;
					border: 1px solid #39b54a;
					border-bottom: 1px solid #2b7c36;
				}

				#cold .hotTopics ul a {
					color: #146b20;
				}
	
				#cold .hotTopics ul.topicTabs a {
					text-decoration: none;
				}
	
				#cold .smallFeature ul.topicTabs li.behind a {
					color: #fff;
				}
				
			#cold .hotTopics ul {
				background: #fff;
				width: 225px;
				padding: 25px 34px;
				border: 1px solid #727272;
				border-top: none;
				margin: 0;
				font-size: 11px;
				list-style-type: disc;
			}



/* Footer area rules */

#foot {
	background-color: #39b54a;
	font-size: 10px;
	padding: 5px 8px;
	margin-bottom:2px;
	clear: both;
}
#foot .main {
padding:5px;
margin:0px;
}

#foot .footdate{
float:right;
width:300px;
}
	

	
		#foot .footdate span.date {
			font-weight: bold;
		}

	#foot .secondNav li {
		border-color: #000;
	}
	
		#foot .secondNav li + li {
			padding-left: 10px;
		}
	
	#foot address {
		font-style: normal;
	}
	
	#foot a {
		color: black;
	}
	
	#foot a:hover {
	text-decoration:none;
		
	}
