/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#003300;color:#222222;}
#header { background-color: #003300;} 
#navbar { background-color: #f5e29f;}

/* =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: #003300; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #003300; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#003300}
a:hover{color:#009900}
hr{ background-color:#dfdfdf;border-color:#dfdfdf;color:#dfdfdf; }
form input, textarea, select, #loginimage {border-color:#dfdfdf;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #000000;}
#navbar a:hover {color: #27873f;}
#navbar li ul { background: #ffffff;}
#navbar li ul li a {background: #ffffff;color: #003300;border-color:#f5e29f;}
#navbar li ul li a:hover { color: #009900;}

/* =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/73-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:#003300;}

/* =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:#003300;}
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:#003300;}
.ui-dialog .ui-dialog-titlebar{background-color:#ffffff;border-color:#dfdfdf;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #003300;color: #ffffff;border-color:#7f7f7f !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #003300;
	border-color: #4c994c;
	background: linear-gradient(#4c994c 20%, #003300);
	background: -webkit-linear-gradient(#4c994c 20%, #003300);
	background: -moz-linear-gradient(top, #4c994c 20%, #003300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#4c994c), color-stop(100%,#003300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c994c 20%,#003300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c994c 20%,#003300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c994c 20%,#003300 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c994c 20%,#003300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c994c', endColorstr='#003300',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #4c994c;
	border-color: #003300;
	background: -moz-linear-gradient(top, #003300 60%, #4c994c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#003300), color-stop(100%,#4c994c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003300 60%,#4c994c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003300 60%,#4c994c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003300 60%,#4c994c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003300 60%,#4c994c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003300', endColorstr='#4c994c',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #003300;
	border-color: #4c994c;
	background: -moz-linear-gradient(top, #4c994c 20%, #003300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#4c994c), color-stop(100%,#003300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c994c 20%,#003300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c994c 20%,#003300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c994c 20%,#003300 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c994c 20%,#003300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c994c', endColorstr='#003300',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #4c994c;
	border-color: #003300;background: #003300; /* Old browsers */
	background: -moz-linear-gradient(top, #003300 60%, #4c994c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#003300), color-stop(100%,#4c994c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003300 60%,#4c994c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003300 60%,#4c994c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003300 60%,#4c994c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003300 60%,#4c994c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003300', endColorstr='#4c994c',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: #4c994c;}
.ui-slider-handle{background-color: #003300;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #001900;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #003300;}

/* =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:#003300;}
.listtown a:hover{color:#001900;}
.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;}



#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpo1hvnl.jpg'); background-repeat:no-repeat;height:138px;width:960px;position:relative;padding:0;border:0;}
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpzge3vG.gif");background-position:center top;background-repeat:repeat-x;  }
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpzge3vG.gif");background-position:center top;background-repeat:repeat-x;  }
#navbar{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpATkvtI.gif'); background-repeat:repeat-x;height:28px;position:relative;padding:0;border:0;}
.agent34 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -448px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent86 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -336px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent29 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -672px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent27 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -784px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent23 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -896px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -896px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent94 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -224px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent323 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -112px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent317 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -560px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent331 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent694 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -1008px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent947 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -1120px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent22 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -1232px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
.agent34 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -448px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent86 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -336px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent29 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -672px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent27 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -784px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent23 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -896px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -896px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent94 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -224px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent323 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -112px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent317 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -560px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent331 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent694 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -1008px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent947 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -1120px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent22 #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position:-0px -1232px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpQgs3Fm.jpg");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#outstanding-performance-award{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpzJc4uk.png'); background-repeat:no-repeat;height:154px;width:155px;position:relative;padding:0;border:0;}
.agent23 #header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpLZYVd5.jpg'); background-repeat:no-repeat;height:112px;width:960px;position:relative;padding:0;border:0;}
.agent23 #header #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpLZYVd5.jpg");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.agent23 #header #header{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpLZYVd5.jpg");background-position:-0px -0px;background-repeat:no-repeat; position:absolute;left:0px;top:0px; text-indent:-99999px;display:block;padding:0;border:0;height:112px;width:960px;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme9/73-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/theme9/73-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/theme9/73-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/theme9/73-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/theme9/73-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme9/73-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;}
#bodywrapper{
    padding:40px 0 0;
}
#wrapper #navbar a{
    font-family:"Times New Roman",Serif;
    padding:8px 12px;
    font-size:14px;
}
#ezfooternav{
    color:#fff;
}

.box *:first-child, .widgetArea .box *:first-child {
    margin: 4px;
}

.featuredagent .box .agentname{
  text-align:left;
  padding-left:9px;
  font-size:15px;
  font-weight:600;
}
.featuredagent .box .phone{
  text-align:left;
  padding-left:9px;
  font-size:13px;
  font-weight:600;
}
.featuredagent .box .featuredtext{
  text-align:left;
  padding-left:14px;
  font-size:13px;
  font-weight:400;
  line-height:18px;
}

.featuredagent .box .link{
  text-align:left;
  padding-left:9px;
  font-size:13px;
  font-weight:600;
}


#footer{
    background:#FFF;
    margin:0 auto;
    width:960px;
}
#left h3,#right h3{
    font-size:14px;
    text-transform:uppercase;
    font-family:"Times New Roman",Serif;
    line-height:1.3;
}
#signuptab687,#logintab687,#askaquestion .frm-contact{
    padding:.6em;
    border:1px solid #ddd;
}
.view .ezbreadcrumbs,.view .sharethis{
    font-size:13px;
    display:none;
}


#wrapper h3,#wrapper h1, #wrapper h2,#wrapper h4{
    font-family:"Times New Roman",Serif;
}
#widgetArea_bottom .widget{
    width:100%;
}
.widgetArea .box,.widgetArea #dynamicsearchbar{
    padding:.6em 0;
}
#dynaform .morelink{
    display:none;
}
#left,#right{
    margin-top:20px;
}
#textwidget-704 .box{
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
}
#textwidget-704 h3{
    color:#000;
}
.formadvsearch .searchdiv p{
    font-size:inherit;
}
#dynasearch input, #dynasearch textarea, #dynasearch select,#dynasearch label.overlabel-apply{
    font-size:11px;
}
#codewidget-711{
    margin-top:-30px;
}
#codewidget-711 h3{
    color:#000;
}
#right #user-tool-box li{
    font-size:100%;
}
.ourFeaturedTowns a:hover{
    color:#f1d277;
}
.ourFeaturedTowns a{
    color:#fff;
}
.ourFeaturedTowns{
    color:#fff;
    background-color:#003300;
    text-align:center;
}
#agentreturn{
    float:left;
}
#widgetArea_bottom #codewidget-710{
    width:960px;
}
#contentwrapper{
    position:relative;
}
#bottom #codewidget-710{
    position:absolute;
    top:-170px;
    left:30px;
    margin-left:0;
}
#bottom #codewidget-710 a{
    color:#fff;
}
.contentareabody a{
    font-weight:bold;
}
html body{
    font:normal 0.875em/1.57 "Times New Roman", serif;
}
html h1{
    font:normal bold 143%/1.3 "Times New Roman", serif;
}
ul#ezagentmenu{
    margin:0 auto;
}
#wrapper #navbar ul a{
    background-color:#FFC;
}
#ezagentmenu a{
    padding:0px;
}
#menu-item-2187, #menu-item-2188, #menu-item-2189, #ouragentsnav{
    padding:0 12px;
    font-family:"Times New Roman",Serif;
    font-weight:700;
    line-height:28px;
    font-size:14px;
}
ul#ezagentmenu li{
    padding:5px;
    box-shadow:inset 0px -3px 8px white;
    font-weight:bold;
    margin-top:0px;
    border:1px solid #999;
    background-color:#F5E29F;
}
ul#ezagentmenu li ul li{
    border:none;
    box-shadow:none;
}
ul#ezagentmenu li ul{
    background-color:#ffc;
    border-top:1px solid #999;
    margin-top:6px;
}

#header a.mobile {
font-size: 1em;
left: 5px;
margin-top: 120px;
position: absolute;
top: 0;
z-index: 9999;
}

/* chart categories */
body.array3-43710 #right, body.array5-7992 #right, body.array5-7993 #right, body.array5-7994 #right, body.array5-7995 #right, body.array5-7996 #right { display: none; }
body.array3-43710 #content, body.array5-7992 #content, body.array5-7993 #content, body.array5-7994 #content, body.array5-7995 #content, body.array5-7996 #content { width: 760px; }

/* Laura Holland */
body #textwidget-2558, body #right div.socialinkswidget:first-child, body #textwidget-2558 { display: none; }
body.agent323 #textwidget-2558, body.agent323 #right div.socialinkswidget:first-child, body.agent323 #textwidget-2558 { display: block; }
body.agent323 #right div.socialinkswidget:last-child { display: none; }
body.agent323 #textwidget-2558 h3 { display: none; }
body.agent323 .box { border: none; }
.connect_widget_error_span{ display: none; }
body #textwidget-3022 { display: none; }
body.agent323 #textwidget-3022 { display: block; }
body.agent323 #textwidget-3022 h3 { display: none; }
body.agent323 #textwidget-3022 p { margin: 0; }
body.agent323 #textwidget-3022 .vcard .adr { display: none; }
body.agent323 #textwidget-3022 img { display: none; }
body.agent323 #textwidget-3022 .org, body.agent323 #textwidget-3022 a.url { display: none; }
body #textwidget-3386 { display: none; }
body.homepage.agent323 #textwidget-3386, body.viewagent.array3-323 #textwidget-3386 { display: block; text-indent: -9999px; }
body.agent323 #textwidget-3386 h3, body.viewagent.array3-323 #textwidget-3386 h3 { display: none; }
body.agent323 #textwidget-3386 span, body.viewagent.array3-323 #textwidget-3386 span { display: block; }
body #textwidget-3386 .box { border: none; }
body #textwidget-713 .box{ border: none; padding: 0px;}
/* Blog CSS */

body.blog a {
    color: #27873f;
}

body.blog #content{
  width: 700px;
}
body.blog #right{
  width: 260px;
}
body.blog #loginform input#login,
body.blog #loginform a img.submit{
  margin-left: 0px;
  margin-bottom: 4px;
  border-radius: 10px;
}
body.blog #categories-4 #cat{
  width: 100%;
}
body.blog span span h2 a{
  font-size: 11px;
}
body.blog #right .interiorblock{
  margin: 0px 43px;
}
body.blog #right h2{
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
body.blog p.permalink a, 
body.blog .entry .more-link {
  color: white;
  background-color: #090;
  padding: 2px 16px;
  text-shadow: 0px 1px 0px #030;
  border-radius: 6px;
}
body.blog .entry .more-link{
  display: block;
  width: 160px;
  margin-top: 10px;
}
#ad-3491 h3 { display: none; }

body.agent-site #navbar #ouragentsnav { display: none; }


/* Pop up */

#catchall{
  width:100%;
  background-color:#030;
  opacity:0.9;
}

#mydiv { 
  width:400px;
  border:3px solid #000;
  padding:20px;
  margin:30px auto;
  text-align:justify;
  display:none;
  box-shadow: 0px 3px 20px 0px #fff;
  background-color:#fff;

}

#mydiv h2{
  font-size: 14px;
  text-align: center;
  line-height: 27px;
}

#mydiv p {
font-size: 13px;
font-weight: 500;
font-family: Helvetica;
line-height: 18px;
width: 380px;
margin-left: 12px;
}

#mydiv #info {
margin-left: 39px;
list-style: none;
font-weight: 600;
font-size: 16px;
}

#mydiv #registerlink {
text-align: center;
clear: both;
margin-left: 32px;
font-size: 18px;
font-weight: 600;
}

#mydiv #closelink {
margin-left: 114px;
top: 15px;
position: relative;
background: #030;
width: 115px;
border-radius: 3px;
color: white;
font-size: 14px;
font-weight: 600;
padding: 5px;
}

.blog-rss p {
float: left;
clear: both;
width: 141px;
  overflow:hidden;
}

body.register #ContactForm{
 width:44%; 
}
body.register .benefitsofregistration{
  width: 49%;
  float: right;
  margin-top: 15px;
}

/* agent page featured listings */

body.agent-site #content-box-back #content #homepage_featured_listings_wrap #homepage_featured{
  display:none;
}

/* TESTIMONIALS */

.testimonial-content {
border-bottom: 2px solid;
margin-bottom: 12px;
}

.testimonial-sig {
font-weight: 600;
font-style: italic;
}

body.detailview .testimonial-wrapper {
width: 300px;
}