body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #0A5992;
	background-image: url(../images/detail1/bgtile_orig.jpg);
	background-repeat: repeat-x;
}



.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:775px;
	_height:600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #MenuPos {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/aptdetail/banner.jpg);
	border: none;
	position:relative;
} 

.twoColFixLtHdr #MenuPos #addr {
	position:absolute;
	top:112px;
	left:30px;
	height:77px;
	width:500px;
	border: solid red 0px;
	font-size:14px;
} 

.twoColFixLtHdr #MenuPos #proplogo {
	position:absolute;
	top:55px;
	right: 15px;
	border: solid red 0px;
	font-size:14px;
} 
.twoColFixLtHdr #MenuPos #aptname {
	color:white;
	position:absolute;
	top:57px;
	left:30px;
	height:45px;
	width:500px;
	border: solid red 0px;
	font: 100% Geneva, serif;
	font-size:34px;
	font-weight:bold;
} 
.twoColFixLtHdr #MenuPos h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 180px;
	width: 800px;
	border: none;

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	height:525px;
	_height:493px;
	border: none;
	background-image: url(../images/aptdetail/leftnavbg.png);
	background-repeat:no-repeat;
	padding:0px;
}

.twoColFixLtHdr #sidebar1 #sidebar_btnsdiv {
	margin-top:32px;
	width:145px;
	height:96px;
	background-color:#3B795C;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}



.twoColFixLtHdr #mainContentProp {
position:relative;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 0px;
	height:534px;
	_height:624px;
	background-image: url(../images/aptdetail/contentpropbg.jpg);
	background-color:white;

	background-repeat:no-repeat;
} 

.twoColFixLtHdr #mainContent {
position:relative;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 145px;
	height:525px;
	_height:624px;
	background-image: url(../images/aptdetail/contentbg.jpg);
	background-color:white;

	background-repeat:no-repeat;
}
.twoColFixLtHdr #footer { 
	position:relative;
	top:0px;
	_top:-2px;
	left:0px;
	height:37px;
	width:900px;
	background-color:#0A5992;
	background-image: url(../images/aptdetail/footer_bg.gif);
	background-repeat:no-repeat;
	padding-top:10px;
		border: solid red 0px;
}

.twoColFixLtHdr #footer_nologo { 
	position:relative;
	top:0px;
	_top:-2px;
	left:0px;
	height:37px;
	width:900px;
	background-color:#0A5992;
	background-image: url(../images/aptdetail/footer_bg_nologo.png);
	background-repeat:no-repeat;
	padding-top:10px;
		border: solid red 0px;
} 
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-image: url(../images/aptdetail/contentbg.jpg);
}
#gallery {
	position:absolute;
	top:8px;
	left:19px;
	height:248px;
	width:350px;
	border: none;
	background-color:#EEEEEE;

}
#gallerynav {
	position:absolute;
	top:256px;
	left:19px;
	height:25px;
	width:350px;
	border: none;
	background-color:#EEEEEE;
	border: solid red 0px;
}

#officehours {
	margin-top:10px;
	border: solid red 0px;
	font-size:12px;
}

#subjtochg {
	font-size:10px;
}

#botnav {
	position:absolute;
	top:400px;
	left:78px;
	height:34px;
	width:755px;
	border: none;
	background-color:#BEBEBE;
	border: solid red 0px;
	padding:0px;
}

a #botnav {
	padding:0px;
	margin:0px;
}

#botlogo {
	position:absolute;
	top:435px;
	left:27px;
	height:86px;
	width:854px;
	border: none;
	background-color:#FFFFFF;

	background-repeat:no-repeat;
	border: solid red 0px;
	padding:0px;
}

#botlogo a img{
	border: solid red 0px;
}

#contentbanner {
	position:absolute;
	font-weight:bold;
	top:10px;
	left:20px;
	height:30px;
	width:550px;
	border: solid red 0px;
}
#price {
	position:absolute;
	font-weight:bold;
	top:10px;
	right:15px;
	height:30px;
	width:150px;
	border: solid red 0px;
	text-align:right;
}

#stats {
	position:absolute;
	top:67px;
	right:25px;
	height:279px;
	width:220px;
	border: solid red 0px;
	text-align:right;
	font-size:16px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}



#statlabels {
	position:absolute;
	top:67px;
	right:255px;
	height:279px;
	width:120px;
	border: solid red 0px;
	text-align:right;
	font-size:16px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}


#descrip {
	position:absolute;
	top:10px;
	left:400px;
	height:340px;
	width:480px;
	border: solid red 0px;
	text-align:left;
	font-size:12px;
	line-height:16px;
	overflow:auto;
}


#areatext {
	position:absolute;
	top:35px;
	left:19px;
	height:175px;
	width:715px;
	border: none;
	font-size:14px;
	border: solid red 0px;
}

#walkscore {
	position:absolute;
	top:215px;
	left:19px;
	height:300px;
	width:700px;
	border: none;


}

#areatab {
	position:absolute;
	bottom:5px;
	right:14px;
	width:63px;
	height:19px;
	text-align:center;
}

#areatab a {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	text-align:center;
	text-decoration:none;
}

#maptab {
	position:absolute;
	bottom:5px;
	right:85px;
	width:63px;
	height:19px;
	text-align:center;	
}

#maptab a {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	text-align:center;
	text-decoration:none;
}

#map {
	position:absolute;
	top:35px;
	right:28px;
	height:385px;
	width:700px;
	border: solid red 0px;
	text-align:right;
	font-size:16px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}


#directions {
	position:absolute;
	top:440px;
	right:28px;
	height:67px;
	width:700px;
	border: solid red 0px;
	text-align:right;
	font-size:16px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}


#propertytab {
	position:absolute;
	bottom:5px;
	right:156px;
	width:63px;
	height:19px;

}

.currenttab {
 	background-color:white;
 	color:black;
 	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
}

.activetab {
	background-color:#1d4731;
	color:white;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
}

.activetab a {
	color:white;
}

.activetab a:hover {
	color: yellow;
	text-decoration: none;
}





.btm-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
}
a.btm:link {
	color: #2ABB67;
	text-decoration: none;
	font-weight: normal;
}
a.btm:visited {
	color: #2ABB67;
	text-decoration: none;
	font-weight: normal;
}
a.btm:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.tableheader {font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;font-size:1.1em;color:#FFFFFF;color:#FFFFFF;background-color:#3D7B42;text-align:left;}



#floor_plans {
	width:500px;
	height:390px;
	background-color:transparent;
	position:absolute;
	top:9px;
	right:17px;

	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	font-weight:bold;

	border:0px;
	border-style:solid;
	border-color:black;
	overflow:auto;
}

#features {
width:500px;
text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	font-weight:normal;
	margin-top:10px;

}
tr.floorplanrow0 td{
	background-color:#ECDDC0;
	padding-left:2px;
	padding-right:2px;
	border-bottom:#D9D9D9 1px solid;
}

tr.floorplanrow1 td{
	background-color:#F8F1E7;
	padding-left:2px;
	padding-right:2px;
	border-bottom:#D9D9D9 1px solid;
}


#floor_plans th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	font-weight:bold;
	background-color:#96BC83;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
}



#floor_plans td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	font-weight:normal;
	text-align:center;
	height:20px;
}





#map {
	position:absolute;
	width:500px;
	height:325px;
	top:9px;
	right:17px;
	background-color:white;
	border:1px;
	border-style:solid;
	border-color:black;
}

#aptdirections {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
	font-weight:normal;
	position:absolute;
	width:500px;
	height:57px;
	top:340px;
	left:381px;
	background-color:#bebebe;
	border:0px;
	border-style:solid;
	border-color:red;
}

#walkscore {
	position:absolute;
	width:500px;
	height:385px;
	top:9px;
	left:385px;
	background-color:white;
	border:1px;
	border-style:solid;
	border-color:black;
}

#area-WalkScore {
	position:absolute;
	width:490px;
	height:340px;
	top:20px;
	left:0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	font-weight:bold;
	border:#6B5829 0px solid;
	overflow:hidden;
}


#tabDiv{
	position:absolute;
	width:500px;
	height:385px;
	top:9px;
	left:385px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	font-weight:bold;
	border:#6B5829 0px solid;
	overflow:hidden;
}

