/*	
	////////////////////////////////////////////////////////////////////
	DEFINE ELEMENTS THAT ARE SPECIFIC TO THE HOME PAGE
	////////////////////////////////////////////////////////////////////
*/	

	
#intro {
	width: 930px;
	height:301px;
	background-image:url(../chrome/top_photo.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	float:left;

	}
	
#intropanel {
	width: 470px;
	height:250px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 50px;
	position:relative;
	float:left;
	/*background-color: #CC0000;*/
	
	}


#home-page-blog-item
{
	height:auto;
	clear:both;
}

#adpanels {
	width: 930px;
	height:236px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	float:left;
	background-color: #DC1B57;
	
	}
	

#adpanels p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 0.8em;
	line-height: 1em;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding-top: 112px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	padding: 5px;	
	text-align:left;
}	

/*
.signpost-panelOLD {
	width: 208px;
	height:217px;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	position:relative;
	float:left;
	background-image: url(../chrome/panel1.gif);
	background-repeat: no-repeat;
}
*/



#featurepanel {
	width: 930px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#featurepanel-left {
	width: 530px;
	height:236px;
	margin: 0px 0px 0px 0px;
	padding:10px 10px 10px 30px;
	position:relative;
	float:left;
	background-color: #ffffff;


}

#featurepanel-right {
	width: 329px;
	position:relative;
	float:left;	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	background-color: #ffffff;
}

	
#featurepanel h1 {
	color:#DC1B57;
}