/* CSS Document */

/***********************************************/
/* NESTED PAGE AREAS and HTML STYLES           */
/***********************************************/ 

/* these styles are just here to help hilight different page areas */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(shared/bg.gif);
	background-repeat: repeat-y;
}


a:link {
	color: #CC3300;
	text-decoration: none;
}

a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

a:active {
color:#CC0000;
}

h1 {
font: bold 18px Verdana ;
margin: 62px 0 0 0;
}

h2 {
font: bold 14px Verdana ;
margin-top: 10px;
line-height:150%;
}

h3 {
font-size:75%;
font-weight:bold;
margin-bottom: -11px;
}

#illus{
	border:1px solid #CC3300;
}

#content p, #content-home p, #content ul li {
font-size: 70%;
line-height: 150%;
}

#content table tr td {
font-size: 70%;
}

.formmenu {
font-size: 80%;
}

.calculator {
font-size:x-small;
}

#zoom{
	background:url(floorplans/zoom.gif) no-repeat 0 45%;
	padding-left:13px;
	margin-top:-5px;
	margin-bottom:30px;
}
#floorplans_note{
	margin-left:-40px; 
	margin-top:85px; 
	font-style:italic; 
	font-size:85%; 
	width:260px
}

#unit{
	margin-top:55px; 
	margin-left:-20px;
}