html{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/html_repeat.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 14px;
	background-color: #B5D3EA;
}
body{
	padding: 0;
	margin: 0;
} 
h3{
	color: #372721;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #B39048;
	font-size: 15px;
}
h4{
	color: #372721;
	font-size: 12px;
}
h5{
	font-size: 11px;
	margin-bottom: 5px;
	color: #372721;
	font-weight: bold;
}
a:link, a:active, a:visited{
	color: #372721;
	text-decoration: underline;
}
a:hover{
	color: #000;
}
strong{
	color: #372721
}
#main{
	width: 760px;
	margin: 0px auto;
	text-align: center;
	background-color: #E1D4B6;
	position: relative;
	border: 1px solid #000;
}	
#locator_sideBar select{
	width: 100%;
	margin-bottom: 5px;
}
#header{
	background-image: url(images/header.jpg);
	height: 188px;
}
#content{
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	min-height: 419px;
	height: auto !important;
	height:419px;
	text-align: left;
}
#locator_sideBar{
	width: 145px;
	margin: 0 0 1px 0px !important;
	padding: 13px 0 0 15px;
	float: left;

}
#locator_innerContent{
	width: 540px;
	position: relative;
	right: 25px;
	margin: 0;
	float: right;
	padding: 5px 0 0 0;
}
#footer{
	/*background-image: url(images/footer.gif);*/
	background-position: top;
	background-repeat: no-repeat;
	height: 29px;
	clear:both;
}
.locatorResult{
	border-bottom: 1px dotted #B39048;
	padding-bottom: 3px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.nav{
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav a:link, .nav a:active, .nav a:visited{
	color: #000;
}
.nav a:hover{
	background-color: #DBE3F0;
}






