/* TOP NAV */
#csstopmenu {
border-top: 1px solid #A69576;
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-right: 1px solid white;
background-color: #D5C4A5;  /*Menu link background color - darker */
}

.headerlinks a{
font-family: arial narrow;
font-weight: bold;
font-size: 11px;
color: #784828;   /*Dark Brown*/
letter-spacing: 0.03cm;
display: block;
padding-top:2px; padding-bottom:2px; 
}

.headerlinks a:hover{
background-color: #E1B07A; /*Orange Brown*/
}

.submenus{
display: none;
position: absolute;
top: 19px; /*19px*/
left: 0;
background-color: #E1B07A;  /*Orange Brown*/
z-index: 100;
}

.submenus li{
width: 100%;
}

.submenus li a{
font-family: arial narrow;
font-size: 10px;
color: #784828; /*Dark Brown*/
text-transform: uppercase;
letter-spacing: 0.015cm;
padding-top: 2px;
padding-bottom: 2px;
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #D5C4A5; /*Menu link background color - darker */
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 0px;
}

/* CONTENT */

body {
  color: #333; /*dark grey body text */
  font-size: 12px;
  font-family: arial, helvetica, san-serif;
  background-color: #E2E4F1; /*background color whole page, lt blue*/
  }

.topnav {
  text-align: center;
  font-family: arial, helvetica, san-serif;
  font-size: 11px;
  }

.topnav a:link {color: #534937; text-decoration: none}
.topnav a:visited {color: #534937; text-decoration: none}
.topnav a:active  {color: #534937; text-decoration: none}
.topnav a:hover   {color: #A94E20; text-decoration: none; font-weight: bold}

.selected a:link {color: #A94E20; text-decoration: none; font-weight: bold}
.selected a:visited {color: #A94E20; text-decoration: none; font-weight: bold}
.selected a:active  {color: #A94E20; text-decoration: none; font-weight: bold}
.selected a:hover   {color: #A94E20; text-decoration: none; font-weight: bold}

td.topleft {
  width: 359px;
  height: 107px;
  border-bottom: 1px solid #A69576;
  }

td.middleleft {
  width: 359px;
  height: 344px; /*344*/
  }

td.bottomleft {
  background-image: url(images/bottomleft.jpg); background-repeat: repeat-y;
  background-color: #E1B07A; /* #FFEECF; light tan */
  border-top: 1px solid #A69576;
  }

td.bottomleft-noshow {
  /*background-image: url(images/bottomleft.jpg); background-repeat: repeat-y;*/
  background-color: #E1B07A; /* #FFEECF; light tan */
  border-top: 1px solid #A69576;
}

td.content {
  background-image: url(images/bkgnd-content-2.gif); background-repeat: no-repeat;
  background-color: #FFEECF;  /*light tan */
  border-left: 1px solid #A69576;
  width: 441px;
  }

td.footer {
  border-top: 1px solid #A69576;
  }

div.content {
  margin: 24px 12px;
  line-height: 18px;
  }

h1 {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  }

h2 {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  }

p {
  margin: 12px 0 14px;
  line-height: 18px;
  }

#floorplan {
  margin-left: 14px;
  width: 410px;
  }

td.floorplanimg {
  height: 448px;
  background-color: #FFFFFF;
  padding: 6px;
  }

td.floorplan {
  padding: 12px 2px;
  font-family: arial, helvetica, san-serif;
  font-size: 11px;
  }

.floorplan a:link {color: #534937; text-decoration: none}
.floorplan a:visited {color: #534937; text-decoration: none}
.floorplan a:active  {color: #534937; text-decoration: none}
.floorplan a:hover   {color: #A94E20; text-decoration: underline}

.floatleft {
	margin-left: 6px;
	margin-right: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
  }

.floatright {
	margin-left: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: right;
  }

