/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	color: #222222;
	font-family: Century Gothic;
}
body {
	line-height: 1;
	background-color:#ffffff;
}

h1 {
	font-size: 30px;
	line-height: 30px;
}
h3 {
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width:980px;
	height:1020px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000 ;
  	margin-left: auto ;
	margin-right: auto ;
	left: 100px;
}

#block_vt {
	width:670px;
	height:560px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px ;
	background-image:url(loading.gif);
	background-repeat:no-repeat;
	overflow: hidden;
	float: left;
}

#block_details {
	width:290px;
	height:560px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px ;
	background-image:url(details.gif);
	background-repeat:no-repeat;
	float: left;
}

#block_realtor {
	width:400px;
	height:420px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px ;
	background: url(realtor.gif);
	background-repeat:no-repeat;
	float: left;
}

#block_gallery {
	width:250px;
	height:420px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px ;
	background-image: url(gallery.gif);
	background-repeat:no-repeat;
	float: left;
}

#block_location {
	width:290px;
	height:420px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px ;
	background-image: url(location.gif);
	background-repeat:no-repeat;
	float: left;
}

#map_canvas {
	width:266px;
	height:346px;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 10px ;
	border: solid 2px #ffffff;
	float: left;

}

#pic_wrap {
	width:134px;
	height:348px;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 10px ;
	border: solid 0px #ffffff;
	float: left;
}

#realtor_desc {
	width:192px;
	height:306px;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 10px ;
	border: solid 2px #ffffff;
	float: left;
	padding:20px;
	font-size: 16px;
	line-height: 20px;
}

#realtor_pic {
	width:130px;
	height:170px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px ;
	border: solid 2px #ffffff;
	float: left;
}

#company_pic {
	width:130px;
	height:100px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px ;
	border: solid 2px #ffffff;
	float: left;
}

#website_box {
	width:130px;
	height:35px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px ;
	border: solid 2px #ffffff;
	float: left;
	text-align: center;
	padding-top:13px;
}

#address {
	width:266px;
	height:55px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 10px ;
	border: solid 2px #ffffff;
	float: left;
	font-size: 18px;
	text-align:center;
	vertical-align: center;
	font-style: italic;
	font-weight:bold;
	line-height: 22px;
	padding-top:10px;
}

#listing_price {
	width:266px;
	height:40px;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 10px ;
	border: solid 2px #ffffff;
	float: left;
	font-size: 30px;
	text-align:center;
	line-height: 40px;
	font-style: italic;
}

#listing_txt {
	width:226px;
	height:314px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 10px ;
	border: solid 2px #ffffff;
	float: left;
	font-size: 14px;
	line-height: 20px;
	text-align:left;
	padding:20px;
	overflow: auto;
}

#createdby {
	width:960px;
	height:25px;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 0px 0px ;
	border: solid 0px #000;
	float: right;
	font-size: 12px;
	line-height: 25px;
}

.gallery {
	zoom:1;
	width:240px;
	margin: 60px 0px 0px 10px ;
	text-align: left;
}
.gallery a {
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
	text-align:center;
	opacity:0.80;
	filter: alpha(opacity = 80);				
}
.gallery a:hover {
	opacity:1;
	filter: alpha(opacity = 100);
	}
.gallery a img {
	border:none;
	display:block;
}
.gallery a#vlightbox{
	display:none
}