/* default font size*/
@import url(fs/small.css);



/****************************************
* NN4 font-sizes
****************************************/
body, div, p, th, td, li, dd {
  font-family: verdana, arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

h1 {
  font-size: 140%;
  font-weight: 100;
  margin-top: 0;
/*
  color: #393;
*/
}

h2 {
  font-size: 110%;
  font-weight: bold;
/*
  color: #69f;
*/
}

#condo-name-location {
  display: none;
}

/****************************************
* XHTML elements
****************************************/

body {
  background: #feeecc url(/img/b/body-sun.gif) top left no-repeat fixed;
  margin: 0;
}

a {
  font-weight: bold;
  color: #c60;
  text-decoration: none;
}

a:hover {
  color: #f93;
}

abbr {
  font-style: normal;
}

caption {
  text-align: left;
  font-weight: bold;
  color: #393;
}

th {
  text-align: left;
}



/****************************************
* CONTAINERS
****************************************/

#container {
  position: relative;
  width: 660px;
  margin-top: 54px;
  margin-bottom: 20px;
  margin-left: 14%;
}

#header {
  height: 318px;
  background: url(/img/b/header-bottom.gif) bottom center no-repeat;
}

#nav {
  position: absolute;
  top: 336px;
  left: 0;
  width: 205px;
}

#nav ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

#content {
  /*/*/
  background: url(/img/b/content-squares.gif) bottom center no-repeat;
  /* */
  padding: 0 0 25px;
  margin: 20px 0 10px 255px;
}

#footer {
  text-align: center;
  margin: 20px 0 10px 202px;
}

#intro-copy {
  text-align: center;
  margin: 1em 0 1.7em;
  padding: 1.2em 1em 1em;
  border: solid #fc6;
  border-width: 1px 0;
}

#intro-copy p {
  margin: 0 0 .7em;
  line-height: 1;
  font-size: 1.1em;
  color: #333;
}

#photos div {
  margin: 0 0 1.5em;
}

#photos div img {
  border: 1px solid #000;
}

#villa-slideshow {
  width: 200px;
  float: right;
  margin: 0 0 1em 1em;
  text-align: center;
  font-size: .9em;
}


/****************************************
* FORM
****************************************/

/*/*/
#font-select input {
  border: #c60 2px solid;
  background: #f9f2ac;
  font-weight: bold;
  color: #c60;
  width: 2em;
  height: 1.5em;
  padding: 0;
  text-align: center;
  line-height: .6;
}

#font-select input:hover {
  border-color: #f93;
  color: #f93;
}

label {
  display: block;
  margin: 1em 0 0;
}

textarea {
  width: 380px;
}
/* */

  
