
* {
	margin : 0;
	padding : 0;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	line-height: 16px;
}
body {
	text-align : center;
}
table, td {
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size : 18px;
	font-weight : bold;
	color : #003366;
	margin : 5px 0 15px 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/prosense.gif);
	background-repeat : no-repeat;
	width : 333px;
	height : 50px;
	float : left;
	margin : 10px;
}
#top_menu {
	width : 500px;
	height : 50px;
	padding-top : 20px;
	float : left;
	margin : 10px;
}
#top_menu a {
	font-size : 14px;
	font-weight : bold;
	margin-left : 10px;
	margin-right : 10px;
	color : #006699;
}
#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 {
	color: #000;
	text-align : center;
	font-size : 10px;
}
#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 20px;
	list-style-type : disc;
	text-indent : 20px;
	font-size : 11px;
	font-weight : bold;
}
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;
	color:#003366;
}
.popup table td {
	padding : 5px;
}
.popup #popup_title {
	width : 100%;
	background-color : #336797;
	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;
}
TABLE.login_box .row0 {
	font-weight: bold;
}
table.search_form td {
	color: #000;
	font-weight: bold;
}
table.featured {
	width: 500px;
}
table.featured td.featured_image {
	width: 200px;
	vertical-align: top;
}
table.results {
	width: 500px;
}
table.results td.featured_image {
	width: 200px;
	vertical-align: top;
}