
/* Entry Page for 3 sites */

div.welcometext	{
	width: 225px;
	padding: 210px 0 0 30px;
	color:#FFF;
	float:left;
	font-size:100%;
}

p.initial {
	font-size:110%;
}
div.welcometext a.mainlink	{
	color:#FFF;
	background: url(../images/bullet_home.gif) no-repeat left 3px;
	margin-top: 10px;
}

#allhome .welcometext h2 {
	font-size: 120%;
}

#allhome div.news h3 {
	color:#600;
	background:none;
	padding-left:0;
	font-size: 130%;
}

#allhome div.news	{
	width: 200px;
	margin: 210px 0 0 100px;
	float:left;
}

#allhome div.news a {
	color:#000;
}

#allhome #content	{
	clear:both;
	float:left;
	padding-bottom: 60px;
}
#allhome #rightbar {
	width: 715px;
		float:left;
}

#allhome #startmain {
	float:left;
	margin-left:0;
	margin-top:0px;
	padding-top:0;
}
#allhome div.rightcolumn,
#allhome div.midcolumn, 
#allhome div.leftcolumn	{
	width: 205px;
	float:left;
	margin-top:0;
	background:#FFF;
	padding: 0 2px 10px 8px;
}

#allhome div.midcolumn, 
#allhome div.leftcolumn	{
margin-right:20px;
}


#allhome #startmain	{
 	padding-left:0;
	margin-left:0;
}

#allhome div.featurebox h4  {
	margin-top: 0;
}

/* ___________________________Features */

/* Removed in main.css 
#allhome .leftcolumn, #allhome .rightcolumn		{
	background:none;
	border:none;
}*/


#allhome div.featurebox h3	{
	width:90px;
	color:#FFF;
	margin: 10px 0 30px 10px;
	font-size: 90%;
	line-height: 120%;
	display:block;
	float:left;
}
#allhome div.featurebox.farm  h3	{
	margin-bottom:46px;
}

* html #allhome div.featurebox h3	{
	padding-top: 5px;
	margin-bottom: 10px;
}
* html #allhome div.featurebox.farm h3	{
	margin-bottom:26px;
}



#allhome div.featurebox h4 a	{
	background: url(../images/stead_arrowlink.gif) no-repeat left 3px;
	padding-left: 15px;
}

#allhome div.featurebox a {
	margin-bottom: 20px;
	display:block;
}


div.residential {
	background: url(../images/entry_devimage.jpg) no-repeat 0 60px;
}

div.steadings {
	background: url(../images/entry_steadimage.jpg) no-repeat 0 60px;
}

div.farm {
	background: url(../images/entry_farmimage.jpg) no-repeat 0 60px;
}

/* ___________________________Lists */

#allhome div.steadings ul.list li {
	background: url(../images/bullet_bluebox.gif) no-repeat left 5px;
}

#allhome div.farm ul.list li {
	background: url(../images/bullet_greenbox.gif) no-repeat left 5px;
}

