﻿body {
	background-color: #FFEBC0;
	background-image: url(/Images/FrontEnd/BodyBKAboutUs.jpg);
	color: #373737;
}

h1
{
	color:#CE911D;
}

.TopMenu
{
	background-image: url(/Images/FrontEnd/MenuBKAboutUs.jpg);	
}
.RelatedBox
	{
		background-image: url(/Images/FrontEnd/RelatedInfoYellow.jpg);
		background-repeat: no-repeat;
		width:188px;
		float:right;
		margin-top:50px;
		/* border: 1px solid #000000; */ 
		vertical-align:top;
		height:auto;
	}
.PopularLinks
{
	background-image: url(/Images/FrontEnd/PopularLinksAboutUs.jpg);	
}


/* ----- modals ----- */
#modal-overlay { width: 100%; height: 0;background: #000; position: absolute; top: 0; left: 0; display: none; z-index: 10000000; background-color: #000000;
        filter: alpha(opacity=70);
        opacity: 0.7; }
body > #modal-overlay { position: fixed; }
/*#modal-box { overflow: hidden; border: 8px solid #5a5a5a; position: absolute; top: 150%; left: 50%; z-index: 10000001; display:none; width: 700px; margin-left: -310px; height: 525px; margin-top: -264px; }*/
#modal-box {overflow:hidden; border: 8px solid #5a5a5a; position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -262.5px;
  margin-left: -350px;
  z-index:10000001;
  display:none;
  width:700px;
  height:525px;
}
.close { color: #fff; position: absolute; top: 31px; right: 50px; text-indent: -9999px; display: block; width: 23px; height: 23px; background: transparent url(/images/btn-modal-close.gif) no-repeat 0 0; }
#modal-box #header,
#modal-box #body { width: 700px; }
#modal-box #body { overflow: auto; }
#modal-box #content,
#modal-box .content-body { width: 700px; }

