@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #b3d8f5 url(../images/bg_body.png) repeat-x;	
}

img, img a {border: none;}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
.left {float: left;}
.right {float: right;}

img.left {float: left; margin: 0 16px 16px 0;}
img.right {float: right; margin: 0 0 16px 16px;}
	
a {color: #e3701f; text-decoration: none}
a:hover { text-decoration: underline; }

#top, #wrap, #footer {
	width: 960px;
	margin: 0 auto;
	}
	
#top {background: url(../images/bg_top.jpg) no-repeat; height: 130px;}

	#top h1 strong {display: none;}

#wrap {
	background: url(../images/bg_wrap.png) no-repeat;
	padding-bottom: 8px;
	}
	
#map {
	float: left;
	width: 684px;
	margin: 30px 0 0 30px;
	}

* html #map {margin-left: 15px;}
	
#sidebar {
	width: 192px;
	float: right;
	margin: 30px 30px 0 0;
	}
* html #sidebar {margin-right: 15px;}	


#sidebar form {
	background: url(../images/bg_pick.jpg) no-repeat;
	height: 186px;
	padding: 16px 14px;
	margin-bottom: 32px;
	}
	
#sidebar form h2 {
	font-size: 14px;
	margin-bottom: 14px;
	}

* html #sidebar form p {margin-bottom: 4px;}
*+html #sidebar form p {margin-bottom: 6px;}
	
#sidebar form select {
	width: 162px;
	}
	
#sidebar form button {
	cursor: pointer;
	width: 43px;
	height: 23px;
	background: url(../images/b_go.gif) no-repeat;
	border: 0;
	margin-top:-5px;
	}
	
#sidebar form button strong {display: none;}

#desc h2 {
	display: block;
	background: url(../images/ico_locator.gif) no-repeat;
	padding-left: 40px;
	font-size: 14px;
	padding-bottom: 10px;
	}
	
	#desc h2 strong {font-size: 18px;}
	
#footer {
	background: url(../images/bg_footer.png) no-repeat;
	height: 22px;
	margin-bottom: 32px;
	}
	
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#home-link
{
	padding-top:106px;
	text-align:right;
	padding-right:20px;
}

#home-link a
{
	color:#2864aa;
	font-weight:bold;
}