/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#ffffff;color:#222222;}
#header { background-color: #033497;} 
#navbar { background-color: #033497;}

/* =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: #033497; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #033497; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#033497}
a:hover{color:#0445cb}
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: #6788cb;}
#navbar li ul { background: #ffffff;}
#navbar li ul li a {background: #ffffff;color: #033497;border-color:#033497;}
#navbar li ul li a:hover { color: #0445cb;}

/* =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/286-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:#033497;}

/* =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:#033497;}
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:#033497;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #033497;color: #ffffff;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #033497;
	border-color: #6788cb;
	background: linear-gradient(#6788cb 20%, #033497);
	background: -webkit-linear-gradient(#6788cb 20%, #033497);
	background: -moz-linear-gradient(top, #6788cb 20%, #033497 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#6788cb), color-stop(100%,#033497)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6788cb 20%,#033497 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6788cb 20%,#033497 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6788cb 20%,#033497 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6788cb 20%,#033497 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6788cb', endColorstr='#033497',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #6788cb;
	border-color: #033497;
	background: -moz-linear-gradient(top, #033497 60%, #6788cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#033497), color-stop(100%,#6788cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #033497 60%,#6788cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #033497 60%,#6788cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #033497 60%,#6788cb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #033497 60%,#6788cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033497', endColorstr='#6788cb',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #033497;
	border-color: #6788cb;
	background: -moz-linear-gradient(top, #6788cb 20%, #033497 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#6788cb), color-stop(100%,#033497)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6788cb 20%,#033497 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6788cb 20%,#033497 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6788cb 20%,#033497 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6788cb 20%,#033497 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6788cb', endColorstr='#033497',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #6788cb;
	border-color: #033497;background: #033497; /* Old browsers */
	background: -moz-linear-gradient(top, #033497 60%, #6788cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#033497), color-stop(100%,#6788cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #033497 60%,#6788cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #033497 60%,#6788cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #033497 60%,#6788cb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #033497 60%,#6788cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033497', endColorstr='#6788cb',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: #6788cb;}
.ui-slider-handle{background-color: #033497;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #011a4b;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #033497;}

/* =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:#033497;}
.listtown a:hover{color:#011a4b;}
.subtext{color:#909090;}
#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;}



#appraisalcta{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpdIyONl.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:110px;width:155px;}
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpU5dIXx.png");background-position:center top;background-repeat:repeat-x;  }
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpvk11EM.png'); background-repeat:no-repeat;height:200px;width:1000px;position:relative;padding:0;border:0;}
#header #headerhomelink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpvk11EM.png");background-position:-39px -16px;background-repeat:no-repeat; position:absolute;left:39px;top:16px; text-indent:-99999px;display:block;padding:0;border:0;height:162px;width:234px;}
#header #headeremail{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpvk11EM.png");background-position:-343px -145px;background-repeat:no-repeat; position:absolute;left:343px;top:145px; text-indent:-99999px;display:block;padding:0;border:0;height:17px;width:181px;}
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme10/286-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/286-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/286-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/286-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/286-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/286-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme10/286-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-area-bottom{
  clear: both;
}
#contentwrapper{
  box-shadow: 0px 0px 10px #999;
}
#header{
  background-color: transparent;
  width: 960px;
}
.pssviewall{
  display: none;
}
#textwidget-5901 .box:hover{
  opacity: .8;
  box-shadow: 0px 0px 5px #999;
}

/* Contact Form */

#textwidget-5896 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #CCC;
}
#textwidget-5896 .box,
#textwidget-5901 .box{
    border: none;
    padding: 0;
}
#textwidget-5896 h3{
    font-size: 18px;
    margin-bottom: 20px;
}
#ABCDAppraisal .formblock label{
    width: 200px;
    float: left;
    font-size: 12px;
}
#ABCDAppraisal .formblock input{
     padding: 4px;
     width: 220px;
}
#ABCDAppraisal .formblock select{
    width: 230px;
    padding: 3px;
    font-size: 11px;
}
#ABCDAppraisal .formblock textarea{
    margin: 0px;
    width: 424px;
    margin-bottom: 10px;
}
#ABCDAppraisal .submitbutton{
    font-size: 12px;
    padding: 6px 19px;
    color: white;
    background: #033497 url('http://d.usmre.com/iepc/themes/i/button.png') center center;
    text-shadow: 0px 1px 0px #333;
    margin-left: 299px;
}