a {
	margin:0px;
	padding:0px;
}

body {
	font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:0;
}

body.docframe {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
}

div#globalnav {
	margin:0px;
	padding:0px;
	white-space:nowrap;
	background:url('$request.getContextPath()/images/globalNavCurve.gif') #8B0000 no-repeat bottom left;
	font:10px normal Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}

div#globalnav a {
	border:0px;
	padding:1px;
	color:#FFFFFF;
	text-decoration:none;
}

div#globalnav a:hover {
	border:0px;
	padding:1px;
	color:#FFCC00;
}

div#globalnav div {
	padding:1px 3px 2px 4px;
	color:#FFFFFF;
}

img.munilogo {
	margin:5px 5px 5px;
}

div#searchheader {
	margin:0px;
	padding:2px 4px 2px 4px;
	display:block;
	white-space:nowrap;
	color:#000000;
	font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

div#searchheader a {
	color: Black;
	text-decoration: none;
}

div#searchheader a:hover {
	color: Black;
	text-decoration: underline;
}



INPUT, SELECT, TD {
	font: 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

div.sectionHeader {
	background: #8B0000;
	color: White;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px 3px 3px 6px;
}

div.sectionHeader2 {
	font-size: 11px;
}

td.sectionHeaderTD {
	background: #8B0000;
	color: White;
	font-size: 11px;
	font-weight: bold;
}

div.sectionFooter {
	font-size: 11px;
	padding: 4px 3px 4px 6px;
}

td.sectionHeaderTD a {
	text-decoration: none;
	color: White;
}

td.sectionHeaderTD a:visited {
	text-decoration: none;
	color: White;
}

td.sectionHeaderTD a:Hover {
	text-decoration: underline;
	color: White;
}

.searchTerm {
	font-size: 14px;
	margin-left: 4px;
}

.reflead{
	font-size: 16px;
	margin-left: 4px;
	font-weight: bold;
}

h1 {
	font-size: 15px;
}

h1,h2,h3,a:link {
	color: #18284a;
}

h2 {
	font-size: 14px;
}

/* Special class for IE,since it doesn't support type= selectors */

INPUT.button {
	border: 1px outset;
	background: #D3D3D3;
	cursor: pointer;
}

INPUT.searchBtn {
	border: 1px outset;
	background: #D3D3D3;
	font: bold;
	cursor: pointer;
}

/* CSS2 compliant selectors */

input[type=submit], input[type=button] {
	border: 1px outset;
	background: #D3D3D3;
}

INPUT.text {
	border: 1px inset;
	background-color: #F5F5F5;
	color: #000000;
}

INPUT.textW {
	border: 1px inset;
	color: #000000;
	background-color: White;
}

INPUT.margins {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

TD.grayBorder {
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}

TH.grayBorder {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E7E7E7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E7E7E7;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E7E7E7;
	font-size: 13px;
}

TABLE.grayBorder {
	border: 1px solid #E7E7E7;
}

.searchResults{
    width: 100%;
    border: none;
}

.searchResultsCell{
    text-align: right;
    font-weight: bold;
}


.resultTitle {
	font-size: 11px;
	margin-bottom: 4px;
	font-weight: bold;
}

.resultIndex {
	font-size: 11px;
	padding-right: 5px;
	font-weight: bold;
}

.resultSnippet {
	margin-bottom: 4px;
	font-size: 9px;
}

.searchHLite {
	font-weight: bold;
}

a.searchOption {
	color: #18284a;
	font-size: 9px;
	text-decoration: none;
	margin-right: 4px;
	white-space: nowrap;
}

a.searchOption:hover {
	text-decoration: underline;
}

.searchLinks {
	margin-bottom: 7px;
}

.nextPage {
	left: 75%;
	position: absolute;
	margin-top: 2px;
}

.tile {
	background: #f1f1f1;
	padding-bottom: 5px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.buttonOut {
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: default;	
}

.buttonOver {
	background-color: #DFDFC8;
	border: 1px solid #999983;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.buttonHidden {
	display:none;
}

.text {
	color: Black;
	font-family: tahoma;
	font-size: 11px;
}

.textDisabled {
	color: Gray;
	font-family: tahoma;
	font-size: 11px;
}

.separator {
	border-bottom: 1px solid #999983;
}

form { margin: 0; padding: 0 }




