/* Just for HomePage */

#flashDiv{
	/* display:block; */
	/* height:200px; */
	/* width:980px; */
	background-color:#000;
	border: 1px solid #BFBFBF;
}

#bottomDiv h1 {
	font-size: 18px;
	font-weight: bold;
	/* margin:0px; --np */
	text-align:center;
}

#bottomDiv h1 a:link 	{ text-decoration: none; color: #000; }
#bottomDiv h1 a:visited { text-decoration: none; color: #000; }
#bottomDiv h1 a:hover 	{ text-decoration: none; color: #C00; }
#bottomDiv h1 a:active 	{ text-decoration: none; color: #000; }

#bottomDiv h3 {
	font-size: 13px;
	text-align:center;
	font-weight: normal;
	margin: 5px;
}

#bottomDiv h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 9px 10px 11px 10px;
	margin:10px;
	background-color: #E8E4DD;
	text-align: center;
	border-top:1px solid #E8E4DD;
	border-left:1px solid #E8E4DD;
}

#hp_title {
	padding: 0 12px 15px;
	letter-spacing:-1px;
}

#hp_title h3 {
    margin-bottom: 25px;
}

#hp_thumbnails h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0 2px 0;
	border-bottom:1px solid #dadada;
}

#hp_thumbnails li a:link, #hp_thumbnails li a:visited, #hp_thumbnails li a:hover, #Track1Div a:link, #Track1Div a:visited, #Track1Div a:hover  {
	text-decoration: underline;
}

#hp_thumbnails li a:active, #Track1Div a:active {
	text-decoration: none;
}

#hp_thumbnails{
	display:block;
	float:left;
    width:700px;
	text-align:left;
	overflow: auto;
}

#hp_thumbnails ul{
	list-style-image:url("../images/arrow_select.png");
	padding:0 10px 0 0;
	margin-left: 50px;
}

#hp_thumbnails ul.sublist{
	list-style-image:url("../images/orange_bullet.gif");
	margin-left: 10px;
}

#hp_thumbnails li{
	line-height:19px;
	margin:0 30px 0px 20px;
}

#hp_thumbnails .homepage_thumbnail{
	float:left;
	margin:5px 15px 25px 0px;
}

#hp_news{
	float:right;
	width:196px;
	text-align:left;
	font-size:10px;
}

#hp_news h5{
	display:block;
	background-color:#036;
	background-image:url("../images/news_header.gif");
	width:184px;
	height:16px;
	padding:2px 2px 1px 10px;
	font-size:11px;
	color:#FFF;
}

#hp_news ul li{
	margin:0 5px 10px 55px;
}

#hp_news div img{
	vertical-align:middle;
	margin:1px 5px 1px 1px;
}
#hp_news #newsandpress img {
	margin-right:5px;
	margin-bottom:50px;
	vertical-align:bottom;
	display:block;
	width:50px;
	float:left;
}
#hp_news div {
	padding:5px;
	border:1px solid #369;
	margin-bottom: 15px;
}
