html{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #000;
	background-image: url(images/html_repeat.gif);
}
body{
	padding: 0;
	margin: 0;
} 
h3{
	color: #0B5F13;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #0B5F13;
	font-size: 15px;
}
h4{
	color: #0A5D19;
	font-size: 12px;
}
h5{
	font-size: 11px;
	margin-bottom: 5px;
	color: #CF1414;
	font-weight: bold;
}
a:link, a:active, a:visited{
	color: #CF1414;
	text-decoration: underline;
}
a:hover{
	color: #000;
}
strong{
	color: #0B5F13
}
#main{
	width: 760px;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	position: relative;
}	
#header{
	background-image: url(images/header.jpg);
	height: 107px;
}
#content{
	min-height: 400px;
	height: auto !important;
	height:400px;
	text-align: left;
}
#locator_sideBar{
	width: 150px;
	margin: 0 0 1px 0px !important;
	padding: 13px 0 0 10px;
	float: left;
}
#locator_sideBar select{
	width: 100%;
	margin-bottom: 5px;
}
#locator_innerContent{
	width: 555px;
	position: relative;
	right: 20px;
	margin: 0;
	float: right;
	padding: 5px 0 0 0;
}
#footer{
	clear: both;
	height: 10px;
	border-bottom: 2px solid #CE1315;
}
.locatorResult{
	border-bottom: 1px dotted #0D5B19;
	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;
}

