/* rotator in-page placement */
div.rotator {
position:relative;
height:269px;
margin-left: -48px;
margin-top: -10px;
}
/* rotator css */
div.rotator ul li {
float:left;
position:absolute;
list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
border:0px solid #000;
padding: 0px;
background: #000;
}
div.rotator ul li.show {
z-index:500;
}

/* search button style */	
#btn {
  border: 1px solid #d70707;
  background: #6e9e2d;
  color: white;
  font: 8px 'Trebuchet MS';
  padding: 0px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* search box style */	
input[type=text] {
width:104px;
}

/* various text, mostly in the quick links */	
h1 {
text-decoration: none;
margin-top: 0;
margin-bottom: 0px;
margin-right: 0px;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #dbdbdb;
letter-spacing:1px;
} 

h2 {
text-decoration: none;
margin-top: 0;
margin-bottom: 0px;
margin-right: 0px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
letter-spacing:0px;
} 

