/* 
 * This stylesheet formats various items throughout the site, including the nav buttons on the homepage.
 */
body {
 font: 100%/1 Arial, Helvetica, sans-serif;
}
h1 { 
 color: #508ED8; 
 font-family: Arial, Verdana, Helvetica;
 font-size: 16px;
 font-wieght: bold;
 font-style:italic;
 text-decoration: none;
}
/**/
/*this list contains the buttons*/
ul#ulButtons {
 list-style-type: none;
 margin: 21px 0;
 padding: 0;
}
ul#ulButtons li {
 height: 42px;
 margin: 0 0 14px 0;
 padding: 0;
 width: 156px;
}
ul#ulButtons li a {
 display: block;
 font-size: 0;
 height: 42px;
 margin: 0;
 padding: 0;
 width: 156px;
}
ul#ulButtons li#liRoomInfo a {
 background: transparent url(../images/buttons/btn_roominfo.gif) no-repeat 0 0;
}
ul#ulButtons li#liRoomInfo a:hover {
 background: transparent url(../images/buttons/btn_roominfo_over.gif) no-repeat 0 0;
}
ul#ulButtons li#liTerms a {
 background: transparent url(../images/buttons/btn_rentalterms.gif) no-repeat 0 0;
}
ul#ulButtons li#liTerms a:hover {
 background: transparent url(../images/buttons/btn_rentalterms_over.gif) no-repeat 0 0;
}
ul#ulButtons li#liReservations a {
 background: transparent url(../images/buttons/btn_reqinfo.gif) no-repeat 0 0;
}
ul#ulButtons li#liReservations a:hover {
 background: transparent url(../images/buttons/btn_reqinfo_over.gif) no-repeat 0 0;
}

.location {
font-size: 15px; 
font-weight: bold;
line-height: 18px;
}

.closed {
font-size: 12px; 
font-weight: bold;
color: #C70800;
width: 175px;
text-align:center;
}

.text {
margin: 0px 40px 0px 40px;
}