HTML
{
  margin: 0;
  padding: 0;
  height: 100%;
}

BODY
{
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center; /* to fix MSIE bug */
  background-color: #f2faeb; /*#eef5c1;*/
  font-family: trebuchet,verdana,helvetica,arial;
  font-size: 11px;
  font-weight: normal;
  background-image: url(images/background.jpg);
  background-position: center top;
  background-repeat: repeat-y;
}

H1
{
  font-size: 13px;
  font-weight: bold;
}

H1 A:link, H1 A:visited
{
  text-decoration: none;
  color: #999999;
}

H1 A:hover
{
  color: blue;
  text-decoration: underline;
}

H2
{
  font-size: 11px;
  font-weight: bold;
}

H3 /* used as section heading on FAQ page */
{
  background-color: #efefff;
  font-size: 11px;
  font-weight: bold;
  margin-right: 8px;
}

SELECT
{
  font-family: trebuchet,verdana,helvetica,arial;
  font-size: 11px;
  font-weight: normal;
}

OL LI, UL LI
{
  margin-bottom: 10px;
}

/*********************************************/

#main /* container for the entire page */
{
  position: relative; /* makes this a _positioned_ element */
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  width: 730px;
  text-align: left; /* to un-do center alignment set in BODY */
  background-color: #ffffff;
}

#header
{
  position: relative;
  height: 125px;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #efefff;
  text-align: right;
  padding-bottom: 5px;
  padding-top: 5px;
}

#content
{
  position: relative;
  margin: 5px 0 15px 0; /* bottom is same as on leftcolum and rightcolum - MSIE/FF difference */
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

#leftcolumn
{
  position: relative;
  margin: 0 0 15px 0; /* bottom is same as on content - MSIE/FF difference */
  background-color: #ffffff;
  width: 150px; /* width + paddings + margins = 150 */
  float: left;
}

#rightcolumn
{
  position: relative;
  margin: 0 0 15px 10px; /* bottom is same as on content - MSIE/FF difference */
  background-color: #ffffff;
  width: 553px; /* width + paddings + margins = 580 */
  float: left;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #efefff;
  padding-left: 15px;
  padding-top : 15px;
}

/************************************************/

#footer
{
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  clear: both;
  color: #aaaaaa;
  font-size: 10px;
  text-align: center;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #efefff;
  padding-top: 5px;
}

#footer A:link, #footer A:visited
{
  color: #aaaaaa;
  text-decoration: none;
  font-weight: bold;
}

#footer A:hover
{
  text-decoration: underline;
  color: blue;
  font-weight: bold;
}

/***************************************/

#bottommenu
{
  position: relative;
  width: 100%;
  margin: 20px 0 0 0;
  background-color: #ffffff;
  clear: both;
  color: #aaaaaa;
  font-size: 10px;
  text-align: center;
  border-width: 0;
  border-style: solid;
  border-color: #efefff;
  padding-top: 5px;
}
/*
#bottommenu A:link, #bottommenu A:visited
{
  color: #aaaaaa;
  text-decoration: none;
  font-weight: normal;
}

#bottommenu A:hover
{
  text-decoration: underline;
  color: blue;
  font-weight: normal;
}
*/
/***************************************/

.article /* an article is a full-width element */
{
  margin: 0 8px 25px 0;
  clear: both;
}

#roomdescription
{
  margin-right: 40px;
}


#articlebox1, #articlebox2, #articlebox3, #articlebox4 /* box is outlined */
{
  border: 2px solid #efefff;
  padding: 10px;
}

#articleblock1, #articleblock2, #articleblock3, #articleblock4 /* block is solid */
{
  background-color: #eeeeff;
  padding: 10px;
}

#articleblock5 /* block is solid */
{
  background-color: #fde3d4;
  /*border: 2px solid #ffb88e;*/
  padding: 10px;
  border-width: 4px 0 0 0;
  border-style: solid;
  border-color: #ffb88e;
}

.faqbox /* this is an ARTICLE + border */
{
  margin: 0 8px 15px 0;
  clear: both;
  border: 0px solid #efefff;
  padding: 10px 10px 10px 10px;
}

#footnote /* a full-width element */
{
  margin: 0 8px 25px 0;
  clear: both;
  font-size: 10px;
}


/***************************************/

.guestcomment /* this is an ARTICLE + ARTICLEBOX */
{
  margin: 0 8px 25px 0;
  clear: both;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #efefff;
  padding: 10px;
}

.withheld
{
  font-size: 9px;
  font-style: italic;
}

.timestamp
{
  font-size: 9px;
}

.personalinfo
{
  font-size: 10px
}

blockquote
{
  background: transparent url(images/quote-left.png) left top no-repeat;
}

blockquote div
{
  padding: 0 48px;
  background: transparent url(images/quote-right.png) right bottom no-repeat;
}

/***************************************/

.blurb /* an blurb is a half-width element */
{
  margin: 0 0px 25px 8px;
  width: 240px;
  float: left;
}

#blurbbox1, #blurbbox2, #blurbbox3, #blurbbox4 /* box is outlined */
{
  border: 2px solid #efefff;
  padding: 10px;
}

#blurbblock1, #blurbblock2, #blurbblock3, #blurbblock4 /* block is solid */
{
  background-color: #efefff;
  padding: 10px;
  border: 2px solid #efefff;
}

#weatherblurb
{
  /*background-color: #ffffff;
  border: 2px solid #efefff;*/
  padding: 10px;
  height: 125px; /* 125 for weatherreports.com -- 270 for weather.com */
  background-image: url(images/busy-2.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/***************************************/

.menu
{
  margin-top: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f8eabb; /* must match menulink below */ 
  text-align: center;
}

A.menulink, A.menulink:visited
{
  display: block;
  width: 148px; /* width of leftcolum - 2 */
  text-align: center;
  text-decoration: none;
  color: #000000;
  border: solid 1px #f8eabb; /* must match menu background-color */
  padding-top: 2px;
  padding-bottom: 2px;
}

A.menulink:hover
{
  border: solid 1px #ffb88e;
  background-color: #ffed99;
}

.menucurrent, A.menulinkcurrent, A.menulinkcurrent:visited /* NOT USING MENULINKCURRENT */
{
  display: block;
  width: 150px; /* width of leftcolum */
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
}

/*********************************/

#newsletter
{
  border-width: 4px 0 0 0;
  border-style: solid;
  border-color: #992a2a;
  padding: 2px;
  background-color: #f2dddd; 
  text-align: center;
  margin-bottom: 10px;
}

#searchbox
{
  border-width: 4px 0 0 0;
  border-style: solid;
  border-color: #224488;
  padding: 2px;
  background-color: #9aa7c6;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.submitbutton
{
  font-family: trebuchet,verdana,helvetica,arial;
  font-size: 11px;
}

A.littlelink
{
  font-size: 9px;
}

#bookmarks
{
  border-width: 4px 0 0 0;
  border-style: solid;
  border-color: #73880a;
  padding: 2px;
  background-color: #f9f7ed; 
  text-align: center;
  margin-bottom: 10px;
}

/********************************/

#jsdisabled
{
  border: 1px solid #ff0000;
  margin-top: 10px;
  text-align: center;
  padding: 2px;
}

/*********************************/

.imgborder
{
  padding: 2px;
  border: 2px solid #efefff;
}

.roomimg
{
  padding: 4px;
  border: 2px solid #efefff;
  width: 340px;
}

#aptfloorplan
{
  position: absolute;
  top: 60px;
  left: 370px;
  border: 0px;
  width: 183px; /* must match imagemap size */
  height: 142px;
}

/*************************************/

.rates
{
  font-family: trebuchet,verdana,helvetica,arial;
  font-size: 11px;
  text-align: center;
}

.oldrate
{
  text-decoration: line-through;
}

.newrate
{
  color: red;
}

/*************************************/

.faq
{
  font-family: trebuchet,verdana,helvetica,arial;
  font-size: 11px;
}

.faq DT
{
  padding-bottom: 6px;
  font-weight: bold;
}

.faq DD
{
  padding-bottom: 10px;
}

.faq LI
{
  padding-top: 5px;
  padding-bottom: 5px;
}

/****************************************/

.cal-key
{
  font-family: trebuchet,verdana,helvetica,arial;
  font-size: 11px;
  border-width: 0px;
  padding: 0px; /* cellpadding */
  border-spacing: 5px; /* cellspacing */
}

.cal-container
{
  padding: 0px;  /* cellpadding */
  border: 0px solid #efefff;
}

.cal-month
{
  font-family: trebuchet,verdana,helvetica,arial;
  font-size: 11px;
  border: 0px solid #efefff;
  padding: 0px; /* cellpadding */
  border-spacing: 1px; /* cellspacing */
}

.avail
{
  background-color: #99ff99;
}

.unavail
{
  background-color: #84a5ce;
}

.booked
{
  background-color: #ff9c94;
}

.special
{
  background-color: #fff200;
}

/******************************************/

#header img
{
  padding: 1px;
  border: 1px solid #efefff;
}

.statusicon
{
  vertical-align: bottom;
  border: none;
}

.todo
{
  background: yellow;
}

.phonenumber
{
  margin-bottom: 3px;
}

/******************************************/

.more
{
  text-align: right;
  font-size: 9px;
}

.top
{
  text-align: left;
  font-size: 9px;
}

.more A, .more A:visited, .top A, .top A:visited
{
  text-decoration: none;
  color: #000000;
}

.more A:hover, .top A:hover
{
  text-decoration: underline;
  color: blue;
}

/************************************/

table.fruittable
{
  font-family: trebuchet,verdana,helvetica,arial;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 40px;
}

.fruittable TH
{
  font-weight: normal;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #efefff;
}

.plant
{
  padding-right: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #efefff;
  width: 140px;
}

.ripe
{
  background-color: #81bb81;
  width: 30px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #efefff;
}

.notripe
{
  background-color: white;
  width: 30px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #efefff;
}

/***********************************/
/* added for Flower Farm site ******/
/***********************************/

#viewcart
{
  text-align: center;
  margin-bottom: 10px;
  width: 150px; /* width of leftcolumn */
}

.imgnoborder
{
  padding: 2px 10px 2px 2px;
}

/*********************/

.adsensebox
{
  border: 1px solid #efefff;
  padding: 10px;
  margin: 10px 10px 10px 0;
}

.google-ref
{
  margin: 10px 0 10px 0;
}

.searchinput
{
	width: 130px;
}
