@charset "utf-8";
/* CSS Document */

html {
/*	overflow-Y: scroll;*/
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
.wrapper {
	width:22.5em;
/*	width: 43%;*/
	margin: 0;
	float:left;
	display:inline;
}
.expand_wrapper
{
	width:100%;
	padding:0px;
	margin:0px 0px 5px 0px;
	float:left;
}
h2.expand_heading {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(../Images/expand_collapse1.png) no-repeat;
	height: 38px;
	line-height: 38px;
	width:100%;
	font-size: 22px;
	font-weight: normal;
	float: left;
}
/*html > body  h2.expand_heading {
	min-height:38px;
	height:auto;
}*/
h2.expand_heading {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.expand_heading:hover {
	color: #ccc;
	text-decoration: underline;
}

h2.active {background-position: left bottom;}/* Once clicked - use the bottom part of the image-up arrow */

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #eee;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}
.toggle_container .expand_box {
	padding: 10px 10px 3px 10px;
}
.toggle_container {
	padding: 5px 0;
	margin: 5px 0;
}
.news_item {
	width:100%;
	height:20px;
	display:block;
	float:left;
	border-bottom:2px solid #ccc;
}
.news_item:hover {
	background:white;
}

html > body  .news_item {
	min-height:20px;
	height:auto;
}
.news_item img {
	float: left;
	margin: 4px 5px;
	padding:3px 5px;
	background: #ddd;
	width:40px;
	height:20px;
	border:1px #730063 solid;
}
.news_item a, .news_item span {
	font-weight : bold;
	font-style : italic;
	color : #730063;
	text-decoration : none;
	font-size : 12px;
	margin:0 0 0 10px;
	padding-top:15px;
	line-height:35px;
/*	float:left;*/
}
.news_item a:hover {
	text-decoration : underline;
}
.toggle_container h3 {
	font: 24px normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
	padding: 0 0 5px 0;
	color:#730063;
	border-bottom: 5px dotted #ccc;
	height:24px;
	max-height:24px;
	/*height: expression( this.scrollHeight > 23 ? "24px" : "auto" ); */
	overflow:hidden;
	/*zoom: 1;*/
}

