@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font: 90% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #663300 url(images/gradient.jpg) repeat-x;
}
.thrColFixHdr #container { 
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left;
	background-color: #f6e1c4;
	margin: 0 auto;
	opacity: 1;
	background-image: url(images/container_bkg3.jpg);
} 

.thrColFixHdr #navigation { 
	background: transparent; 
	padding: 0 10px;
	border: 1px dotted #ccc;
	text-shadow: #999 2px 2px 2px;
	color: #6f3100;
	text-decoration: none;
	color: #6f3100;
	font-size: 100%;
}

.thrColFixHdr #navfooter { 
	background: transparent; 
	padding: 0 10px;
    color: #ccc;
	text-align: center;
	border-style: none;
	margin-top: 5px;
	
}

.border {
	border: 1px solid #333;
} 

.thrColFixHdr #header {
	height: 200px;
	background-color: #DDDDDD;
} 
.thrColFixHdr #header h1 {
	padding: 10px 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* My Comment */
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 90px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	background: transparent no-repeat;
	color: #6f3100;
	text-shadow: #999 2px 2px 2px;
	padding: 15px 20px 15px 10px;
	font-size: 85%;
}

h1 {
	color: #6f3100;
}

.thrColFixHdr #sidebar2MLS {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background: transparent no-repeat;
	color: #6f3100;
	text-shadow: #999 2px 2px 2px;
	font-size: 85%;
	padding: 15px 20px 15px 0;
}

.thrColFixHdr #mainContent { 
	margin: 0 280px 0 10px;
	float: none;
	background-color: transparent;
	opacity: 1;
	padding: 0 10px 0 15px;
	color: #333;
	font-size: 95%;
	border-style: none;
	border-color: #ccc;
}

.thrColFixHdr #mainContentMLS { 
	margin: 0 220px 0 10px;
	float: none;
	background-color: transparent;
	opacity: 1;
	padding: 0 10px 0 15px;
	color: #333;
	font-size: 95%;
	border-style: none;
	border-color: #ccc;
	height: auto;
}

/* My Comment */ 
.thrColFixHdr #footer {
	color: #ccc;
	background-color: #330000;
	border-style: none;
	border-top: 1px solid #000;
	padding-bottom: 20px;
}

a {
	text-decoration: none;
	color: #6f3100;

} 


a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footersize {
	font-size: 62.5%;
}

.bold {
	font-weight: bold;
}

.footerblock {
	float: none;
	margin-right: 260px;
	position: absolute;
	width: 470px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 75%;
}

.footerblock2 {
	float: none;
	height: 60px;
	margin-left: 520px;
	width: 235px;
	position: relative;
	margin-top: 10px;
}

.footerblock3 {
	float: none;
	margin-left: 270px;
	width: 250px;
	margin-top: 10px;
	right: 10px;
	margin-right: 10px;
}

#shadows {
	width: 150px;
	height: 175px;
	float: left;
	z-index: 6;
	display: block;
	position: relative;
}

.weathergizmo {
	background-image: url(http://weathersticker.wunderground.com/weathersticker/gizmotimetemp_both24/language/www/US/NM/Taos.gif);
}

.footerlink a:link {
	color: #ccc;
	text-decoration: none;
}

.footerlink a:visited {
	color: #ccc;
	text-decoration: none;
}


.footerlink a:hover {
	text-decoration: underline;
}

.footerlink a:active {
	text-decoration: underline;
}

#ecobroker {
	background-image: url(images/ecobroker.png);
	opacity: 0.32;
}