/* --------------------  general  -------------------- */
#homeContainer {
	display: block;
	width: 960px;
	background-color:#fff;
	margin:auto;

}
/* --------------------  cols  ----------------------- */
#homeContainer #homeRow1 {
	display: block;
	position: relative;
	float: left;
	width: 960px;
	margin: 0 0 25px 0;
}
#homeContainer #homeRow2 {
	display: block;
	position: relative;
	width: 960px;
	padding:10px;
	margin: 0 0 25px 0;
}

/* --------------------  one ------------------------ */
#one {
	margin: 0;
	padding: 0;
	
	
}

#feature h1{
	color: #fff;
	font-size:29px/1; 
}



#feature{

background: url("/~/media/Images/bcc/home/feature-bg.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    height: 145px;
    left: -540px;
    padding: 25px;
    position: absolute;
    top: 80px;
    width: 420px;
}



/* --------------------  three  ------------------------ */
#three {
	float: left;
	display: inline-block;
	width: 220px;
	margin-right:20px;
	
}

#three ul{
	list-style: none;
	margin:0 0 15px 0;
	padding:0;
	border-right: 1px solid #eee;

}

#three ul li{
	border-bottom: 1px solid #eee;
	padding:5px 5px 5px 25px;
    display: block;
}


#three ul li:hover{
	background: none repeat scroll 0 0 #FFC600;
	

}

#audience h3{
	text-transform: uppercase;
	color:#07294d;
    font: 18px/1 "FuturaCnd",Arial,san-serif;
    }

/* --------------------  four  ----------------------- */
#four {
	float: left;
	display: inline-block;
	width: 460px;
	margin:10px 0px 0px 0px;
	border-top: solid 1px #eee;
	padding:10px 20px 0px 20px;
	

}

#four h1{font-size:1.9em;}


/* --------------------  five   ----------------------- */
#five {
	float:left;
	display: inline-block;
	width: 205px;
	overflow: hidden;
	
}

#five h2{
	background-color: #07294d;
	color:#fff;
	padding:10px;
	width: 100%;
	margin: 10px 0 0;
	text-transform: uppercase;
	
}

.now-news-sidebar.blue li:nth-child(n+3) {
  display: none !important;
}

#five aside h1{
background-color: #07294D;
    color: #FFFFFF;
    margin: 10px 0 0;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    font-size:1.5em;
}

#five ul{
	list-style: none;
	margin:0 0 15px 0;
	padding:0;

}

#five ul li{
	border-bottom: 1px solid #eee;
	 margin: 0 3px 0 0;
    padding: 7px 15px 7px 5px;
    display: block;
    
}

#five ul li:hover{

background: url(/~/media/Images/bcc/home/right-arrow-transparent.png) no-repeat center right;

}


/* -------------------- Sidebar stuff ----------------------- */


aside {
	margin: 0 0 5px;
}
aside h1 {
    margin-bottom: 10px;
    margin-top:0px;
}
aside p {
    margin: 0;
    padding: 0 0 20px;
}

aside.yellow h1, aside.grey h1 {
    background: url("/~/media/Images/bcc/home/sprite.png") no-repeat scroll 0 -443px transparent;
    margin: 0;
    padding: 18px 0 10px 30px;
}

aside.yellow p, aside.grey p {
    margin-left: 30px;
    margin-right: 20px;
}

aside.yellow {
    background: none repeat scroll 0 0 #FFC600;
    color: #07294D;
}
aside.grey {
    background: none repeat scroll 0 0 #eee;
    color: #07294D;
}

aside.grey a:hover, aside.yellow a:hover {
    text-decoration: none;
}
aside.grey a:hover p.more {
    text-decoration: underline;
}










