@charset "UTF-8";

/* These styles augment or overwrite the Reed default
set of styles that are also linked to the template*/

#searchArea2 {
	margin-bottom: 25px;
}
#searchArea2 input#searchBox2 {
	font-size: 9px;
	padding: 3px 3px 3px 5px;
}
#mainContent h1 {
	font-size: 32px; /*Shrink the h1 so it all fits on one line. Default value is 36px. -JP*/
}
#mainContent h2 {
	font-size: 1.6em;
	color: #77695d;
	line-height: normal;
	margin: 0 0 5px 0; /* 11/30/05 - added 5px bottom margin - JP */
}
#mainContent h3 { /* 6/06 - extensive mod to default style -JP*/
	font-size: 1.2em;
	color: #77695d;
	font-weight: bold;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
	margin: 15px 0 5px 0;
	padding-bottom: 1px;
}
#mainContent h4 { /* 6/06 - extensive mod to default style -JP*/
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
}
#mainContent h5, #mainContent h6 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
}

/* ------------ Misc Styles ------------ */
.smalltext {
	font-size: 10px;
}
.smallesttext {
	font-size: 7pt;
}
.td_border_all td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.td_border_top td {
	border-top: 1px solid #ccc;
}
.td_border_right td {
	border-right: 1px solid #ccc;
}
.td_border_bottom td {
	border-bottom: 1px solid #ccc;
}
.td_border_left td {
	border-left: 1px solid #ccc;
}

#mainContent h2 
{margin: 10px 0 20px 0;
}
#navLeft p {
line-height: 110%;
margin:0; padding:0
}
#navLeft ul ul {
margin: 0;
padding: 0 0 0 15px;
}

ul.parkerhouse {list-style:none; padding-left:0;}
