/* CSS Document */

.header {width: 990px; margin:0px auto}
body {margin: 0px 0px; background:url(images/bg_top.jpg) repeat-x;
}
.logo {width:500px; }

.menu ul {color: #FFF;}
.menu li {display: inline;}
.menu li a {color: #fff; text-decoration:none; font-size:18px; font-weight:bold; margin-right: 28px;}

.menu {width:990px; margin: -36px auto 0px auto; text-align:right;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content {width: 990px; margin:0px auto}

.footer {background:url(images/bg_footer.jpg) repeat-x; text-align:center; font-size: 16px; vertical-align:middle; color: #fff; min-height: 23px; font-weight:bold;}

.featured_box {float: left; width: 325px; border: #FF0000 solid 1px; min-height:150px; margin-bottom:14px;}
/*.featured_box:hover {border-color: #FFFF00;}*/

.search_box {float: right; width: 655px; border: #FF0000 solid 1px; min-height:150px; margin-bottom:14px;}
/*.search_box:hover {border-color: #FFFF00;}*/

.latest_box {float: right; width: 325px; border: #FF0000 solid 1px; min-height:1475px; margin-bottom:14px;}
/*.latest_box:hover {border-color: #FFFF00;}*/

.content_box {float: leftt; width: 649px; border: #FF0000 solid 1px; min-height:1475px; margin-bottom:14px; padding-left:6px;}
/*.content_box:hover {border-color: #FFFF00;}*/

.properties {min-height:120px; border-bottom:dashed #FF0000 1px; margin:0px 6px 0px 0px; padding-top: 16px; padding-left:8px;}
.properties:hover {background-color:#FFFFCC;}

img {border:none;}

h1 {font-size:24px; margin:0px 0px 6px 6px;}
h2 {font-size:14px;}
a {color:#FF0000; text-decoration:underline;}
a:hover {text-decoration:none;}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #FFF;
width: 120px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ff0000;
color: white;
}

.latest {width:316px; margin-left:auto; margin: 0px auto 0px auto; padding-bottom:6px; padding-left:4px;}
.latest:hover {background-color:#FFFFCC;}

.bars {background-color: #fff200;
		font-size:22px;
		padding:10px 10px 5px 10px;
		border-top: #FF0000 solid 1px;
		border-bottom: #FF0000 solid 1px;
		margin-bottom: 10px;
}

.bars h3{font-size: 28px;
		font-weight: normal;
		text-align: center;
		margin: 0;
		padding: 0;
		}
		
.bars img{
		float:right;
		margin: 15px 0 0 15px;
		}
