/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#f9f9f9;color:#302f30;}
#header { background-color: #ffffff;} 
#navbar { background-color: #abacaf;}

/* =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: #1a1a1a; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #525252; }
h4,h5,h6,input,textarea,select{color:#302f30;}
a{color:#f00827}
a:hover{color:#f70828}
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: #dedede;}
#navbar li ul { background: #ffffff;}
#navbar li ul li a {background: #ffffff;color: #f00827;border-color:#abacaf;}
#navbar li ul li a:hover { color: #f70828;}

/* =Header Color
-----------------------------------------------
*/
#header a{color:#000000;}
#header p{color:#000000;}

/* =Bread Crumbs
-----------------------------------------------
*/
.ezbreadcrumbs a:link, .ezbreadcrumbs a:visited, .ezbreadcrumbs a:active{background: transparent url("http://usmdesign.s3.amazonaws.com/theme/561-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:#f00827;}

/* =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:#1a1a1a;}
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:#1a1a1a;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#302f30;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #d6040f;color: #ffffff;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #1a1a1a;
	border-color: #ea777d;
	background: linear-gradient(#ea777d 20%, #d6040f);
	background: -webkit-linear-gradient(#ea777d 20%, #d6040f);
	background: -moz-linear-gradient(top, #ea777d 20%, #d6040f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ea777d), color-stop(100%,#d6040f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea777d 20%,#d6040f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea777d 20%,#d6040f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ea777d 20%,#d6040f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ea777d 20%,#d6040f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea777d', endColorstr='#d6040f',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #ea777d;
	border-color: #d6040f;
	background: -moz-linear-gradient(top, #d6040f 60%, #ea777d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#d6040f), color-stop(100%,#ea777d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6040f 60%,#ea777d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6040f 60%,#ea777d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6040f 60%,#ea777d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6040f 60%,#ea777d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6040f', endColorstr='#ea777d',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #1a1a1a;
	border-color: #8c8c8c;
	background: -moz-linear-gradient(top, #8c8c8c 20%, #1a1a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#8c8c8c), color-stop(100%,#1a1a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8c8c8c 20%,#1a1a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8c8c8c 20%,#1a1a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8c8c8c 20%,#1a1a1a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8c8c8c 20%,#1a1a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #8c8c8c;
	border-color: #1a1a1a;background: #1a1a1a; /* Old browsers */
	background: -moz-linear-gradient(top, #1a1a1a 60%, #8c8c8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#1a1a1a), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a1a1a 60%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a1a1a 60%,#8c8c8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a1a1a 60%,#8c8c8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a1a1a 60%,#8c8c8c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#8c8c8c',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: #f77f8f;}
.ui-slider-handle{background-color: #f00827;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #780313;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #1a1a1a;}

/* =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:#1a1a1a;}
.listtown a:hover{color:#0d0d0d;}
.subtext{color:#979494;}
#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;}



body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phplmOPTw.png");background-position:center top;background-repeat:repeat-x;  }
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpFkbYfd.jpg'); background-repeat:no-repeat;height:92px;width:1010px;position:relative;padding:0;border:0;}
#homelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpPcmCiN.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:141px;width:141px;}
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php3JU2vt.jpg");background-position:left bottom;background-repeat:repeat-x;  }
#usercta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpRAsi55.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:92px;width:340px;}
#kwlogo{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpba5Chh.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:77px;width:117px;}
#header a.mobile{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpApBphC.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:70px;width:81px;}
#header .utility-nav li{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpjSB1XN.png");background-position:left center;background-repeat:no-repeat;  }
#usmtag.cleanlogo a{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phps6kH4N.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:53px;width:167px;}
.morelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpFSrRjg.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:12px;width:149px;}
#localresources{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpBDAfi3.jpg");background-position:-288px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:133px;width:269px;}
#preapproved{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpBDAfi3.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:133px;width:271px;}
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpJCiEN6.jpg");background-position:-0px -0px;background-repeat:no-repeat;  }
#soldsearchbtn{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phprsZh9v.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:15px;width:109px;}
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme1/561-navbar.jpg'); background-repeat:repeat-x;height:28px;position:relative;padding:0;border:0;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/561-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/561-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/561-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/561-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/561-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/561-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=Lato:300,400,700);

body{
  background-repeat: repeat-x;
}
#content h1, #content h2, #content h2 a, 
#wide h2, #wide h2 a, #wide h3, 
#wideh3 a, #wide h4, #wide h4 a{
  font-family: 'Lato', Arial, sans-serif;
}
p, li {
  font-size: 1.2em;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.3em;
}
#wrapper{
  width: 1010px;
}
#top, #bottom{
  width: 998px;
}
#widgetArea_top{
  margin: 0;
}
.homepage #navbottom,
#content-box-top{
  display: none;
}
#navbottom{
  display: block;
  background-color: #555;
  width: 100%;
  height: 25px;
  margin: 0 0 -6px;
  position: relative;
  z-index: 100;
}
#content-area-bottom{
  clear: both;
}
#contentwrapper{
  background-color: white;
  width: 998px;
  padding: 0 6px;
}
#content{
  margin-left: 20px;
}


/* Header */

#header{
  background-color: transparent;
  background-position: bottom left;
  height: 170px;
  margin: 0 0 -35px;
}
#header p,
#header a,
#header li{
  position: static;
  font-size: 1.1em;
  text-shadow: none;
  color: white;
  font-family: Verdana, sans-serif;
}
#header ul{
  margin: 0;
  list-style: none;
}
#header #homelink{
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 10;
}
#header #kwlogo{
  position: absolute;
  top: 0;
  left: 887px;
}
#header a.mobile{
  position: fixed;
  top: 0;
  left: 0;
}
#header .contact-nav{
  text-align: right;
  margin: 20px 150px 0 0;
  float: right;
}
#header .contact-nav li:first-child{
  margin: 0 0 5px;
}
#header .utility-nav{
  position: absolute;
  bottom: 40px;
  right: 20px;
}
#header .utility-nav li{
  display: inline;
  padding-left: 20px;
  margin-left: 10px;
}
#header .utility-nav li,
#header .utility-nav li a{
  color: black;
  font-weight: normal;
  text-transform: uppercase;
}
#header .utility-nav li:first-child{
  background-image: none;
  margin: 0;
  padding: 0;
}

/* Navbar */

#navbar{
  border: 6px solid white;
  border-width: 0 6px;
  padding-right: 5px;
  background: transparent none;
  text-align: right;
  z-index: 110;
}
#navbar li a{
  font-weight: normal;
  padding: 6px 10px;
  line-height: 30px;
  font-size: 13px;
}

/* Top */

#top{
  margin: 0 0 25px;
  position: relative;
}
#top #dynasearch{
  padding: 15px 40px;
  background-color: #abacaf;
  margin: 6px 0 0;
  position: relative;
}
#top #dynasearch .morelink{
  position: absolute;
  top: 10px;
  right: 40px;
}
#top #hdr-quicksearch{
  color: white;
  font-size: 1.4em;
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid white;
}
#top #dynamicsearchbar {
  padding: 0;
  background-color: #abacaf;
  border: 0;
}
#top #dyna-inner{
  clear: none;
  width: 100%;
}
#top #dyna-inner .ui-wide-set{
  width: 11%;
  float: left;
}
#top #dyna-inner .ui-wide-set:first-child{
  margin: 0;
}
#top .widgetArea .inputselect {
  margin: 0;
  width: 95%;
  font-size: 1em;
}

#top #dyna-inner .wide-input-keywordsearch,
#top #dyna-inner .wide-input-mlsnumbersearch{
  width: 11%;
  margin-top: 19px;
}
#top #dyna-inner .wide-input-keywordsearch{
  margin-right: 3px;
}
#top #dyna-inner .wide-input-keywordsearch label,
#top #dyna-inner .wide-input-mlsnumbersearch label{
  font-size: 1em;
  top: 2px;
  left: 3px;
}
#top .widgetArea .fieldlabel {
  font-weight: normal;
  color: white;
  font-size: 1.2em;
  margin: 0 0 0 5px;
}
#top #dynsearchsubmit{
  position: absolute;
  top: 54px;
  right: 40px;
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  width: 90px;
  padding: 5px 0;
  box-shadow: inset 0px -11px 7px #B10909;
}
#top #dyna-inner .ui-wide-set.wide-input-TBExtras{
  clear: both;
  width: 100%;
}

/* Sidebar */

#wide #listings .shown img{
  width: 200px;
}
.pagedsingle li h3, 
.pagedsingle .listinginfo,
.pagedsingle .pagecontrols{
  margin-left: 230px;
  font-size: 13px;
  line-height: 1.8em;
}
#wide .pagedsingle li h3{
  border: none;
  font-weight: bold;
  color: darkred;
}
#wide h2, #wide h3, #contentbottom h3{
  font-weight: normal;
  letter-spacing: 0;
  font-size: 15px;
  border-bottom: 1px solid #555;
}
#wide .box{
  border: none;
  padding: 0;
}
#wide .widget{
  margin: 0 0 25px;
}
#askaquestion,
#askaquestion form{
  background: #f0f0f0;
}
#askaquestion h3 {
  padding: 5px 10px;
  background: #555;
  color: white;
  text-transform: uppercase;
}
#askaquestion .box{
  padding: 5px 20px 20px;
  width: 300px;
}
#askaquestion .phone{
  display: none;
}
#askaquestion .phone:first-child{
  color: #CE1E1E;
  font-family: Arial;
  font-size: 1.5em;
  margin: -2px 0 0;
  display: block;
  float: left;
}
#askaquestion .other{
  float: left;
  margin: 3px 0 0px 7px;
  font-weight: normal;
}
#askaquestion .opener{
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.4em;
}
#ask-14406-name-wrap{
  clear: both;
  margin: 40px 0 0;
}
/* Content */

#content h2, #content h1{
  font-size: 2em;
  letter-spacing: 0;
}

/* Content Bottom */

.blog-rss .box{
  padding: 0;
  border: none;
}
.blog-rss a{
  margin-top: 6px;
}
.blog-rss h4, .blog-rss h4 a, .blog-rss a{
  float: left;
  clear: right;
  color: red;
  font-size: 1em;
}
.blog-rss h4{
  clear: none;
  line-height: 30px;
  font-size: 1.2em;
  margin: 0 15px 0 0;
}
.blog-rss h4 a{
  color: #333;
}
.pssviewall{
  display: none;
}
.recsearch .objectToggle b{
  color: darkred;
}
#textwidget-14141{
  clear: both;
  float: left;
  margin: 20px 0;
}
#textwidget-14141 .box{
  border: none;
  padding: 0;
}
#textwidget-14141 .box a{
  float: left;

}
#textwidget-14141 .box a:first-child{
  margin: 0 10px 0 0;
}

/* Forms */

.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%;
}
form#JohnMWorth input.button{
  width: 160px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 10px 73px 0 auto;
  clear: both;
}
#userregistration{
  margin-bottom: 20px;
}

/* Footer */

#footer{
  color: white;
  padding: 20px 0;
  height: 136px;
  width: 930px;
  margin: 0 auto;
  position: relative;
  background-position: 775px 75px;
}
#footer p {
  margin-bottom: 0;
  text-align: left;
}
.addoffices{
  position: absolute;
  bottom: 63px;
  left: 269px;
  border-left: 1px solid white;
  padding-left: 13px;
}
#footer br,
#footer .separator{
  display: none;
}
#footer .footer_siteaddress,
#footer #footerEmail,
#footer .footer_sitename{
  display: block;
}
#footer #footerEmail{
  margin: 5px 0;
}
#footer span {
  margin: 0 0 5px;
}
#usmtag.cleanlogo{
  position: absolute;
  bottom: 10px;
  right: 0;
  opacity: .75;
}
#ezfooternav{
  width: 930px;
  margin: 0 0 20px;
  background-color: #AAA;
  padding: 8px 0;
}
#ezfooternav li a{
  color: white;
  padding: 0 20px;
}
.footer_sitename{
  font-size: 19px;
  font-family: Lato, Arial, sans-serif;
  margin: 0 0 5px;
}
.homepage #textwidget-14491{
  top: 162px;
}
#textwidget-14491{
  margin: 0;
  position: absolute;
  right: 190px;
  top: 20px;
  z-index: 10;
  width: 370px;
}
#textwidget-14491 .box{
  border: none;
  padding: 0;
  background: transparent;
}
#soldsearchbtn{
  float: right;
  margin-top: 6px;
}
#searchMAbtn{
  font-size: 1.5em;
  float: left;
  color: #555;
}

.array3-47876 #wide{
  display: none;
}
.array3-47876 #content{
  width: 100%;
}
#saveyoursearch .listbutton,
#deleteyoursearch .listbutton {
  color: black;
}

/* Blog */

.blog #contentarea{
  width: 100%;
}
.blog #content{
  width: 700px;
}
.blog #right{
  width: 260px;
}
.blog #askaquestion .box{
  width: 188px;
}   
.blog #content-box-back{
  margin-top: 30px;
}
.blog #usmtag{
  display: none;
}
.blog #footer #usmtag{
  display: block;
}