#sidebarNav ul{
margin:0;
padding:0;
}
body  {
	background: #864634;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/WellsMT_sidebar.jpg);
	background-repeat: repeat-y;
	background-color: #F8DC9D;
	background-position: left 200px;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #F8DC9D;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 248px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF9F2B;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
} 
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 34px;
	font-weight: bold;
	color: ffffff;
	margin-left: 32px;
	margin-top: 8px;
}
.twoColFixLtHdr #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #09440C;
	width: 1004px;
} 
.twoColFixLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#wellsnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 20px;
	background-color: #09440C;
	border:2px solid #FF9F2B;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
#wellsnavtext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9F2B;
	text-align: center;
	font-weight: bold;
}
#wellsnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
#wellsnavtext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.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;
}
#sidebarNav li {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 34px;
	color: #ffffff;
	background-image: url(../images/button_red.png);
	background-repeat: no-repeat;
	background-position: left;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	padding-left: 12px;
}
.sidebarNav {
	margin-left: 25px;
}
#sidebarnav li a:link {
	text-decoration: none;
}
#sidebarnav li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebarnav li a:hover {
	text-decoration: none;
	color: #FF9F2B;
}
#sidebarNav li:hover {
	text-decoration: none;
	color: #FF9F2B;
}
#sidebarnav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.HPText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3B2304;
	padding: 5px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	width: 740px;
	line-height: 21px;
}
.HPText a:link {
	text-decoration: none;
	color: #3B2304;
}
.HPText a:visited {
	text-decoration: none;
	color: #3B2304;
}
.HPText a:hover {
	text-decoration: none;
	color: #FF9F2B;
}
.HPText a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.HPTextSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B2304;
	padding: 5px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	width: 740px;
	line-height: 16px;
}
.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;
}

.idx_description{
	width: 550px;
	padding:20px;
	background:#f8dc9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B2304;
}
.idx_img{
	border:2px;
	border: #09440c;
	margin-left: 10px;
}
h1 {
	font-size: 24px;
	color: #09440C;
}
h4 {
	font-size: 18px;
	color: #09440C;
	line-height: 28px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.idx_head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 3b2304;
}
#linklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #864634;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 20px;
}
#linklist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #491605;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 22px;
	font-weight: bold;
}
#linklist li a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #491605;
	text-decoration: none;
}
#linklist li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #491605;
	text-decoration: none;
}
#linklist li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #491605;
	text-decoration: underline;
}
#linklist li a :active{
	font-family: Arial, Helvetica, sans-serif;
	color: #491605;
	text-decoration: none;
}.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3b2304;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	padding: 5px;
}.subhead a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b2304;
	text-decoration: none;
}
.subhead a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b2304;
	text-decoration: none;
}
.subhead a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: ##FF9F2B;
	text-decoration: underline;
	}
.subhead a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b2304;
	text-decoration: none;
}
.subpagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding: 0px 12px 0px 12px;
}
.subpagetext a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #491605;
	text-decoration: none;
}
.subpagetext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #491605;
	text-decoration: none;
}
.subpagetext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9F2B;
	text-decoration: underline;
	}
.subpagetext a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #491605;
	text-decoration: none;
}
.biotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px;
}
.prop_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b2304;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	width: 735px;
}
#idx_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B2304;
	padding-left:10px;
}
.listing_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B2304;
	padding-top: 10px;
	
}
.listing_border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B2304;
	padding: 10px;
	width: 350px;
	border: thin solid #3B2304;
	margin: 3px;
}
.listing_border a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B2304;
}
.listing_border a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B2304;
}
.listing_border a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B2304;
	text-decoration:underline;
	font-weight: bold;
}
.listing_border a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B2304;
}
.header {
	padding: 10px;
}
