@charset "utf-8";

/* Converse CSS */



.text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #000;
}

.text a:link{
	color: #068;
}
.text a:visited{
	color: #007BA4;
}
.text a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #007BA4;
}
.text a:active{
	color: #3CF;
	text-decoration: none;
	background-color: #007BA4;
}

.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.homes_names {
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #063;
	padding-top: 12px;
	padding-bottom: 0px;
	font-size: 20px;
	text-transform: uppercase;
}
.community_names {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #FFF;
	padding-top: 12px;
	padding-bottom: 0px;
	font-size: 26px;
	text-transform: capitalize;
	font-style: normal;
	line-height: 145%;
}

hr {
	background-color: #0088CA;
	color: #0088CA;
	height: 2px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.address_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
}

#address_left {
	text-align: left;
}
#address_right {
	text-align: right;
}

#nav {
	width: 165px;
}
.topline {
	font-size: 1.1em;
	font-weight: bold;
	color: #660000;
	line-height: 1.4em;
	text-transform: uppercase;
}
.subhead_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #400000;
	margin-right: 6px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-left: 0px;
}

