BODY, B, TD, P, UL, LI, INPUT, SELECT, TEXTAREA{
	color		: #333333; 
	font-family	: Verdana, Arial, helvetica; 
	font-size	: 8pt;
}

a, a:link, a:visited{
        color: #00209E;
}

a:hover{
        color: #009E20;
}

.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #646464;
	line-height: 30px;
	letter-spacing: .5px;
}
.common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #323232;
	line-height: 20px;
	letter-spacing: .5px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #323232;
	line-height: 15px;
	letter-spacing: .5px;	
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #323232;
	line-height: 14px;
	letter-spacing: 1px;	
}

.errMsg {
	color		: red;
}

.mainTable {
	width		: 1000px;
}

td.brokerInfo {
	width		: 174px;
}

td.brokerImage {
	width		: 141px;
}

div.brokerImage {
	width		: 131px;
	height		: 166px;
	position	: relative;
}

td.brokerBio{
	width		: 425px;
}

div.brokerBio{
	width		: 415px;
	height		: 430px;
	position	: relative;
}

td.brokerListings{
	width		: 215px;
}

div.brokerListings{
	width		: 215px;
	position	: relative;
}

td.listings{
	width		: 213px;
}

div.listings{
	width		: 213px;
	position	: relative;
}

td.listingHeader {
	font-family	: Verdana, Arial, helvetica; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00209E;
	line-height: 18px;
	letter-spacing: 1px;	
}
	
td.listingDetails{
	width		: 542px;
}

div.listingDetails{
	width		: 543px;
	position	: relative;
}

.listingTitle{
	font-family	: Verdana, Arial, helvetica; 
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00209E;
	line-height: 18px;
	letter-spacing: 1px;
	padding-bottom: 5px;	
}

.listingImages{
	font-family	: Verdana, Arial, helvetica; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	letter-spacing: 1px;
	padding-bottom: 5px;	
}

.popupHeader{
	color		: #FFFFFF; 
	font-family	: Verdana, Arial, helvetica; 
	font-size	: 12pt; 
	font-weight	: bold;
	align		: center
}

.popupFooter{
	color		: #FFFFFF; 
	font-family	: Verdana, Arial, helvetica; 
	font-size	: 8pt; 
	font-weight	: bold;
	align		: center;
}

.imageGallery{
	width		: 584px;
}

div.imageGallery{
	width		: 584px;
	position	: relative;
}

div.frame {
	position	: relative;
}

div.frame[class] {
	position	: relative;
	background-image:url(framebackground.png);
}
#visible {
	overflow: visible;
}

#hidden {
	overflow: hidden;
}

#scroll {
	overflow: scroll;
}

#auto {
	overflow: auto;
}

.gallery {
width: 203px;
margin: 0 0 3px 3px;
background-color: #fff;
padding: 3px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

td.gallery img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

#poweredby {
  text-align:center;
  text-align:left;
  margin:20px;
  color:#FFFFFF;
  text-decoration:line-through;
}
#poweredby a{
  text-align:center;
  text-align:left;
  margin:20px;
  color:#FFFFFF;
  text-decoration:line-through;
}

.ListOut{
	padding:0px;
	margin:0px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}

	.ListOut a{
		text-decoration:none;
		color:#777;
	}
	
	.ListOut a:hover{
		color:#000;
	}

#slider {
    width: 395px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width:  450px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 395px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.ul {
	list-style-type: none;
	padding: zero;}
