/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#ffffff;color:#222222;}
#header { background-color: #ffffff;} 
#navbar { background-color: #ebbe2c;}

/* =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: #000000; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #000000; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#d86b06}
a:hover{color:#eb7406}
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: #f7f7f7;}
#navbar li ul { background: #ffffff;}
#navbar li ul li a {background: #ffffff;color: #d86b06;border-color:#ebbe2c;}
#navbar li ul li a:hover { color: #eb7406;}

/* =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/296-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:#d86b06;}

/* =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:#000000;}
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:#000000;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #d86b06;color: #ffffff;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #000000;
	border-color: #ebb079;
	background: linear-gradient(#ebb079 20%, #d86b06);
	background: -webkit-linear-gradient(#ebb079 20%, #d86b06);
	background: -moz-linear-gradient(top, #ebb079 20%, #d86b06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ebb079), color-stop(100%,#d86b06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebb079 20%,#d86b06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebb079 20%,#d86b06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebb079 20%,#d86b06 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebb079 20%,#d86b06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb079', endColorstr='#d86b06',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #ebb079;
	border-color: #d86b06;
	background: -moz-linear-gradient(top, #d86b06 60%, #ebb079 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#d86b06), color-stop(100%,#ebb079)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d86b06 60%,#ebb079 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d86b06 60%,#ebb079 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d86b06 60%,#ebb079 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d86b06 60%,#ebb079 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86b06', endColorstr='#ebb079',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #000000;
	border-color: #7f7f7f;
	background: -moz-linear-gradient(top, #7f7f7f 20%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#7f7f7f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f7f7f 20%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f7f7f 20%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7f7f7f 20%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7f7f7f 20%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #7f7f7f;
	border-color: #000000;background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 60%, #7f7f7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#000000), color-stop(100%,#7f7f7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 60%,#7f7f7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 60%,#7f7f7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 60%,#7f7f7f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 60%,#7f7f7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7f7f7f',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: #ebb079;}
.ui-slider-handle{background-color: #d86b06;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #6c3503;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #000000;}

/* =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:#000000;}
.listtown a:hover{color:#000000;}
.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;}



#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png'); background-repeat:no-repeat;height:177px;width:960px;position:relative;padding:0;border:0;}
#header #headerhomelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; text-indent:-99999px;display:block;padding:0;border:0;height:176px;width:182px;}
#header  {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");background-position: ;background-repeat:no-repeat; position:absolute;left:px;top:px; text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#header  {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");background-position: ;background-repeat:no-repeat; position:absolute;left:px;top:px; text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#header  {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");background-position: ;background-repeat:no-repeat; position:absolute;left:px;top:px; text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#header #headerhomelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; text-indent:-99999px;display:block;padding:0;border:0;height:176px;width:182px;}
#header  {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");background-position: ;background-repeat:no-repeat; position:absolute;left:px;top:px; text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#header  {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");background-position: ;background-repeat:no-repeat; position:absolute;left:px;top:px; text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#header  {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");background-position: ;background-repeat:no-repeat; position:absolute;left:px;top:px; text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpYMbOBG.jpg");background-position:left top;background-repeat:repeat-x;  }
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpYMbOBG.jpg");background-position:left top;background-repeat:repeat-x;  }
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpturTuI.jpg");background-position:left bottom;background-repeat:repeat-x;  }
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpturTuI.jpg");background-position:left bottom;background-repeat:repeat-x;  }
#openhousescta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpLiJGmU.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:119px;width:155px;}
#openhousescta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpLiJGmU.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:119px;width:155px;}
#newcontactbox{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpuuYNMv.png");background-position:top left;background-repeat:repeat-x;  }
#newcontactbox{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpuuYNMv.png");background-position:top left;background-repeat:repeat-x;  }
a.mobile{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQF9a9K.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:71px;width:84px;}
a.mobile{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQF9a9K.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:71px;width:84px;}
a.morelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpLSNA2Y.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:10px;width:127px;}
a.morelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpLSNA2Y.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:10px;width:127px;}
#bottom #askaquestion{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");background-position:left top;background-repeat:no-repeat;  }
#testimonials-1758{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");background-position:left top;background-repeat:no-repeat;  }
#textwidget-5706{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");background-position:left top;background-repeat:no-repeat;  }
#bottom #askaquestion{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");background-position:left top;background-repeat:no-repeat;  }
#testimonials-1758{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");background-position:left top;background-repeat:no-repeat;  }
#textwidget-5706{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");background-position:left top;background-repeat:no-repeat;  }
#mortgagecta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpEETpth.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:66px;width:155px;}
#mortgagecta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpEETpth.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:66px;width:155px;}
#soldsearchcta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpgPs9pM.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:52px;width:178px;}
#soldsearchcta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpgPs9pM.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:52px;width:178px;}
test{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phphcaSPi.png");background-position:-24px -33px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:30px;width:55px;}
test{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phphcaSPi.png");background-position:-24px -33px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:30px;width:55px;}
.agent1177 #header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpR6YJBk.jpg'); background-repeat:no-repeat;height:178px;width:961px;position:relative;padding:0;border:0;}
.agent1177 #header #headerhomelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpR6YJBk.jpg");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; }
.agent1177 #header #mobileapplink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpR6YJBk.jpg");background-position:-782px -50px;background-repeat:no-repeat; position:absolute;left:782px;top:50px; }
.agent1177 #header #headerhomelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpR6YJBk.jpg");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; }
.agent1177 #header #mobileapplink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpR6YJBk.jpg");background-position:-782px -50px;background-repeat:no-repeat; position:absolute;left:782px;top:50px; }
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme2/296-navbar.jpg'); background-repeat:repeat-x;height:28px;position:relative;padding:0;border:0;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme2/296-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/theme2/296-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/theme2/296-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/theme2/296-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/theme2/296-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme2/296-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;}
@import url('http://fonts.googleapis.com/css?family=Alegreya:900');

#mobileapplink:hover{
  opacity: .7;
  background-color: white;
}
#content p {
  line-height: 1.5em;
  font-size: 12px;
}

/* Layout */
body {
  color: #4d4d4d;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-family: 'Alegreya', 'Georgia', serif;
}
h2 {
  font-size: 150%;
  text-transform: none!important;
  letter-spacing: 0;
  font-weight: normal;
}
#homepage-bottom h3{
  font-weight: norma;
  color: #413D31;
}

.widgetArea h3, .widgetArea h3 a {
    color: #000000;
    font-size: 16px;
    text-align: left;
}
#navbar{
  background-image: none;
  background-color: transparent;
  position: relative;
}
#content {
  width: 754px;
}
#left{
  width: 206px;
}
#bottom{
  height: 330px;
  width:970px;
}
#content-area-bottom{
  clear: both;
}
.widgetArea_contentbottom .box{
  border: none;
  padding: 0;
}
#widgetArea_bottom{
  margin: 0;
}
.pssviewall, #footer-officeinfo, #footer-logos {
  display: none;
}
#widgetArea_left{
  background-color: #92876A;
  margin-left: 0px;
  margin-right: 23px;
}

/* Nav */

#navbar a{
  padding: 8px 17px;
  text-transform: none;
  font-size: 13px;
  margin-bottom: 2px;
}
#navbar a:hover{
  color:#D86B06;
}
#navbar li:hover ul{
  box-shadow: 0px 0px 4px #555;
  top: 23px;
  background-color:#ccc;
}
#headercontactlink{
  position: absolute!important;
  right: 19px;
  top: -78px;
}
#headeraboutlink{
  position: absolute!important;
  right: 20px;
  top: -55px;
}
#headeraboutlink:hover ul{
  left: 80px!important;
  top: 7px!important;
}
#navbar li ul li a{
  color: black;
  background-color:#ccc;
}

/* Header */

#header{
  overflow: visible;
}
a.mobile{
  position: fixed!important;
  top: 0;
  left: 0!important;
}

/* Homepage */
/* -- Featured Listings */

#homepage_featured_listings_wrap{
  width:739px;
}
#homepage_featured {
  min-height: 190px;
  margin-bottom:20px;
}
.jcarousel-skin-USM-558px .jcarousel-container {
background: #F5F2EB;
}
#homepage_featured h2,
#homecontact h3,
#recsearch-5696 h3{
  background: #8f8466;
  line-height: 1;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  padding: 5px 10px 4px 10px;
  margin-bottom: 22px;
  font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
}
#homepage_featured h2{
  margin-bottom:0;
}
#home #featuredlistings h3{
  margin-bottom:0;
}
.jcarousel-skin-USM-558px .jcarousel-container-horizontal{
  width:737px;
}
.jcarousel-skin-USM-558px .jcarousel-clip-horizontal{
  width:655px;
}
.jcarousel-skin-USM-558px .jcarousel-container{
  background:#F5F2EB;
}
.jcarousel-skin-USM-558px.jcarousel-image-130x130 .jcarousel-item-horizontal{
  height:180px;
}
.jcarousel-skin-USM-558px .jcarousel-item {
  padding: 7px 17px;
}
/* -- Featured Videos */

#codewidget-1869 #featuredvideos {
  width:750px;
  background: transparent url("/ezstatic/data/c21-advantage/i/home-featured-back.jpg") left top repeat-x;
  min-height: 200px;
  margin-bottom:20px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 210px;
}
#codewidget-1869 .box{
  padding:0;
}
.fv-4c{
     display: inline;
     width: 22.75%;
     float: left;
     height: 200px;
}
.fv-4c-end{
       display: inline;
        width: 22.75%;
        float: left;
        height: 200px;
}
 .vid-holder{
       margin: 0px 30px;
       height: 200px;
       width: 160px;
       border-left: solid 1px #CCCCCC;
       padding: 5px;
}
 .vid-holder-end{
       margin: 0px 40px;
       height: 200px;
       width: 140px;
       padding: 5px 20px 5px 10px;
       border-left: solid 1px #CCCCCC;
       border-right: solid 1px #CCCCCC;
}
#codewidget-1869 h3 {
    background: #8F8466;
    line-height: 1;
    font-size: 1.25em;
    font-weight: normal;
    color: white;
    padding: 5px 0px 4px 10px;
    margin-bottom: 0px;
    width: 729px;
}
#codewidget-1869 #featuredvideos {
    width: 737px;
    background: transparent url("/ezstatic/data/c21-advantage/i/home-featured-back.jpg") left top repeat-x;
    min-height: 200px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    height: 210px;
}

/* Recommended Searches */

#recsearch-5696 .box{
  background-color: #302d22;
}
#recsearch-5696 h3{
  margin: 0 0 -1px 0;
}
.recsearch .dynasearchdiv{ 
  margin: 0px 0px 7px 0px!important;
}

/* Widgets */

#left .widget .box{
  padding: 10px 13px;
}
#left h3{
    text-align: center;
    color: white;
    text-transform: uppercase;
}
#hdr-quicksearch{
    padding: 10px;
    background-color: #92876A;
    margin-bottom: 0;
}
#dynamicsearchbar {
    background-color: #F5F2E9;
    padding: 10px 13px;
}
#dynaform select,
#dynaform .inputtext{
    width: 100%;
    font-size: 13px;
    padding: 2px;
    margin: 4px 0;
}
#dynaform label.overlabel-apply{
    font-size: 0.9em;
    top: 5px;
    left: 8px;
}
#dynsearchsubmit, .morelink{
    width: 100%;
    padding: 2px 0;
}
.morelink{
  margin-left: 16px;
  margin-top: 14px;
}
#dynasearch{
  margin-bottom: 0;
}
#user-widget-5676{
  padding: 10px 0;
  background-color: #92876a;
  margin-bottom: 0;
}
#user-widget-5676 .tabmenu{
  padding: 0 13px;
  font-size: 12px;
}
#mortgagecta{
  margin-top: 10px;
}
#textwidget-5716{
  margin-bottom: 0;
}
#textwidget-5751 .box{
    padding: 0!important;
    background-color: black;
    border: 0;
    border-top: 10px solid white;
}

.featuredagent .box {
    border: 2px solid #8F8466;
    padding-left:33px;
}





/* Bottom Widgets */

#blog-rss-1638 .box{
  padding: 0;
  border: none;
}
#blog-rss-1638 h3{
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 5px;
}
#blog-rss-1638 .box a{
  color: #d86c06;
  display: none;
}
#blog-rss-1638 .box h4 a{
  display: block!important;
  font-size: 13px;
}
#textwidget-5716 .box{
  border: none;
  background-color: transparent;
}
#testimonials-1758>h3{
  display: none;
}
#textwidget-5706 {
  padding: 20px 20px 0px;
}
#textwidget-5706 .box,
#textwidget-5711 .box{
  padding-top: 0px;
}
#bottom .widget{
  float: right;
  margin: 0;
  padding-top: 20px;
  width:235px;
}
#bottom .widget h3{
  color: white;
}
#bottom .widget .box{
  border: none;
  background-color: transparent;
}
#bottom .widget .box p{
  color: white;
  font-size: 11px;
  margin: 0;
}
#widgetArea_bottom .box a,
#widgetArea_bottom .box a strong{
  color: black!important;
  font-weight: bold!important;
}
#testimonials-1758,
#textwidget-5706,
#textwidget-5711{
  width: 210px!important;
}

#textwidget-5706 {
background-image: url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");
background-position: left 12px;
background-repeat: no-repeat;
margin-top: 6px;
}

/* -- Testimonials */

#bottom .widget{
background-image: url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");
background-position: left 12px;
background-repeat: no-repeat;
}

#testimonials-1758{
  padding: 0 20px;
}
#testimonials-1758 img{
  margin-right: 7px;
}
#testimonials-1758:first-child p{
  margin: 0;
  line-height: 0;
}
#testimonials-1758 a{
  display: block;
  margin-top: 5px;
  color: black;
}
#testimonials-1758 p{
  font-size: 11px;
  color: white;
  line-height: 1.6em;
  padding-right: 5px;
  padding-left:5px;
}

.testimonials{
  padding-left:10px;
  padding-right:10px;
}

/* -- Ask a Q */

#bottom #askaquestion{
  width: 210px!important;
  padding: 20px 20px 0;
  background-image: url("http://usmimagecatalogue.s3.amazonaws.com/phpUQ0hrL.png");
background-position: left 12px;
background-repeat: no-repeat;
}
#frm-contact input,
#frm-contact textarea{
  background-color: #cbc5b7;
  color: white;
  border: 0;
  font-size: 11px;
  padding: 4px;
}
#frm-contact label{
  font-size: 12px;
  color: white;
  top: 1px;
  left: 7px;
}
#frm-contact button.button{
  padding: 2px 20px;
  border: 0;
}
#hdr-askquestion{
  padding-left: 7px;
}

/* -- Contact Info */

#textwidget-5711 .box{
  width: 181px;
}
#textwidget-5711 .box h3{
  margin: 0;
}
#textwidget-5711 #newcontactbox{
  height: 150px;
  padding: 10px 7px;
}

/* Footer */

#footer {
  width: 960px;
  margin: 0 auto;
}
#footer p#disclaimer{
  color: white;
  font-size: 11px;
  text-align: left;
  width: 950px;
  top: 81px;
  position:relative;
}
#usmtag {
  margin-top: 15px;
  position:relative;
  margin-left:800px;
}
#usmtag.cleanlogo p a{
  margin: 0 0 0 -7px;
}
/* Footer Nav */

#menuwidget-5701.widget{
    margin: 39px 0 12px;
    padding: 0;
    width: 100%!important;
    list-style: none;
    clear: both;
    display: block!important;
    float: none!important;
    text-align: center;
  background:none!important;
  background-image:none!important;
}
#menuwidget-5701.widget ul{
    margin: 0;
}
#menuwidget-5701 li{
    display: inline;
}
#menuwidget-5701 li a {
    color: white;
    font-size: 12px;
    text-shadow: 0px 1px 0px #888;
    padding: 0 8px;
    font-weight: bold;
}

#homepage_featured h2, 
#recsearch-5696 h3,
#hdr-quicksearch {
background-image: linear-gradient(bottom, rgb(168,159,138) 14%, rgb(143,132,102) 56%);
background-image: -o-linear-gradient(bottom, rgb(168,159,138) 14%, rgb(143,132,102) 56%);
background-image: -moz-linear-gradient(bottom, rgb(168,159,138) 14%, rgb(143,132,102) 56%);
background-image: -webkit-linear-gradient(bottom, rgb(168,159,138) 14%, rgb(143,132,102) 56%);
background-image: -ms-linear-gradient(bottom, rgb(168,159,138) 14%, rgb(143,132,102) 56%);
background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0.14, rgb(168,159,138)),
  color-stop(0.56, rgb(143,132,102))
);
}

/* Blog CSS */

body.blog #bodywrapper{
  background-image: none;
}
body.blog #footer-officeinfo{
  display: block;
}
body.blog > #usmtag{
  display: none;
}
/* Map Search Button */

#textwidget-5826{
    background-color: white;
    margin: 0;
    padding-bottom: 20px;
}
#textwidget-5826 .box{
    padding: 0!important;
    border: none;
    background-color: white;
}
a#mapsearchbtn:hover {
    opacity: .95;
    box-shadow: inset 0px 2px 24px 0px #FFF;
}

.social-links {
    clear: both;
    float: left;
    list-style: none outside none !important;
    margin: 0 0 0 -3px;
    padding: 0 0 0;
    width: 195px;
}

/*SEARCH HACK -- Joe */

label.input-whole-mls{
  display:none;
}

#input-whole-mls {
  display:none;
}

 ul#ezagentmenu{display:none;}

html body#default.homepage div#bodywrapper div#wrapper div#contentwrapper div#contentarea div#content-box-back div#content{margin-top:-30px;}

li#headercontactlink{display:none;}

li#headeraboutlink{display:none;}

/*Mobile Edits -- Joe */

body#mobile div#page div#homepage-bottom h2{ display:inline-block;}
body#mobile div#masthead{ max-width: 100%;}

body#mobile div#page div#homepage-bottom p {display:inline-block;}



#logo {
    background-color: #000000;
    border: 1px solid #000000;
    clear: both;
    height: 110px;
    margin: 0 auto;
    width: 699px;
    z-index: 10;
}
#welcome {
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-left: 350px;
    margin-top: 20px;
  position: absolute;
    text-align: center;
}
#bigText {
    background-image: url("http://www.c21-advantage.com/ezstatic/data/c21-advantage/i/barBG.jpg");
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    height: 41px;
    margin: 0px  auto 0;
    width: 701px;
}

#bottom_mobile {
    background-image: url("http://www.c21-advantage.com/ezstatic/data/c21-advantage/i/smallBGtall.jpg");
    background-repeat: repeat-x;
    border-top: 1px solid #000000;
    height: 32px;
    margin-left: -1px;
    position: relative;
    width: 701px;
}

#main {
    border: 1px solid #000000;
    height: 382px;
    margin: 0 auto;
    width: 699px;
}

#button {
    clear: both;
    margin-left: 543px;
    margin-top: 646px;
    position: absolute;
    top: 0;
    z-index: 10;
}
#razr {
    clear: both;
    margin-left: 563px;
    margin-top: 759px;
    position: absolute;
    top: 0;
    z-index: 11;
}

#samsung {
    clear: both;
    margin-left: 210px;
    margin-top: 739px;
    position: absolute;
    top: 0;
    z-index: 11;
}

#iphone {
    clear: both;
    margin-left: 29px;
    margin-top: 742px;
   position: absolute;
    top: 0;
    z-index: 11;
}

#small-mobile {
    color: #000;
    font-size: 12px;
    margin-top: 27px;
}

#content img {
    max-width: 100%;
}

#bigImage{margin-top:0px;}

/* Updates 11.19.12 */

#widgetArea_bottom {
  margin: 0;
  top: 87px;
  position: relative;
}

#footercontact{
  position:relative;
  top:80px;
  color:#fff;
  
}

#footercontact h2, #footercontact p {
  color:#fff;
}

#header {
background-image: url("http://usmimagecatalogue.s3.amazonaws.com/php8SVQ9e.png");
background-repeat: no-repeat;
left: 0px;
top: 0;
text-indent: 0px!important;
display: block;
padding: 0;
border: 0;
height: 177px;
width: 960px;
position: relative;
}

#social-header{
  position: absolute;
  z-index: 999;
  width: 300px;
  float: right;
  left: 563px;
  top: 143px;
}

#social-header .social-links {
  clear: both;
  float: left;
  list-style: none outside none !important;
  margin: 0 0 0 -3px;
  padding: 0 0 0;
  width: 402px;
}

#header a {
  top: 0px;
  left: 0px;
  font-family: Verdana;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 500;
  text-shadow: 1px 1px 2px black;
}

li.shl{
 margin-left: -3px;
  position: relative!important;
  width: 40px!important;
  height: 40px!important;
  display: inline-block!important;
  float: right;
}
#contact-header{
  position:relative;
  margin-left:190px;
  color:#fff;
  background:transparent;
}

#contact-header b a {
  color:#FFFF24;
  font-size:1.0em;
  text-shadow:1px 1px 2px #000;
  
}
#contact-header b a:hover {
  color:#FFFF24;
  font-size:1.0em;
  text-shadow:1px 1px 2px #000;
  text-decoration:underline;
}

span.header-span {
  color:#fff;
  font-size:1.0em;
  text-shadow:1px 1px 2px #000;
  
}

#textwidget-5711 .box h3 {
margin: 0;
padding-bottom: 5px;
}

#mapsearchbtn{
  
  color: white;
  padding: 10px 50px;
  border-radius: 8px;
  border-color: #EBB079;
background: linear-gradient(#EBB079 20%, #D86B06);
background: -webkit-linear-gradient(#EBB079 20%, #D86B06);
background: -moz-linear-gradient(top, #EBB079 20%, #D86B06 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#EBB079), color-stop(100%,#D86B06));
background: -webkit-linear-gradient(top, #EBB079 20%,#D86B06 100%);
background: -o-linear-gradient(top, #EBB079 20%,#D86B06 100%);
background: -ms-linear-gradient(top, #EBB079 20%,#D86B06 100%);
background: linear-gradient(to bottom, #EBB079 20%,#D86B06 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb079', endColorstr='#d86b06',GradientType=0 );
  
}

#mapsearchbtn:hover{
  
 box-shadow: inset 0px 2px 24px 0px #000!important;
  text-decoration:none;
  font-weight:400;
  background-color: #EBB079;
border-color: #D86B06;
background: -moz-linear-gradient(top, #D86B06 60%, #EBB079 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#D86B06), color-stop(100%,#EBB079));
background: -webkit-linear-gradient(top, #D86B06 60%,#EBB079 100%);
background: -o-linear-gradient(top, #D86B06 60%,#EBB079 100%);
background: -ms-linear-gradient(top, #D86B06 60%,#EBB079 100%);
background: linear-gradient(to bottom, #D86B06 60%,#EBB079 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86b06', endColorstr='#ebb079',GradientType=0 );
  
}

/* Defender Updates */

#df-controls ul li {
  list-style: none;
  display: block;
  float: left;
  border-right: 1px solid #CCC;
  padding-right: 0.6em;
  margin-right: 0.6em;
}
/*
#df-detail-widgets .title.sticky h1 {
  margin: 0;
  float: left;
  width: 33%;
  position: relative;
  left: -150px;
}

#df-detail-widgets .title.sticky {
  box-shadow: 0 7px 7px -4px rgba(0, 0, 0, 0.1);
  padding-top: 0.8em;
  position: fixed;
  top: 0;
  z-index: 10;
  background: white;
  left: 0;
  width: 740px;
  left:-110px;
}*/

#df-detail-widgets .cta li {
  display: block;
  float: left;
  text-align: left;
  width: auto;
  margin-right: .1em;
}

.button.secondary.left.tour, .js-rmif.question.button.left, .js-rmif.visit.button.secondary.left {
width: 120px;
}
.re2_realestateuser #content{
  float:left;
}