/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#889c4e;color:#222222;}
#header { background-color: #ffffff;} 
#navbar { background-color: #102073;}

/* =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: #102073; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #102073; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#102073}
a:hover{color:#1933b9}
hr{ background-color:#d4d4c2;border-color:#d4d4c2;color:#d4d4c2; }
form input, textarea, select, #loginimage {border-color:#d4d4c2;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #ffffff;}
#navbar a:hover {color: #ffffff;}
#navbar li ul { background: #f3f3de;}
#navbar li ul li a {background: #f3f3de;color: #102073;border-color:#102073;}
#navbar li ul li a:hover { color: #1933b9;}

/* =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/168-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#d4d4c2;color:#ffffff;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#102073;}

/* =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:#f3f3de;border-color:#d4d4c2}
#eznavigatortpl span.locked{background-color:#f9f9ee;border-color:#d4d4c2}
legend{background-color:#d4d4c2;border-color:#79796f;color:#102073;}
ul#dv-actionmenu li#share-this-box ul{background-color:#d4d4c2;border-color:#d4d4c2}
ul#dv-actionmenu li#share-this-box ul li a{background-color:#f3f3de;}
.jcarousel-skin-USM-558px .jcarousel-prev:hover,
.jcarousel-skin-USM-558px .jcarousel-next:hover,
#ContactForm #contact-info-box,
#c-results{background-color:#d4d4c2;border-color:#d4d4c2;}
a.objectToggle{color:#102073;}
.ui-dialog .ui-dialog-titlebar{background-color:#f9f9ee;border-color:#d4d4c2;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #102073;color: #ffffff;border-color:#79796f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #102073;
	border-color: #6976b9;
	background: linear-gradient(#6976b9 20%, #102073);
	background: -webkit-linear-gradient(#6976b9 20%, #102073);
	background: -moz-linear-gradient(top, #6976b9 20%, #102073 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#6976b9), color-stop(100%,#102073)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6976b9 20%,#102073 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6976b9 20%,#102073 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6976b9 20%,#102073 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6976b9 20%,#102073 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6976b9', endColorstr='#102073',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #6976b9;
	border-color: #102073;
	background: -moz-linear-gradient(top, #102073 60%, #6976b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#102073), color-stop(100%,#6976b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #102073 60%,#6976b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #102073 60%,#6976b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #102073 60%,#6976b9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #102073 60%,#6976b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102073', endColorstr='#6976b9',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #102073;
	border-color: #6976b9;
	background: -moz-linear-gradient(top, #6976b9 20%, #102073 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#6976b9), color-stop(100%,#102073)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6976b9 20%,#102073 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6976b9 20%,#102073 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6976b9 20%,#102073 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6976b9 20%,#102073 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6976b9', endColorstr='#102073',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #6976b9;
	border-color: #102073;background: #102073; /* Old browsers */
	background: -moz-linear-gradient(top, #102073 60%, #6976b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#102073), color-stop(100%,#6976b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #102073 60%,#6976b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #102073 60%,#6976b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #102073 60%,#6976b9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #102073 60%,#6976b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102073', endColorstr='#6976b9',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#f3f3de;border-color:#d4d4c2; color: {ColorTextMain};}
.ui-slider,
#eznavigatortpl a:hover,
.dynasearchcblist .dynainner label,
.dynainner ul li a{background-color:#f9f9ee;}
.dynasearchcblist .dynainner .activeLabel,
.dynainner ul li a.active,
.dynasearchcblist .dynainner .hoverLabel,
.dynainner ul li a:hover,
.ui-slider-range{background-color: #6976b9;}
.ui-slider-handle{background-color: #102073;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #071039;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #102073;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#f3f3de;border-color:#d4d4c2;}
.sharethislinks ul{border-color:#d4d4c2;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#f9f9ee;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#102073;}
.listtown a:hover{color:#071039;}
.subtext{color:#909090;}
#hidegmap a, #showgmap a{color:#79796f}
.relistviewleft img,.agentlist .list_image img,#serviceareatowns .Town,#gmapframe,h3.dv-detailsheader{ border-color:#d4d4c2; }
#mlsdetailwrapper,
ul#dv-actionmenu,
.gradient-block,
#hidegmap a,
#showgmap a,
#list-view-top-nav,
.btn-gradient{background-color:#f3f3de;border-color:#d4d4c2}
.virtual_tour a,
.listbutton{background-color:#f3f3de;border-color:#d4d4c2; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#f9f9ee;}



#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phprZAXTU.png'); background-repeat:no-repeat;height:181px;width:1013px;position:relative;padding:0;border:0;}
#header #headeremail{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phprZAXTU.png");background-position:-715px -114px;background-repeat:no-repeat; position:absolute;left:715px;top:114px; text-indent:-99999px;display:block;padding:0;border:0;height:20px;width:278px;}
#header #headercontactlink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phprZAXTU.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 #homelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phprZAXTU.png");background-position:-8px -16px;background-repeat:no-repeat; position:absolute;left:8px;top:16px; text-indent:-99999px;display:block;padding:0;border:0;height:124px;width:391px;}
#header #headerblog{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phprZAXTU.png");background-position:-860px -156px;background-repeat:no-repeat; position:absolute;left:860px;top:156px; text-indent:-99999px;display:block;padding:0;border:0;height:20px;width:132px;}
#navbar{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/php9sAeyP.png'); background-repeat:no-repeat;height:34px;width:1016px;position:relative;padding:0;border:0;}
#contentwrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpkxjtaZ.png");background-position:center top;background-repeat:repeat-y;  }
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpYMnE3C.png");background-position:center top;background-repeat:no-repeat;  }
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpvOkjvr.jpg");background-position:center top;background-repeat:;  }
#header a#headerbloglink:hover{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php85Bfnd.png");background-position:-1px -5px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:40px;width:390px;}
#header a#headercontactlink:hover{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php85Bfnd.png");background-position: ;background-repeat:no-repeat;  }
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/168-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/168-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/168-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/168-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/168-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/168-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;}
#content h3, #content h4{
  padding: 5px 0px;
}
.interiorblock.content-area-container a{
  font-weight: bold;
}
/* Custom Theme */
#content-area-bottom{
  clear: both;
}
#wrapper, #footer{
  width: 1016px;
  margin: 0 auto;
}

#header{
 margin-left:1px;
  background-color: transparent;
}

#navbar{
  background-color: transparent;
}
#wrapper{
  padding-top: 20px;
}
#contentwrapper{
  padding: 0px 28px;
}

/* Widget Headers */
.widgetArea h1, .widgetArea h1 a, .widgetArea h2, .widgetArea h2 a, .widgetArea h3, .widgetArea h3 a {
  padding: 7px 0px 7px 7px;
  color: white;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  background-color: #17A236;
}
#testimonials-2069 h3, body.array3-41198 #content #listings h3 {
  font-size: 20px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  color: #102073;
  font-weight: bold;
  text-transform: none;
  background-color: white;
}
body.array3-41198 #content #listings h3 { padding-top: 30px; }
body.array3-41198 #content #listings li img { max-width: 50%; float: left; }
body.array3-41198 #content #listings li p { max-width: 48%; float: right; margin: 0; padding-top: 30px; line-height: 1.5em; }

#user-widget-2066 h3{
  display: none;
}
#contact-brief .phone{
  display: none;
}
#contact-brief .phone2{
  color: #17A236;
}

/* Navbar */
#navbar a{
  color: #98CCF2;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding: 8px 12px;
  font-size: 12px;
}
/* Hompage */

 a.homepage:hover{
  color:#fff;
  opacity:0.5;
  
}


/* Homepage Featured */
.jcarousel-skin-USM-558px .jcarousel-container {
  border: 1px solid #102073;
  border-left: none;
  border-right: none;
  background-color: white;
}
.jcarousel-item, .jcarousel-skin-USM-558px .jcarousel-prev, .jcarousel-skin-USM-558px .jcarousel-next, .jcarousel-skin-USM-558px .jcarousel-item{ 
  background-color: white;
  border: none;
}
.jcarousel-skin-USM-558px.jcarousel-image-209x184 .jcarousel-item-horizontal{
  text-align: center;
}
h2#hdr-featuredlistings{
  font-size: 20px;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.jcarousel-list li p a{
  color: #17A236;
}
#textwidget-2545.widget div.box p.interactive img{
  margin-left:-20px;
  margin-top:-5px;
}

#textwidget-2545.widget div.box{
 background-color: #FFFFFF;
    border: medium none;
    margin: 0; 
  height: 60px;
}
/* Rec Searches */
.psscategory ul li a, .morelink{
  color: #17A236;
}   
/* Testimonials */
.testimonial{
margin-top: 8px;
}
/* Footer */
p#footer-officeinfo{
  color: white;
}
.footer_sitename{
  font-weight: bold;
}
#footerEmail a{
  color: #102073;
  font-weight: bold;
}
/* Agents Featured */

body.viewagent .jcarousel-skin-USM-558px.jcarousel-image-445x390 .jcarousel-item-horizontal a img{
  width: 100%;
}
body.viewagent .jcarousel-skin-USM-558px.jcarousel-image-445x390 .jcarousel-item-horizontal{
  text-align: center;
  font-size: 15px!important;
}
body.viewagent #content .social-links{
  float: none;
  padding: 10px 0;
}
body.viewagent #content .socialinkswidget h3{
  padding: 5px;
}

/* Agent Bios */

.viewagent .agentbio {
margin-top: 3em;
}

/* Bill*/

body#mls.viewagent .widget.socialinkswidget {
width: 300px;
margin-top: 156px;
position: absolute;
margin-left: 210px;
}

body#mls.viewagent #right .widget.socialinkswidget {
width: 156px;
margin-top: 0px;
position: absolute;
margin-left: 0px;
}

body#mls.viewagent #right .widget.socialinkswidget .social-links {
float: left;
clear: both;
padding: 0 0 5px;
margin: 5px 0 10px -5px;
list-style: none !important;
width: 155px;
}

/* Mobile */

#header a.mobile {
left: 912px;
text-shadow: 0px 0px 5px #333;
top: 20px;
}

/* Compass Styling */

#df-controls ul {
    float: left;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1em;
    padding-left: 0;
    width: 36%;
}

#df-detail-widgets .cta ul {
margin: 0 0 1em;
position: relative;
width: 106%;
}
#ezarticlelist .ezdetails {
display: none;
}