/* 6_CultureHome.css style sheet for layout 6_CultureHome.aspx */

/*--------------- PROFILES SPECIFIC: DF ADD OR MODIFIED ---------------*/

/*----------------------- CB: PROFILE HOME -------------------------*/
.CultureHomeStyle	{font-size: 14px; color:#ffffff; font-weight:normal; line-height: 20px;}
.CultureHomeEdit	{font-size: 14px; color:#ffffff; font-weight:normal; line-height: 20px; background-image: none; background-color: #471232;}

.CultureHomeStyle a, .CultureHomeEdit a {color:#D3BC29; text-decoration: underline;}
.ServiceHomeStyle a:hover, .CultureHomeEdit a:hover {color:#fff; text-decoration: underline;}


/*----------------------- GENERAL CONTENT -------------------------*/

#firstPara				{background: url(/images/intro-bkg-blue.gif) no-repeat bottom left; padding: 0 0 20px 50px;font-size: 14px; color:#ffffff; font-weight:normal; line-height: 20px;}


/*----------------------- 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;}

/*----------------------- MENUS ------------------------*/
.MContainer		{float: left; position: relative;}
.MSPSubContainer	{position: absolute; overflow: hidden; top: 30px; left: 7px; min-width: 200px; _min-width: 200px; z-index: 2;}
.MSubContainer	{position: absolute; visibility: hidden; min-width: 200px; _min-width: 200px;}
.MSubHeader		{clear: both; background: url(/images/services-drop-bkg.gif) no-repeat; background-position: 0 -55px;}
.MSubMenuContainer	{min-width: 200px; _min-width: 200px; padding: 8px 0 0 0;}
.MSubMenu		{float: left; padding: 0 0 0 9px; line-height: 16px;}
.MSubArrow		{float: left; padding: 4px 0 0 5px; display: none;}

.MMenuMid		{padding-top: 9px; cursor: pointer; position: relative;}
.MMenuLeftOn	{float: left;width: 12px; height: 32px; cursor: pointer; position: relative; z-index: 3;}
.MMenuMidOn		{float: left; height: 32px; padding: 0 5px 0 5px; cursor: pointer; position: relative; z-index: 4;}
.MMenuRightOn	{float: left; width: 12px; height: 32px; cursor: pointer; position: relative; z-index: 5;}


.MMenuLeftOff	{float: left; background: url(/images/bg_submenu_onleft.png) no-repeat; width: 12px; height: 32px;}
.MMenuMidOff	{float: left; background: url(/images/bg_submenu_onmid.png) repeat-x;  height: 32px; padding: 0 5px 0 5px;}
.MMenuRightOff	{float: left; background: url(/images/bg_submenu_onright.png) no-repeat; width: 12px; height: 32px;}

/*--------------- CULTURE 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/culture-rightBottom.png) no-repeat bottom right;
	behavior: url(/includes/iepngfix.htc);
}
#rightBottomSecond {
	width: 550px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	bottom: 0px;
	right: 0px;
	z-index: 0;
	background: url(/images/culture-rightBott2.png) no-repeat top 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: 3;
}
#rightTopSecond {
	width: 550px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	bottom: 45%;
	right: 0px;
	z-index: 1;
	background: url(/images/home-rightTop2.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 */

#noiseBlock p.header {
	background: url(/images/noise-date-bkg-purple.gif) no-repeat top right;
	behavior: url(/includes/iepngfix.htc);
}
div.noise {
	background: url(/images/noise-seperator-blue.gif) no-repeat bottom left;

}
#noiseBlock a:hover {
	color: #D3BC29;
}

#contentTopBlock {
	background: url(/images/portfolio-interface-bkgwhite.png) no-repeat top left;
	behavior: url(/includes/iepngfix.htc);
}
#profilesBlock {
	position: relative;
	float: left;
	display: inline;
	clear: left;
	margin: 15px 10px 10px 20px;
}




