/* CSS Document */

* {margin:0;padding:0}

body {
	background-color: #f9f8f4;
	background-image: url(../images/body_bkgr.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

/* Layout ============================================================= */

#outercontainer {
	width: 703px;
	background-color: f3f1e9;
	margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#innercontainer {
	width: 703px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#popup {
  margin: 20px;
  text-align: left;
}

#topimage {
	height: 308px;
	width: 703px;
}

#bodycopy {
	margin-left: 40px;
	margin-right: 40px;
}

#priceunitleft  {
	width: 155px;
	height: 100px;
  float: left;
  display: inline;
	margin: 20 0 10 0px;
}

#floorplan  {
  float: center;
  text-align: center;
}

#unitplan  {
  text-align: center;
}

#bottomcontainer {
	clear: left;
	background-color: e2decf;
  height: 100px;
}

/* Navigation Type ============================================================= */

#navigation {
	width: 703px;
	background-image: url(../images/nav_stripe.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	height: 45px; /* IE Window 5.5 */
	voice-family: "\";}\""; 
  voice-family: inherit;
	height: 45px; /* IE Windows 6 */
} 

html>body #navigation {height: 40px; /* Regular Browsers */}


.nav {
	float: left;
	display: inline;
  font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 15 10 6 45px; /* IE Window 5.5 */
	voice-family: "\";}\""; 
  voice-family: inherit;
	margin: 10 10 6 45px; /* IE Windows 6 */
} 

html>body .nav {margin: 10 10 6 45px; /* Regular Browsers */}

li {
  float: left;
	margin-right: 15px;
	margin-top: 3px;
	list-style: none;	
}

.nav a:link, .nav a:active, .nav a:visited {
  color: #fff;
	padding: 6 0 8 0px;
	text-decoration: none;

}
.nav a:hover {
	background-image: url(../images/arrow.gif);
	text-decoration: none;
	background-repeat: none;
	background-position: center;


}

/* Type Styles ============================================================= */

p {
	font-size: 12px;
	color: #696450;
	text-align: left;
	font-family: Georgia, Times, serif;
	margin-top: 8px;
	line-height: 18px;
}

#bottom p {
	text-align: center;
	margin-top: 8px;
	padding-top: 30px;
	color: 696450; 	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

#unitleft p {
	color: 696450; 	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
	}

a:link {
  color: #7f883b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #7f883b;
}
a:visited {
	color: #7f883b;
}

blockquote {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 12px;
	color: 7f883b;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 17px; 
}

hr {
color: #b7b3a3;
margin-top: 8px; 
border: none 0; 
border-top: 1px solid;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/}


/* Headings =============================================================== */

h1 {
	color: #7f883b;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	margin-bottom: 8px;
}

h1 a:link, .h1 a:active, .h1 a:visited {
  color: #7f883b;
	text-decoration: none;

}
h1 a:hover {
	color: #7f883b;
	text-decoration: underline;
}


h2 {
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	color: #7f883b;
}

h3  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #696450;
	margin-top: 8px;
}