

/*
search box
---------------------------------------- */

#search-box {				/* sets up the colored container box */
display: block;
padding: 6px 8px 6px 14px;	/* top, right, bottom, left */
text-align: left;			/* for NN4 */
}

#search-box img {display: block;} /* for Gecko browsers */

#search-box select, input { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
color: #000000;
}

#search-box .title { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
}

#search-box input { 
width: 120px;	 /* makes it fit the scan column in IE */
margin: 3px 0px; /* top + bottom, left + right */
}

#search-box input.button { width: 60px;}
#search-box :focus { background-color: #FFFF99;}
#search-box input.button:active { background-color: #FFFF99;}


/*
nav buttons
---------------------------------------- */

#nav-buttons {
background-color: #D1C9BC;
border: #FFFFFF solid;
border-width: 1px 0px
}

#nav-buttons a {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
text-decoration: none;
display: block;
padding: 6px 9px 6px 14px; /* top + bottom, left + right */
}

#nav-buttons a:hover {
color: #FF9933; 
background-color: #330000;
padding: 6px 9px 6px 14px; /* top + bottom, left + right */
}

.highlight {
	background-color: #FFFFFF;
}

/*
content and typographic styles
---------------------------------------- */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-type: square;
	margin-bottom: -0.5em;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: -0.5em;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -0.2em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: -0.2em;
	margin-top: 2.5em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
}

hr {
	background-color: #CC9966;
}

.leftaddress {
	font-size: 10px;
	padding-left: 14px;
	line-height: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
}

.featurebox {
	padding: 12px;
	width: 382px;
}

.leftcaption {
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.footer, .breadcrumb {
	font-size: 10px;
	line-height: 15px;
	margin-top: -0.2em;
}

.footer { }
