@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #DEE298;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p, h1, h2, h3, h4, h5, h6, form {
	padding:0px;
	margin:0px;
}

/* HEADINGS */
h2.welcome, h1.welcome, h2.featuretitle {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
}
h1.contacttext {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:25px;
}
div.featureproject {
	font-size:12px;
	font-weight:bold;
	color:#513086;
}
h2.newstitle {
	font-size:12px;
	font-weight:bold;
	color:#513086;
}
.signtext {
	font-weight:bold;
	color:#FFFFFF;
	padding-top:97px;
	padding-left:7px;
}

/* CONTAINERS */
#wrapper {
	width:800px;
	margin:auto;
	background-color:#FFFFFF;
	padding:10px;
}
#header {
	width:800px;
	height:178px;
}
#content {
	width:800px;
	padding-bottom:10px;
	padding-top:10px;
}
#footer {
	width:800px;
	padding-top:10px;
	border-top:1px #CCCCCC solid;
	text-align:center;
	color:#999999;
	font-size:11px;
}
#navigation {
	width:156px;
	float:left;
}
#midcontent {
	float:left;
	width:217px;
	padding-left:10px;
}
#lastcontent {
	float:left;
	padding-left:10px;
	width:407px;
}
.welcomeholder {
	background-image:url(../images/purplebar.png);
	height:32px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
#propertycontent {
	width:644px;;
	float:left;
}
#propertylist:hover {
	background-color:#F2F2D6;
	cursor:pointer;
}
#propertyinfo {
	padding:15px;
	margin-left:10px;
	background-color:#f3f3f3;
	margin-bottom:20px;
	margin-top:10px;
}
#welcometext {
	padding:10px;
}
#contactagent {
	background-image:url(../images/contact.gif);
	height:24px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
.newsarticle {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px #513086 dashed;
}
#signboard {
	width:156px;
	height:148px;
	background-image:url(../images/signboard.jpg);
	margin-top:3px;
}
#calltoaction {
	width:146px;
	margin-top:3px;
	background-color:#513086;
	color:#FFFFFF;
}
#feature {
	margin-top:5px;
}
#featurebar {
	width:407px;
	height:32px;
	background-image:url(../images/purplebar.png);
}
#maincontent {
	padding-left:10px;
	float:left;
	width:630px;
}
#soldleased {
	height:32px;
	background-image:url(../images/purplebar.png);
	color:#FFFFFF;
	background-repeat:repeat-x;
	font-weight:bold;
}
/* LINKS */
a:link, a:visited, a:active {
	color: #513086;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a.stellalink:link, a.stellalink:visited, a.stellalink:active {
	color: #999999;
	text-decoration: none;
}
a.stellalink:hover {
	text-decoration: underline;
	color: #999999;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a.footerlink:hover {
	text-decoration: none;
	color: #513086;
	font-weight:bold;
}
