/*this stylesheet is for you navigation panel*/

td.header
{
 
 position: relative; top: 0px; left: 0px;
 width:1050px;
 height: 150px;
 padding: 5px 5px 10px 5px;
 background-color: #f5f5f5;
 font-family: verdana, helvetica;
 
 }
 
 tr.horizontalnav
 {
 position:absolute; top:150px; left:301px;
 width:1000;
 height:20px;
 background-color:#f5f5f5;
 padding: 5px 5px 5px 5px;
 
}


 
 td.navlinks li{
 font-family: verdana, sans serif;
 list-style-type:none;
 display: inline;
 text-align: center
padding: 0px 50px 50px 20px;
 }
 
 .navlinks ul {
 font-family: comic sans MS;
 list-style-type:none;
 display: inline;
padding: 20px 60px 60px 20px;
 
 }
 
.navlinks a { font-family:Verdana, sans-serif; 
font-size: 95%; color: #009999; 
text-decoration: none;
font-weight: bold;

}

.navlinks a:hover { font-family:Verdana, sans-serif;
 font-size: 100%; 
 background-color: #999999;
 color: black;
 }


.headspace{
background-color:#f5f5f5;
margin-bottom:50px;

}


.housebutton {
line-height: 90%;
}

.housebutton a {
font-size: 93%;
font-family:  Verdana, sans-serif;
}

.housebutton a:hover {
font-size: 93%;
font-family:  Verdana, sans-serif;
}


/* 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: transparent;
border:transparent;
margin-top:auto;
margin-left: 10px;
margin-right:auto;
padding: 2px;
text-align: left;


}

/* 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: 0px;
margin-top: 0px;

}


/* this part is for the colors of your buttons "at rest" so to speak.*/




.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #407495; /*this is where you change the button font color*/

background-color: transparent;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;

}

/*this part is how the buttons look, once the pointer passes over them. */




.housebutton a:hover {

color: #333300; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #ccc;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}


