/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#ffffff;color:#222222;}
#header { background-color: #960f0f;} 
#navbar { background-color: #a9ad79;}

/* =Header
-----------------------------------------------
*/
#header a{top:35px;left:15px;font-family:Georgia, "Times New Roman", Times, serif;font-size:3em;text-decoration:none;font-weight:bold;text-shadow: #6374AB -2px -2px 5px;}
#header p{position:absolute;top:80px;left:15px;font-size:1.5em;}
#header div.header-contact{position:absolute;top: 0;right: 0;text-align:right;font-size:1em;font-weight:bold;padding:5px;background:#fff;opacity:.7;}
#headerimg{position:absolute;top:0;left:650px;}





/* =Element Colors
-----------------------------------------------
*/
h1,h1 a,h2,h2 a,h3,h3 a{ color: #642100; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #642100; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#70313d}
a:hover{color:#b75063}
hr{ background-color:#d2cfc8;border-color:#d2cfc8;color:#d2cfc8; }
form input, textarea, select, #loginimage {border-color:#d2cfc8;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #ffffff;}
#navbar a:hover {color: #642100;}
#navbar li ul { background: #f1ede5;}
#navbar li ul li a {background: #f1ede5;color: #70313d;border-color:#a9ad79;}
#navbar li ul li a:hover { color: #b75063;}

/* =Header Color
-----------------------------------------------
*/
#header a{color:#ffffff;}
#header p{color:#ffffff;}

/* =Bread Crumbs
-----------------------------------------------
*/
.ezbreadcrumbs a:link, .ezbreadcrumbs a:visited, .ezbreadcrumbs a:active{background: transparent url("http://usmdesign.s3.amazonaws.com/theme/43-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#d2cfc8;color:#ffffff;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#70313d;}

/* =Boxes
-----------------------------------------------
*/
.box,
.jcarousel-item,
.jcarousel-skin-USM-558px .jcarousel-container,
#property-search,
#ContactForm,
fieldset,
.jcarousel-skin-USM-558px .jcarousel-prev,
.jcarousel-skin-USM-558px .jcarousel-next{background-color:#f1ede5;border-color:#d2cfc8}
#eznavigatortpl span.locked{background-color:#f8f5f1;border-color:#d2cfc8}
legend{background-color:#d2cfc8;border-color:#787672;color:#642100;}
ul#dv-actionmenu li#share-this-box ul{background-color:#d2cfc8;border-color:#d2cfc8}
ul#dv-actionmenu li#share-this-box ul li a{background-color:#f1ede5;}
.jcarousel-skin-USM-558px .jcarousel-prev:hover,
.jcarousel-skin-USM-558px .jcarousel-next:hover,
#ContactForm #contact-info-box,
#c-results{background-color:#d2cfc8;border-color:#d2cfc8;}
a.objectToggle{color:#642100;}
.ui-dialog .ui-dialog-titlebar{background-color:#f8f5f1;border-color:#d2cfc8;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #642100;color: #ffffff;border-color:#787672 !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #642100;
	border-color: #b17658;
	background: linear-gradient(#b17658 20%, #642100);
	background: -webkit-linear-gradient(#b17658 20%, #642100);
	background: -moz-linear-gradient(top, #b17658 20%, #642100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#b17658), color-stop(100%,#642100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b17658 20%,#642100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b17658 20%,#642100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b17658 20%,#642100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b17658 20%,#642100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b17658', endColorstr='#642100',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #b17658;
	border-color: #642100;
	background: -moz-linear-gradient(top, #642100 60%, #b17658 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#642100), color-stop(100%,#b17658)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #642100 60%,#b17658 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #642100 60%,#b17658 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #642100 60%,#b17658 100%); /* IE10+ */
	background: linear-gradient(to bottom, #642100 60%,#b17658 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#642100', endColorstr='#b17658',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #642100;
	border-color: #b17658;
	background: -moz-linear-gradient(top, #b17658 20%, #642100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#b17658), color-stop(100%,#642100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b17658 20%,#642100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b17658 20%,#642100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b17658 20%,#642100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b17658 20%,#642100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b17658', endColorstr='#642100',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #b17658;
	border-color: #642100;background: #642100; /* Old browsers */
	background: -moz-linear-gradient(top, #642100 60%, #b17658 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#642100), color-stop(100%,#b17658)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #642100 60%,#b17658 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #642100 60%,#b17658 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #642100 60%,#b17658 100%); /* IE10+ */
	background: linear-gradient(to bottom, #642100 60%,#b17658 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#642100', endColorstr='#b17658',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#f1ede5;border-color:#d2cfc8; color: {ColorTextMain};}
.ui-slider,
#eznavigatortpl a:hover,
.dynasearchcblist .dynainner label,
.dynainner ul li a{background-color:#f8f5f1;}
.dynasearchcblist .dynainner .activeLabel,
.dynainner ul li a.active,
.dynasearchcblist .dynainner .hoverLabel,
.dynainner ul li a:hover,
.ui-slider-range{background-color: #b7838d;}
.ui-slider-handle{background-color: #70313d;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #38181e;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #642100;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#f1ede5;border-color:#d2cfc8;}
.sharethislinks ul{border-color:#d2cfc8;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#f8f5f1;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#642100;}
.listtown a:hover{color:#321000;}
.subtext{color:#909090;}
#hidegmap a, #showgmap a{color:#787672}
.relistviewleft img,.agentlist .list_image img,#serviceareatowns .Town,#gmapframe,h3.dv-detailsheader{ border-color:#d2cfc8; }
#mlsdetailwrapper,
ul#dv-actionmenu,
.gradient-block,
#hidegmap a,
#showgmap a,
#list-view-top-nav,
.btn-gradient{background-color:#f1ede5;border-color:#d2cfc8}
.virtual_tour a,
.listbutton{background-color:#f1ede5;border-color:#d2cfc8; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#f8f5f1;}



body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpJXHQsy.jpg");background-position:center top;background-repeat:repeat-x;  }
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpLLst64.jpg'); background-repeat:no-repeat;height:200px;width:960px;position:relative;padding:0;border:0;}
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme9/43-navbar.jpg'); background-repeat:repeat-x;height:28px;position:relative;padding:0;border:0;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme9/43-staticsprite.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:30px;width:170px;}
.ui-tabs-nav a{background-image:url("http://usmdesign.s3.amazonaws.com/theme9/43-staticsprite.png");background-position:right -2px;background-repeat:no-repeat;  }
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{background-image:url("http://usmdesign.s3.amazonaws.com/theme9/43-staticsprite.png");background-position:right -20px;background-repeat:no-repeat;  }
div.togglebox span a.plus,div.togglebox span a.plus:hover,div.togglebox span a,div.togglebox span a:hover {background-image:url("http://usmdesign.s3.amazonaws.com/theme9/43-staticsprite.png");background-position:-284px -41px;background-repeat:no-repeat;  }
div.togglebox span a.plus,div.togglebox span a.plus:hover{background-image:url("http://usmdesign.s3.amazonaws.com/theme9/43-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme9/43-staticsprite.png");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#other_cta i.building{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -65px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:55px;width:60px;}
#other_cta i.bell{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -142px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:45px;width:60px;}
#other_cta i.person{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:45px;width:60px;}
.viewagent .ViewListings{
    display:none;
}
.viewMyListings{
    display:none;
}
#footer-nav{
    list-style:none;
    text-align:center;
}
#footer-nav li{
    display:inline;
    margin-right:10px;
}
#office-43{
    display:none;
}
#office-26{
    display:none;
}
#ask-office43{
    display:none !important;
}
#ask-office26{
    display:none !important;
}
#office-25 .office-link{
    display:none;
}
#textwidget-177 #name,#textwidget-177  #truuku-truuku,#textwidget-177 #Address,#textwidget-177 #City,#textwidget-177 #State{
    width:135px;
}
#footer{
    margin:auto;
    width:960px;
}
#ct-footer-logos{
    top:-40px;
    position:relative;
}
#footer-logos-right{
    position:relative;
    top:90px;
}

body.ouragents #content .interiorblock h2 { display: none; }
body.homepage #content h1, body.array3-35001 #content h1 { display: none; }

/* Re Birth */

#add-info-toggle{
  display:none;
}
.widgetArea h3 {color: #fff;
background: #642100;
padding: 10px;
margin-bottom: 0;
}

#df-detail-widgets .info-callout ul li{
  color: #fff;
background: #642100;
}