
/* ---- Content area styles --- */

#homeLeftNav{
	width:200px; /* for ie 6 */
	float:left;
	overflow:hidden; /* for ie 6 */
	float:left;
}
html>body #homeLeftNav /*hide these styles from ie 6, avail for everything else */
{
	width:188px;
	margin-right:11px;
	overflow:visible;
}

#homeLeftNavTop{
	background-image:url(/images/layout/boxTop.gif);
	width:188px; 
	line-height:11px;
	height:11px; 
}
#homeLeftNavItems{
	width:188px;
	height:346px;
	background-image:url(/images/layout/boxMiddle.gif);
	background-repeat:repeat-y;
	text-align:left;
	padding-left:10px;
}
.homeLeftNavTitle{
	padding:0px 0px 5px 0px; /* IE 6 needs different bottom padding */
	font-size:7.5pt;
	font-weight:bold;
	line-height:12px;
	height:12px;
}
html>body
{
	padding:0px 0px 10px 0px;
}

.homeLeftNavImg{
	padding:0px 0px 0px 20px;
}

#homeLeftNavItemArrow_1, #homeLeftNavItemArrow_2, #homeLeftNavItemArrow_3{
	width:11px;
	height:12px;
	padding-right:4px;
	padding-top:0px;
}

#homeLeftNavItem_1, #homeLeftNavItem_2, #homeLeftNavItem_3{
	position:relative;
	height:100px;
	z-index:10;
	cursor:pointer;
	padding:0px;
	margin:0px;
}
#homeLeftNavItem_1_selected, #homeLeftNavItem_2_selected, #homeLeftNavItem_3_selected {
	margin:0px -12px 0px -10px;
	padding:0px;
	position:absolute;
	z-index:2;
}
#homeLeftNavItem_1_selected{
	background-image:url(/images/layout/navRolloverTop.gif);
	height:129px;
	width:221px;
	top:130px;
}
#homeLeftNavItem_2_selected{
	background-image:url(/images/layout/navRolloverCenter.gif);
	height:129px;
	width:211px;
	top:248px;
	display:none;
}
#homeLeftNavItem_3_selected{
	background-image:url(/images/layout/navRolloverBottom.gif);
	background-repeat:no-repeat;
	height:129px;
	width:211px;
	top:369px;
	display:none;
}
.homeLeftNavItemDivider{
	position:relative;
	width:158px;
	height: 1px;
	line-height:1px;
	border:0px;
	padding:12px 0px 5px 5px;
	clear:both;
}

#homeLeftNavBottom{
	background-image:url(/images/layout/boxBottom.gif);
	width:188px; 
	line-height:11px;
	height:11px; 
}


#homeMiddleContent{
	width:514px;
	float:left;
	margin-right:11px;
	background-color:#f6cf74;
	margin-bottom:10px;
}
#homeMiddleImg{
	width:490px;
	text-align:center;
	margin:0px 0px 0px 12px;
	background-color:#f6cf74;
}
#homeMiddleImg img{
	padding:0px;
	margin:-5px 0px 0px 0px;
}

#homeMiddleText{
	width:450px;
	margin-left:12px;
	color:#ffffff;
	background-color:#0A254E;
	padding:10px 20px 6px 20px;
	border-top: solid 1px #cdcdcd;
	font-size:x-small;
}

.homeMiddleTextHeader{
	color:#eeb21c;
	font-size:large;
	padding:0px 0px 6px 0px;
}
#homeMiddleText a{
	color:#ffffff;
}

/* ---- Content area end --- */







