body{
	background-color: #787878;
	margin: 0px;
}
.images{
	display: block;
	border: none;
}
.header{
	width: 100%;
	height: 130px;
	background-color:#000033;

}
.fader{
	width: 100%;
	height: 7px;
	background-image: url("../images/fader.png");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.fader2{
	width: 100%;
	height: 7px;
	background-image: url("../images/fader.png");
	background-repeat: repeat-x;
}
.main{
	width: 100%;
	height: auto;
	background-color: #FFCC00;
}
.links{
	width: 100%;
	height: 200px;
	background-color:#000033;

}
.bubbles{
	width: 1241px;
	height: auto;
	background-image: url("../images/bubbles.png");
	background-repeat: no-repeat;
	
}

.content{
	width: 900px;
	height: auto;
}
.header_layer_container{
	width: 1241px;
}
TABLE.header_layer{
	width: 900px;
	height: 130px;

}
.header_content{

}
.header_content H2{
	font-family: arial;
	color: #FFFFFF;
}

TABLE.box {
}
TABLE.box TD.white {
	background-color: #FFFFFF;
}
TABLE.box TD.clear {
	background-color: transparent;
}

.info {
	font-family: Arial;
	color: #696969;
	font-size: 12px;
}
.info A{
	font-family: Arial;
	color: #0000FF;
	font-size: 12px;
	text-decoration: underline;
}
.info A:HOVER{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.info H1{
	font-family: Arial;
	color: #696969;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.info H2{
	font-family: Arial;
	color: #000000;
	margin: 0px;
	padding: 0px;
	
}
.info H3{
	margin: 0px;
	padding: 0px;
}

.left_nav2 {
	width: 135px;
	font-weight: normal;
}
.left_nav2 A{
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 125px;
	display: block;
	padding: 5px;
	font-weight: normal;
}
.left_nav2 A:HOVER{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #696969;
	text-decoration: none;
	width: 125px;
	display: block;
	padding: 5px;
	font-weight: normal;
}

.thumbs{
	border: 1px solid #000000;
	width: 100px;
	height: 100px;
	display: block;
	max-width: 100px;
  	max-height: 100px;
  	width: expression(this.width > 100 ? "100px" : true);
  	height: expression(this.height > 100 ? "100px" : true);
}

.thumbs2{
	border: 1px solid #000000;
	width: 225px;
	display: block;
	max-width: 225px;
  	max-height: 225px;
  	width: expression(this.width > 225 ? "225px" : true);
  	height: expression(this.height > 225 ? "225px" : true);
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}



.footer{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;

}
.footer A{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;

}
.footer A:HOVER{
	font-family: arial;
	font-size: 12px;
	color: #000000;

}


.hoverNav {
	width: 175px;
	font-weight: normal;
}
.hoverNav A{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width: 175px;
	display: block;
	padding: 5px;
	font-weight: normal;
}
.hoverNav A:HOVER{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000055;
	text-decoration: none;
	width: 175px;
	display: block;
	padding: 5px;
	font-weight: normal;
}

.divider{
	width: 100%;
	border: 1px solid #CCCCCC;
}

.account_box{
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	padding: 5px;
}
.gray{
	color: #696969;
}
.blue{
	color: #000055;
}
.red {
	color: #FF0000;
}

.property_thumb_large{
	border: 1px solid #000000;
	display: block;
	max-width: 312px;
  	max-height: 312px;
  	width: expression(this.width > 312 ? "312px" : true);
  	height: expression(this.height > 312 ? "312px" : true);
}