body, html {margin:0;padding: 0;}

body {padding-left: 60px;padding-top: 10px}

#top-banner{
	background-image: url(header_bar.png);
	width: 630px;
	height: 40px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

#map_canvas{
	padding: 0;
	margin: 0;
	width: 399px;
	height: 400px;
	float: left;
	border: 1px solid #ececec;
	border-right: none;
}

#right_canvas{
	padding: 0;
	margin: 0;
	float: left;
	width: 228px;
	height: 400px;
	background: #fff url(search_bg.png) no-repeat;
	border: 1px solid #ececec;
	border-left; none;
}

#theform{
	padding: 0;
	margin: 0;
	float:left;
	height: 102px;
	overflow: hidden;
}

#theform input, #theform button {
	border: none;
	float: left;
	background: transparent;
}


#theform p{
	color:#1b3f95;
	font-size:12px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-top: 10px;
}

#theform input.postcode{
	background: transparent;
	background-image:url(search_box_bg.gif);
	background-repeat:no-repeat;
	background-position: top right;
	width: 164px;
	height: 21px;
	padding: 4px 4px 0 24px;
}

#theform button.btn {
	width: 196px;
	height: 34px;
	border: 0;
	cursor: pointer;
	cursor: hand; /* for IE 5.x */
	text-indent: -1000em;
	background: url(search_button.png) no-repeat top right;
}

#theform button.btn:hover {
	background: url(search_button.png) no-repeat bottom right !important;
}


#showlist{
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	width: 218px;
	height: 298px;
	overflow: auto;
	font-size: 14px;
}

#showimage{
	float: left;
	margin: 0;
	padding: 0;
	width: 228px;
	height: 298px;
	overflow: hidden;
	background: #fff url(side_first_bg.jpg) no-repeat;
}

#showlist h2{
	color: #1a3a8e;
	font-size:14px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #ececec;
}

#showlist .show-item{
	padding: 6px 0 10px 0;
	border-bottom: 1px solid #ececec;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
}

#showlist .show-item h3{
	padding: 0;
	padding-bottom: 6px;
	margin: 0;
	font-size:14px;
	font-weight: bold;
	
}

#showlist .show-item p{
	font-size: 12px;
	padding: 0;
	margin: 0;
	}

#showlist .show-item h3 a, #showlist .show-item h3 a:visited{
	color: #1a3a8e;
}

#showlist .show-item h3 a:hover{
	text-decoration: none;
}


.google-show {
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:14px;
}

.google-show h3 {
	font-weight:bold;
	color: #1a3a8e;
}

.google-show img {
	border: none;
}

.google-show a, .google-show a:visited {
	color: #1a3a8e;
	display: block;
	height: 33px;
	width: 156px;
	cursor: pointer;
	cursor: hand; /* for IE 5.x */
	text-indent: -1000em;
	background: url(get_directions.gif) no-repeat top left;
}

.google-show a:hover{
	text-decoration: none;
	background: url(get_directions.gif) no-repeat bottom left;
}



#bottom-banner{
	padding: 0;
	margin: 0;
}
#bottom-banner img{
	border: none;
}

/*
style="clear:both; border: 1px solid #000; border-top: none; width:628px; height:100px; background-color:#1b3f95; color:#fff"
*/

