/* Index-Only Styles */

/* Common Elements - Float Left */

#indexTopHeader, #midIndexContain, #indexPieImage,
	#indexFeatureText1, #indexFeatureText2, #indexFeatureText3 { float: left; }

/* Common Elements - Background No-Repeat */

#indexContain, #midIndexContain, #indexPieImage, 
	#indexCrustImage { background-repeat: no-repeat; }

#indexFrame
{
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 20px 0px 0px 0px;
	text-align: right;
	background-color: #F1E9DA;
}

#indexContain  
{
	width: 980px !important;
	width: 979px;
	width/**/:/**/980px;
	background-color: #E92825;
	float: right;
	margin: 0px;
	padding: 0;
	text-align: left;
	border-left: 1px #000 solid;
	background-position: 200px 0px;
/*	Background image in numbered style sheets (e.g. 10.css)  */
}

#indexTopHeader { width: 340px; }

#indexPOTM
{
	width: 450px !important;
	width: 550px;
	width/**/:/**/450px;
	float: right;
	padding: 20px 100px 0px 0px;
}

#midIndexContain  /* Side Navigation */
{
	width: 960px !important;
	width: 980px;
	width/**/:/**/960px;
	clear: left;
	background-color: #A41C1A;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/midIndexContain_bkgrd.jpg);
}

#indexPieImage  
{
	width: 530px;
	height: 375px;
/*	Background image in numbered style sheets (e.g. 10.css)  */
}

#indexCrustImage  
{
	width: 250px;
	float: right;
	text-align: right;
/*	Height attribute added to the small, medium and large print style sheets  */
/*	Background image in numbered style sheets (e.g. 10.css)  */
}

#indexFeatureText1, #indexFeatureText2, #indexFeatureText3
{
	display: inline;
	padding: 0em 0em 0em 14px;
	border-left: 1px #FFF solid;
}

#indexFeatureText1
{
	width: 160px !important;
	width: 173px;
	width/**/:/**/160px;
	margin: 0px 25px 10px 0px;
}

#indexFeatureText2
{
	width: 120px !important;
	width: 134px;
	width/**/:/**/120px;
	margin: 0px 20px 10px 0px;
}

#indexFeatureText3
{
	width: 145px !important;
	width: 159px;
	width/**/:/**/145px;
	margin: 0px 0px 10px 0px;
}

#footer { border-top: 1px #000 solid; }

/* new stuff */

#indexPieImage a {
  display: block; 
  width: 100%; 
  height: 100%;
}

#indexPOTM p {
  margin: 0;
}