#sidebarNav ul{
margin:0;
padding:0;
}
#divDate{
	display:none;
}
body  {
	background: #babcc7;
	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 {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1004px;
	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: #e1c678;
	}
.headlinks{
	margin: -55px 0 0 0;
	width: 500px;
	float: right;
	z-index:1;

}
.twoColFixLtHdr #idx_container {
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-color: #3a241e;
	}
	.work{
		background-image:url(/images/WellsMT_head.jpg);
		background-repeat: no-repeat; 
		height: 178px; 
		border:0;
width:1005px;
	}
	
.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: 200px;
	padding: 0px;
	margin-left:-5px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px;
	padding: 10px;
	font-size:14px;
	width:740px;

}
.twoColFixLtHdr #mainContent_idx {
	background-color: #3a241e;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 10;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #006600;
} 
.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 {
	background-image: url(../images/WellsMT_footer.jpg);
	background-repeat: no-repeat;
	background-color:#3a241e;
	padding: 0px;
margin:0;
		color:#FAD7C5;

}
#wellsnav {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cfc0b2;
	margin-left: 20px;
	border:0px solid #FF9F2B;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 1px;
	text-align: center;
	font-weight: bold;
}
#wellsnavtext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#wellsnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cfc0b2;
	text-align: center;
	font-weight: bold;
}
#wellsnavtext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cfc0b2;
	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;
}

#sidebar a:link{
	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;
	
}
#sidebar1 a:link {
	text-decoration: none;
	color:#FAD7C5;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #FAD7C5;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #FF9F2B;
}
#sidebar1 a:active {
	text-decoration: none;
	color: #FAD7C5;
}
.HPText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B2304;
	width: 740px;
}
.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: 14px;
	line-height: 20px;
}
.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;

}
#idxOptionsNav {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
	color:#ffffff;
    font-size: 16px;
    height: 20px;
    margin-top: 25px;
    padding-left: 15px;
    text-align: left;
    width: 100%;
}
#idxOptionsNav a:link, #idxOptionsNav a:visited, #idxOptionsNav a:active  {
	color:#ffffff;
	text-decoration:none;
}
#idxOptionsNav a:hover {
	color:#Ffffff;
	text-decoration:none;
}

/* Nav links for IDX pages at top of page */
.top_nav a {
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	padding-right: 15px;
}
.top_nav a:link {
	color: #FFFFFF;
}
.top_nav a:visited {
	color: #FFFFFF;
}
.top_nav a:hover {
	color: #3a241e;
}
.top_nav a:active {
	color: #FFFFFF;
}
#IDXfooter {
	margin-bottom: 50px;
	background-color:#3a241e;
		color:#FFFFCC;
}
#IDXfooter a {
	color:#FFFFCC;
	font-size:x-small;
	text-decoration:underline;
}
#footer a:link, #footer a:visited, #footer a:active  {
	color:#FAD7C5;
	text-decoration:none;
}
#footer a:hover {
	color:#FAD7C5;
	text-decoration:underline;
}
#idxContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC;
	margin-top: 20px;
	margin-bottom: 20px;
	display:inline-block;
}
#simpleIdxContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	display:inline-block;
	background-color: #FFC;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 2px 2px 2px;
    -moz-border-radius: 4px; /* FF1-3.6 */
  	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */        
  	/* useful if you don't want a bg color from leaking outside the border: */        
  	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#whyChooseImg {
	background: url(/images/Why_choose_btn.png);
	height: 34px;
	width: 148px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	color: #ffffff;
	font-size: 12px;
}

#whyChooseImg:hover {
	color: #EB9948;
	text-decoration: none;
}
