/* 1_HomepageLayout.css style sheet for layout 1_HomepageLayout.aspx */


/*--------------- HOME SPECIFIC: DF ADD OR MODIFIED ---------------*/


/*----------------------- COPYRIGHT -------------------------*/
#copyrightBlock { position: absolute; top: 700px; left: 220px; padding: 0; margin: 0; z-index: 1100000; color: #bc77a9;  font: normal 10px/15px Arial, Helvetica, sans-serif;}
#copyrightBlock a	{color: #ffffff;}
#copyrightBlock a:hover {color: #D3BC29;}




/*--------------- HOME SPECIFIC ---------------*/
body {
	background: #3E0F26 url(/images/body-bkg-purple.gif) repeat-x top left;
	background-attachment:fixed;
}
h5 {
	color: #D3BC29;
}
#logoBox {
	background: url(/images/logo-bkg-purple.png) no-repeat top left;
	behavior: url(/includes/iepngfix.htc);
}


#navColHome {
	position: fixed;
	position: absolute;
	left: 0px;
	top: 70px;
	display: inline;
	behavior: url(/includes/iepngfix.htc);
}




#rightBottom {
	width: 400px;
	height: 520px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: url(/images/home-rightBottom.png) no-repeat bottom right;
	behavior: url(/includes/iepngfix.htc);
}
#rightTop {
	width: 470px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	top: 0px;
	right: 0px;
	z-index: 4;
	xbackground: url(/images/home-rightTop2.png) no-repeat top right;
	xbehavior: url(/includes/iepngfix.htc);
}
#rightTopSecond {
	width: 300px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	top: 0px;
	right: 0px;
	z-index: 1;
	background: url(/images/home-rightTop3.png) no-repeat top right;
	behavior: url(/includes/iepngfix.htc);
}
#addressBlock {
	background: url(/images/home-addressBlock.png) no-repeat bottom left;
	behavior: url(/includes/iepngfix.htc);
}

/* Left Column */

/* Left Column */
#noiseBlock {
	position: relative;
	float: left;
	display: inline;
	width: 190px;
	margin: 0;
	padding: 0;
}

#noiseBlock p.header {
	background: url(/images/noise-date-bkg-purple.gif) no-repeat top right;
}
#noiseBlock a:hover {
	color: #D3BC29;
}
div.noise {
	background: url(/images/noise-seperator-red.gif) no-repeat bottom left;
	margin: 0 0 4px 0;
	padding: 4px 0 16px 0;
}



#contentCol {
	width: 800px;
	_width: 960px;
	margin: -17px 0 0 102px;
	position: relative;
	float: left;
	display: inline;
	z-index: 102;
}
	
