#home_welcome {
	width:267px;
	height:58px;
	background:url(../images/home_welcome.png) no-repeat;
	margin:50px 15px 0 35px;
	float:left;
	clear:both;
}

#home_welcome h1/*, .panel_link a span, .jam_link a span, .vhc_link a span*/ {
	display:none;
}

#home_flash {
	width:614px;
	height:160px;
	float:left;
}

#home_panels {
	width:100%;
	height:auto;
	float:left;
}

#home_panels p {	
	line-height:16px;
}

.home_panel, .home_panel_mouse, .home_panel_vhc, .home_panel_promo {
	width:263px;
	height:166px;
	float:left;
	padding:24px 24px 0 24px;
	position:relative;
}

.home_panel {
	background:url(../images/home_panel_bg.jpg) repeat-x #fff;
}

.home_panel:hover, .home_panel_promo:hover {
	background:#e1e1e1;
}

.home_panel_mouse {
	background:url(../images/panel_mouse.jpg) #fff left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.home_panel_mouse:hover {
	background:url(../images/panel_mouse.jpg) #fff right;
}
	
.home_panel_vhc {
	background:url(../images/panel_recruit.jpg) #fff left;
	border-right:1px solid #ccc;
}

.home_panel_vhc:hover {
	background:url(../images/panel_recruit.jpg) #fff right;
}

.home_panel_promo {
	background:url(../images/panel_TLC.jpg) #fff left;
	border-left:1px solid #ccc;
}

.home_panel_promo:hover {
	background:url(../images/panel_TLC.jpg) #fff right;
	border-left:1px solid #ccc;
}

#home_panels h2 {
	font-size:1.9em;
	color:#036;
	font-weight:normal;
	margin-bottom:15px;
}

.pink {
	color:#BF0159;
	font-weight:bold;
}

.panel_link, .jam_link, .vhc_link {
	width:263px;
	height:34px;
	position:absolute;
	bottom:10px;
}

.panel_link a, .jam_link a, .vhc_link a {
	color:#161483;
	width:263px;
	height:23px;
	display:block;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
}

.panel_link a:hover, .jam_link a:hover, .vhc_link a:hover {
	text-decoration:underline;
}
	