/*this stylesheet is for you navigation panel*/

td#links a {
	display: block;
	margin: 0px 5px;
	border: 1px solid #fff;
	border-color: #fff #578042 #578042 #fff;
	text-decoration: none;
	background: #008080;
	color: #fff;
	font-weight: bold;
	padding: 1px;
	font-size: 100%;
}



td#links a:hover {
	background-color: #E0FFFF;
	color: #000;
	font-weight: bold;
	margin: 0px 5px;
	padding-left: 1px;
}


td#links h4 {
	padding: 0.3em 0.5em 0.3em;
	margin: 10px 0px 2px 0px;
	border-width: 1px;
	background: #840000 ;
	color: #fff;
	text-align: center;	
}

.hbgnav{
	background-color: #578042;
	color: #fff;
	width: auto;
}

.housebutton {
line-height: 90%; /*Was 90%*/
}

.housebutton a {
font-size: 90%;  /* Was 93% */
font-family:  Verdana, sans-serif;
}

.housebutton a:hover {
font-size: 90%;  /* Was 93% */
font-family:  Verdana, sans-serif;
}

.bottombutton {
line-height: 90%; /*Was 90%*/
}

.bottombutton a{
font-size: 90%;  /* Was 93% */
font-family:  Verdana, sans-serif;
}

.bottombutton a:hover {
font-size: 90%;  /* Was 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: 3px;

margin-right: auto;

padding: 2px;

text-align: left;

}

#navigator h3 {

margin: 0;
padding: 2 0;
}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

text-align: left;
margin-bottom: 0px;
margin-top: 0px;
}

.bottombutton {

text-align: left;
margin-top: 0px;

}


/* this part is for the colors of your buttons "at rest" so to speak.*/




.housebutton a {
	padding: 3px; /*was 4 px */
	text-decoration: none;
	display: block;
	color: #333300; /*this is where you change the button font color*/
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
}

.bottombutton a {
	padding: 3px; /*was 4 px */
	text-decoration: none;
	display: block;
	color: #333300; /*this is where you change the button font color*/
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	padding-bottom: 10px;
}


/*this part is how the buttons look, once the pointer passes over them. */




.housebutton a:hover {
	color: #993300; 
	background-color: #E8E4E3;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	font-weight: bold;
}

.bottombutton a:hover {
	color: #993300; 
	background-color: #E8E4E3;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	padding-bottom: 10px;
	font-weight: bold;
}


