/* ALL CSS STYLES DEVELOPED BY MATTHEW VANTASSEL - MATTHEW@VANTASSEL.CA - WWW.VANTASSEL.CA */

* { margin: 0; padding: 0; }

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }

img { border: 0px; }

p { font-size: 90%; }

#wrapper { 
	position: relative; 
	width: 100%; 
	min-width: 730px; 
	height: 100%; }

#map { width: 100%; height: 100%; }	

#bottomContent { 
	position: absolute; 
	bottom: 0; 
	width: 100%; }	

#header {
	height: 85px;
	width: 100%;
	background: url(../images/header_bg.jpg) repeat-x #fff; 
	border: 1px solid #fff; 
	border-width: 1px 0 1px 0; }
	
#header object { float: left; }

#ads { float: right; padding: 10px; }

#searchForm { width: 100%; background: url(../images/th_bg.jpg) top left repeat-x #ddd; }
	
#searchForm div.title { 
	cursor: pointer; 
	padding: 5px 10px; 
	height: 18px; 
	background: url(../images/dropdownarea_bg.jpg) top left repeat-x #333; 
	color: #fff; }	

#searchForm div.title h1, #searchForm div.title h2 { float: left; }
#searchForm div.title h1 { 
	font-size: 110%; 
	padding: 0 20px; 
	background: url(../icons/sharelistings.png) left center no-repeat; }

#searchForm div.title h2 { font-size: 85%; padding-top: 2px; }
#searchForm div.title h2 strong { color: red; }

#searchForm div.title a.close { float: right; color: #fff; text-decoration: none; }

#searchForm div.content { 
	height: 100px; 
	border-top: 1px solid #fff; 
	padding: 10px; }

#searchForm div.content div.inputs { 
	float: left; 
	text-align: right; 
	padding-right: 15px; }

#searchForm div.content div.inputs input { text-align: right; }
#searchForm div.content div.inputs p { padding: 5px 0; }

#searchForm div.content div.checklist { 
	float: left; 
	font-size: 90%; 
	padding-right: 15px; }

#searchForm div.content div.checklist ul { 
	list-style-type: none; 
	padding-left: 0; 
	margin-left: 0; 
	float: left; }

#searchForm div.content div.checklist ul li { padding: 3px 10px 3px 0; }
	
form label { display: inline-block; line-height: 1.8; vertical-align: top; }
	
form label { width: 120px; } /* Width of labels */
	
form input {
	font-size: 105%;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff; }
	
div.infoWindow { width: 240px; height: 100px; }

div.infoWindow h2 { 
	color: #0c437c; 
	border-bottom: 1px solid #0c437c; 
	margin-bottom: 7px; }
	
div.infoWindow img { float: left; width: 80px; margin-right: 10px; }
div.infoWindow p { float: left; width: 130px; }
div.infoWindow strong { color: red; }	