/* CSS Document */
<!--
body {
	background-color: #B8C0CF;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.left_td {
	background-image: url(images/bg_left.jpg);
	vertical-align: top;
	width: 35px;
}
.right_td {
	background-image: url(images/bg_rt.jpg);
	vertical-align: top;
	width: 35px;
}
h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.content_td {
	background-image: url(images/content_bg.jpg);
	background-color: #FFFFFF;
	width: 785px;
	vertical-align: top;
	padding: 0px 10px 10px 10px; /* top rt bot left */
}

.nav_td {
	background-color: #FFFFFF;
	width: 785px;
	height: 23px;
	vertical-align: middle;
	text-align: left;
	color: #596D8E;
}

.spacer_td {
	background-color: #788BAA;
	width: 785px;
	height: 11px;
}

.foot_td {
	background-image: url(images/footer_bg.jpg);
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link {
	color: #364F71;
	text-decoration: underline;
}
a:visited {
	color: #364F71;
}
a:hover {
	color: #990000;
}
a:active {
	color: #364F71;
}

a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #596D8E;
	text-decoration: none;
	line-height: 23px;
}
a.nav:link {
	color: #596D8E;
}
a.nav:visited {
	color: #596D8E;
	}
a.nav:hover {
	color: #000000;
}
a.nav:active {
	color: #596D8E;
}

a.footer:link {
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.footer:active {
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.comsoon {
	color: #990000;
	font-size: 36px;
	font-style: italic;
	text-align: center;
}

.inv {
	color: #990000;
}


/* STARTER HOMES PAGE */

.strt_div {
	background-color: #B8C0CF;
	font-weight: bold;
	line-height: 24px;
	padding: 0px 10px 0px 10px; /* top rt bot left */
	display: block;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #566681; /*width style color */
	border-bottom: 1px solid #566681; /*width style color */
}

.empty_div {
	padding: 5px 0px 0px 10px; /* top rt bot left */
/*	font-weight: bold; */
	font-size: 12px;
}

.strt_tbl {
	border-bottom: 1px solid #566681; /*width style color */
}

.strt_td {
	vertical-align: top;
	text-align: center;
	padding: 10px 5px 10px 5px; /* top rt bot left */
	font-size: 12px;
	width: 255px;
}

.strt_msg {
	font-size: 11px;
	color: #990000;
}

.msg {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #566681;
}

/* FORM STYLES */

.req {font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

.formcontent {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form_tbl {
	background-color: #A1B9D1;
	border: 2px solid #006699;
}
.errmsg {padding-left: 70px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFF99;
}
.formmsg {padding-left: 50px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
-->