@import url(/CMSPages/GetCSS.aspx?stylesheetname=HiHeatMasterCSS);
#footer #footRight { background: url(/App_Themes/HiHeatMasterCSS/footerRightBar.gif) right top no-repeat; }
#page { background: url(/App_Themes/HiHeatMasterCSS/bgTileMainBar.gif) repeat-y; }
#CMSMenu{background: url(/App_Themes/HiHeatMasterCSS/Menu_wNews.gif) left top no-repeat;}
#homeLeft {
	width: 520px;
	height: 140px;
	text-align: left;
	background-color: transparent;
	float: left;
}
#homeRight {
	position: absolute;
	top: 20px;
	left: 519px;
	width: 166px;
	text-align: center;
	background-color: transparent;
}
#homeLeftBelowLeft {
	position: absolute;
	top: 170px;
	left: 0;
	width: 200px;
	height: 245px;
	text-align: left;
	background-color: transparent;
}
#homeLeftBelowRight {
	position: absolute;
	top: 170px;
	left: 200px;
	width: 325px;
	height: 245px;
	text-align: left;
	background-color: transparent;
}
/*New News Right Side
-------------------------------------------------------*/
#homeRight h1{
	font-weight:bold;
	font-size:16px;
	margin:20px 15px 10px 15px;
	text-align:center;
	color: black;
}
#homeRight div.newsBox{
	background:url(/App_Themes/HiHeatMasterCSS/newsTile.gif) repeat-y;
	width:151px;
	margin:5px 0 10px 10px;
}
#homeRight div.newsBox div{
	background:url(/App_Themes/HiHeatMasterCSS/newsBottom.gif) left bottom no-repeat;
	padding-bottom:10px;
}
#homeRight div.newsBox div *{
	margin:0 15px 0 10px;
}
#homeRight div.newsBox div a{
	margin:0;
}
#homeRight div.newsBox h2{
	background:url(/App_Themes/HiHeatMasterCSS/newsTop.gif) left top no-repeat;
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:8px 15px 5px 10px;
}
#homeRight div.newsBox h3, #news div.newsBox h3 a{
	font-weight:bold;
	font-size:12px;
}
#homeRight div.newsBox p, #news div.newsBox ul, #news div.newsBox ol{
	margin-bottom:5px;
	padding-bottom:3px;
	text-align: left;
}
#homeRight div.newsBox li{
	list-style:circle;
	margin-left:20px;
	font-size:11px;
	margin-top:3px;
}
/* mouse over for news boxes, IE has problems then using :hover so the .js file sets the class .over*/
#homeRight div.newsBox{
	cursor:pointer;
}
#homeRight div.newsBox div.over *{
	color:#1D66CF;
	background-color:transparent;
}
#homeRight div.newsBox div.over h2{
	color:#F47F24;
	background-color:transparent;
}