/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#7e913e;color:#222222;}
#header { background-color: #ffffff;} 
#navbar { background-color: #7e913e;}

/* =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: #5f7e20; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #677b5c; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#5f7e20}
a:hover{color:#8fbe30}
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: #ffffff;}
#navbar li ul { background: #ffffff;}
#navbar li ul li a {background: #ffffff;color: #5f7e20;border-color:#7e913e;}
#navbar li ul li a:hover { color: #8fbe30;}

/* =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/186-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:#5f7e20;}

/* =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:#5f7e20;}
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:#5f7e20;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #5f7e20;color: #ffffff;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #5f7e20;
	border-color: #a7be77;
	background: linear-gradient(#a7be77 20%, #5f7e20);
	background: -webkit-linear-gradient(#a7be77 20%, #5f7e20);
	background: -moz-linear-gradient(top, #a7be77 20%, #5f7e20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#a7be77), color-stop(100%,#5f7e20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7be77 20%,#5f7e20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7be77 20%,#5f7e20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a7be77 20%,#5f7e20 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a7be77 20%,#5f7e20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7be77', endColorstr='#5f7e20',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #a7be77;
	border-color: #5f7e20;
	background: -moz-linear-gradient(top, #5f7e20 60%, #a7be77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#5f7e20), color-stop(100%,#a7be77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f7e20 60%,#a7be77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f7e20 60%,#a7be77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f7e20 60%,#a7be77 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5f7e20 60%,#a7be77 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7e20', endColorstr='#a7be77',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #5f7e20;
	border-color: #a7be77;
	background: -moz-linear-gradient(top, #a7be77 20%, #5f7e20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#a7be77), color-stop(100%,#5f7e20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7be77 20%,#5f7e20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7be77 20%,#5f7e20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a7be77 20%,#5f7e20 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a7be77 20%,#5f7e20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7be77', endColorstr='#5f7e20',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #a7be77;
	border-color: #5f7e20;background: #5f7e20; /* Old browsers */
	background: -moz-linear-gradient(top, #5f7e20 60%, #a7be77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#5f7e20), color-stop(100%,#a7be77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f7e20 60%,#a7be77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f7e20 60%,#a7be77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f7e20 60%,#a7be77 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5f7e20 60%,#a7be77 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7e20', endColorstr='#a7be77',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: #a7be77;}
.ui-slider-handle{background-color: #5f7e20;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #2f3f10;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #5f7e20;}

/* =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:#5f7e20;}
.listtown a:hover{color:#2f3f10;}
.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;}



body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php414VZQ.jpg");background-position:center top;background-repeat:no-repeat;  }
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpuPSEcL.png'); background-repeat:no-repeat;height:147px;width:961px;position:relative;padding:0;border:0;}
#header #headerhomelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpuPSEcL.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:147px;width:248px;}
body.homepage{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpypWNMC.jpg");background-position: ;background-repeat:no-repeat;  }
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpBwg8kS.png");background-position:center bottom;background-repeat:no-repeat;  }
.newmobilelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpadxzi8.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:71px;width:80px;}
#user-widget-2722{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpFrMWAr.png");background-position: ;background-repeat:no-repeat;  }
#item1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpIXs9Lc.jpg");background-position:left top;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:157px;width:173px;}
#item2{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpwJBZPd.jpg");background-position:left top;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:157px;width:173px;}
#item3{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpE5O7on.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:157px;width:173px;}
.jcarousel-skin-USM-558px .jcarousel-prev-horizontal {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpDe6K32.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:264px;width:40px;}
.jcarousel-skin-USM-558px .jcarousel-next-horizontal{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpDe6K32.png");background-position:-120px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:264px;width:40px;}
.jcarousel-skin-USM-558px .jcarousel-next-horizontal:hover{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpDe6K32.png");background-position:-120px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:264px;width:40px;}
.jcarousel-skin-USM-558px .jcarousel-prev-horizontal:hover{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpDe6K32.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:264px;width:40px;}
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpob4CWH.png");background-position: ;background-repeat:no-repeat;  }
#usmtag.cleanlogo a{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phphSVUig.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:14px;width:228px;}
a.morelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpq364Yl.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:10px;width:143px;}
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme1/186-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/186-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/186-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/186-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/186-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/186-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/186-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 #header a.mobile{
  display: none;
}
#content-area-bottom{
  clear: both;
}
body.ouragents #content h2{
  display: none;
}
body.detailview #dv-mediamenu ul{
  margin: 0px;
}
#content-box-back{
  margin-bottom: 20px;
}
body{
  background-color: #EEE3BE;
}
h1, h2, h3{
  font-family: 'Volkhov', serif!important;
}
#content h1:first-child,
#listings_container h1{
  color: white!important;
}
#ezarticleviewtpl h1{
  color: white!important;
}
body.mlssearch #content h1,
body.contactus #content h1,
body.searchlist #content h1{
  color: white!important;
}
body.homepage #content h1,
#backbutton a,
body#mls.detailview .mlsfulladdress{
  color: #5F7E20!important;
}
body.homepage #hdr-quicksearch{
  color: black!important;
}
.ezbreadcrumbs a, #hdr-quicksearch, #dv-usernav li a{
  color: white!important;
}
#wrapper, #navbar{
  width: 1008px;
  background-color: transparent;
  background-image: none;
}
#header{
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: visible;
}
#contentwrapper{
  padding: 0px 24px;
}
#navbar a{
  color: white;
}
#content{
  float: right;
}
#left h3, #right h3, 
.recsearch h3, h2#hdr-featuredlistings{
  font-size: 16px!important;
  font-weight: normal;
}
#hdr-askquestion, #testimonials-2779 h3, .recsearch h3 {
  border-bottom: 1px solid #677B5C;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
#left .box, #right .box{
  border: none;
}
.separator, .phone2, .ezbreadcrumbs{
  display: none!important;
}
#content-box-top{
  margin: 0px;
}

/* Homepage CSS */

body.homepage #item2{
  margin: 0px 18px;
}
body.homepage .content-area-container{
  padding-top: 250px;
}
body.homepage #wide{
  margin-bottom: 75px;
}
#wide{
  margin-bottom: 45px;
}
body.homepage #ctabox {
  height: 157px;
  margin-bottom: 18px;
}
body.homepage #ctabox a{
  width: 173px;
  height: 157px;
  background-color: white;
  display: block;
  float: left;
  box-shadow: 0px 0px 10px #777;
}
/* Slideshow */

#headerslideshow, #textwidget-2735{
  margin: 0px;
  list-style: none;
}
body.homepage #textwidget-2735{
  position: relative;
}
body.homepage #textwidget-2735 .box{
  position: absolute;
  width: 559px;
  height: 240px;
  background-color: white;
  padding: 0px;
  box-shadow: 0px 0px 10px #666;
  top: -15px;
  left: 0px;
}

/* Custom Widgets */

.widget .box{
  background-color: transparent;
  border: none;
}
#user-widget-2722 h3,
#textwidget-2735 h3{
  display: none;
}
.loggedout-widget {
  height: 201px;
  padding-top: 85px;
}
#user-widget-2722{
  box-shadow: 0px 0px 14px #777;
}
#wrapper #user-widget-2722 .box{
  background-color: white;
}

/* Navbar */

#navbar{
  background-image: none;
  height: 37px;
  padding-top: 5px;
}
#navbar a{
  font-weight: bold;
  text-transform: none;
  font-size: 13px;
  padding: 8px 24px 8px 3px;
  font-family: 'Volkhov', serif!important;
 } 
#navbar li ul{
  box-shadow: 0px 3px 6px #333;
  padding: 5px 0px!important;
  margin-top: 2px;
  background-color: #E4E4E4;
}
#navbar li ul li a{
  font-size: 11px;
  font-weight: normal;
  background-color: transparent;
}
#navbar li ul li a:hover{
  font-weight: normal;
}
#navbar li ul li ul{
  top: 15px!important;
  background-color: #C3C3C3;
}
#navbar li ul li ul li a{
  background-color: transparent;
  color: white;
}


/* MLS QS */

#wide .wide-ui .ui-wide-select,
#wide .wide-ui .ui-wide-range, 
#wide .wide-ui .ui-wide-textbox{
  margin: 0px;
}
#wrapper #wide .ui-wide-set.ui-wide-range.wide-input-PriceList-min,
#wrapper #wide .ui-wide-set.ui-wide-range.wide-input-bedrooms{
  margin: 0px 10px;
}
#wrapper #wide .ui-wide-set.ui-wide-textbox.wide-input-keywordsearch,
#wrapper #wide .ui-wide-set.ui-wide-textbox.wide-input-mlsnumbersearch{
  margin: 12px 13px 10px 0px;
  width: 31%;
  height: 22px;
}
#dynamicsearchbar{
  padding: 0px;
  background-color: transparent;
  border: none;
  position: relative;
  border-bottom: 1px solid #768C48;
}
h3#hdr-quicksearch{
  border-bottom: 1px solid #768C48;
  font-size: 17px!important;
}
h3#hdr-quicksearch span{
  font-style: italic;
  margin-right: 4px;
}
#dyna-inner label{
  color: #484747!important;
  font-size: 13px;
  font-weight: normal;
}
#dyna-inner .inputselect{
  font-size: 11px;
  height: 22px;
  width: 100%;
}
#dyna-inner .overlabel-wrap input{
  background-color: #999A9A!important;
  cursor: pointer;
}
#dyna-inner .overlabel-wrap label{
  color: white!important;
  font-size: 11px;
  top: 2px;
  left: 6px;
  cursor: pointer;
}
#dynsearchsubmitwrapper .button{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 35px;
  text-transform: uppercase;
  font-weight: normal;
}
a.morelink{
  position: absolute;
  bottom: -29px;
  right: 0px;
}

/* Homepage Featured */

h2#hdr-featuredlistings{
  margin-bottom: 9px;
  font-size: 17px!Important;
  text-transform: uppercase;
}
.jcarousel-item{
  text-align: center;
}
.jcarousel-skin-USM-558px .jcarousel-item,
.jcarousel-skin-USM-558px .jcarousel-prev, 
.jcarousel-skin-USM-558px .jcarousel-next,
.jcarousel-container.jcarousel-container-horizontal{
  border: none;
  background-color: transparent;
}
.jcarousel-container.jcarousel-container-horizontal{
  border-top: 1px solid #677B5C;
  border-bottom: 1px solid #677B5C;
}

/* Widgets */
body.ouragents .OfficePhone,
body.ouragents .viewMyListings strong a,
.list_details p strong a{
  font-weight: bold!important;
}
body.viewagent .CellPhone a,
body.viewagent .OfficePhone a,
body.viewagent .detail_view a{
  color: white;
}
#frm-contact .button{
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
}
#footer-logos {
  float: right;
  height: 1px;
  position: relative;
  padding: 0px;
}
#footer-logos-right {
  float: none;
  position: absolute;
  z-index: 100;
  right: 13px;
  top: 105px;
}

/* Interior Overseeing Search Pagges */

#re-searchlist li {
  display: block;
  text-align: left;
  height: 15px;
}
#re-searchlist li a{
  float: left;
}
#re-searchlist li img{
  display: none;
}
#re-searchlist li div{
  margin-top: -1px;
  float: right;
}

/* Detail View */

body.detailview h3#hdr-askquestion, body.detailview #backbutton a{
  color: white!important;
}
body.detailview #wide{
  display: none;
}
/* Rec Searches */

.recsearch .box{
  background-color: transparent;
  border: none;
  padding: 0px;
}
.recsearch ul.psslist{
  list-style: disc;
  margin-left: 20px;
}
.recsearch .psslist a{
  color: black;
}

/* Footer */

#footer{
  width: 1008px;
  height: 170px;
  background-color: transparent;
  margin: 0 auto;
  position: relative;
  background-position: 30px 8px;
  height: 90px;
  padding: 65px 0px 0px 0px;
}
#footer p{
  color: black;
}
#ezfooternav{
  padding: 0px;
  text-align: right;
  margin: 0px;
  position: absolute;
  top: 34px;
  right: 36px;
}
#ezfooternav a{
  color: #E8DCB5;
}
#ezfooternav #bold{
  font-weight: bold;
}
#footer-officeinfo{
  text-align: left!important;
  padding: 10px 0px 0px 35px;
}
.footer_sitename{
  font-size: 20px;
  display: block;
  color: #fff;
}
#usmtag.cleanlogo{
  margin: 0px;
  position: absolute;
  bottom: 9px;
  right: 37px;
}
#footerEmail{
  display: block;
}

/* Blog CSS */

body.blog #wordpresscontent .post:first-child h1,
body.blog .navigation a{
  color: white!important;
}
body.blog #wordpresscontent .post h1{
  color: #963!important;
}

body.blog .widgetArea {
  border-top: 1px solid #777;
  padding-top: 13px;
}
#blog-rss-hdr{
  border-bottom: 1px solid #677B5C;
  padding-bottom: 4px;
}
.postform{
  width: 100%;
}
#wp-sidebar h2{
  font-weight: normal!important;
  font-size: 16px!important;
  color: #fff;
}
#wp-sidebar .widget_archive h2,
#wp-sidebar .widget_categories h2,
#wp-sidebar .widget_tag_cloud h2,
body.blog h3#hdr-askquestion{
  color: #5F7E20!important ;
}
body.blog .rss-widget{
  font-size: 13px;
  line-height: 1.2em;
}
body.blog .feedemail-input{
  width: 100px;
  font-size: 13px;
  color: white;
}
/* Agents */

body.viewagent .mlsrightcol h2{
  color: white!important;
}
body.viewagent .mlsrightcol .detail_view{
  position: relative;
  height: 65px;
  padding-top: 10px;
}
body.viewagent .mlsrightcol .detail_view .CellPhone{
  position: absolute;
  left: 0px;
  bottom: 60px;
}
body.viewagent .detail_view .ViewListings{
  position: absolute;
  left: 0px;
  bottom: 0px;
}
body.viewagent .detail_view .OfficePhone{
  position: absolute;
  left: 0px;
  bottom: 40px;
}
body.viewagent .detail_view .Email{
  position: absolute;
  top: 35px;
}
/* Mobile Magic */

a.newmobilelink {
  position: fixed;
  top: 0px!important;
  left: 0px!important;
  height: 85px;
  width: 85px;
  z-index: 1;
}
body.searchlist .recsearch{
  margin-top: 80px;
}
body.ouragents #content p  {
  text-transform: none!important;
  color: black;
  font-family: Verdana;
  letter-spacing: 0px;
}

#wide a.morelink{
 *bottom:15px; 
}
#wide #dynsearchsubmitwrapper .button{
 *bottom:48px; 
}
.st_sharethis_buttons .stButton{
  top: 6px;
}
iframe.fb_ltr{
  width: 55px;
}