body, html {
	margin:0px;
	padding:0px;
	min-width:1000px;
	color: #666;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background:#fff url('images/bg.jpg'); 
	background-repeat: repeat-x;
	background-position: 1px left;

		}
p, table, div, ul {
	font-size:11px;
	line-height: 160%;
	}
.sml {
	font-size:10px;
	}
			
#topContent {
	padding: 0px;
	margin: 0 auto;
	height: 283px;

}
#menu {
	width:264px;
	list-style: none;
	margin-top: 30px;
	padding: 0;
	text-align: right;

}	

#menu li {
	font: 13px Georgia, Times Roman, sans-serif;
	margin: 0;
	padding: 0px;
	background-image: none;
	display:inline;
	height: 1%;
}
#menu a {
	background: transparent url("images/menu_bg.gif") left center no-repeat;
	color: #666;
	display: block;
	margin: 0px;
	padding: 10px 25px;
	text-decoration: none;
}
#menu a:hover {
	background: transparent url("images/menu_bg_hi.gif") left center no-repeat;
	color: #333;
	padding-bottom: 10px;
}
#mainContent 
{
position:relative;/*ie needs this to show float */
	width:700px;
	float: left;
	margin-left: 350px;
	margin-top: -350px;
    overflow: auto;
    display: inline;
}		
		
#footer {
	margin-top: 20px;
	min-height: 100px;
	/*bottom: 0;*/
	background:#fff url('images/footer_bg.jpg'); 
	background-repeat: repeat-x;
	color: #777;
	width: 90%;
	text-align: left;
	padding: 2% 5%;
}
#footer{
    \width: 100%;
    w\idth: 90%;
}
a {
	color: #333;
	text-decoration: none;
}
a.blue {
	color: #0099CC;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}


a.dot {
	color: #fff;
	text-decoration: none;
	border-bottom:1px dotted #00CCFF;
	padding-bottom: 3px;

}
a.dot:hover{
	color: #fff;
	text-decoration: none;
	border-bottom:1px dotted #fff;
}

h1 {
	font: 18px Georgia, Times Roman, sans-serif;
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 2px;
	color: #FF9900;
}
h2 {
	font: 16px Georgia, Times Roman, sans-serif;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 2px;
	color: #0099CC;
	border-bottom:1px dotted #ccc;
}
h3 {
	font-size: 13px; 
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 5px;
	color: #888;

}
.h3 {
	font-size: 13px; 
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 5px;
	color: #888;

}
p.h4 {
	font-size: 13px; 
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #888;

}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 5px;
	}
li {
	background: url(images/bullet.gif) left top no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	}
li.conf {
	background: none left top no-repeat ;
	padding-left: 0px;
	margin-bottom: 10px;
	}
	
	
hr {
	color: #ccc;
	border-style: none;
	background-color: #ccc;
	height: 1px;
	border-bottom:1px dotted #ccc;
	}

.clear { clear: both; }

select, input, menu, list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:200px;
}

.imgborder {
    background: #FFFFFF; 
    border: 1px solid #0099CC;
    padding: 6px;
  } 
.property {
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 2px;
	color: #666;
	border-bottom:1px dotted #ccc;
}
.property_lineover {
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 2px;
	color: #666;
	border-top:1px dotted #ccc;
}
.property_nodec {
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 2px;
	color: #666;
}
.price {
    font: 15px Georgia, Times Roman, sans-serif;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #000;
}
.attention {
	color: #FF0000;
}
/* set up a printing template */
@media print {
#topContent 
{
display:none;
visibility:hidden;
}
#menu 
{
display:none;
visibility:hidden;
}
#mainContent 
{
margin-top:0px;
width:100%;
margin-left:0px;
display:block;
visibility:visible;
overflow:visible;
font-size:14px;
}
#mainContent td
{
color:#000;
font-size:14px;
}
#mainContent p
{
color:#000;
font-size:14px;
}