
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 18px;
}
body {
text-align : center;
}
table, td {
font-family : Verdana, Arial, sans-serif;
font-size : 10px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	margin: 5px 0 10px 0;
}
h2 {
font-size : 14px;
font-weight : bold;
color : #003366;
margin : 15px 0 10px 0;
text-transform : uppercase;
}
#wrapper {
width : 1000px;
background : url(images/wrapper.gif);
background-repeat : repeat-y;
}
#logo {
background : url(images/logo.gif);
background-repeat : no-repeat;
width : 333px;
height : 50px;
float : left;
margin : 10px;
}
#top_menu {
	margin: 10px;
	text-align: center;
}
#top_menu a {
	font-size: 22px;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
	color: #CC6699;
	text-decoration: none;
}
#top_menu a:hover {
color : #993300;
}
#banner {
background : url(images/banner.jpg);
background-repeat : no-repeat;
width : 960px;
height : 216px;
margin-bottom : 10px;
}
#left_bar {
float : left;
width : 300px;
border-right : 1px solid #ccc;
}
#right_body {
float : left;
width : 700px;
}
#content {
float : left;
padding : 10px;
text-align : left;
}
#footer {
	background-color: #FFFFFF;
	width: 920px;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	border-top: 1px solid #006699;
}
#footer a {
padding : 0 10px 0 10px;
}
.separator {
clear : both;
}
.photo {
border : 1px solid #000;
margin : 10px;
}
.price {
color : #660000;
font-weight : bold;
margin : 5px 0 5px 0;
font-size : 12px;
}
li.features {
margin : 5px 0 10px 0;
list-style-type : none;
}
li.bullets {
	margin: 10px 0 0 10px;
	list-style-type: disc;
	text-indent: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
a.search_link {
font-size : 18px;
font-weight : bold;
color : #cc0000;
}
.mandatory {
font-weight : bold;
color : #990000;
}
.error {
font-weight : bold;
color : #cc0000;
}
.thumbnail {
position : relative;
z-index : 0;
}
.thumbnail:hover {
background-color : transparent;
z-index : 50;
}
.thumbnail span {
position : absolute;
padding : 5px;
left : -1000px;
border : 1px dashed gray;
visibility : hidden;
color : black;
text-decoration : none;
}
.thumbnail span img {
border-width : 0;
padding : 2px;
}
.thumbnail:hover span {
visibility : visible;
top : -350px;
left : 50px;
}
.popup {
background-color : #ffffff;
background-image : none;
}
.popup table td {
padding : 5px;
}
.popup #popup_title {
width : 100%;
background-color : #660066;
font-family : tahoma, verdana, arial;
color : #ffffff;
font-weight : bold;
font-size : 14px;
padding : 5px;
}
TABLE.mortgage {
width : 100%;
background-color : #ffffff;
color : #000000;
border : 1px solid #d5d5d5;
padding : 0;
margin : 5px auto;
}
TABLE.mortgage TD.row0 {
background-color : #ffffff;
}
TABLE.mortgage TD {
color : #000000;
background-color : #c1f0cd;
text-align : left;
padding : 5px;
}
TABLE.mortgage TD.title {
font-weight : bold;
background-color : #99cccc;
border : 1px solid #000000;
}
TABLE.mortgage TD.price {
font-weight : bold;
color : #ff0000;
background-color : #cccccc;
}
