body {
	margin:auto;
	width:800px;
}
.stnd:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
}
.stnd:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
}
.stnd:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.stnd:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wht:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.wht:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.wht:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.wht:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.medi:link, .medi:visited, .medi:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.medi:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 120px;
	text-align: left;
}
div.row span.formw {
	float: left;
	width: 300px;
	text-align: left;
} 
div.spacer {
	clear: both;
}
p {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
#container {
	display: inline;
	padding-left: 20px;
}



#gallery {
	position:relative;
	width:525x;
	margin:40px auto;
	padding:10px;
	border:6px solid #fff;
	background:#AAA;
}
#images {
	border:2px solid #9ac1c9;
	height:px;
	background:#eef5f6;
	margin-bottom:20px;
}
#image {
	position:relative;
	width:px;
	height:375px;
	padding:5px;
	border:2px solid #666;
	background:#FFF url(images/loading.gif) center center no-repeat;
}
#image img {
	position:absolute;
	top:5px;
	left:5px;
}
#thumbwrapper {
	margin-top:10px;
	padding:5px 0;
	width:550px;
	height:100px;
	border:2px solid #666;
	background:#FFF;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:525px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:100px;
	width:10000px;
	border-right:5px solid #FFF;
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.imgnav {
	position:absolute;
	height:375px;
	width:15%;
	z-index:100;
	height:375px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
}
#previmg {
	left:0;
	background:url(images/left.gif) left center no-repeat;
	border-left:5px solid #FFF;
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#nextimg {
	right:0;
	background:url(images/right.gif) right center no-repeat;
	border-right:5px solid #FFF;
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 5px;
border: 1px solid #778;
color: #FFF;
background:#18388C;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color:#999999;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #FFF;
border-bottom-color: #CCCCCC;
color:#000;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

table {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
table h5 {
	margin: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
}

.prop {
	text-align:left;
	margin-bottom: -20px;
}






.shadetabs2{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 5px;
border: 1px solid #778;
color: #999;
background:#ccc;
}

.shadetabs2 li a:visited{
color: #999;
background:#ccc;
}

.shadetabs2 li a:hover{
text-decoration: underline;
background:#000077;
color:#FFF;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background: #ccc;
border-bottom-color: #ccc;
color:#000;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.propertyTop {
	width:175px;
	margin:auto;
}
.propertyLeft {
	width:90px;
	height:20px;
}
.propertyRight {
	width:85px;
	height:20px;
}
.floorLeft {
	width:90px;
	height:20px;
}
.floorRight {
	width:85px;
	height:20px;
}
.floorTop {
	height:20px;
}
