<pre>/*this stylesheet is for you navigation panel and right side panel*/

#navigator {


}

.housebutton {

}

.housebutton a {
font-size: 120%;
}

.housebutton a:hover {
font-size: 120%;
}

.housebutton1 {
font-size: 120%;

}

.housebutton1 a {
font-size: 120%;
}

.housebutton1 a:hover {
font-size: 120%;
}



/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background: #ECECEC;

border: none;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;

}

#navigator_rt {

background: #e2e6dd;

border: 2px solid;

border-color: #fff;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;

}

#feature_rt {

background: #e6e6dc;

border: none;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;

}

#bottom_towns {

background: #e6e6dc;

border: solid 1px ;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 2px;

text-align: center;

font-size:86%;

}

#below_market_rt {

background: #e2e6dd;

border: solid 2px;

border-color: #fff;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 2px;

text-align: center;

font-size:100%;

}

#partner_sites {

background: #dddde6;

border: solid 1px ;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 2px;

text-align: center;

font-size:93%;

}


/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: bold;

width: auto;

text-align: center;

margin-bottom: 1px;

margin-top: 1px;

}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {

width: auto;

padding: 4px;

text-decoration: none;

display: block;

color: #000; /*this is where you change the button font color*/

background-color: #ffffff;

border-top: 2px #cccccc solid;

border-left: 2px #cccccc solid;

border-bottom: 2px #666666 solid;

border-right: 2px #666666 solid;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {

width: auto;

color: #fff; /*-----this is where you change the button font color, when the button is hovered over*/

text-indent: 5px;

background-color: #6c8cd5;

border-top: 2px #666666 solid;

border-left: 2px #666666 solid;

border-bottom: 2px #cccccc solid;

border-right: 2px #cccccc solid;

}

/* Right side housebutton - want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton1 {

font-weight: bold;

width: auto;

text-align: center;

margin-bottom: 1px;

margin-top: 1px;

}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton1 a {

width: auto;

padding: 4px;

text-decoration: none;

display: block;

color: #820f36; /*this is where you change the button font color*/

background-color: #fff;

border-top: 2px #cccccc solid;

border-left: 2px #cccccc solid;

border-bottom: 2px #666666 solid;

border-right: 2px #666666 solid;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton1 a:hover {

width: auto;

color: #fff; /*-----this is where you change the button font color, when the button is hovered over*/

text-indent: 5px;

background-color: #6c8cd5;

border-top: 2px #666666 solid;

border-left: 2px #666666 solid;

border-bottom: 2px #cccccc solid;

border-right: 2px #cccccc solid;

}

#header {
margin:0px,0px,0px,0px;
      float:left; /*can be changed to right if you prefer*/
      width:100%;
      /*change to your url*/
      background:none; url('http://www.yoestins.com/images/bg.gif')
      repeat-X bottom; 

      font-size:86%; /* use either 86% 93% or 100%*/
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
 
      float:left;
      /*change to your url*/
      background:url('http://www.yoestins.com/images/left_both_green.gif') 
      no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      border-bottom:1px solid #765;      
      }


    #header a {
      white-space:nowrap;
      float:left; /* if you change the first instance of the float to right,then this must be changed as well*/
      display:block;
      width:.1em;
      /*change to your url*/
      background:url('http://www.yoestins.com/images/right_both_green.gif') 
      no-repeat right top;
      text-decoration:none; /* options are none or underline*/
      font-weight:bold; /*use either bold or normal*/
      color:#A1F90; 
      padding-left:8px; 
      padding-right:8px; 
      padding-top:5px; 
      padding-bottom:4px
      }

#header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;/*sets the color of the links "at rest" */
      }
/* below, is the name of the ids for your pages. They are grouped in pairs. The first of the pair, is the id you will give to the <body> tag of the page. The second one, is the id you will give to the link itself*/
#insurance #insurance-nav,
#auto #auto-nav,
#health #health-nav,
#home #home-nav,
#life #life-nav,
#travel #travel-nav, 
#business #business-nav,
#mortage #mortgage-nav,
#renters #renters-nav,
#pet #pet-nav,
#boat #boat-nav
 {
  background-position:0% -150px;
  border-width:0;
  }

/* you will need to use the same ids as above*/

#insurance #insurance-nav a,
#auto #auto-nav a,
#health #health-nav a,
#home #home-nav a,
#life #life-nav a,
#travel #travel-nav a, 
#business #business-nav a,
#mortage #mortgage-nav a,
#renters #renters-nav a,
#pet #pet-nav a,
#boat #boat-nav a


{
  background-position:100% -150px;
  color:#333;/*sets the color of the "currrent tab link font"*/
  padding-bottom:5px;
  }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #header li:hover a {
      background-position:100% -150px;
      }