/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#becfa2;color:#1e1e1e;}
#header { background-color: #00734d;} 
#navbar { background-color: #6f9060;}

/* =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: #2b3c82; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #2b3c82; }
h4,h5,h6,input,textarea,select{color:#1e1e1e;}
a{color:#4e8342}
a:hover{color:#72c161}
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: #4e8342;border-color:#6f9060;}
#navbar li ul li a:hover { color: #72c161;}

/* =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/133-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#dfdfdf;color:#1e1e1e;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#4e8342;}

/* =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:#2b3c82;}
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:#2b3c82;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#1e1e1e;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #eeeeee;color: #1e1e1e;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #1e1e1e;
	background-color: #2b3c82;
	border-color: #f6f6f6;
	background: linear-gradient(#f6f6f6 20%, #eeeeee);
	background: -webkit-linear-gradient(#f6f6f6 20%, #eeeeee);
	background: -moz-linear-gradient(top, #f6f6f6 20%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f6f6f6), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 20%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 20%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 20%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f6f6 20%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #1e1e1e;
	background-color: #f6f6f6;
	border-color: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 60%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#eeeeee), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 60%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 60%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 60%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 60%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #1e1e1e;
	background-color: #2b3c82;
	border-color: #808cc0;
	background: -moz-linear-gradient(top, #808cc0 20%, #2b3c82 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#808cc0), color-stop(100%,#2b3c82)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #808cc0 20%,#2b3c82 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #808cc0 20%,#2b3c82 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #808cc0 20%,#2b3c82 100%); /* IE10+ */
	background: linear-gradient(to bottom, #808cc0 20%,#2b3c82 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808cc0', endColorstr='#2b3c82',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #1e1e1e;
	background-color: #808cc0;
	border-color: #2b3c82;background: #2b3c82; /* Old browsers */
	background: -moz-linear-gradient(top, #2b3c82 60%, #808cc0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#2b3c82), color-stop(100%,#808cc0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b3c82 60%,#808cc0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b3c82 60%,#808cc0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b3c82 60%,#808cc0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2b3c82 60%,#808cc0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3c82', endColorstr='#808cc0',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: #99c191;}
.ui-slider-handle{background-color: #4e8342;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #274121;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #2b3c82;}

/* =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:#2b3c82;}
.listtown a:hover{color:#151d41;}
.subtext{color:#8e8e8e;}
#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; }




#bodywrapper{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:center top;background-repeat:repeat-y;  }
#bodywrapper{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:center top;background-repeat:repeat-y;  }
#header{background-image:url('/ezimagecatalogue/admin/images/failedimage.gif'); background-repeat:no-repeat;height:40px;width:120px;position:relative;padding:0;border:0;}
#header #headerlink{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; text-indent:-99999px;display:block;padding:0;border:0;height:150px;width:960px;}
#header #headerlink{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; text-indent:-99999px;display:block;padding:0;border:0;height:150px;width:960px;}
#navbar{background-image:url('/ezimagecatalogue/admin/images/failedimage.gif'); background-repeat:no-repeat;height:40px;width:120px;position:relative;padding:0;border:0;}
#navbottom{background-image:url('/ezimagecatalogue/admin/images/failedimage.gif'); background-repeat:no-repeat;height:40px;width:120px;position:relative;padding:0;border:0;}
#navbar li ul{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left top;background-repeat:repeat-x;  }
#navbar li ul{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left top;background-repeat:repeat-x;  }
#footer{background-image:url('/ezimagecatalogue/admin/images/failedimage.gif'); background-repeat:no-repeat;height:40px;width:120px;position:relative;padding:0;border:0;}
#footer #footer{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left bottom;background-repeat:no-repeat; position:absolute;left:leftpx;top:bottompx; }
#footer #footer{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left bottom;background-repeat:no-repeat; position:absolute;left:leftpx;top:bottompx; }
#content-box-back{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left bottom;background-repeat:no-repeat;  }
#content-box-back{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left bottom;background-repeat:no-repeat;  }
body.re2_realestateuser #footer{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left bottom;background-repeat:no-repeat;  }
body.login #footer{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left bottom;background-repeat:no-repeat;  }
body.re2_realestateuser #footer{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left bottom;background-repeat:no-repeat;  }
body.login #footer{background-image:url("/ezimagecatalogue/admin/images/failedimage.gif");background-position:left bottom;background-repeat:no-repeat;  }
body{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/133-background.jpg");background-position:center top;background-repeat:repeat-x;  }
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/133-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/133-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/133-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/133-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/133-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/133-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;}
#navbar li ul{
    background-color:#6f9060;
}
#navbar a:hover{
    background:#424b8a;
}
#navbar a{
    font:normal bold 100%/33px Georgia, serif;
    font-size:12px;
    padding:9px 8px;
    text-shadow:0px 0px 5px #414459;
}

#navbar li ul li a{
    font-size:85%;
    text-shadow:none;
    font-family:Verdana, sans-serif;
    background:transparent;
    color:#fff;
}
#navbar{
    padding-left:320px;
    width:640px;
}
body{
    background:#becfa2;
}

#bodywrapper {
    background-image: none;
    background-position: center top;
    background-repeat: repeat-y;
}
#content-box-back {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
  background-color:#fff;
}
theme.css (line 156)


#navbar li:hover ul{
    top:25px;
}
#navbar li ul li a:hover{
    color:#fff;
    background:#00734d;
}
#wrapper{
    font-size:13px;
    line-height:1.45;
    box-shadow: 0 0 9px 0 #000000;
}
#left h3, #right h3{
    font-size:1.6em;
    font-weight:normal;
    line-height:1;
    margin-bottom:5px;
}
#wrapper h1{
    font-size:170%;
}
#textwidget-1368 h3{
    margin-top:20px;
}
.psslist li a{
    color:#000000;
}
h1 a, h2 a, h3 a, h4 a{
    color:#00754F;
}
#footer{
     width: 969px;
    margin:0 auto 40px;
    position:relative;


  
}
#usmtag{
    position:absolute;
    left:50%;
   margin-left: -300px;
bottom: 9px;
}
#footer-logos{
    display:none;
}

#footersign{
    bottom:30px;
    left:25px;
    position:absolute;
    margin-bottom:0;
}
#left{
    padding-bottom:145px;
     background-color:#BECFA2;
      margin-top: -15px;
    padding-top: 20px;
  width: 178px;
}
#homepage-bottom{
    clear:left;
}
#homepage p.featured{
    float:left;
    width:25%;
}
#right h3 a{
    color:#4E8342;
}
form.contactform label{
    padding:0;
}
form.contactform label input,form.contactform label select,form.contactform label textarea,form.contactform label.checkbox{
    display:block;
}
form.contactform label.checkbox input{
    display:inline;
}
form.contactform label textarea{
    width:280px;
    height:150px;
}
label,label.overlabel-apply,input, select,textarea{
    font-size:100%;
}
.re2_realestateuser #footersign,.login #footersign{
    display:none;
}
.re2_realestateuser #content-box-back,.login #content-box-back{
    background:#fff;
}
body.detailview #left{
    display:block;
}
body.detailview #right{
    display:none;
}
.featured .listtown a{
    font-size:100%;
    font-weight:normal;
    color:#4E8342;
    margin-top:5px;
}
.featured span{
    margin-top:3px;
    display:block;
}
.featured span span{
    display:none;
}
#textwidget-1368.widget div.box h3 img{margin-left:-20px;
}

#codewidget-6951.widget{
  margin-left:-10px;
}


#category0.dynasearchdiv{display:none;}

#content-area-bottom{clear:both;
background-color:#fff;}