/* @override 
	http://acsd.org/_css/home.css
*/

/* @group Content */

#home #content{
	width: 440px;
	float: left;
	padding-top: 30px;
	padding-left: 28px;
	padding-right: 20px;
	position: relative;
	margin-bottom: 20px;
	z-index: 5;
	display: inline;
}

#home #content #bg{
	position: absolute;
	padding-left: 515px;
	background: url(../_img/bg_home_content.jpg) no-repeat left bottom;
	top: 2px;
	padding-top: 320px;
	left: -30px;
	z-index: -2;
}

#home #content #text{
	margin-bottom: 35px;
	height: 245px;
}

/*sifr replacement*/
#home #content #text h3{
	font-size: 2em;
	color: #13323f;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#home #content #text p{
	line-height: 1.8em;
	color: #1f5164;
	font-size: 1.3em;
	width:400px;
}



/* @end */

#home #sidebar{
	width: 290px;
	float: left;
	min-height: 600px;
	height: auto !important;
	height:600px;
	background: url(../_img/bg_home_sidebar.jpg) no-repeat 0 0;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 2px;
	display: inline;
}

/* @group Quicklinks */

#quicklinks{
	list-style-type: none;
}

#quicklinks li{
	margin-bottom: 1px;
	width: 265px;
	background: url(../_img/bg_home_sidebar_nav.jpg) no-repeat 0 0;
	height: 76px;
	padding: 10px 25px 10px 10px;
}

#quicklinks li:hover, #quicklinks li.hover{
	background-position: left bottom;
}

#quicklinks li p{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #52606b;
}

#quicklinks li span{
	font-size: 1.6em;
	color: #1e272f;
	text-decoration: none;
	letter-spacing: 2px;
}

/* @end */
#home .section{
	position: relative;
	left: -10px;
	margin-bottom: 15px;
	overflow: visible;
	width: 428px;
}

#home .section h3.heading{
	font-size: 2em;
	color: #163c4a;
	border-bottom: 1px solid #c0cfd7;
	margin-bottom: 5px;
	padding-left: 15px;
	margin-left: -5px;
	margin-top: 15px;
}

#home .section .item{
	padding: 6px 6px 6px 8px;
	width: 445px;
	margin: 0;
}

#ednews .item:hover{
	background: url(../_img/bg_news_item_hover.gif) no-repeat left top;
	padding-top: 13px;
	padding-bottom: 13px;
}

 #ednews .item.hover{
	background: url(../_img/bg_news_item_hover.gif) no-repeat left top;
}

#home .section .item .date{
	color: #87934a;
	width: 55px;
	float: left;
}

#home .section .item .title{
	margin-left: 55px;
	margin-bottom: 0;
	font-size: 1.3em;
}

#home .section .item .title a{
	color: #2c3742;
	text-decoration: none;
}

#ednews .item .author{
	color: #0e5ea2;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 55px;
	margin-bottom: 0;
}

#ednews .item .author span{
	color: #727e8d;	
}

#home #jobposts .item .title a:hover{
	background: url(../_img/bg_underline.gif) repeat-x 0 bottom;
}