/* CSS Document */

/* ======================= CSS ROLLOVERS ======================== */

/* ========= ACCOMMODATIONS ========== */

#rollnavAccom
{
  display: block;
  width: 133px;
  height: 25px;
  float:left;
  background: url("/images/navrollovers/Accom.jpg") no-repeat 0 0;

}

#rollnavAccom:hover
{ 
  background-position: 0 -25px;
}

#rollnavAccom span
{
  display: none;
}

/* ========= DINING ========== */


#rollnavDining
{
  display: block;
  width: 54px;  
  height: 25px;
  float:left;
background: url("/images/navrollovers/Dining.jpg") no-repeat 0 0;

}

#rollnavDining:hover
{ 
  background-position: 0 -25px;
}

#rollnavDining span
{
  display: none;
}

/* ========= MEETINGS/GROUPS ========== */


#rollnavMeetings
{
  display: block;
  width: 135px;  
  height: 25px;
  float:left;
background: url("/images/navrollovers/Meetings.jpg") no-repeat 0 0;

}

#rollnavMeetings:hover
{ 
  background-position: 0 -25px;
}

#rollnavMeetings span
{
  display: none;
}

/* ========= WEDDINGS/REUNIONS ========== */


#rollnavWeddings
{
  display: block;
  width: 155px;  
  height: 25px;
  float:left;
background: url("/images/navrollovers/Weddings.jpg") no-repeat 0 0;

}

#rollnavWeddings:hover
{ 
  background-position: 0 -25px;
}

#rollnavWeddings span
{
  display: none;
}

/* ========= MUSEUM ========== */


#rollnavMuseum
{
  display: block;
  width: 61px;  
  height: 25px;
  float:left;
background: url("/images/navrollovers/Museum.jpg") no-repeat 0 0;

}

#rollnavMuseum:hover
{ 
  background-position: 0 -25px;
}

#rollnavMuseum span
{
  display: none;
}

/* ========= DOWNLOADS ========== */


#rollnavDownloads
{
  display: block;
  width: 89px;  
  height: 25px;
  float:left;
background: url("/images/navrollovers/Downloads.jpg") no-repeat 0 0;

}

#rollnavDownloads:hover
{ 
  background-position: 0 -25px;
}

#rollnavDownloads span
{
  display: none;
}

/* ========= ACTIVITIES ========== */


#rollnavActivities
{
  display: block;
  width: 79px;  
  height: 25px;
  float:left;
background: url("/images/navrollovers/Activities.jpg") no-repeat 0 0;

}

#rollnavActivities:hover
{ 
  background-position: 0 -25px;
}

#rollnavActivities span
{
  display: none;
}

/* ========= CONTACT ========== */


#rollnavContact
{
  display: block;
  width: 73px;  
  height: 25px;
  float:left;
background: url("/images/navrollovers/Contact.jpg") no-repeat 0 0;

}

#rollnavContact:hover
{ 
  background-position: 0 -25px;
}

#rollnavContact span
{
  display: none;
}


/* ===================== END CSS ROLLOVERS ====================== */

body {
margin-top: 120px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}

.white{
	font-family: arial;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
}

.specialstext{
	font-family: arial;
	font-size: 13pt;
	color: #586387;
}

.specialstextgray{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}

.specialstextgray2{
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}

.specialstextred{
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #891B1E;
}

.bodytext{
	font-family: arial;
	font-size: 9pt;
	color: #333333;
}
#TBL1{border-color:#E5D1A8;
border-style:solid; border-width:2px;}

.bodytext a{
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #666699;
}

.bodytext a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #444483;
}

.bodytextbold{
    font-family: arial;
	font-size: 9pt;
	font-weight: bold;
    color: #333333;
}

.bodytextitalic{
    font-family: arial;
	font-size: 9pt;
	font-style: italic;
    color: #333333;
}

.bodytd {
background-color:#ffffff}

.navigation {
	background-image: url(/images/NavBg2.gif);
	background-color:#e7c06b;}
	
.navigation {
	font-family: arial;
	font-size: 11pt;
	text-decoration: none;
	color: #284422;
}

.navigation a{
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #284422;
}

.navigation a:hover{
text-decoration: none;
font-weight: bold;
color: #4E8442;
}

.footertext{
	font-family: arial;
	font-size: 7pt;
	color: #ffffff;
}

.footertext a{
	font-family: arial;
	font-size: 7pt;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

.footertext a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #b6c3f0;
}


.heading{
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: #333333;
}

.heading2{
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #e7c06b;
}

.smalltext {
    font-family: arial;
	font-size: 8pt;
	font-weight: bold;
    color: #333333;
}
.smalltext a{
	font-family: arial;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: bold;
	color: #666699;
}

.smalltext a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #444483;
}


