/*Nav Buttons */
#home-button
{
	background-image: url(/images/home_button.jpg);
	background-repeat:no-repeat;
	float:left;
	width:205px;
	height:71px;
}
#home-button a:link, a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	text-decoration:none;

}
#home-button a:hover
{
	font-size:12px;
	font-weight:bold;
	color:#114374;
	text-decoration:none;

}

#home-button-text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	padding-top:40px; 
	padding-left:70px;
	text-align:left;
}

#search-button
{
	background-image: url(/images/search_button.jpg);
	background-repeat:no-repeat;
	float:left;
	width:205px;
	height:47px;
}
#search-button a:link, a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	text-decoration:none;

}
#search-button a:hover
{
	font-size:12px;
	font-weight:bold;
	color:#114374;
	text-decoration:none;

}

#s-button-text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	padding-top:15px;
	padding-left:50px;
}

/*New Communites Button */
#newHome-button
{
	background-image: url(/images/comm_buttons.jpg);
	background-repeat:no-repeat;
	float:left;
	width:205px;
	height:54px;
}
#newHome-button a:link, a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	text-decoration:none;

}
#newHome-button a:hover
{
	font-size:12px;
	font-weight:bold;
	color:#114374;
	text-decoration:none;

}

#n-button-text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	padding-top:13px;
	padding-left:70px;
	text-align:left;
}
#area-button
{
	background-image: url(/images/area_button.jpg);
	background-repeat:no-repeat;
	float:left;
	width:205px;
	height:47px;
}
#area-button a:link, a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	text-decoration:none;

}
#area-button a:hover
{
	font-size:12px;
	font-weight:bold;
	color:#114374;
	text-decoration:none;

}
#a-button-text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	padding-top:17px;
	padding-left:70px;
	text-align:left;
}
#homeValue-button
{
	background-image: url(/images/homeValue_button.jpg);
	background-repeat:no-repeat;
	float:left;
	width:205px;
	height:47px;
}
#homeValue-button a:link, a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	text-decoration:none;

}
#homeValue-button a:hover
{
	font-size:12px;
	font-weight:bold;
	color:#114374;
	text-decoration:none;

}

#h-button-text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	padding-top:17px;
	padding-left:70px;
	text-align:left;
}
#contact-button
{
	background-image: url(/images/contact_button.jpg);
	background-repeat:no-repeat;
	float:left;
	width:205px;
	height:56px;
}
#contact-button a:link, a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	text-decoration:none;

}
#contact-button a:hover
{
	font-size:12px;
	font-weight:bold;
	color:#114374;
	text-decoration:none;

}
#c-button-text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#5F839D;
	padding-top:17px;
	padding-left:70px;
	text-align:left;
}
