.wrapper{
	margin: 0px auto;
	width: 800px;
}
.header{
	float: left;
	width: 100%;
	height: 114px;
	background-color: #fff;
}
.content{
	float: left;
	width: 100%;
	background-color: #fff;
}
.footer{
	float: left;
	width: 100%;
	height: 66px;
	background-color: #fff;
}
body {
	background:url("/images/pagebackground.jpg") repeat-y scroll center center #4E4E4E;
	font-family:Verdana,sans-serif;
	font-size:small;
	color:#555555;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
}

.agentPhoto, .agentPhoto img {
	padding: 0px 8px 0px 0px;
	position: relative;
	float: left;
	width: 81px;
	height: 114px;
}
.agentInfo {
	padding: 0px 8px 0px 0px;
	position: relative;
	float: left;
	width: 220px;
	
}
.brokerInfo {
	padding: 0px 8px 0px 0px;
	position: relative;
	float: left;
	width: 300px;
}
.brokerLogo, .brokerLogo img{
	padding: 0px;
	position: relative;
	float: right;
	width: 175px;
	height: 114px;
}
.agentInfo ul, .brokerInfo ul{
	list-style-type: none;
	font-size: 92%;
}
/*** Begin TLN ***/

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li {
	width: 10%;
	float: left;
	background: #262626;
}
#nav-menu li.left a {
	border-left: 0 solid #999;
	background: #262626;
}
#nav-menu li.left a:hover {
	border-left: 0 solid #999;
	color: #c21125;
	background: #CDC9C9;
}
#nav-menu li a {
	color: #dcdce9;
	height: 20px;
	float: left;
	display: block;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #000;
	text-decoration: none;
	text-align: center;
	font-size: 72%;
	padding-top: 6px;
}
#nav-menu li a:hover {
	border-left: 1px solid #999;
	color: #c21125;
	background: #CDC9C9;
}
#nav-menu li.right a {
	background: #262626;
}
#nav-menu li.right a:hover {
	border-left: 1px solid #999;
	color: #c21125;
	background: #CDC9C9;
}
/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none;
}
/* End hide */

#nav-menu {
	width: 100%;
	margin: 0;
} 
/*** End TLN ***/

.listingAddress {
	padding: 12px 0px 3px 0px;
	float: left;
	width: 100%;
	color:#ccc;
	text-align:center;
	background-color: #1a1a1a;
}
.listingAddress ul {
	font-size: 110%;
	width: 785px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#flashContent {
	padding-bottom:25px;
	margin:0px;
	width: 100%;
	height: 355px;
	background-color: #1a1a1a;
}
#VTour {
	float: left;
	width: 402px;
	height: 355px;
}
#VTourRight {
	float: left;
	width: 382px;
	height: 355px;
	border-bottom: thin solid #000;
	border-right: thin solid #000;
	background-color: #262626;
}
.VToursDesc ul {
	list-style-type: none;
}
.VToursDesc li a{
	list-style-type: none;
	font-size: 92%;
	color: #ccc;
}
h2 {
	font-size: 105%;
	width: 758px;
	padding: 4px 6px 0px 4px;
	margin: 0px 16px 0px 16px;
	border-bottom: thin solid #ccc;
	border-right: thin solid #000;
	background-color: #262626;
}
h2 a.small {
	font-size: 75%;
	color: #dcdce9;
	text-decoration: none;
	margin-bottom: 3px;
}
h2 a.small:hover {
	font-size: 75%;
	color: #c21125;
	text-decoration: none;
	margin-bottom: 3px;
}
a {
	color: #1a1a1a;
}
a:hover {
	color: #c21125;
}
.listingDetails {
	width: 800px;
	margin: 0px;
	color: #ccc;
	background-color: #1a1a1a;
}
.heading {
	margin: 0px;
	background-color: #1a1a1a;
}
dl.listingDetails {
	width: 768px;
	font-size: 85%;
	margin: 0px 16px 0px 16px;
	border-bottom: thin solid #000;
	border-right: thin solid #000;
	background-color: #262626;
}
.listingDetails p{
	text-align: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 16px 0px 16px;
	border-bottom: thin solid #000;
	border-right: thin solid #000;
	background-color: #262626;
}
.listingDetails a{
	text-align: left;
	color: #999;
	padding: 0px 10px 0px 10px;
	margin: 0px 16px 0px 16px;
	background-color: #262626;
}
dl.listingDetails dt {
	float: left;
	clear: left;
	width: 20%;
	text-align: left;
	font-weight: bold;
	color: #999;
	padding: 4px 0 0 10px;
	margin-bottom: 8px;
	border-top: 1px solid #999;
	background-color: #262626;
}
dl.listingDetails dd {
	padding: 4px 0 0 10px;
	margin-bottom: 8px;
	border-top: 1px solid #999;
	background-color: #262626;
}
.clearBoth {
	clear: both;
	width: 800px;
	padding-top: 4px;
	background-color: #1a1a1a;
}
.footer {
	font-size: 68%;
	text-align: center;
	background-color: #fff;
}