/* CSS Document */

body{
	font-family: Arial, sans-serif;
}

img{
	border:0px;
}

input {
	color: #626262;
	border: 1px solid #C4C4C4;
	margin-right: 2px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #f2662b;
}

/* general classes */

.inlinenav {
	list-style-type:none;
}

.blocknav {
	list-style-type:none;
}

h1 {
	font-family: "Times New Roman", "Times", serif;
	font-weight: normal;
	font-size: 130%;
}

h1 .bytheway {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid black;
}

h2 { font-size: 115%; }

h3 { font-size: 100%; }

h4 { font-size: 90%; }

p {
	padding-bottom: 16px;
}

/* all that is above the rest */

#header {
	border-top: 3px solid black;
}

#address {
	color: #fc701e;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* search stuff */

#search div {
	display: inline;
}

/* main navigation below search */

#topnavigation {
	border-top: 1px dotted #989898;
	border-bottom: 1px dotted #989898;
}

#topnavigation ul, #topnavigation ol {
	padding-left: 0px;
}

/* left navigation */

#navigation {
	display:none;
}

/* bottom */

#bottom {
	border-bottom: 3px solid black;
	border-top: 1px dotted #989898;
}

#bottomnotes a {
	text-decoration: underline;
}


