/* CSS Document */
/*this stylesheet is for your first navigation panel*/


#navigator {

}

.housebutton {
}

.housebutton a {
font-size: 93%;
}

.housebutton a:hover {
font-size: 93%;
}

.homebutton {
font-size: 100%;
}

.homebutton a:hover{
font-size: 100%;
}

.headerbutton a:hover {
font-size: 100%;
}


.topicbutton {
font-size: 100%;
}

.topicbutton a:hover {
font-size: 100%;
}

.headerbutton {
font-size: 100%;
}

.headerbutton a:hover {
font-size: 100%;
}

/* 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: #003300;

border: none;

width: 160px;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 1px;

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: left;
margin-bottom: 1px;
margin-top: 1px;
}

.homebutton {

font-weight: bold;
text-align: center;
margin-bottom: 1px;
margin-top: 1px;
}

.highlightbutton {

font-weight: bold;
text-align: left;
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: 1px 1px 1px 2px;

text-decoration: none;

display: block;

color: #CCCC99; /*this is where you change the button font color*/

background-color: #003300;

border-top: 1px #336633 solid;

border-left: 1px #336633 solid;

border-bottom: 1px #000 solid;

border-right: 1px #000 solid;

}

.headerbutton a {

padding: 1px 1px 1px 2px;

text-decoration: none;

display: block;

color: #CCCC99; /*this is where you change the button font color*/

background-color: #003300;

border-top: 1px #336633 solid;

border-left: 1px #336633 solid;

border-bottom: 1px #000 solid;

border-right: 1px #000 solid;

}

.homebutton a {

padding: 1px 1px 1px 2px;

text-decoration: none;

display: block;

color: #CCCC99; /*this is where you change the button font color*/

background-color: #006600;

border-top: 1px #336633 solid;

border-left: 1px #336633 solid;

border-bottom: 1px #000 solid;

border-right: 1px #000 solid;

}


.highlightbutton a {

padding: 1px 1px 1px 2px;

text-decoration: none;

display: block;

color: #ff0000; /*this is where you change the button font color*/

background-color: #005900;

border-top: 1px #336633 solid;

border-left: 1px #336633 solid;

border-bottom: 1px #000 solid;

border-right: 1px #000 solid;

}


.topicbutton {

font-weight: bold;

text-align: center;

margin-bottom: 1px;

margin-top: 1px;

padding: 2px 1px 2px 1px;

text-decoration: none;

display: block;

color: #003300; /*this is where you change the button font color*/

background-color: #CCCC99;

border-top: 1px #336633 solid;

border-left: 1px #336633 solid;

border-bottom: 1px #000 solid;

border-right: 1px #000 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: #FFFFFF; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #005900;

border-top: 1px #000 solid;

border-left: 1px #000 solid;

border-bottom: 1px #336633 solid;

border-right: 1px #336633 solid;

}

.headerbutton a:hover {

color: #FFFFFF; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #006600;

border-top: 1px #000 solid;

border-left: 1px #000 solid;

border-bottom: 1px #336633 solid;

border-right: 1px #336633 solid;

}

.homebutton a:hover {

color: #FFFF00; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #006600;

border-top: 1px #000 solid;

border-left: 1px #000 solid;

border-bottom: 1px #336633 solid;

border-right: 1px #336633 solid;

}


.highlightbutton a:hover {

color: #ff9900; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #005900;

border-top: 1px #000 solid;

border-left: 1px #000 solid;

border-bottom: 1px #336633 solid;

border-right: 1px #336633 solid;

}


/*this stylesheet is for your second navigation panel*/

#navigator2 {

}

.housebutton2 {
}

.housebutton2 a {
font-size: 93%;
}

.housebutton2 a:hover {
font-size: 93%;
}

.highlightbutton2 {
}

.highlightbutton2 a {
font-size: 93%;
}

.highlightbutton2 a:hover {
font-size: 93%;
}

.topicbutton2 {
font-size: 100%;
}


/* 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*/

#navigator2 {

background-color: #003300;

border: none;

width: 160px;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 1px;

text-align: center;

}


/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton2 {

text-align: left;
margin-bottom: 1px;
margin-top: 1px;
}

.headerbutton2 {

text-align: center;
margin-bottom: 1px;
margin-top: 1px;
}

.highlightbutton2 {

text-align: left;
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*/

.housebutton2 a {

padding: 1px 1px 1px 4px;

text-decoration: none;

display: block;

color: #fff; /*this is where you change the button font color*/

background-color: #005900;

}

.headerbutton2 a {

padding: 1px 1px 1px 4px;

text-decoration: none;

display: block;

color: #fff; /*this is where you change the button font color*/

background-color: #006600;

}


.highlightbutton2 a {

padding: 1px 1px 1px 4px;

text-decoration: none;

display: block;

color: #FFCC00; /*this is where you change the button font color*/

background-color: #005900;

}


.topicbutton2 {


text-align: left;

margin-bottom: 1px;

margin-top: 1px;

padding: 2px 1px 2px 1px;

text-decoration: none;

display: block;

color: #003300; /*this is where you change the button font color*/

background-color: #fff;

}


/*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*/

.housebutton2 a:hover {

color: #ff9900; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #005900;

}

.headerbutton2 a:hover {

color: #ffffff; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #005900;

}


.highlightbutton2 a:hover {

color: #ff9900; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #005900;

}