/*
 * Home Page Styles
 */
.homePanel {
	width: 282px;
	float: left;
	margin-right: 10px;
}
.heading1, .heading2, .heading3, .heading4, .heading1_o, .heading2_o, .heading3_o, .heading4_o {
	width: 282px;
	height: 34px;
	margin-bottom: 10px;
}
.heading1 a, .heading2 a, .heading3 a, .heading4 a, .heading1_o a, .heading2_o a, .heading3_o a, .heading4_o a {
	width: 282px;
	height: 34px;
	display: block;
}
.heading1 span, .heading2 span, .heading3 span, .heading4 span, .heading1_o span, .heading2_o span, .heading3_o span, .heading4_o span {
	display: none;
}
.heading1 {
	background: url('../img/h_home_1.gif') no-repeat;
}
.heading1_o {
	background: url('../img/h_home_1_o.gif') no-repeat;
}
.heading2 {
	background: url('../img/h_home_2.gif') no-repeat;
}
.heading2_o {
	background: url('../img/h_home_2_o.gif') no-repeat;
}
.heading3 {
	background: url('../img/h_home_3.gif') no-repeat;
}
.heading3_o {
	background: url('../img/h_home_3_o.gif') no-repeat;
}
.heading4 {
	background: url('../img/h_home_4.gif') no-repeat;
}
.heading4_o {
	background: url('../img/h_home_4_o.gif') no-repeat;
}
.blurb {
	padding-bottom: 10px;
	background: url('../img/home_dots.gif') no-repeat bottom;
	font-size: 11px;
	height: 105px;
}
.mDownload {
	
}
.button {
	width: 282px;
	height: 29px;
	background: url('../img/home_dots.gif') no-repeat bottom;
	line-height: 2em;
}
.button:hover {
	cursor: pointer;
	color: rgb(247,147,30);
}
.button img {
	float: right;
}
.mDownload ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
.mDownload ul li {
	width: 282px;
	height: 30px;
	line-height: 2.2em;
	background: rgb(0,0,0) url('../img/home_dots.gif') no-repeat bottom;
}
#navBody .mDownload ul li a {
	width: 262px;
	height: 30px;
	padding-left: 20px;
	display: block;
	color: rgb(255,255,255);
}
#navBody .mDownload ul li a:hover {
	color: rgb(247,147,30);
	text-decoration: none;
}
.image {
	margin-top: 20px;
	z-index: 1;
}
#mHome1_1, #mHome1_2,
#mHome2_1, #mHome2_2,
#mHome3_1, #mHome3_2,
#mHome4_1, #mHome4_2 {
	position: relative;
	display: none;
	z-index: 150;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
}

