/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#000000;color:#414141;}
#header { background-color: #000000;} 
#navbar { background-color: #00295f;}

/* =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: #00295f; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #00295f; }
h4,h5,h6,input,textarea,select{color:#414141;}
a{color:#787878}
a:hover{color:#0056c8}
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: #aaaaaa;}
#navbar li ul { background: #f3f3f3;}
#navbar li ul li a {background: #f3f3f3;color: #787878;border-color:#00295f;}
#navbar li ul li a:hover { color: #0056c8;}

/* =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/90-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:#787878;}

/* =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:#f3f3f3;border-color:#dfdfdf}
#eznavigatortpl span.locked{background-color:#ffffff;border-color:#dfdfdf}
legend{background-color:#dfdfdf;border-color:#7f7f7f;color:#00295f;}
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:#f3f3f3;}
.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:#00295f;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#414141;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #083a7b;color: #ffffff;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #00295f;
	border-color: #7f7f7f;
	background: linear-gradient(#7f7f7f 20%, #083a7b);
	background: -webkit-linear-gradient(#7f7f7f 20%, #083a7b);
	background: -moz-linear-gradient(top, #7f7f7f 20%, #083a7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#7f7f7f), color-stop(100%,#083a7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f7f7f 20%,#083a7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f7f7f 20%,#083a7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7f7f7f 20%,#083a7b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7f7f7f 20%,#083a7b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#083a7b',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #7f7f7f;
	border-color: #083a7b;
	background: -moz-linear-gradient(top, #083a7b 60%, #7f7f7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#083a7b), color-stop(100%,#7f7f7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #083a7b 60%,#7f7f7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #083a7b 60%,#7f7f7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #083a7b 60%,#7f7f7f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #083a7b 60%,#7f7f7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083a7b', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #00295f;
	border-color: #577daf;
	background: -moz-linear-gradient(top, #577daf 20%, #00295f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#577daf), color-stop(100%,#00295f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #577daf 20%,#00295f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #577daf 20%,#00295f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #577daf 20%,#00295f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #577daf 20%,#00295f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577daf', endColorstr='#00295f',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #577daf;
	border-color: #00295f;background: #00295f; /* Old browsers */
	background: -moz-linear-gradient(top, #00295f 60%, #577daf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#00295f), color-stop(100%,#577daf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00295f 60%,#577daf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00295f 60%,#577daf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00295f 60%,#577daf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00295f 60%,#577daf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00295f', endColorstr='#577daf',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#f3f3f3;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: #648fc8;}
.ui-slider-handle{background-color: #787878;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #001f48;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #00295f;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#f3f3f3;border-color:#dfdfdf;}
.sharethislinks ul{border-color:#dfdfdf;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#ffffff;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#00295f;}
.listtown a:hover{color:#00142f;}
.subtext{color:#a0a0a0;}
#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:#f3f3f3;border-color:#dfdfdf}
.virtual_tour a,
.listbutton{background-color:#f3f3f3;border-color:#dfdfdf; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#ffffff;}



body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php4K4SpL.png");background-position:center top;background-repeat:repeat-y;  }
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php4K4SpL.png");background-position:center top;background-repeat:repeat-y;  }
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpwdGyUC.jpg'); background-repeat:no-repeat;height:244px;width:986px;position:relative;padding:0;border:0;}
#header #logolink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpwdGyUC.jpg");background-position:-0px -80px;background-repeat:no-repeat; position:absolute;left:0px;top:80px; text-indent:-99999px;display:block;padding:0;border:0;height:157px;width:204px;}
#header #logolink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpwdGyUC.jpg");background-position:-0px -80px;background-repeat:no-repeat; position:absolute;left:0px;top:80px; text-indent:-99999px;display:block;padding:0;border:0;height:157px;width:204px;}
#navbar{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpusCIjH.png'); background-repeat:no-repeat;height:28px;width:986px;position:relative;padding:0;border:0;}
#navbottom{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpDnOZ1O.png'); background-repeat:no-repeat;height:13px;width:986px;position:relative;padding:0;border:0;}
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phplubbbV.png");background-position:center top;background-repeat:no-repeat;  }
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phplubbbV.png");background-position:center top;background-repeat:no-repeat;  }
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php89hLof.png");background-position:center top;background-repeat:no-repeat;  }
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php89hLof.png");background-position:center top;background-repeat:no-repeat;  }
#modalLogin{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpemmbIX.jpg'); background-repeat:no-repeat;height:267px;width:155px;position:relative;padding:0;border:0;}
#modalLogin #modalLoginRegister{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpemmbIX.jpg");background-position:-15px -203px;background-repeat:no-repeat; position:absolute;left:15px;top:203px; text-indent:-99999px;display:block;padding:0;border:0;height:23px;width:125px;}
#modalLogin #modalLoginLogin{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpemmbIX.jpg");background-position:-15px -237px;background-repeat:no-repeat; position:absolute;left:15px;top:237px; text-indent:-99999px;display:block;padding:0;border:0;height:21px;width:70px;}
#modalLogin #modalLoginRegister{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpemmbIX.jpg");background-position:-15px -203px;background-repeat:no-repeat; position:absolute;left:15px;top:203px; text-indent:-99999px;display:block;padding:0;border:0;height:23px;width:125px;}
#modalLogin #modalLoginLogin{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpemmbIX.jpg");background-position:-15px -237px;background-repeat:no-repeat; position:absolute;left:15px;top:237px; text-indent:-99999px;display:block;padding:0;border:0;height:21px;width:70px;}
#testimonials-681{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVTWCOl.jpg");background-position:center top;background-repeat:no-repeat;  }
#testimonials-681{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVTWCOl.jpg");background-position:center top;background-repeat:no-repeat;  }
#homepage_featured{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/php91Uwin.png'); background-repeat:no-repeat;height:318px;width:579px;position:relative;padding:0;border:0;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/90-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/90-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/90-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/90-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/90-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/90-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;}
#testimonials-681{
    margin-left:-20px;
    margin-right:-20px;
    padding:90px 20px 0 20px;
    font-style:italic;
    color:#000;
    _margin-left:0;
    _margin-right:0;
    _background-position:-20px top;
}
#wrapper{
    width:986px;
}
#left,#right{
    width:204px;
}
#content{
    width:578px;
    _width:562px;
}
#left .interiorblock{
    margin:0 21px 0 29px;
}
#right .interiorblock{
    margin:0 29px 0 21px;
}
#modalLogin{
    -moz-box-shadow:0px 0px 7px rgba(0,0,0,.3);
    -webkit-box-shadow:0px 0px 7px rgba(0,0,0,.3);
    box-shadow:0px 0px 7px rgba(0,0,0,.3);
}
#footer,#footer a{
    color:#fff;
}
#askaquestion .box{
    margin-bottom:0;
}
#bodywrapper{
    font-size:109%;
}
#bodywrapper #left h3,#bodywrapper #right h3{
    font-size:150%;
    margin-bottom:4px;
}
#navbar a{
    font:normal normal 108%/28px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding:8px 16px;
}
#homepage_featured{
    margin-right:-15px;
    margin-left:-15px;
    padding-top:38px;
    height:280px;
}
.jcarousel-skin-USM-558px{
    margin-left:10px;
}
#homepage_featured .jcarousel-container, #homepage_featured .jcarousel-item, #homepage_featured .jcarousel-prev, #homepage_featured .jcarousel-next{
    background-color:#fff;
}
#hdr-featuredlistings{
    display:none;
}
#askaquestion .phone{
    color:#000;
}
#header a.mobile:hover{
    background:#fff;
    opacity:.3;
    -moz-border-radius:0 9px 9px 0;
    -webkit-border-radius:0 9px 9px 0;
    border-radius:0 9px 9px 0;
}
#header #logolink:hover{
    background:#fff;
    opacity:.3;
    -moz-border-radius:20px 0 0 0;
    -webkit-border-radius:20px 0 0 0;
    border-radius:20px 0 0 0;
}
#usmtag{
    margin-top:55px;
}

#usmtag.cleanlogo a {
background: transparent url("http://usmimagecatalogue.s3.amazonaws.com/phpD5Ezig.png") center top no-repeat;
display: block;
height: 53px;
margin: 0 auto;
text-indent: -9999px;
width: 167px;
}
.detailview #content, .prod #content, .mapsearch #content{
    background:#fff;
    width:780px;
}
#header a.mobile{
    border:0 none;
    display:block;
    height:32px;
    left:892px;
    padding:0;
    position:absolute;
    text-indent:-99999px;
    top:191px;
    width:75px;
    background:url('');
}

#footer {
background-position: left bottom;
  background-position: 50% 0%;
background-repeat: no-repeat;
  clear:both;
background-repeat: no-repeat;
padding: 0px 0 25px;
}