@charset "utf-8";
#container {
	width: 978px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/GeneralWeb/images/healthTopics/menuBg.gif) no-repeat 0px -10px;
}
#header h2 {
	color: #fff;
	font: 26px Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	padding: 0px 10px;
	margin: 0px;
	height: 44px;
	line-height: 44px;
	box-shadow: 0px 0px 5px #999;
	margin-bottom: 5px;
	background: #7B7F9C url(/GeneralWeb/images/healthTopics/headBg.png) repeat-x 0px -1px;
}

h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #47495E;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	color: #47495E;
}
#left {
	float: left;
	width: 150px;	
}
/* //// left menu //// */
#left ul {
	list-style-type: none;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 62px 0px;
	background: url(/GeneralWeb/images/healthTopics/menuBtm.gif) no-repeat left bottom;
}
.menuLink:link, .menuLink:visited, .linkShadow {
	padding: 8px 9px 7px 10px;
	display: block;
	width: 122px;
	line-height: 1.2em;
	text-decoration: none;
	color: #444;
	background: #e4e4e4;
	font-size: 12px;
	text-shadow: 0px -1px 0px rgba(255,255,255,1);
	text-align: right;
	border-top: 1px solid #fff;
}
.menuLink:hover {
	color: #000;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.5);
	background: #d9d9d9;
}
.linkShadow {
	background: #e4e4e4 url(/GeneralWeb/images/healthTopics/linkShadow.png) repeat-x left top;
	border-top: none;
	width: 122px;
	padding: 8px 10px;
}
.linkShadow:hover {
	background: #d9d9d9 url(/GeneralWeb/images/healthTopics/linkShadow.png) repeat-x left top;
	color: #000;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.5);
}
#left ul li {
	margin: 0px;
}
.linkSelected {
	padding: 8px 10px 0px 10px;
	height: 21px;
	line-height: 1em;
	color: #fff;
	background: -moz-linear-gradient(bottom,  #968F78,  #B0AA99);
	background: -webkit-gradient(linear, left bottom, left top, from(#968F78), to(#B0AA99));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0AA99', endColorstr='#968F78');
	font-size: 12px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
	text-align: right;
	border-top: 1px solid #fff;
}
.menuShadow {
	background: url(/GeneralWeb/images/healthTopics/menuItemTop.gif) no-repeat 0px 0px;
}
/* //// end left menu //// */
#right {
	float: right;
	width: 828px;
}
.infoBox {
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: 0px 0px 7px #d9d9d9;
	padding: 20px 20px 22px 20px;
	margin-bottom: 0!important;
	line-height: 1.4em;

}
.infoBoxImg {
	border: 1px solid #999;
	box-shadow: 0px 0px 5px #999;
	float: left;
	margin: 0px 10px 0px 0px;
}
#content {
	padding: 15px 20px 20px 20px;
	font-size: 0.9em;
}

#content a:hover {
	text-decoration: none;	
}
.contentList {
	margin-bottom: 15px;
	padding-left: 15px;
}
.contentList > li {
	background: url(/images/saBullet.gif) no-repeat 0px 5px;
	list-style-type: none;
	line-height: 1.2em;
	padding-left: 10px;
}
.contentList > li {
	
	margin-bottom: 8px;
}
.contentList ul li {
	margin-top: 0px;
	margin-bottom: 4px;
}
.clear {
	clear: both;	
}
.fileAlert {
	color:#333;
	font-size: 0.7em;
}
