/*
 * Name:           home.css
 * Author:         BM
 * Description:    CSS for the index page
 * Created:        6-23-09
 * 
 */

body
{
    background: url(/images/bgTile.jpg) repeat-x;
	background-color:#7a8942;
}

#left
{
    float: left;
    height: 100px;    
}

#left img
{
    margin-top: 117px;
}

#doc
{
    /*** There is an image in div#right that needs to float next to the doc div 
     *   to smoothe out the house image. If the float left is not here there
     *   is a harsh edge in the design. 
     ***/
    float: left; 
    width: 948px;
	/*** NOTE : Cantley - modified to center this box automatically without js calculations.
	 *   div on the right has been taken into consideration and moved to still allow for accurate placement
	 *   regardless of centering method.
	 ***/
	position: relative;	
	border: 0px #999 dashed;
	float: none;
	text-align: left;
}

#main
{
    float: left;    
	position: relative;
}

#logoBttm
{
    margin-left: 92px;
}

#leftShadow
{
    float: left;
    clear: left;
    margin-left: 92px;
}

#flashCont
{
    height: 388px;
}

#rSide
{
    float: left;
    background: url(/images/rSideBg.png) no-repeat;
    width: 236px;
    height: 428px;
	position: relative;
	font-size: 10px;
}

#custLink{
	display: block;
	width: 200px;
	height: 20px;
	position: relative;
	top: 130px;
}

#rSideImg 
{
	width: 236px;
	height: 428px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#tourForm
{
    float: left;
    margin-top: 16px;
    position: relative;
    left: 38px;
}

#cityField,
#zipField
{
    background: url(/images/czInput.png) no-repeat;
    width: 106px;
    height: 28px;
}

#stateField select
{
    margin: 5px 0 8px 5px;
    border: 1px solid #AAA;
    font-size: 11px;
    height: 18px;
}

#cityField input,
#zipField input
{
    border: 0px;
    width: 90px;
    height: 15px;
    margin-top: 6px;
    margin-left: 5px;
    font-size: 11px;
    padding-left: 4px;
}

#zipField
{
    clear: left;
}

#tourInfo
{		
	position: absolute;
    left: 14px;
    top: 290px;
    /*padding-left: 14px;*/
    width: 178px;
    font: 11px Arial;
    line-height: 20px;
    color: #FFF;
}

#tourInfo a
{
    color: white;
    text-decoration: underline;    
}

#buildNow
{
    position: absolute;
	bottom: 32px;
	right: 25px;
}

#info
{
    /*background: url(/images/infoBackplate.png) no-repeat;*/
    float: left;
    position: relative;
    left: 92px;
    width: 868px;
    height: 108px;
}

#infoBgImg
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.infoTitle
{
    margin-top: 3px;
    font: bold 16px "Times New Roman";
    color: #FFF;
    text-indent: -9999px;
}

.copy
{
    font-size: 10px;
    color: #777;
}

#buildInfo
{
    float: left;
    width: 282px;
    height: 108px;
}

#buildInfo .infoTitle
{
    padding-left: 42px;
}

#eStarInfo
{
    position: relative;
    float: left;
    width: 278px;
    height: 108px;
}

#eStarInfo .infoTitle
{
    padding-left: 23px;
}

#eStarInfo .copy
{
    margin-top: 14px;
    position: relative;
    left: 24px;
    width: 240px;
}

#eStarInfo a
{
    position: absolute;
    left: 176px;
    margin-top: -20px;
}

#right
{
    float: right;
    height: 100px;
    margin-right: 2px;
	/*** Cantley - Modified to put the right box relative to the Doc box rather than outside of it.
     *	 This places the fade where it needs to be regardless of how the doc box is centered.
	 ***/
	position: absolute; 
	border: 0px #666 dashed; 
	right: -90px; top:0px;
}

#dealerNavigation
{
	left: 340px;
}


#claytonhomesLinkHome
{
	background: url(/images/claytonLogo.png) no-repeat;		
	position: absolute;
	display: block;
	border: 0px red dashed;		
	width: 84px;
	height: 36px;
	right: 94px;
	top: 70px;	
}

.ClaytonLogoLink
{
	position: absolute;
	width: 84px;
	height: 36px;
	bottom: 40px;
	right: 100px;
}

#videoPgLink
{
	position: absolute;
	top: 68px;
	right: 283px;
	z-index: 900;
}