/*
 * Name:           home.css
 * Author:         EC
 * Description:    CSS for all Sub pages
 * Created:        6-23-09
 * 
 */

#logoTopsp
{ /****** Needed For Fix Between IE & FF; Do Not Remove ******/
	float: left;
	width: 238px;
	height: 62px;
    margin-left: 0px;
	margin-top: 0px;
	border: 0px solid #000;
}

#menu
{ /****** Needed For Fix Between IE & FF; Do Not Remove ******/
	border: 0px solid #000;
	float: left;
	left: 250px;
}

#leadGen_numSP
{
	position: absolute;
	right: 40px;
	top: -23px;
	width: 148px;
	height: 13px;
}

.makeItA10
{
	font-size: 10px;
	font-weight: normal;
}

.makeItA11
{
	font-size: 11px;
	font-weight: normal;
}

body
{
	background: none;
	font-size: 11px;
	color: #777;
	line-height: 180%;
}

#headerWrapper 
{
	width: 100%;
	height: 62px;
	background: url(/images/subpage/header_bg.jpg) repeat-x;
}

#hdCenter
{
	position: relative;
	width: 814px;
	margin: 0 auto;
	border: 0px solid #0099CC;
}

#bodyWrapper
{
	position: relative;
	width: 100%;
	background: url(/images/subpage/body_bg.png) center repeat-y;
}

#bodyTopBGwrapper
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 270px;
	background: url(/images/subpage/subpg_bodyHtile.png) top center no-repeat;
}

#footBGwrapper
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 382px;
	background: url(/images/subpage/footer_tile.jpg) repeat-x;
}

#spContentWrapper
{
	top: 0px;
	width: 100%;
	background: url(/images/subpage/dotRowBG.png) bottom repeat-x;
}

#spContentCenter
{
	position: relative;
	margin: 0 auto;
	width: 814px;
	border: 0px solid #FF0000;
	/*height: 900px; * Remove After Coding; make sure to assign a height where needed for shorter content for IE 6, or use a spacer image ***/
}

#RightCol_Wrapper
{
	position: absolute;
	width: 304px;
	top: 40px;
	right: 0px;
	border: 0px solid #FFCC00;
}

#spLogin_box
{
	position: absolute;
	top: -26px;
	right: 10px;
	z-index: 900;
}

#RightCol_Content
{
	width: 304px;
	background: url(/images/subpage/rhtCol_bodyBG.png) top no-repeat;
	padding-bottom: 60px;
}

#rightCol_TextBox
{
	position: relative;
	width: 214px;
	left: 76px;
	top: 64px;
	color: #FFF;
}

#RightCol_footer
{
	width: 304px;
}

#LeftColumn_ContentWrapper
{
	position: relative;
	width: 588px;
	left: 0px;
	border: 0px solid #0099CC;
	z-index:99;
	
}

#LeftCol_makeSomeRoom
{
	width: 570px;
	height: 242px;
	/************* For spacing out an area for the billboard, and maintain and ease of pushing content down. *************/
}

#LeftColumn_PageHeader
{
	width: 570px;
	margin-top: 0px;
	padding-bottom: 12px;
	padding-top: 24px;
	background: url(/images/subpage/lftCol_PGheader.png) bottom no-repeat;
}

#LeftColumn_PageHeader p
{
	position: relative;
	top: -17px;
	left: 50px;
	color: #FFF;
}

#leftColumn_BodyContainer {
	position:relative;
	overflow:hidden;
}


#LeftCol_BodyContent
{ position:static;
	width: 570px;
	background: url(/images/subpage/lftCol_ContentBG.png) no-repeat;
}


#LeftCol_TextBox
{	position:relative;
	left: 40px;
	width: 500px;
	
}

#lc_SectionHeader 
{
	position: relative;
	width: 534px;
	height: 42px;
	left: -20px;
	background: url(/images/subpage/sectionHeader_bg.png) no-repeat;
}

#lc_SectionHeader p
{
	padding-top: 4px;
	margin-left: 48px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#LeftCol_ContentFooter
{
	width: 570px;
	height: 20px;
}

#spBillboard_wrapper
{
	position: absolute;
	top: 0px;
	width: 587px;
	height: 255px;
	background: url(/images/subpage/sp_billboard_bg.png) no-repeat;
	border: 0px solid #000;
	z-index: 100;
}

#spBillBoard_ImageBox
{
	position: relative;
	top: 44px;
	left: 13px;
}

#logoLink a
{
	position: absolute;
	display: block;
	top: 0px;
	left: 44px;
	width: 144px;
	height: 30px;
}

#sp_pgFooter
{
	margin: 0 auto;
	width: 814px;
    height: 165px;
	position:relative;
}

.expGreen_txt
{
	position: absolute;
	bottom: 3px;
	right: 10px;
	color: #FFF;
	font-size: 10px;
}

.expGreen_txt a
{
	color: #FFF;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}

.expGreen_txt a:hover
{
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

#epa_link
{
	position: absolute;
	bottom: 42px;
	left: 18px;
	width: 104px;
	height: 36px;
	display: block;
}

/******************** MOD BILLBOARD ********************/

#modBillboard_wrapper
{
	position: absolute;
	top: 0px;
	width: 587px;
	height: 460px;
	background: url(/images/subpage/mod_billboard_bg.png) no-repeat;
	border: 0px solid #000;
	z-index: 100
}

#modBillBoard_ImageBox
{
	position: relative;
	top: 44px;
	left: 13px;
}

#mod_makeSomeRoom
{
	width: 570px;
	height: 446px;
}

#dealerNavigation
{
	left: 250px;
}

#enterStoreAdmin
{
	position: relative;
	top: 142px;
	left: 16px;
	float: left;
	width: 80px;
	height: 16px;
}

#enterStoreAdmin a
{
	color: #596B31;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

#enterStoreAdmin a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #596B31;
}

.borderContoll
{
	border: 1px solid #ddd;
}

#claytonhomesLinkSubpages
{
	background: url(/images/claytonLogo.png) no-repeat;		
	position: absolute;
	display: block;
	border: 0px red dashed;		
	width: 84px;
	height: 36px;
	left: 668px;
	bottom: 176px;	
}

