/* 12_Generic.css style sheet for layout 12_Generic.aspx */


/*--------------- HOME SPECIFIC: DF ADD OR MODIFIED ---------------*/


/*----------------------- COPYRIGHT -------------------------*/
#copyrightBlock {color: #bc77a9;  font: normal 10px/15px Arial, Helvetica, sans-serif;}
#copyrightBlock a	{color: #ffffff; font: normal 10px/15px Arial, Helvetica, sans-serif;}
#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);
}

#rightBottom {
	width: 410px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	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: 550px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	bottom: 45%;
	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 {
	margin: 6px 0 0 0;
	padding: 0 0 0 12px;
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#noiseBlock p.header {
	display: inline;
	margin: 0;
	padding: 1px 10px 10px 12px;
	font: bold 10px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(/images/noise-date-bkg-purple.gif) no-repeat top right;
}
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: 20px 0 0 0;
	_margin: 20px 40px 0 0;}
	




