/*this stylesheet is for you navigation panel*/

#navigator {

}

.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;


width: auto;

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;

}

/* HORIZONTAL NAV BAR BY ME */

#nav ul { float: left; list-style: none; background: #cec9cf;/* this sets the background color of the nav, grey by default*/ width: 100%; padding: 0; margin: 0 0 0 0px; height: 30px; display: inline; text-transform: uppercase;/*delete this entire line if you DONT want uppercase*/ } #nav ul li { display: inline; margin: 0; padding: 0; } #nav ul li a { display: block; float: left; width: auto; margin: 0; padding: 0 15px;/*this is the gap between the text, and the border*/ border-top: none; border-right: 1px solid #fff;/*this gives a white border, change as required*/ border-left: 1px solid #fff; /*this gives a white border, change as required*/ border-bottom: none; color: #523D66; /* text color*/ font: bold 10px/30px Arial, Geneva, sans-serif; /* sets the font type and size*/ text-transform: uppercase; /*delete if you dont want uppercase*/ text-decoration: none; letter-spacing: 1px; } #nav ul li a:hover, #nav ul li a:active { color: #fff; background-color: #523D66; font: bold; } 

/* ------ Section 4 - Right Column Navigation ------ */

.right-nav {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.right-nav h3 {
padding: 5px 0 10px 0;
font-size: 110%;
font-weight: bold;
color: #660000;
margin: 2px 5px;
text-align: center;
}

/* -- Nav List -- */

.right-nav ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.right-nav li {
background-color: #ffc;       
border: 1px solid #8f8fb3;
margin-bottom: 8px;
}

/* -- Navigation Link styles -- */

.right-nav a:link {
color: #006699;
display: block;     
padding: 3px 0 3px 4px;
text-decoration: none;
font-weight: normal;
}

.right-nav a:visited {
color: #666666;
display: block;     
padding: 3px 0 3px 4px;
text-decoration: none;
}

.right-nav a:hover {
color: #000000;
display: block;     
padding: 3px 0 3px 4px;
background-color: #d3e4fb;  
text-decoration: none;
}


/*this is for the current page link */
   
 #page1 #page1-nav a, 
 #page2 #page2-nav a,
 #page3 #page3-nav a,
 #page4 #page4-nav a,
 #page5 #page5-nav a,
 #page6 #page6-nav a,
 #page7 #page7-nav a,
 #page8 #page8-nav a,
 #page9 #page9-nav a,
 #page10 #page10-nav a,
 #page11 #page11-nav a,
 #page12 #page12-nav a,
 #page13 #page13-nav a, 
 #page14 #page14-nav a,
 #page15 #page15-nav a,
 #page16 #page16-nav a,
 #page17 #page17-nav a,
 #page18 #page18-nav a,
 #page19 #page19-nav a,
 #page20 #page20-nav a,
 #page21 #page21-nav a, 
 #page22 #page22-nav a,
 #page23 #page23-nav a,
 #page24 #page24-nav a,
 #page25 #page25-nav a, 
 #page26 #page26-nav a,
 #page27 #page27-nav a,
 #page28 #page28-nav a,
 #page29 #page29-nav a,
 #page30 #page30-nav a,
 #page31 #page31-nav a,
 #page32 #page32-nav a,
 #page33 #page33-nav a, 
 #page34 #page34-nav a,
 #page35 #page35-nav a, 
 #page36 #page36-nav a,
 #page37 #page37-nav a,
 #page38 #page38-nav a,
 #page39 #page39-nav a,
 #page40 #page40-nav a,
 #page41 #page41-nav a,
  
 {
  color: #000000;
font-weight: bold;
display: block;     
padding: 3px 0 3px 4px;
background-color: #ffffff;  
text-decoration: none;
border: none;
  }


