/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#ffffff;color:#222222;}
#header { background-color: #ffffff;} 
#navbar { background-color: #c4cad8;}

/* =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;}


/* =Content Area
-----------------------------------------------
*/
#contentarea{background-color:#ffffff}




/* =Element Colors
-----------------------------------------------
*/
h1,h1 a,h2,h2 a,h3,h3 a{ color: #7e7235; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #ffffff; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#395336}
a:hover{color:#74a96d}
hr{ background-color:#abb0bd;border-color:#abb0bd;color:#abb0bd; }
form input, textarea, select, #loginimage {border-color:#abb0bd;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #ffffff;}
#navbar a:hover {color: #ffffff;}
#navbar li ul { background: #c4cad8;}
#navbar li ul li a {background: #c4cad8;color: #395336;border-color:#c4cad8;}
#navbar li ul li a:hover { color: #74a96d;}

/* =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/183-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#abb0bd;color:#ffffff;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#395336;}

/* =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:#c4cad8;border-color:#abb0bd}
#eznavigatortpl span.locked{background-color:#e0e3eb;border-color:#abb0bd}
legend{background-color:#abb0bd;border-color:#62656c;color:#7e7235;}
ul#dv-actionmenu li#share-this-box ul{background-color:#abb0bd;border-color:#abb0bd}
ul#dv-actionmenu li#share-this-box ul li a{background-color:#c4cad8;}
.jcarousel-skin-USM-558px .jcarousel-prev:hover,
.jcarousel-skin-USM-558px .jcarousel-next:hover,
#ContactForm #contact-info-box,
#c-results{background-color:#abb0bd;border-color:#abb0bd;}
a.objectToggle{color:#7e7235;}
.ui-dialog .ui-dialog-titlebar{background-color:#e0e3eb;border-color:#abb0bd;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #395336;color: #ffffff;border-color:#62656c !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #7e7235;
	border-color: #8ea98b;
	background: linear-gradient(#8ea98b 20%, #395336);
	background: -webkit-linear-gradient(#8ea98b 20%, #395336);
	background: -moz-linear-gradient(top, #8ea98b 20%, #395336 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#8ea98b), color-stop(100%,#395336)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8ea98b 20%,#395336 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8ea98b 20%,#395336 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8ea98b 20%,#395336 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8ea98b 20%,#395336 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea98b', endColorstr='#395336',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #8ea98b;
	border-color: #395336;
	background: -moz-linear-gradient(top, #395336 60%, #8ea98b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#395336), color-stop(100%,#8ea98b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #395336 60%,#8ea98b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #395336 60%,#8ea98b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #395336 60%,#8ea98b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #395336 60%,#8ea98b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395336', endColorstr='#8ea98b',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #7e7235;
	border-color: #beb587;
	background: -moz-linear-gradient(top, #beb587 20%, #7e7235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#beb587), color-stop(100%,#7e7235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #beb587 20%,#7e7235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #beb587 20%,#7e7235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #beb587 20%,#7e7235 100%); /* IE10+ */
	background: linear-gradient(to bottom, #beb587 20%,#7e7235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb587', endColorstr='#7e7235',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #beb587;
	border-color: #7e7235;background: #7e7235; /* Old browsers */
	background: -moz-linear-gradient(top, #7e7235 60%, #beb587 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#7e7235), color-stop(100%,#beb587)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7e7235 60%,#beb587 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7e7235 60%,#beb587 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7e7235 60%,#beb587 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7e7235 60%,#beb587 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7235', endColorstr='#beb587',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#c4cad8;border-color:#abb0bd; color: {ColorTextMain};}
.ui-slider,
#eznavigatortpl a:hover,
.dynasearchcblist .dynainner label,
.dynainner ul li a{background-color:#e0e3eb;}
.dynasearchcblist .dynainner .activeLabel,
.dynainner ul li a.active,
.dynasearchcblist .dynainner .hoverLabel,
.dynainner ul li a:hover,
.ui-slider-range{background-color: #8ea98b;}
.ui-slider-handle{background-color: #395336;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #1c291b;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #7e7235;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#c4cad8;border-color:#abb0bd;}
.sharethislinks ul{border-color:#abb0bd;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#e0e3eb;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#7e7235;}
.listtown a:hover{color:#3f391a;}
.subtext{color:#909090;}
#hidegmap a, #showgmap a{color:#62656c}
.relistviewleft img,.agentlist .list_image img,#serviceareatowns .Town,#gmapframe,h3.dv-detailsheader{ border-color:#abb0bd; }
#mlsdetailwrapper,
ul#dv-actionmenu,
.gradient-block,
#hidegmap a,
#showgmap a,
#list-view-top-nav,
.btn-gradient{background-color:#c4cad8;border-color:#abb0bd}
.virtual_tour a,
.listbutton{background-color:#c4cad8;border-color:#abb0bd; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#e0e3eb;}



body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpZw3B3G.jpg");background-position:center top;background-repeat:no-repeat;  }
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpM7xZVM.png'); background-repeat:no-repeat;height:240px;width:960px;position:relative;padding:0;border:0;}
#header #headerhomelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpM7xZVM.png");background-position:-0px -147px;background-repeat:no-repeat; position:absolute;left:0px;top:147px; text-indent:-99999px;display:block;padding:0;border:0;height:65px;width:365px;}
#usmtag.cleanlogo a{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpkO5RKS.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:20px;width:240px;}
#lakecta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpq8CDmW.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:235px;width:155px;}
#agentcta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php6BPPoQ.png");background-position:left center;background-repeat:no-repeat;  }
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme1/183-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/183-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/183-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/183-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/183-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/183-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/183-staticsprite.png");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#other_cta i.building{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -65px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:55px;width:60px;}
#other_cta i.bell{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -142px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:45px;width:60px;}
#other_cta i.person{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:45px;width:60px;}
body{
  background-color: #022950!important;
  font-family: "Trebuchet MS", Verdana, Arial;     
}
#wrapper {
    border: 1px solid black;
    border-top: none;
}
#content, #left, #right{
    padding-top: 20px;
}
#navbottom, #content-box-top, body.login #codewidget-1091,
a.mobile{
    display: none;
}
.ui-simple-set.ui-simple-select,
.ui-simple-set.ui-simple-range,
#mlsnumbersearch{
  margin-bottom: 5px!important;
}

/* header */

#header{
  background-image: none;
  background-color: white;
  height: 340px;
}
#header #headerhomelink {
  background-image: none;
  z-index: 100;
}
/* Nav */

#navbar{
    background-image: none;
}
#navbar a{
   color: black;
   text-transform: none;
}

/* Content */

#content-area-bottom{
   clear: both;
}

/* Widgets */

#ad-1084 p a{
  line-height: 17px;
}
#textwidget-2997 .box{
  border: none;
  padding: 0px;
  background-color: transparent;
}
#user-widget-2994{
  background-color: #395336 !important;
}
.widgetArea h1, .widgetArea h1 a, .widgetArea h2, 
.widgetArea h2 a, .widgetArea h3, .widgetArea h3 a {
  color: white;
  background-color: #395336 !important;
  text-align: center;
  padding: 6px;
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

/* Footer */

#footer {
  width: 962px;
  margin: 0 auto;
  padding-top: 85px;
  position: relative;
}
#footer #agentcta{
  width: 400px;
  text-align: left;
  position: absolute;
  top: 0px;
  padding: 20px 20px 20px 70px;
  left: 290px;
  text-shadow: 0px 1px 0px #444;
}
#footer #agentcta p{
  text-align: left;
}
#footer a{
  font-weight: bold;
}
#footer, #footer a{
   color: white;
}