/* 
wilkinsburg borough
home page specific styles 
2/13/08
 */
 
 
 
 
 body#home #home_wrapper {
	margin: 0 auto;
	padding:0;
	width: 760px;
	background: #e6f7ff url(../images/home_photo_bkg.jpg) no-repeat center top;

}

/*  -----------------------------------------------
 =content pathways
 -----------------------------------------------*/


body#home #content_pathways {
	clear:both;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	padding: 194px 0 10px 0;
}

body#home #content_pathways dl dt a { /* add links, and hide text -- not a full image replace because bkg image is alreayd there */
	display:block;
	height: 30px;
	width: 170px;
	padding: 0 0 8px 0;
	text-indent: -200em;
	overflow: hidden;
}

body#home #content_pathways dl dd a {
	text-decoration:none;
	color:#000;
	display: block;
	width: 170px;
	height: 60px;
}

body#home #content_pathways #residents {
	float: left;
	width: 175px;
	padding:0 0 5px 70px;
}

body#home #content_pathways #business {
	float: left;
	width: 175px;
	padding:0 0 5px 45px;
}


body#home #content_pathways #green {
	float: left;
	width: 175px;
	padding:0 0 5px 43px;
}



/*  -----------------------------------------------
 =content (container)
 -----------------------------------------------*/

body#home #content {
	margin:0 auto;
	text-align: left; 
	padding:0 0 20px 0;
	width: 760px;
	background-image: none;
	background-color: transparent;
	clear:both;
}

/*  --------------------------------------------
=content first
-----------------------------------------------*/

body#home #content_first {
	margin:0;
	padding:0 0 0 20px;
	float:left;
	width:360px; /*380 total space */
	background-image:none;
	background-color:transparent;
}

body#home #content_first h3 { /* image replace for prettier text */
	padding: 0 0 20px 0;
	height: 13px;
	width: 101px;
	text-indent: -200em;
	overflow: hidden;
	background: url(../images/h3_home_announcements.jpg) no-repeat;		
}

/* -----------------------------------------------
 =content second
-----------------------------------------------*/
body#home #content_second {
	margin:0;
	padding:0;
	float: right;
	width:360px; /*380 total space */
}

body#home #content_second h3 { /* image replace for prettier text */
	padding: 0 0 20px 0;
	height: 15px;
	width: 128px;
	text-indent: -200em;
	overflow: hidden;
	background: url(../images/h3_home_calendar.jpg) no-repeat;			
}

