/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {

}

.housebutton a {

}

.housebutton a:hover {

}


/* 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-color: #F2F2F2;

border: 1px #cc0000 dotted;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;

}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: bold;

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 {

padding: 4px;

text-decoration: none;

display: block;

color: #000066; /*this is where you change the button font color*/

background-color: #BFBFBF;

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 {

color: #000033; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #999999;

border-top: 2px #666666 solid;

border-left: 2px #666666 solid;

border-bottom: 2px #cccccc solid;

border-right: 2px #cccccc solid;

}

/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  div.full-width-box { border: 1px dotted rgb(190, 134, 72);
    margin: 15px 0px 10px;
    padding: 15px;
    background-color: rgb(204, 204, 255);
    }

  div.full-width-box2 { border: 1px dotted rgb(190, 134, 72);
    margin: 15px 0px 10px;
    padding: 15px;
    background-color: rgb(204, 204, 255);
    }

  div.half-width-box-left { border: 1px dotted rgb(190, 134, 72);
    margin: 5px;
    padding: 15px;
    width: 280px;
    float: left;
    }

  div.half-width-box-right { border: 1px dotted rgb(190, 134, 72);
    margin: 5px;
    padding: 15px;
    width: 280px;
    float: right;
    }

  .img-float-left { border: 2px solid rgb(95, 139, 140);
    padding: 2px;
    float: left;
    margin-right: 5px;
    }

  .img-float-right { border: 2px solid rgb(95, 139, 140);
    padding: 2px;
    float: right;
    margin-left: 5px;
    }

  div.clear { clear: both;
    width: 100%;
    height: 1px;
    }

