/*	
	////////////////////////////////////////////////////////////////////
	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;*/
	
	}
	

#adpanels {
	width: 930px;
	height:236px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 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;
}
*/

.signpost-panel {
	width: 208px;
	margin: 10px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
	position:relative;
	float:left;
}

.signpost-panel h2 {
	margin:0px;
	padding:8px 0px 0px 10px;
	color:#DC1B57;
}

.signpost-panel-top {
	width: 208px;
	height:32px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	background-image:url(../chrome/sign-post-panel-top.jpg);
	background-position:top center;
	background-repeat: no-repeat;
}

.signpost-panel-mid {
	width: 208px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(../chrome/sign-post-panel-mid.jpg);
	background-repeat:repeat-y;
}

.signpost-panel-content {
	width: 200px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color:#dbdbdb;
}

.signpost-panel-bot {
	width: 208px;
	height:10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../chrome/sign-post-panel-bot.jpg);
	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 10px;
	position:relative;
	float:left;
	background-color: #ffffff;
	border-right:1px solid #cccccc;

}

#featurepanel-right {
	width: 329px;
	position:relative;
	float:left;	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	background-color: #ffffff;
}

	
#featurepanel h1 {
	color:#DC1B57;
}
