html, body {
	margin: 0;
	padding: 0 0 0 0;
	height:100%;
	width:100%;
}

body {
	background-image:url(graphics/background.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	font-family: tahoma;
}

#borderContainer{
	width:100%;
	height:100%;
	border-width:0px;
}

#header {
	padding: 0 0 0 0;
	height: 80px;
}

#headerLinks {
	padding: 0 5px 0 0;
	height: 75px;
}

#headerLinks a {
	display: block;
	float: right;
	padding: 20px 15px 0 15px;
	margin: 12px 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	color: #b6d3eb;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	border-left: 1px solid #2e5e8c;
	border-right: 1px solid #06284a;
}

#headerLinks a:hover {
	color: #fff;
	text-decoration: underline;
}

#headerLinks a.print {
	border-left: none;
	background-image:url(graphics/print.gif);
}

#headerLinks a.email {
	background-image:url(graphics/email.gif);
}

#headerLinks a.draw {
	background-image:url(graphics/draw.gif);
}

#headerLinks a.help {
	border-right: none;
	background-image:url(graphics/help.gif);
}

.appTitle {
	color: #fff;
	margin: 12px 0 0 5px;
  font-size:22pt;
  float:left;
  font-family:Verdana;
}

.appLogo {
	margin: 5px 8px 0 0;
  float:left;
}

#searchCol {
	width: 350px;
	float: left;
	margin: 10px 5px 5px 10px;
	overflow:hidden;
}

#searchItems {
	height: 40px;
	margin: 53px 20px 30px 20px;
}

#inputBG {
        float: left;
	height: 28px;
	width: 250px;
        margin: 20px 0 0 85px;
	background-repeat:no-repeat;
	background-image:url(graphics/inputBG.gif);
}

#searchBox {
        position:absolute;
        left:auto;
	font-size: 16px;
	color: #666;
	width: 227px;
        margin: 3px 0 0 4px;
	border:none;
	background: none;
	text-align:left;

}

#searchButton {

	height: 30px;
	width: 105px;
	font-weight:bold;
	text-decoration:none;
	font-size:larger;
        text-align:center;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-image:url(graphics/search.gif);
	float:left;
	border: none;
        margin: 20px 0 0 0;
        padding-top: 3px;
}

#searchButton:hover {
	height: 30px;
	width: 105px;
	font-weight:bold;
	text-decoration:none;
	font-size:larger;
        text-align:center;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-image:url(graphics/searchOver.gif);
	float:left;
	border: none;
        margin: 20px 0 0 0;
        padding-top: 3px;
}

#searchStatus {
	width: 300px;
	font-size: 14px;
	color: #03336f;
	padding: 0 0 0 0;
	margin: 8px 0 0px 0;
}

.mapButton {
	text-decoration:none;
	display: block;
	height:20px;
	width: 110px;
	margin:2px 2px 2px 2px;
	text-align: center;
	background-repeat: no-repeat;
	background-image:url(graphics/mapButton.gif);
	float: right;
	border: none;
	top:-15px;
}

.hr {
	width: 100%;
	height: 2px;
	float: left;
	background-image:url(graphics/hrBG.gif);
	margin: 12px 0 12px 0;
}

#searchResult {
	border: 0px
	solid #000;
	left: 10px;
	top: 2%;
	width: 95%;
	height: 3%
}

.searchResultsGrid {
	border: 0px solid #000;
	top: 2%;
	width: 350px;
	height: 500px
}

.tr { border: 1px solid #000;  height:10px;font-size:small;width:100%;}
.td { width: 130px; }
.th { font-size:medium;text-align:center;}

#mapArea {
	border: 1px solid #7c95b4;
	margin: 10px 10px 10px 10px;
	overflow:hidden;
}
#mapDiv{
	height:100%;
	width:100%;
	overflow:hidden;
}

#mapButtons {
	position:absolute;
    right:3px;
	top:10px;
	z-index:999;
}
