body {
	font-family: arial, sans-serif;
	font-size: .9em;
}

#container {
	width: 780px;
	margin: 0 auto;
	background-color: #B7D4FF;
}

#links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding: .5em 0;
}

#links ul li {
	display: inline;
}

#links {
	background-color: #EEB000;
}

#links ul li a {
	padding: 1em 3em;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#links ul li a:hover {
	text-decoration: underline;
}

#links ul li#selected a {
	text-decoration: underline;
}

#homes_top {
	margin-top: -3px;
	height: 154px;
}

#content {
	margin-top: -3px;
	background: url('images/blue_gradient.gif') repeat-x;
	width: 100%;
	padding-bottom: 10px;
}

html>body #content {
}

#aboutcontent {
	margin-top: -3px;
	background: url('images/blue_gradient.gif') repeat-x;
	width: 100%;
	padding-bottom: 10px;
}

#ls {
	width: 256px;
	height: 354px;
	float: left;
	margin: 0px;
}

#middle {
	width: 254px;
	margin-left: 256px;
	margin-right: 241px;
	line-height: 1em;
}

#aboutmiddle, #servicemiddle {
	width: 415px;
	margin-left: 256px;
	margin-right: 91px;
	line-height: 1em;
	padding-top: 2em;
	padding-left: 1em;
	padding-bottom: 2em;
}

.partner {
		float:left;
		width: 49%;
		margin: 1em 0;
}

#aboutmiddle a {
	text-decoration: underline;
}


#middle h1 {
	line-height: 1.2em;
	font-style: italic;
	font-size: 1.6em;
}

#middle h1 span {
	color: red;
	font-style: normal;
}

#rs {
	text-align: center;
	float: right;
	margin: 0;
	width: 245px;
	padding: .5em; 
}
.spacer {
	clear: both;
	line-height: 0px;
	height: 0px;	
}

html>body #homes_bottom img {
	margin-top: -10px;
}

#credit_card {
	padding: .5em;
}

#credit_card p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: .25em;
	padding-bottom: .25em;

}


#footer {
				margin-bottom: -1em;
	background-color: white;
	text-align: center;
	font-size: .8em;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#rs .list {
	padding: 0;
	margin: 0;
	font-weight: bold;
	padding-bottom: 6.5em;
	padding-top: 1em;
	font-size: 1em;
}

.list span {
	color: red;
}

#text {
	padding-top: .1em;
}

#aboutmiddle h1, #servicemiddle h1 {
	color: red;
}
#aboutmiddle strong {
	color: red;
}
#aboutmiddle table {
				width: 100%;
				border-collapse: collapse;
}

#aboutmiddle table td {
	border: 1px solid red;
	padding: 1em;
	background-color: white;
}

#servicemiddle table {
	width: 100%;
}
#servicemiddle table td {
	width: 49%;
	padding-top: .8em;
	vertical-align: top;
	font-weight: bold;
}

label {
	width: 10em;
	display: block;
}

.contactinfo {
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 1.2em;
	line-height: 1em;
}

.errMsg {
	color: red;
	border: 2px solid black;
	background-color: #ccc;
	padding: 1em;
}	

