/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#669933;color:#212121;}
#header { background-color: #669933;} 
#navbar { background-color: #d5d6af;}

/* =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: #669933; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #669933; }
h4,h5,h6,input,textarea,select{color:#212121;}
a{color:#669933}
a:hover{color:#88cc44}
hr{ background-color:#cdcdbc;border-color:#cdcdbc;color:#cdcdbc; }
form input, textarea, select, #loginimage {border-color:#cdcdbc;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #0b4a3b;}
#navbar a:hover {color: #0b4a3b;}
#navbar li ul { background: #ebebd8;}
#navbar li ul li a {background: #ebebd8;color: #669933;border-color:#d5d6af;}
#navbar li ul li a:hover { color: #88cc44;}

/* =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/100-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#cdcdbc;color:#ffffff;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#669933;}

/* =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:#ebebd8;border-color:#cdcdbc}
#eznavigatortpl span.locked{background-color:#f4f4eb;border-color:#cdcdbc}
legend{background-color:#cdcdbc;border-color:#75756c;color:#669933;}
ul#dv-actionmenu li#share-this-box ul{background-color:#cdcdbc;border-color:#cdcdbc}
ul#dv-actionmenu li#share-this-box ul li a{background-color:#ebebd8;}
.jcarousel-skin-USM-558px .jcarousel-prev:hover,
.jcarousel-skin-USM-558px .jcarousel-next:hover,
#ContactForm #contact-info-box,
#c-results{background-color:#cdcdbc;border-color:#cdcdbc;}
a.objectToggle{color:#669933;}
.ui-dialog .ui-dialog-titlebar{background-color:#f4f4eb;border-color:#cdcdbc;color:#212121;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #669933;color: #ffffff;border-color:#75756c !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #669933;
	border-color: #aacc88;
	background: linear-gradient(#aacc88 20%, #669933);
	background: -webkit-linear-gradient(#aacc88 20%, #669933);
	background: -moz-linear-gradient(top, #aacc88 20%, #669933 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#aacc88), color-stop(100%,#669933)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aacc88 20%,#669933 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aacc88 20%,#669933 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aacc88 20%,#669933 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aacc88 20%,#669933 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aacc88', endColorstr='#669933',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #aacc88;
	border-color: #669933;
	background: -moz-linear-gradient(top, #669933 60%, #aacc88 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#669933), color-stop(100%,#aacc88)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #669933 60%,#aacc88 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #669933 60%,#aacc88 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #669933 60%,#aacc88 100%); /* IE10+ */
	background: linear-gradient(to bottom, #669933 60%,#aacc88 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669933', endColorstr='#aacc88',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #669933;
	border-color: #aacc88;
	background: -moz-linear-gradient(top, #aacc88 20%, #669933 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#aacc88), color-stop(100%,#669933)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aacc88 20%,#669933 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aacc88 20%,#669933 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aacc88 20%,#669933 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aacc88 20%,#669933 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aacc88', endColorstr='#669933',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #aacc88;
	border-color: #669933;background: #669933; /* Old browsers */
	background: -moz-linear-gradient(top, #669933 60%, #aacc88 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#669933), color-stop(100%,#aacc88)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #669933 60%,#aacc88 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #669933 60%,#aacc88 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #669933 60%,#aacc88 100%); /* IE10+ */
	background: linear-gradient(to bottom, #669933 60%,#aacc88 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669933', endColorstr='#aacc88',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#ebebd8;border-color:#cdcdbc; color: {ColorTextMain};}
.ui-slider,
#eznavigatortpl a:hover,
.dynasearchcblist .dynainner label,
.dynainner ul li a{background-color:#f4f4eb;}
.dynasearchcblist .dynainner .activeLabel,
.dynainner ul li a.active,
.dynasearchcblist .dynainner .hoverLabel,
.dynainner ul li a:hover,
.ui-slider-range{background-color: #aacc88;}
.ui-slider-handle{background-color: #669933;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #334c19;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #669933;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#ebebd8;border-color:#cdcdbc;}
.sharethislinks ul{border-color:#cdcdbc;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#f4f4eb;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#669933;}
.listtown a:hover{color:#334c19;}
.subtext{color:#909090;}
#hidegmap a, #showgmap a{color:#75756c}
.relistviewleft img,.agentlist .list_image img,#serviceareatowns .Town,#gmapframe,h3.dv-detailsheader{ border-color:#cdcdbc; }
#mlsdetailwrapper,
ul#dv-actionmenu,
.gradient-block,
#hidegmap a,
#showgmap a,
#list-view-top-nav,
.btn-gradient{background-color:#ebebd8;border-color:#cdcdbc}
.virtual_tour a,
.listbutton{background-color:#ebebd8;border-color:#cdcdbc; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#f4f4eb;}



#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpKoEu1P.png'); background-repeat:no-repeat;height:205px;width:1030px;position:relative;padding:0;border:0;}
#header #logo_lnk{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpKoEu1P.png");background-position:-10px -10px;background-repeat:no-repeat; position:absolute;left:10px;top:10px; }
#header #emaillink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpKoEu1P.png");background-position:-731px -169px;background-repeat:no-repeat; position:absolute;left:731px;top:169px; text-indent:-99999px;display:block;padding:0;border:0;height:25px;width:164px;}
#header #logo_lnk{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpKoEu1P.png");background-position:-10px -10px;background-repeat:no-repeat; position:absolute;left:10px;top:10px; }
#header #emaillink{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpKoEu1P.png");background-position:-731px -169px;background-repeat:no-repeat; position:absolute;left:731px;top:169px; text-indent:-99999px;display:block;padding:0;border:0;height:25px;width:164px;}
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpFEk1lI.png");background-position:center top;background-repeat:repeat-y;  }
#bodywrapper{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpFEk1lI.png");background-position:center top;background-repeat:repeat-y;  }
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php4lsRHg.png");background-position:-0px -0px;background-repeat:repeat-y;  }
#footer-nav{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php4lsRHg.png");background-position:-0px -0px;background-repeat:repeat-y;  }
 {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php4lsRHg.png");background-position: ;background-repeat:repeat-y;  text-indent:-99999px;display:block;padding:0;border:0;width:0px;}
#footer{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php4lsRHg.png");background-position:-0px -0px;background-repeat:repeat-y;  }
#footer-nav{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php4lsRHg.png");background-position:-0px -0px;background-repeat:repeat-y;  }
 {background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php4lsRHg.png");background-position: ;background-repeat:repeat-y;  text-indent:-99999px;display:block;padding:0;border:0;width:0px;}
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpjgy3FF.png");background-position:center top;background-repeat:repeat-x;  }
body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpjgy3FF.png");background-position:center top;background-repeat:repeat-x;  }
#null #hdr-quicksearch{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVJrYt4.gif");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:17px;width:151px;}
#null #oneclick-hdr{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVJrYt4.gif");background-position:-0px -16px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:31px;width:151px;}
#null #hdr-askquestion{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVJrYt4.gif");background-position:-0px -47px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:18px;width:151px;}
#null #blog-rss-hdr{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVJrYt4.gif");background-position:-0px -66px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:16px;width:151px;}
#null #hdr-quicksearch{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVJrYt4.gif");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:17px;width:151px;}
#null #oneclick-hdr{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVJrYt4.gif");background-position:-0px -16px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:31px;width:151px;}
#null #hdr-askquestion{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVJrYt4.gif");background-position:-0px -47px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:18px;width:151px;}
#null #blog-rss-hdr{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpVJrYt4.gif");background-position:-0px -66px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:16px;width:151px;}
#null #homepage_content h1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpkrhwvN.gif");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:22px;width:363px;}
#null #hdr-featuredlistings{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpkrhwvN.gif");background-position:-0px -37px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:18px;width:270px;}
#null #homepage_content h1{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpkrhwvN.gif");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:22px;width:363px;}
#null #hdr-featuredlistings{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpkrhwvN.gif");background-position:-0px -37px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:18px;width:270px;}
#usmtag.cleanlogo a{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpqEFxPS.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:53px;width:167px;}
#usmtag.cleanlogo a{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpqEFxPS.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:53px;width:167px;}
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme1/100-navbar.jpg'); background-repeat:repeat-x;height:28px;position:relative;padding:0;border:0;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme1/100-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/100-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/100-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/100-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/100-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme1/100-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;}
#footer{
    margin:auto;
    color:#646141;
    min-height:113px;
 
    width:1000px;
    z-index:1000;
}
#footer-logos { display: none; }

#content{
    width:580px;
}
#left{
    margin-left:30px;
}
#right{
    margin-right:30px;
}
body{
    background-repeat:repeat;
}
.blog #contentarea{
    width:100%;
}
#contentarea{
    height:auto;
    *padding-bottom:151px;
    margin-bottom:151px;
}


#homepage_content h1{
    margin-top:0;
}
.jcarousel-skin-USM-558px .jcarousel-item a:hover{
    text-decoration:none;
}
.jcarousel-skin-USM-558px .jcarousel-item a{
    color:#03473a;
    font-weight:bold;
}
.jcarousel-skin-USM-558px .jcarousel-container-horizontal,.jcarousel-skin-USM-558px .jcarousel-prev, .jcarousel-skin-USM-558px .jcarousel-next,.jcarousel-skin-USM-558px .jcarousel-container,.jcarousel-item,.jcarousel-skin-USM-558px .jcarousel-item,.jcarousel-skin-USM-558px .jcarousel-next:hover{
    border-color:#fcfcfa;
    text-align:center;
    background-color:#fcfcfa;
}
.jcarousel-skin-USM-558px .jcarousel-prev:hover{
    background-color:#fcfcfa;
    border-color:#fcfcfa;
    text-align:center;
}
.jcarousel-skin-USM-558px{
    border-top:1px solid #81a39c;
    border-bottom:1px solid #81a39c;
}

#footer>p{
    margin-top:-50px;
}
#footer-nav li{
    display:inline;
    margin-left:40px;
    list-style-type:none;
}

#usmtag.cleanlogo a{
    position:relative;
    top:15px;
}
#footer #footerEmail a{
    font-weight:bold;
}
#list_view_wrapper.agentlist .list_item{
    margin-right:8px;
}
#wrapper{
    width:1030px;
}
#contentwrapper{
    width:1012px;
    margin-left:9px;
}
.blog #right{
    margin-right:20px;
}
.blog #content{
    width:800px;
}
.blog .widget{
    border:1px solid #CDCDBC;
    padding:5px;
    margin-bottom:20px;
    background-color:#EBEBD8;
}
.blog .widget ul{
    margin-left:0;
    list-style:none;
}
.blog .widget .widgettitle{
    margin-bottom:5px;
}
.blog .niceform label, form#contact table{
    margin-bottom:0;
}
.heading35226{
    display:none;
}
#footer,#contentwrapper,#contentarea{
    *width:1013px;
}
#navbar li ul{
    z-index:10;
  background:#fff;
}
#contentwrapper,#contentarea{
    position:relative;
    z-index:9;
}
#ct-footer-logos img{
    margin-right:100px;
}
#content a:link{
    text-decoration:underline;
}
#content a:hover{
    text-decoration:none;
}
#navbar li ul li{
    z-index:1;
   background:#Fff;
    margin-bottom:0;
}
#navbar li:hover ul{
    left:0;
    text-indent:0;
}
#navbar li ul li:last-child{
    padding-bottom:10px;
}
#navbar li ul li:first-child{
    padding-top:5px;
}
#usmtag{
    margin-top:0;
}
#bottom #textwidget-716{
    display:none;
}
#relosearch_box{
    top:-1200px;
    position:absolute;
    z-index:1000;
}
#wrapper,#content,#content-box-back,#contentarea,#contentwrapper{
    z-index:10;
    position:relative;
}
#logo_lnk{
    width:300px;
    height:200px;
}
#header a.mobile{
    left:925px;
}
h1{
    font-weight:normal;
}
#homepage #hdr-featuredlistings{
    font-size:1.8em;
    margin-bottom:0.7em;
}
.widgetArea h3{
    font-size:1.45em;
}

/* Turkey Trot */
body#home .article42563 p:first-child {
  width: 60%;
}
body#home .article42563 img {
  border: 1px solid #CDCDBC;
  background-color: #EBEBD8;
  padding: 3px;
  margin: 10px;
}
body#home .article42563 img.ttrotlogo {
  position: absolute;
  top: -6px;
  right: 18px;
}
body#home .article42563 img.fanlogo {
  position: absolute;
  top: 190px;
  right: 18px;
}
body#home .article42563 blockquote {
  font-style: normal;
}
body#home .article42563 blockquote p {
  width: 100%;
  display: block;
  float: left;
  border-bottom: 1px dotted #CDCDBC;
}
body#home .article42563 blockquote p:last-child {
  border: none;
}
body#home .article42563 blockquote p:first-child {
  border: none;
}
body#home .article42563 blockquote p span {
  width: 70%;
  float: right;
  display: block;
  text-align: left;
}


body#home .article42563 #kidtrotpayform {
  position: absolute;
  top: 120px;
  right: 210px;
  border: none;
}
/* help */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

body.blog #subscribe-here a div.rss-widget{

 font-size:19px;
line-height:16px;
color:#223055;
border-color:#223055;
border-style:solid;
} body.blog #subscribe-here a div.rss-widget:hover{

border-color:#223055;
} body.blog #subscribe-here .feedemail-label{ font-size:19px; line-height:27px; color:#223055; } body.blog #subscribe-here .feedemail-input{

background-color:white;
color:#223055;
} body.blog #subscribe-here .feedemail-input:hover{
color:black;
background-color:white;
} 

body.blog #subscribe-here .feedemail-input{
    width:132px;
}

body.blog #subscribe-here .feedemail-footer{

font-size:9px;
color:#223055;
} body.blog #subscribe-here .feedemail-form{

background-image:none;
border-color:#223055;
border-style:solid;
padding-left:5px;
text-align:left;
} body.blog #subscribe-here .feedemail-button{

background-color:white;
border-color:#223055;
} body.blog #subscribe-here .feedemail-input:hover{ border-color:#223055; }


/* BHG UPDATES*/

body{
  background-repeat: repeat-x;
  background-color:#fff;
}

a{
  text-decoration:none!important;
}

a:hover{
  color:#E8AD39;
}

#header{
  padding-bottom:8px;
  background-color:#669933;}

#navbar{
  background:#fff;
  width: 1012px;
  left: 9px;
  border-bottom:8px solid #669933;
}

#navbar a {
  color:#71a33a;
}

#navbar li ul li a{
    padding-bottom:0;
    margin-bottom:0;
  background:#fff;
  color:#A7A7A7;
  font-weight:600;
  font-family: Helvetica;
font-size: 1.1em;
}

#navbar li ul li a:hover{
    padding-bottom:0;
    margin-bottom:0;
  color:#fff;
  background:#E8AD39;
  -webkit-transition: .6s ease;
-moz-transition: .6s ease;
-o-transition: .6s ease;
-ms-transition: .6s ease;
transition: .6s ease;
}

#navbar li ul{
  border:1px solid #ccc;
}

#contentwrapper {
width: 1012px;
margin-left: 9px;
}

#contentarea {
height: auto;
position: relative;
padding: 0;
border: 0;
}

.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a {
  color:#fff;
  
background-color: #E8AD39;
border-color: #B0D18D;
background: linear-gradient(#B0D18D 20%, #669933);
background: -webkit-linear-gradient(#B0D18D 20%, #669933);
background: -moz-linear-gradient(top, #B0D18D 20%, #669933 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#B0D18D), color-stop(100%,#669933));
background: -webkit-linear-gradient(top, #B0D18D 20%,#669933 100%);
background: -o-linear-gradient(top, #B0D18D 20%,#669933 100%);
background: -ms-linear-gradient(top, #B0D18D 20%,#669933 100%);
background: linear-gradient(to bottom, #B0D18D 20%,#669933 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d18d', endColorstr='#669933',GradientType=0 );
}

.ui-tabs-nav a {
  
background-color: #669933;
border-color: #B0D18D;
background: linear-gradient(#B0D18D 20%, #669933);
background: -webkit-linear-gradient(#B0D18D 20%, #669933);
background: -moz-linear-gradient(top, #B0D18D 20%, #669933 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#B0D18D), color-stop(100%,#669933));
background: -webkit-linear-gradient(top, #B0D18D 20%,#669933 100%);
background: -o-linear-gradient(top, #B0D18D 20%,#669933 100%);
background: -ms-linear-gradient(top, #B0D18D 20%,#669933 100%);
background: linear-gradient(to bottom, #B0D18D 20%,#669933 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d18d', endColorstr='#669933',GradientType=0 );
}
.ui-tabs-nav a:hover {
background-color: #E8AD39;
border-color: #E8AD39;
background: -moz-linear-gradient(top, #E8AD39 60%, #E8AD39 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#E8AD39), color-stop(100%,#E8AD39));
background: -webkit-linear-gradient(top, #E8AD39 60%,#E8AD39 100%);
background: -o-linear-gradient(top, #E8AD39 60%,#E8AD39 100%);
background: -ms-linear-gradient(top, #E8AD39 60%,#E8AD39 100%);
background: linear-gradient(to bottom, #E8AD39 60%,#E8AD39 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669933', endColorstr='#b0d18d',GradientType=0 );
}

#ct-footer-logos{
  background-image: url("http://usmimagecatalogue.s3.amazonaws.com/php4lsRHg.png");
  background-position: -0px -0px;
  background-repeat: repeat-y;
}

#footer-nav {
  height: 60px;
  margin: 0;
  text-align: center;
  top: -177px;
  padding-top: 20px;
  position: relative;
  width: 100%;
  z-index: 9;
  background-image: url("http://usmimagecatalogue.s3.amazonaws.com/php4lsRHg.png");
  background-position: -0px -0px;
  background-repeat: repeat-y;
}


#ct-footer-logos{
    text-align:center;
    z-index:10;
    position:relative;
    padding-left:140px;
}

#logg {
  left: -53px;
  position: relative;
}

#saveyoursearch .listbutton, #deleteyoursearch .listbutton {
font-size: 12px;
width: 280px;
padding: 3px 10px;
margin: 0px;
  color:#669933;
  text-decoration: none!important;
}