BODY {
	text-align:center;
	min-width:960px;
	padding:0;
  	/* top, right, bottom, left*/
	padding:5px 0px 0px 0px;
	font-size:76%;
	font-family : Arial, Helvetica, sans-serif;
	background-color:#738D68;
}
h1{
	font-size:1.7em;
	color:#576B50;
}
h2{
	font-size:1.5em;
	color:#576B50;
}
#wrapper{
	width:960px;
	margin: 0 auto;
	left:50%;
	text-align:left;
	background-color:white;
	padding-bottom:10px;
}
#header{
  	/* top, right, bottom, left*/
	padding:0px 0px 0px 5px;
}
#navbar{
  	/* top, right, bottom, left*/
	margin:0px 10px 10px 10px;
	background-color:#94A18F;
  	/* top, right, bottom, left*/
	padding:4px 2px 0px 2px;
	height:28px;
}
ul{
	margin:0;
	padding:0;
	list-style:none;	
}
ul li{
	float:left;
}
a.links:link, a.links:visited{
	line-height:1.5;
	text-align:center;
	font-size:1.2em;
  	/* top, right, bottom, left*/
	margin:0px 2px 0px 2px;
	display:block;
	width:79px;
	height:24px;
	color:#576B50;
	background-image:url(images/button.gif);
	repeat:no-repeat;
	text-decoration:none;
}
a.links:hover{
	color:black;
}
#tel{
	line-height:1.5;
	text-align:center;
	font-size:1.2em;
  	/* top, right, bottom, left*/
	margin:0px 2px 0px 2px;
	display:block;
	width:517px;
	height:24px;
	color:black;
	background-image:url(images/button.gif);
	repeat:repeat-x;
	text-decoration:none;
}
#content{
  	/* top, right, bottom, left*/
	margin:0px 10px 0px 10px;
	background-color:#DAD9D7;
}
#left{
	width:255px;
	float:left;
	text-align:center;
}
#right{
	width:665px;
	float:right;
	/* top, right, bottom, left*/
	padding:0px 10px 10px 10px;
}
#right p{
	font-size:1.2em;
	margin-top:0;
}
#footer{
	font-size:0.9em;
	clear:both;
	text-align:center;
	background-color:#DAD9D7;
	/* top, right, bottom, left*/
	padding:10px 0px 10px 0px;
}
#wrapper2{
	background-color:#DAD9D7;
  	/* top, right, bottom, left*/
	margin:0px 10px 0px 10px;
	background-image:url(images/back.gif);
	repeat:y-repeat;
}
#farleft{
	background-color:#DAD9D7;
	float:left;
	width:286px;
	/* top, right, bottom, left*/
	padding:0px 10px 10px 10px;
}
#content2{
	float:right;
}
#left2{
  	/* top, right, bottom, left*/
	margin:0px 10px 0px 10px;

	width:286px;
	float:left;
	/* top, right, bottom, left*/
	padding:0px 10px 10px 10px;
}
#right2{
	width:286px;
	float:right;
	/* top, right, bottom, left*/
	padding:0px 10px 10px 10px;
}
.upfont1{
	font-size:1.2em;
}
/*POP UPS*/
.bed{
position: relative;
z-index: 0;
}
.bed:hover{
background-color: transparent;
z-index: 50;
}
.bed span{ /*for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
left: 286px; /*position where enlarged image should offset horizontally */
top:-200px;
z-index: 50;
}
.bed:hover span{ /*for enlarged image on hover*/
visibility: visible;
}
.office{
position: relative;
z-index: 0;
}
.office:hover{
background-color: transparent;
z-index: 50;
}
.office span{ /*for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
left: -340px; /*position where enlarged image should offset horizontally */
top:-200px;
z-index: 50;
}
.office:hover span{ /*for enlarged image on hover*/
visibility: visible;
}
.balance{
vertical-align:-19px;
}
#right3{
	width:665px;
	float:right;
	/* top, right, bottom, left*/
	padding:0px 10px 10px 10px;
}
#right3 p{
	margin-top:0px;
}
#brief{
	width:450px;
	background-color:white;
	padding:10px;
	margin-left:100px;
}
#brief h1{
	font-size:1.2em;
}
#brief h2{
	font-size:1.1em;
	margin-bottom:3px;
}
