@charset "utf-8";
/* CSS Document */
/* start general layout */
body, td, th{
	font-family:Trebuchet MS, Arial;
}
body{
	background-color:#C8C8C8;
	margin:0px;
	padding:0px;
	font-size:90%;
}
.thinborder{
	background-color:#FFFFFF;
}
#top{
	width:758px;
	height:98px;
	background-image:url(/images/top.png);
	background-repeat:no-repeat;
}
#strap{
	width:758px;
	height:31px;
	background-image:url(/images/strap.png);
	background-repeat:no-repeat;
}
#flashlogo{
	position:absolute;
	top:1px;
	z-index:1;
	width:156px;
	height:199px;
}

/* end general layout */
/* start left menu */
#leftbar{
	background-image:url(/images/menu-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#324755;
}
#menu{
	position:absolute;
	z-index:2;
	top:185px;
}
#address{
	position:absolute;
	z-index:1;
	top:360px;
}
#menu a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:12px;
	margin:0px;
}
#menu a:hover{
	text-decoration:underline;
}
.mnu_f3 a{
	color:#ABBBC5 !important;
}
.mnu_blank{
	height:25px;
}
.mnu_propmgt{
	height:25px;
	background-color:#700000;
}

.mnu_propmgt:hover{
	background-color:#900000;
}

.mnu_f1{
	height:25px;
	background-color:#2D4557;
	background-image:url(/images/mnu_f1.gif);
	background-repeat:repeat-x;
}
.mnu_f1:hover{
	height:25px;
	background-color:#2D4557;
	background-image:url(/images/mnu_f2.gif);
	background-repeat:repeat-x;
}
.mnu_f3{
	height:25px;
	background-color:#2D4557;
	background-image:url(/images/mnu_f3.gif);
	background-repeat:no-repeat;
}
/* end left menu */
/* start body classes */
.imagefloat{
	border:#CCCCCC 1px solid;
	margin:5px 5px 10px 10px;
	padding:0px;
}
/* end body classes */
/* tl styles for show property*/
.folio_table{
	border-bottom:1px solid #aaaaaa;
	margin-bottom:15px;
	padding-bottom:20px;
}
