/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#c0c0c0;color:#222222;}
#header { background-color: #ffffff;} 
#navbar { background-color: #e42336;}

/* =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: #e42336; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #e42336; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#b50d1e}
a:hover{color:#da0f24}
hr{ background-color:#dfdfdf;border-color:#dfdfdf;color:#dfdfdf; }
form input, textarea, select, #loginimage {border-color:#dfdfdf;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #ffffff;}
#navbar a:hover {color: #c0c0c0;}
#navbar li ul { background: #ffffff;}
#navbar li ul li a {background: #ffffff;color: #b50d1e;border-color:#e42336;}
#navbar li ul li a:hover { color: #da0f24;}

/* =Header Color
-----------------------------------------------
*/
#header a{color:#c0c0c0;}
#header p{color:#c0c0c0;}

/* =Bread Crumbs
-----------------------------------------------
*/
.ezbreadcrumbs a:link, .ezbreadcrumbs a:visited, .ezbreadcrumbs a:active{background: transparent url("http://usmdesign.s3.amazonaws.com/theme/516-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#dfdfdf;color:#ffffff;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#b50d1e;}

/* =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:#ffffff;border-color:#dfdfdf}
#eznavigatortpl span.locked{background-color:#ffffff;border-color:#dfdfdf}
legend{background-color:#dfdfdf;border-color:#7f7f7f;color:#e42336;}
ul#dv-actionmenu li#share-this-box ul{background-color:#dfdfdf;border-color:#dfdfdf}
ul#dv-actionmenu li#share-this-box ul li a{background-color:#ffffff;}
.jcarousel-skin-USM-558px .jcarousel-prev:hover,
.jcarousel-skin-USM-558px .jcarousel-next:hover,
#ContactForm #contact-info-box,
#c-results{background-color:#dfdfdf;border-color:#dfdfdf;}
a.objectToggle{color:#e42336;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #54ba4b;color: #ffffff;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #e42336;
	border-color: #a0dc9a;
	background: linear-gradient(#a0dc9a 20%, #54ba4b);
	background: -webkit-linear-gradient(#a0dc9a 20%, #54ba4b);
	background: -moz-linear-gradient(top, #a0dc9a 20%, #54ba4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#a0dc9a), color-stop(100%,#54ba4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a0dc9a 20%,#54ba4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a0dc9a 20%,#54ba4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a0dc9a 20%,#54ba4b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a0dc9a 20%,#54ba4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0dc9a', endColorstr='#54ba4b',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #a0dc9a;
	border-color: #54ba4b;
	background: -moz-linear-gradient(top, #54ba4b 60%, #a0dc9a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#54ba4b), color-stop(100%,#a0dc9a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #54ba4b 60%,#a0dc9a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #54ba4b 60%,#a0dc9a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #54ba4b 60%,#a0dc9a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #54ba4b 60%,#a0dc9a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ba4b', endColorstr='#a0dc9a',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #e42336;
	border-color: #f18b95;
	background: -moz-linear-gradient(top, #f18b95 20%, #e42336 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f18b95), color-stop(100%,#e42336)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f18b95 20%,#e42336 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f18b95 20%,#e42336 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f18b95 20%,#e42336 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f18b95 20%,#e42336 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18b95', endColorstr='#e42336',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #f18b95;
	border-color: #e42336;background: #e42336; /* Old browsers */
	background: -moz-linear-gradient(top, #e42336 60%, #f18b95 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#e42336), color-stop(100%,#f18b95)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e42336 60%,#f18b95 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e42336 60%,#f18b95 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e42336 60%,#f18b95 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e42336 60%,#f18b95 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42336', endColorstr='#f18b95',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#ffffff;border-color:#dfdfdf; color: {ColorTextMain};}
.ui-slider,
#eznavigatortpl a:hover,
.dynasearchcblist .dynainner label,
.dynainner ul li a{background-color:#ffffff;}
.dynasearchcblist .dynainner .activeLabel,
.dynainner ul li a.active,
.dynasearchcblist .dynainner .hoverLabel,
.dynainner ul li a:hover,
.ui-slider-range{background-color: #da747f;}
.ui-slider-handle{background-color: #b50d1e;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #5a060e;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #e42336;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#ffffff;border-color:#dfdfdf;}
.sharethislinks ul{border-color:#dfdfdf;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#ffffff;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#e42336;}
.listtown a:hover{color:#72111a;}
.subtext{color:#909090;}
#hidegmap a, #showgmap a{color:#7f7f7f}
.relistviewleft img,.agentlist .list_image img,#serviceareatowns .Town,#gmapframe,h3.dv-detailsheader{ border-color:#dfdfdf; }
#mlsdetailwrapper,
ul#dv-actionmenu,
.gradient-block,
#hidegmap a,
#showgmap a,
#list-view-top-nav,
.btn-gradient{background-color:#ffffff;border-color:#dfdfdf}
.virtual_tour a,
.listbutton{background-color:#ffffff;border-color:#dfdfdf; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#ffffff;}





/* No box Style Widget */
#content-box-top { margin-top:0px; }
#content-box-back{ padding-top:15px; }
.box,#dynamicsearchbar{ background:none;border:none; }




.listing-updates{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8fGrDL.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:96px;width:97px;}
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpCj6X34.jpg'); background-repeat:no-repeat;height:109px;width:410px;position:relative;padding:0;border:0;}
#header .homelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpCj6X34.jpg");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; text-indent:-99999px;display:block;padding:0;border:0;height:109px;width:410px;}
.jcarousel-prev.jcarousel-prev-horizontal, .jcarousel-prev.jcarousel-prev-horizontal:hover{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpv6tS8j.png");background-position:-0px -0px;background-repeat:no-repeat;  }
.jcarousel-next.jcarousel-next-horizontal, .jcarousel-next.jcarousel-next-horizontal:hover{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpv6tS8j.png");background-position:-35px -0px;background-repeat:no-repeat;  }
a.mobile{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpk3N5kI.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:95px;width:92px;}
#footer-officeinfo{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpMXWFF6.png");background-position:left center;background-repeat:no-repeat;  }
.jcarousel-skin-USM-558px.jcarousel-image-130x130 .jcarousel-item-horizontal a {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php3XJB28.png");background-position:left bottom;background-repeat:no-repeat;  }
.soldsign{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpTRmrjv.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:105px;width:92px;}
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8oWSmn.png");background-position:-900px -50px;background-repeat:no-repeat;  }
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme1/516-navbar.jpg'); background-repeat:repeat-x;height:28px;position:relative;padding:0;border:0;}
body{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/516-background.jpg");background-position:center top;background-repeat:repeat-x;  }
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/516-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/theme1/516-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/theme1/516-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/theme1/516-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/theme1/516-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/516-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;}
body{
  background-image: none;
  font-family: Helvetica, Arial, sans-serif!important;
  line-height: 1.3em!important;
  color: #555!important;
}
h1{
  font-weight: normal;
}
h2{
  font-size: 110%;
  text-transform: none!important;
  letter-spacing: 0px;
  font-weight: normal;
  color: #888;
}
#wrapper{
  width: 1100px;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 3px #444;
}
#header, #navbar, #footer{
  width: 980px;
  padding: 0 60px;
  margin: 0 auto;
  background-color: #f7f7f7;
}
#header a.mobile{
  position: fixed;
  top: 0;
  left: 0;
}
#content{
  padding-left: 60px;
  width: 600px;
  font-size: 16px;
  line-height: 1.5em!important;
}
#content .interiorblock{
  margin: 0;
}
#content-area-bottom{
  clear: both;
}
#content-box-back{
  padding: 0;
}
#header{
  height: 140px;
  border-bottom: 1.5px dotted #e42336;
  background-image: none;
}
#header .homelink{
  top: 15px;
  left: 60px;
}
#top, #bottom{
  width: 100%;
}
#navbottom, #content-box-top, .wide-input-DTown, .separator, .configured #DTown{
  display: none;
}
.sharethis div a {
  font-size: 11px;
  text-shadow: 0px 1px 0px white;
}
/* Header */

#header p{
  position: static;
  color: #666;
  font: normal normal 14px Georgia, serif!important;
  float: right;
  text-align: right;
}
#header a{
  text-shadow: none;
  color: #e42336;
  font-size: 14px;
  position: static;
  padding: 0 4px;
  font-weight: normal;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#header a:hover{
  opacity: .85;
}
.headercontact{
  width: 460px;
  padding: 40px 0 0;
}
.headercontact .listing-updates{
  margin: -20px 0 0 20px;
}
.headercontact,
.headercontact .listing-updates{
  float: right;
}

/* Questions? */

#wide #askaquestion h3{
  margin: 0 0 10px 0;
}
#askaquestion .button{
  float: right;
  font-weight: normal;
  border: none;
  width: 160px;
  padding: 8px 0;
}

/* Navigation */

#navbar{
  background: #e42336 none;
  margin-top: 5px;
  text-align: right;
  padding: 8px 60px 0;
  box-shadow: 0px 4px 5px #AAA;
}
#navbar a{
  font: normal normal 17px Georgia, serif;
  font-variant: small-caps;
  text-transform: capitalize;
  padding: 8px 2px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#navbar li#menu-item-53271 a:after{
  content: '';
}

/* Top */

#textwidget-12111 h3 {
  display:none;
}

#textwidget-12111{
  float: left;
  width: 600px;
  height: 285px;
  margin: 0 0 0 54px;
}
#textwidget-12111 ul{
  margin: 0;
  list-style: none;
}
#widgetArea_top{
  margin: 0;
}
#top #dynamicsearchbar {
  padding: 0;
}
#top #dyna-inner {
  float: none;
  clear: none;
}
#top #dynasearch{
  margin-right: 40px;
}
#top .button {
  clear: none;
  float: right;
}
h3#hdr-quicksearch{
  padding: 0;
  border: none;
  margin: 0 0 10px;
}
#dynasearch {
  width: 330px;
  float: right;
  padding: 20px;
  margin: 0;
}
#dynasearch .ui-wide-set {
  float: left;
  width: 50%;
  margin: 0 0 5px;
}
.widgetArea .fieldlabel {
  font-weight: normal;
  display: block;
  font-size: 15px;
  margin: 0 0 6px;
}
#dynsearchsubmit{
  font-weight: normal;
  border: none;
  width: 160px;
  padding: 8px 0;
}
.morelink, .pssviewall {
  font-weight: normal;
  margin: 5px 0 0 15px;
  padding-top: 0;
  line-height: 1em;
  clear: none;
  font-size: 15px;
  color: #666;
}
#hdr-featuredlistings{
  display: none;
}
#homepage_featured{
  clear: both;
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
.jcarousel-list .jcarousel-list-horizontal{
  width: 9999px;
}
.jcarousel-skin-USM-558px .jcarousel-item p {
  font-size: 15px;
  margin: 10px 0 0 0;
}
.jcarousel-skin-USM-558px .jcarousel-item, 
.jcarousel-skin-USM-558px .jcarousel-container, 
.jcarousel-skin-USM-558px .jcarousel-prev, 
.jcarousel-skin-USM-558px .jcarousel-next{
  background-color: transparent;
  border: none;
}
.jcarousel-skin-USM-558px .jcarousel-container-horizontal{
  padding: 10px 40px 15px;
  width: 1020px;
  background-color: #DDD;
  box-shadow: inset 0px 3px 4px #aaa;
}
.jcarousel-skin-USM-558px .jcarousel-clip-horizontal{
  width: 980px;
}
.jcarousel-next.jcarousel-next-horizontal,
.jcarousel-next.jcarousel-next-horizontal:hover{
  margin-right:15px;
  width: 34px;
  background-position: right center;
  background-color: transparent;
}
.jcarousel-prev.jcarousel-prev-horizontal,
.jcarousel-prev.jcarousel-prev-horizontal:hover{
  margin-left: 30px;
  width: 34px;
  background-color: transparent;
  background-position: left center;
}
.jcarousel-skin-USM-558px.jcarousel-image-130x130 .jcarousel-item-horizontal {
  height: 108px;
  width: 300px;
  padding-top: 30px;
 }
.jcarousel-skin-USM-558px.jcarousel-image-130x130 .jcarousel-item-horizontal:hover{
  margin-top: -2px;
  background-image: none;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.jcarousel-skin-USM-558px .jcarousel-item strong {
  font-size: 14px;
}
.jcarousel-skin-USM-558px.jcarousel-image-130x130 .jcarousel-item-horizontal a{
  float: left;
  padding-bottom: 6px;
  width: 160px;
  margin-right: 10px;
}
#homepage_carousel-12096 li p a{
  margin: 0;
  padding: 0;
  float: none;
  background-image: none;
}
.jcarousel-skin-USM-558px.jcarousel-image-130x130 .jcarousel-item-horizontal a img {
  height: auto;
  min-height: 112px;
  width: 150px;
  float: left;
  border: 5px solid white;
  outline: 1px solid #BBB;
  margin: -20px 0 0 0;
}

.jcarousel-skin-USM-558px.jcarousel-image-130x130 .jcarousel-clip-horizontal {
height: 150PX;
}

/* Sidebar */

#wide{
  margin: 0 0 0 20px;
}
#wide h3, .widgetArea h3{
  font: normal normal 24px Georgia, serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1.5px dotted #e42336;
}
#wide .widget{
  margin-bottom: 20px;
}
#wide #dynasearch {
  float: none;
  padding: 0;
  width: 100%;
  margin: 0 0 20px;
}
#wide #dynamicsearchbar{
  padding: 0;
}
#wide .wide-ui #dynsearchsubmitwrapper, 
#wide .wide-ui .morelink {
  float: right;
  margin-left: 30px;
}
#wide .wide-ui .ui-wide-select, 
#wide .wide-ui .ui-wide-range, 
#wide .wide-ui .ui-wide-textbox {
  width: 50%;
  margin-right: 0;
  float: left;
}
.pssviewall{
  display: none;
}
.recsearch .box{
  padding: 0;
}
.recsearch .psscategory{
  border-left: 10px solid #DDD;
  padding-left: 20px;
  margin-top: 20px;
}
.recsearch ul.psslist{
  padding: 0;
}
ul.psslist li {
  font-size: 15px;
}
.recsearch ul.psslist li a{
  color: #555;
}
.pssheader{
  font-size: 16px;
}
#textwidget-12116{
  background-color: #e0e0e0;
  box-shadow: 0px 0px 3px #aaa;
  float: left;
  padding-right: 20px;
  margin-top: 65px;
}
#textwidget-12116 p{
  margin: 0;
  font-size: 18px;
  font-family: Georgia,serif;
  float: left;
  width: 320px;
}
#textwidget-12116 a.soldsign{
  float: left;
  width: 92px;
  height: 105px;
  margin-top: -70px;
}
#textwidget-12116 a.search{
  float: right;
  color: white;
  font-size: 14px;
  background: #54BA4B url('http://d.usmre.com/iepc/themes/i/button.png') center center;
  padding: 4px 0;
  width: 100px;
  text-align: center;
  margin-top: 5px;
}

/* Detail View */

.detailview #wide{
  display: none;
}
.detailview #content{
  width: 88%;
  padding: 0 6%
}
.detailview #content .interiorblock{
  margin: 0;
}
.detailview #mlsrightbar{
  width: 620px;
}
#mlsdetailwrapper{
  padding: 20px;
  box-shadow: 0px 1px 3px #CCC;
}
.detailview .gradient-block, #dv-actionmenu{
   box-shadow: 0px 1px 3px #CCC;
}
.mlstowntitle {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
h3.dv-detailsheader {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  font-style: normal;
  color: #333;
  font-size: 18px;
}
#backbutton a{
  color: white;
  background-color: #68bb5f;
  padding: 5px 10px;
  border-radius: 8px;
  text-shadow: 0px 1px 0px #aaa;
}
.detailview .ui-tabs-nav a:hover, 
.detailview .ui-tabs-nav .ui-tabs-selected a {
  background-image: none;
  border: none;
  font-size: 16px;
  top: -5px;
  left: -10px;
}
#dv-actionmenu li:hover{
  background-color: #eee;
}
ul#dv-actionmenu li#share-this-box ul{
  left: 151px;
  top: 0px;
}

/* User */

.loggedout-widget{
  display: none;
}
#wide #logged-in-hdr{
  margin-bottom: 0;
}
.loggedin-widget{
  float: left;
}
.loggedin-widget .box h4{
  font-size: 15px;
  margin: 0 0 5px 0;
}
.loggedin-widget .box a{
  font-size: 12px;
  width: 45%;
  float: left;
  margin: 0 1% 1% 0;
}
.loggedin-widget .box a.logout-link{
  float: right;
  clear: both;
  width: 100%;
  color: #444;
  text-align: right;
  padding-top: 5px;
  border-top: 1px dotted #BBB;
  margin-top: 7px;
}

/* Form */

.formblock input{
  padding: 5px;
  width: 50%;
  margin-top: 3px;
  font-size: 12px;
}
.formblock{
  float: left;
  width: 100%;
}
.formblock label{
  width: 35%;
  font-size: 14px;
  float: left;
}
.formblock select{
  width: 52%;
  height: 26px;
  margin-top: 3px;
}
.formblock.textblock{
  margin: 10px 0;
}
.formblock textarea{
  width: 51%;
}
#formwrapper input.button{
  width: 160px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 auto;
  clear: both;
}

/* Footer */

#footer{
  border-top: 1px solid #ccc;
  box-shadow: 0px 0px 3px #444;
  padding: 20px 60px 40px;
  margin-bottom: 50px;
  position: relative;
  background-position: 862px 60px;
}
#footer p{
  padding: 20px 20px 20px 90px;
  text-align: left;
  font-size: 14px;
  font-family: Georgia, serif;
  line-height: 1.4em;
}
#ezfooternav a{
  color: #555;
  font-size: 14px;
  padding: 5px 13px!important;
  font-family: Georgia, serif;
}
#usmtag.cleanlogo{
  margin: 0;
  position: absolute;
  right: 60px;
  bottom: 15px;
}


/* Sold Search */ 

html body#mls.sold .listtown strong a:hover {
color: #E42336;
}

/* Compass */
body.listings #left .wide-ui .ui-wide-select, body.listings #left .wide-ui .ui-wide-range, body.listings #left .wide-ui .ui-wide-textbox,
body.saved-search #left .wide-ui .ui-wide-select, body.saved-search #left .wide-ui .ui-wide-range, body.saved-search #left .wide-ui .ui-wide-textbox{
  width: 100%;
  margin-right: 0;
  float: left;
  clear: both;
}

#df-listings article .control-group a{
  font-size:1.0em;
}

body.listings #left, body.saved-search #left{
  margin-left:15px;
  width:220px;
}

body.listings #left #dynasearch, body.saved-search #left #dynasearch{
  width:185px;
  float:none;
  padding:0;
}

#df-detail-widgets .info-callout.two ul li{
  background-color: #E42336;
  color: white;
}

body.listings #df-controls ul li a, body.saved-search #df-controls ul li a{
  font-size:1.0em;
}

#df-list-head{
  font-size:14px;
}
#df-list-head.sticky #df-controls{
  width:79%;
}

.loggedin-widget .box a{
  width:91%;
}

body.listings #content-box-back, body.saved-search #content-box-back, body.listing #content-box-back{
  margin-top:30px;
}

#navbar a{
font: bold normal 18px Georgia, serif;
font-variant: small-caps;
text-transform: capitalize;
padding: 8px 15px 8px 8px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#menu-item-53241{
  margin-left:-52px;
}

body{
  background-color:#D8E0CE;
}

#mls.saved-search #dynsearchsubmit {
    border: medium none;
    float: left;
    font-weight: normal;
    padding: 8px 0;
    position: relative;
    top: -8px;
    width: 160px;
}