/* CSS Document */

* {
  margin: 0px;
  padding: 0px; 
}

body {
  background: #000;
  color: #FFF; 
  font-family: "Trebuchet MS",Arial,sans-serif;
  text-align: center;
}

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#page {
  border-top: 2px solid #555;
  height: auto;
  margin: 20px auto 0px auto;
  text-align: left;
  width: 850px;
}

div.modal {
  display: none;
}

/***********************************************************
 *  Header Styles
 **********************************************************/ 

#header {
  float: left;
  width: 100%;
}

#header div.title {
  float: left;
  margin: 32px 0px 10px 0px;
  text-align: center;
  width: 400px;
}

#header div.logo {
  float: right;
  margin: 10px 0px 10px 0px;
  text-align: center;
  width: 400px;
}

#header h1 {
  font-size: 26px;
  font-weight: normal;
}

#header h2 {
  font-size: 20px;
  font-weight: normal;
}

#header h3 {
  font-size: 18px;
  font-weight: normal;
}

/***********************************************************
 *  Navigation Styles
 **********************************************************/

#nav {
  background: #333;
  float: left;
  height: 30px;
  width: 100%;
}

#nav a {
  background: inherit;
  color: #FFF;
  display: block;
  float: left;
  font-size: 14px;
  padding: 6px 5px 6px 5px;
  position: relative;
  text-decoration: none;
}

#nav a:hover {
  color: #999;
}

#nav a.home { left: 30px; }
#nav a.properties { left: 85px; }
#nav a.local { left: 125px; }
#nav a.lucas { left: 175px; }
#nav a.sharon { left: 220px; }
#nav a.company { left: 270px; }
#nav a.contact { left: 310px; }

/***********************************************************
 *  Article Styles
 **********************************************************/

#article {
  float: left;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#article h2.stretch {
  display: inline;
  font-family: times,"Times New Roman",serif;
  font-size: 18px;
  letter-spacing: 6px;
}

#article div.center {
  text-align: center;
  width: 100%;
}

#article sup {
  font-size: 7px;
}

#article div.twoTone, #article div.twoSplit {
  margin: 0px auto;
  text-align: justify;
  width: 810px;
}

#article div.twoSplit {
  height: 275px;
}

#article div.twoTone div.contentRight {
  background: #333;
  float: left;
  height: 383px;
  overflow: hidden;
  width: 302px;
}

#article div.twoTone div.imgLeft {
  float: left;
  height: 383px; 
  width: 508px;
}

#article div.twoSplit div.imgLeft {
  float: left;
  text-align: center;
  width: 405px;
}

#article div.twoSplit div.contentRight {
  float: left;
  text-align: center;
  margin-top: 30px;
  width: 405px;
}

#article a { color: #FFF; }

#article h2 {
  font-size: 16px;
  margin: 10px 0px;
  text-align: center;
}

#article h3 {
  font-size: 14px;
  margin: 0px 10px;
}

#article p {
  font-size: 13px;
  margin: 10px 10px;
}

#article ul {
  font-size: 13px;
  list-style: square;
  margin-left: 35px;
}

#article li {
  line-height: 17px;
}

#article table {
  font-size: 13px;
  text-align: left;
}

#article span.disclaimer {
  display: block;
  font-size: 10px;
  margin-left: 10px;
  position: relative;
}

#flash {
  margin: 0px auto;
  text-align: center;
  width: 100%;  
}

/***********************************************************
 *  Footer Styles
 **********************************************************/

#footer {
  border-top: 2px solid #555;
  color: #999;
  float: left;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin: 10px 0;
}

#footer a.credit:hover {
  text-decoration: none;
}

#footer a.credit em {
  background: url('images/je-signature.png') left top no-repeat;
  display: -moz-inline-block; /* Firefox doesn't recognize inline-block */
  display: inline-block;
  height: 29px;
  font: 0/0 Arial;  /* Some browsers don't recognize text-indent for inline-block elements */
  margin: -5px 0;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: bottom;
  width: 69px;
}

#footer div.disclaimer {
  font-size: 10px;
  line-height: 12px;
  margin: 0px auto;
  width: 60%;
}

