@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	}

.menu {
	width:938px;
	position:relative;
	z-index:100;
	}
	
.lowerhalf {
	width:848px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	position:relative;
	z-index:2;
}
.dotlist {
	margin-left:25px;
	list-style-image:url(images/dot.jpg);
}

.homeflash {
	position:relative;
	z-index:2;
	width:847;
	height:248;
	padding:0px;
	margin:15px auto 0px auto;
	background-image:url(images/flash/flashbg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-bottom:#959C4F solid 14px;
}

h1 {
	font-size:20px;
	color:#990000;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	}

.red {
	font-size:1em;
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	line-height:1em;
	}

.smallCap {
	font-variant:small-caps;
	}
	
ul {
 	list-style: none;
	padding: 0;
	margin: 0;
  }
  
li {
  float: left;
  position: relative;
  z-index:50;
  }
  
li ul {
  display: none;
  position: absolute;
  z-index:95; 
  top: 100%;
  left: 0;
  background-color:#949c50;
  color:#FFFFFF;
  padding:0.3em;
  font-size:0.95em;
  }
  
li ul a {
	color:#FFFFFF;
	text-decoration:none;
	width: 120px;
  }

li ul a:hover {
	color:#FFFFFF;
	text-decoration:underline;
  }     
  
#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFF;
	clear: both;
	
}

/*#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}
*/
li ul li {
	padding-bottom:0.6em;
	}  
  
li > ul {
	top: 10px;
	left: 0;
	}
	
li:hover ul, li.over ul { display: block; }		


li>ul {
	top: auto;
	left: auto;
}

#blogFeed li {
	background-image: url(images/dot.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	padding-left:25px;
	float:none;
	margin-bottom:10px;
	}

.options {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
#ninesixtwo ul {
	list-style:disc;
	padding:0px;
	}
#ninesixtwo li {
	float:none;
	padding-left:10px;
	margin-left:15px;
	}
#ninesixtwo h1, #ninesixtwo h2 {
	color:#990000;
	font-size:18px;
	}
#ninesixtwo h1 {
	border-bottom:2px solid #990000;
	text-decoration:none;
	}
#ninesixtwo h2 {
	margin-top:0px;
	font-variant:small-caps;
	}
#ninesixtwo h3 {
	border-bottom:1px solid #990000;
	font-weight:normal;
	color:#990000;
	font-size:16px;
	}
#ninesixtwo .info {
	float:right;
	width:260px;
	}
#ninesixtwo .floorplanHold {
	clear:both;
	}
#ninesixtwo .floorplan {
	width:200px;
	text-align:center;
	float:left;
	margin-right:12px;
	color:#990000;
	}
#ninesixtwo a img {
	border:none;
	}
	
/*///////////////////////////////////////////*/

/*ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}*/