/*
 * Name:           build.css
 * Author:         EC
 * Description:    CSS for the build my e home page
 * Created:        7-20-09
 * 
 */

#bodyWrapper
{
	position: relative;
	width: 100%;
	height: 928px;
	background: url(/images/build/buildPG_bg.jpg) repeat-x;
}

#footBGwrapper
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 382px;
	background: none;
}

#admContent_Container
{ position:relative;
	width: 904px;
	height: 714px;
	margin: 0 auto;
	z-index: 500;
}

#admContentBg
{
	position:absolute;
	left:0px;
	top:0px;
}

#hdCenter
{
	position: relative;
	width: 904px;
	margin: 0 auto;
	border: 0px solid #0099CC;
}

#admFooter_Container
{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#buildMyHome_App
{
	position: relative;
	top: 41px;
	left: 9px;
}

#claytonhomesLink
{
	background: url(/images/spacer.gif) repeat;		
	position: absolute;
	display: block;
	border: 0px red dashed;		
	width: 100px;
	height: 30px;
	right: -25px;
	top: -10px;	
}

#claytonhomesLinkSubpages
{
	background: url(/images/claytonLogo.png) no-repeat;		
	position: absolute;
	display: block;
	border: 0px red dashed;		
	width: 84px;
	height: 36px;
	left: 668px;
	bottom: 140px;	
}


