* {
	margin: 0;
	padding:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;;
	background-image: url(images/bkgd_body.jpg);
	background-repeat: repeat;
}	   
#container{
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	padding: 0; /* stef */
	background-image: url(images/content_bkgd.png);
	background-repeat: repeat-y;
	width: 977px;
}
#banner{
	margin-left: -1px;
	margin-right: auto;
	background-image:  url(images/header.png);
	height: 182px;
	width: 977px;
}
#banner h1{
	margin: 0;
		font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:16px
}
#banner h2{
	margin: 0;
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#578AFD;
}	   
#nav{
	float: left;
	width: 160px;
	margin: 0; /* stef */
	padding: 1em 0 0 10px; /* stef */
}
#nav p {
 	margin-top: 0;
}
#content{
	padding-top: 1em;
	margin: 0 2em 0 200px;
		margin: 0 5px 0 220px;
	width:720px;
}
#about{
	padding-top: 1em;
	margin: 0 5px 0 220px;
	width:720px;
}
/* hide from IE Mac\*/
* html #content {
	height: 1%;
}
/* end hide from IE mac */
#content h2    {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #335d4a;
	border-bottom: #333;
	border-style: none none solid none;
}
#content h3  {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #335d4a;
	border-bottom: #333;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}	   
#content h4    {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: purple;
}
 #footer{
	width: 950px;
	clear: both;
	text-align: right;
}
.fltlft {
	float: left;
	margin: 15px 0 10px 5px;
}
.fltrt {
	float: right;
	margin-left: 5px;
}
.clearflt {
	clear: both;
}
.social_txt {
	color: #000000;
	width: 80px;
	font-size: 13px;
	padding: 2px 2pox 5px 2px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 4px;
	float:left;
}
.social_txt a:link, a:visited, a:active {
   color: #0000ee;
}
.social_txt  a:hover {
 color: #ffffff;
 }
.sidebar_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ccc9c9;
	width: 169px;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 2px;

}
.featured_box {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #e0dfdf;
	width: 268px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	float: right;
}  
.featured_listing {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #e0dfdf;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
margin-left:215px;
		margin-right:26px;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #345e4a;
	border-bottom-color: #345e4a;
}  
#navcontainer
{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #335d4a;
	float: left;
	width: 177px;
	margin: -187px 25px 0 9px;
}
ul#navlist
{
/*text-align: left;*/
list-style: none; /*stef*/
/*width: 150px;  stef*/
}

ul#navlist li
{
	display: block;
	width: 160px;
}
ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.30em 0 0.30em 2em;
	color: #CCCCCC;
	text-decoration: none;
}
#navcontainer>ul#navlist li a {
	width: auto;
}
* html ul#navlist li a {
	width: 150px;
}
/* you are here starters */
body#homepg li#homelnk a, body#aboutpg li#aboutlnk a, body#listingspg li#listingslnk a, body#idxpg li#idxlnk a, body#contactpg li#contactlnk a, body#calculatorpg li#calculatorlnk a, body#durangopg li#durangolnk a, body#referralpg li#referrallnk a {
	color: #C4CAE1;
	font-weight:bold;
}
ul#navlist li#active a
{
background: #578AFD;
color: #ffffff;
}
ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ffffff;
	font-weight:bold;
background: transparent;
}  
.featured_box a:link, a:visited, a:active {
	color: #335D4A;
	text-decoration: none;
}
.featured_box  a:hover {
	text-decoration: underline;
	color: #335D4A;
}  
.featured_listing a:link, a:visited, a:active {
	color: #335D4A;
	text-decoration: none;
}
.featured_listing  a:hover {
	text-decoration: underline;
	color: #335D4A;
}.featuredListing table{
	font-family:Arial, Helvetica, sans-serif;
	}