@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 15px;
	margin: 5px 0;
	/*background-color: #1769a6;*/
	background-color: white;
	background-image: url('/images/designoct08/backgroundOrnaments01.gif');
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	/*background-color: #f0f0ff;*/
}

a {
	color: #1769a6;
}

a:visited {
	color: #114e7c;
}

a:hover {
	color: black;
}

#topMenu {
   height: 115px;
   line-height: 30px;
   background: url('/images/designoct08/bigblacktop2.png') no-repeat top;
   background-color: black;
   font-size: 14px !important;
}
#topMenu ul {
	margin: 0;
	padding: 82px 0 0 0;
}
#topMenu ul li {
   list-style: none;
   display: inline;
}
#topMenu ul li a {
   padding: 1px 0px 2px 14px;
   background: url('/images/designoct08/blackroundleft.png') no-repeat left top;
   color: #f0f0f0;
   font-weight: bold;
   float: left;
   text-decoration: none;
}
#topMenu ul li a.frank {
	color: #ffff40;
}
#topMenu ul li a span {
   background: url('/images/designoct08/blackroundright.png') no-repeat right top;
   padding: 8px 14px 9px 0px;
}
#topMenu ul li a:hover {
   background: url('/images/designoct08/grayroundleft.png') no-repeat left top;
   color: #fff;
   border: none;
}
#topMenu ul li a.frank:hover {
	color: #ffff80;
}
#topMenu ul li a:hover span {
   background: url('/images/designoct08/grayroundright.png') no-repeat right top;
   border: none;
}
#topMenu ul li a.active {
   background: url('/images/designoct08/whiteroundleft.png') no-repeat left top;
   color: #1769a6;
}
#topMenu ul li a.active span {
   background: url('/images/designoct08/whiteroundright.png') no-repeat right top;
}
#topMenu ul li a.active:hover {
   background: url('/images/designoct08/whiteroundleft.png') no-repeat left top;
   color: #000;
}
#topMenu ul li a.active:hover span {
   background: url('/images/designoct08/whiteroundright.png') no-repeat right top;
}
#botMenu {
	height: 38px;
	line-height: 30px;
	/*background: url('/images/designoct08/littleblackbutt.png') no-repeat top;*/
	background-color: black;
	font-size: 14px !important;
}
#botMenu ul {
	margin: 0;
	padding: 0;
}
#botMenu ul li {
   list-style: none;
   display: inline;
}
#botMenu ul li a {
   padding: 1px 0px 2px 14px;
   background: url('/images/designoct08/blackroundleft.png') no-repeat left bottom;
   color: #f0f0f0;
   font-weight: bold;
   float: left;
   text-decoration: none;
}
#botMenu ul li a.frank {
	color: #ffff40;
}
#botMenu ul li a span {
   background: url('/images/designoct08/blackroundright.png') no-repeat right bottom;
   padding: 9px 14px 8px 0px;
}
#botMenu ul li a:hover {
   background: url('/images/designoct08/grayroundleft.png') no-repeat left bottom;
   color: #fff;
   border: none;
}
#botMenu ul li a.frank:hover {
	color: #ffff80;
}
#botMenu ul li a:hover span {
   background: url('/images/designoct08/grayroundright.png') no-repeat right bottom;
   border: none;
}
#botMenu ul li a.active {
   background: url('/images/designoct08/whiteroundleft.png') no-repeat left bottom;
   color: #1769a6;
}
#botMenu ul li a.active span {
   background: url('/images/designoct08/whiteroundright.png') no-repeat right bottom;
}
#botMenu ul li a.active:hover {
   background: url('/images/designoct08/whiteroundleft.png') no-repeat left bottom;
   color: #000;
}
#botMenu ul li a.active:hover span {
   background: url('/images/designoct08/whiteroundright.png') no-repeat right bottom;
}

ul.accontent {
	margin: 0 0 0 10px;
	padding: 0;
}
ul.accontent li {
	list-style: none;
	font-size: 10px;
	line-height: 13px;
	padding: 3px 0 2px 0;
	margin: 0;
	text-indent: -5px;
}
ul.accontent li a {
	text-indent: -5px;
}
p.acheader {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0 5px;
	background-color: #e0e0e0;
}

#bigarticle {
	padding: 20px 15px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: left;
	line-height: 28px;
}
h1 span {
	font-size: 14px;
	vertical-align: top;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: left;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h4 a {
	color: #1769a6;
	text-decoration: none;
	font-weight: bold;
}
h4 a:hover {
	text-decoration: underline;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #c00;
}
.copyright {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
.here {
	background: url('/images/designoct08/chevron.png') no-repeat right;
	padding-right: 10px;
}
#wholepage {
	background-color: white;
}
#installersearchmap {
	width: 945px;
	height: 658px;
	float: left;
	background-color: white;
	background-image: url('/images/designoct08/fellersmap1008.jpg');
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
}
#installerpadding, #installersearchcontent {
	height: 658px;
}
#maintext {
	padding: 20px;
}
#articles-right {
	display: none;
}
#articlelisting {
	display: none;
}
#bigarticle {
	padding: 0;
	margin: 0;
}
div#sidebar {
	padding-bottom: 10px;
}
/* grumble grumble */
#frank1 {
	float: left;
	clear: both;
}
#frank2 {
	float: left;
	clear: both;
}