@charset "utf-8";
/* CSS Document */

/* initial page layout */
#home-container{
	width:955px;
	height:620px;
	background-position: top center;
	margin: 0 auto;
	padding: 0;
	background-color: #e4c69f;
}
#home-primary{
	background:url(/IM_Custom/ContentStore/Layouts/Images/home_bg.jpg) repeat-x;
	width:275px;
	height:580px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#home-secondary{
	background:url(/IM_Custom/ContentStore/Layouts/Images/foty_bg1.jpg) no-repeat;
	width:650px;
	height:580px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#lh-container{
	width:235px;
	margin-top:50px;
	margin-left:20px;
}
#lincoln-logo{
	width:150px;
	margin-left:42px;
}
.intro-text-black{
	font-size:12px;
	color:#000;
	text-align:center;
}
#lh-more-button{
	width:130px;
	margin-left:52px;
}
#rh-container{
	width:600px;
	margin-top:25px;
	margin-left:25px;
}
#foty-logo{
	float:left;
}
#foty-text{
	width:400px;
	float:right;
}
.intro-text-white{
	margin: 0 0 10px 25px;
	font-size:12px;
	color:#FFF;
	text-align:left;
}
#rh-more-button{
	float:left;
	margin: 0 0 10px 25px;
}

/* home button */

#home-more-button{
  display: block;
  width: 130px;
  height: 29px;
  background: url(/IM_Custom/ContentStore/Layouts/Images/home_more_button_2.png) no-repeat 0 0;
}
#home-more-button:hover{ 
  background-position: 0 -29px;
}

#home-more-button span{
    display: none;
}

/* Home footer */

#home-footer{
text-align:right;
margin: 8px 25px 0 0;
font-size:11px;
font-weight:bold;
color:#960;
text-decoration:none;
}

#home-footer a:link{
text-decoration: none;
font-weight:bold;
color:#960;
}

#home-footer a:visited{
text-decoration: none;
font-weight:bold;
color:#960;
}

#home-footer a:hover{
text-decoration: underline;
font-weight:bold;
color:#960;
}
