/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#476c2f;color:#222222;}
#header { background-color: #476c2f;} 
#navbar { background-color: #254176;}

/* =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: #254176; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #254176; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#476c2f}
a:hover{color:#77b54e}
hr{ background-color:#d6d3d1;border-color:#d6d3d1;color:#d6d3d1; }
form input, textarea, select, #loginimage {border-color:#d6d3d1;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #ffffff;}
#navbar a:hover {color: #96b582;}
#navbar li ul { background: #f5f2ef;}
#navbar li ul li a {background: #f5f2ef;color: #476c2f;border-color:#254176;}
#navbar li ul li a:hover { color: #77b54e;}

/* =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/126-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#d6d3d1;color:#ffffff;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#476c2f;}

/* =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:#f5f2ef;border-color:#d6d3d1}
#eznavigatortpl span.locked{background-color:#faf8f6;border-color:#d6d3d1}
legend{background-color:#d6d3d1;border-color:#7a7977;color:#254176;}
ul#dv-actionmenu li#share-this-box ul{background-color:#d6d3d1;border-color:#d6d3d1}
ul#dv-actionmenu li#share-this-box ul li a{background-color:#f5f2ef;}
.jcarousel-skin-USM-558px .jcarousel-prev:hover,
.jcarousel-skin-USM-558px .jcarousel-next:hover,
#ContactForm #contact-info-box,
#c-results{background-color:#d6d3d1;border-color:#d6d3d1;}
a.objectToggle{color:#254176;}
.ui-dialog .ui-dialog-titlebar{background-color:#faf8f6;border-color:#d6d3d1;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #90b34f;color: #ffffff;border-color:#7a7977 !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #254176;
	border-color: #c3d99c;
	background: linear-gradient(#c3d99c 20%, #90b34f);
	background: -webkit-linear-gradient(#c3d99c 20%, #90b34f);
	background: -moz-linear-gradient(top, #c3d99c 20%, #90b34f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#c3d99c), color-stop(100%,#90b34f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c3d99c 20%,#90b34f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c3d99c 20%,#90b34f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c3d99c 20%,#90b34f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c3d99c 20%,#90b34f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d99c', endColorstr='#90b34f',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #c3d99c;
	border-color: #90b34f;
	background: -moz-linear-gradient(top, #90b34f 60%, #c3d99c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#90b34f), color-stop(100%,#c3d99c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #90b34f 60%,#c3d99c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #90b34f 60%,#c3d99c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #90b34f 60%,#c3d99c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #90b34f 60%,#c3d99c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90b34f', endColorstr='#c3d99c',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #254176;
	border-color: #7a90ba;
	background: -moz-linear-gradient(top, #7a90ba 20%, #254176 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#7a90ba), color-stop(100%,#254176)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7a90ba 20%,#254176 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7a90ba 20%,#254176 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7a90ba 20%,#254176 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7a90ba 20%,#254176 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a90ba', endColorstr='#254176',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #7a90ba;
	border-color: #254176;background: #254176; /* Old browsers */
	background: -moz-linear-gradient(top, #254176 60%, #7a90ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#254176), color-stop(100%,#7a90ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #254176 60%,#7a90ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #254176 60%,#7a90ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #254176 60%,#7a90ba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #254176 60%,#7a90ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254176', endColorstr='#7a90ba',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#f5f2ef;border-color:#d6d3d1; color: {ColorTextMain};}
.ui-slider,
#eznavigatortpl a:hover,
.dynasearchcblist .dynainner label,
.dynainner ul li a{background-color:#faf8f6;}
.dynasearchcblist .dynainner .activeLabel,
.dynainner ul li a.active,
.dynasearchcblist .dynainner .hoverLabel,
.dynainner ul li a:hover,
.ui-slider-range{background-color: #96b582;}
.ui-slider-handle{background-color: #476c2f;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #233617;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #254176;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#f5f2ef;border-color:#d6d3d1;}
.sharethislinks ul{border-color:#d6d3d1;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#faf8f6;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#254176;}
.listtown a:hover{color:#12203b;}
.subtext{color:#909090;}
#hidegmap a, #showgmap a{color:#7a7977}
.relistviewleft img,.agentlist .list_image img,#serviceareatowns .Town,#gmapframe,h3.dv-detailsheader{ border-color:#d6d3d1; }
#mlsdetailwrapper,
ul#dv-actionmenu,
.gradient-block,
#hidegmap a,
#showgmap a,
#list-view-top-nav,
.btn-gradient{background-color:#f5f2ef;border-color:#d6d3d1}
.virtual_tour a,
.listbutton{background-color:#f5f2ef;border-color:#d6d3d1; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#faf8f6;}



#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpAT64dY.jpg'); background-repeat:no-repeat;height:168px;width:988px;position:relative;padding:0;border:0;}
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQMeOrx.jpg");background-position:center top;background-repeat:repeat-x;  }
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpsVVlth.jpg");background-position:center top;background-repeat:no-repeat;  }
#newsletter{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpslsx5n.jpg");background-position:-0px -72px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:72px;width:168px;}
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme10/126-navbar.jpg'); background-repeat:repeat-x;height:28px;position:relative;padding:0;border:0;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme10/126-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/theme10/126-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/theme10/126-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/theme10/126-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/theme10/126-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme10/126-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-box-back{
    position:relative;
}
#header{
    margin:0;
}
#wrapper{
    width:988px;
}
#content{
    margin:0 4px;
}
#left .interiorblock{
    margin:0 15px 0 6px;
}
#right .interiorblock{
    margin:0 6px 0 15px;
}
#navbar{
    margin:0;
    height:36px;
    background-image:none;
}
#contentarea{
    margin:0;
    padding:0 10px;
}
#footer{
    color:#fff;
    background-color:#537C39;
    width:988px;
    margin:0 auto;
    padding-top:40px;
}
#footer a{
    color:#fff;
}
#navbar a{
    font-size:14px;
    line-height:36px;
    padding:0 15px;
    text-transform:none;
}
#navbar li{
    display:block;
    float:left;
}
#left h3, #right h3{
    font:bold 150%/1 trebuchet MS,Arial,sans-serif;
    margin-bottom:16px;
}
#recsearch-1234 .box{
    padding:0;
    border:0;
    background:transparent;
}
#codewidget-1290{
    bottom:0;
    position:absolute;
}
#navbar li:hover ul, #navbar li.sfhover ul{
  top: 36px;
}
table.filelist { display: none; }