/*This style sheet is used with some local styles overriding these settings
	Most of the features are identical on all pages
	Attributes for links are different on Home page, set locally
	This print version eliminates unwanted elements
	Settings on pagebody tested for best printing, be careful making changes
	Many attributes of screen display are stripped out here

	Copyright 2002-2006 Steve Chittenden, Creative Business Services, cbscreative.com.
	If you are looking to steal this, help yourself. It is not a sophisticated example,
	it uses rather ordinary methods of control. There has been some effort used to make
	it compatible with NS4 except if noted, and other browser oddities are addressed
	too, so you may find it useful for that reason. If you use this, at least have the
	decency to leave this here to give me credit.*/

body {background-image:url(images/bg-canvas.gif);
	background-color: #f4f4f4;
	background-position: absolute;
	top: 0px;
	left: 0px;
	}

/*Home page has link attributes set differently*/

a:link {
	color: #1448a8;
	background-color: transparent;
	text-decoration: underline;
	}
a:visited {
	color: #80a058;
	background-color: transparent;
	text-decoration: underline;
	}
a:active {
	color: #993333;
	background-color: transparent;
	text-decoration: none;
	}
a:hover {
	color: #993333;
	background-color: transparent;
	text-decoration: underline;
	}

h1 {color: #1448a8;
	background-color: transparent;
	font-family: Impact, Arial Bold, Helvetica Bold, Sans-Serif Bold;
	font-size: 16pt;
	font-weight: 500;
	text-align: center;
   }

h2 {color: #80a058;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
   }

h3 {position: relative;
	left: 20px;
	color: #80a058;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
   }

h4 {color: #1448a8;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	text-align: center;
   }

h5 {position: relative;
	left: 10px;
	color: #80a058;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
   }

h6 {color: #002927;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: 500;
   }

p  {color: #000000;
	background-color: transparent;
	font-family: Times New Roman, Times, Serif;
	font-size: 11pt;
	font-weight: 500;
   }

blockquote, li {color: #000000;
	background-color: transparent;
	font-family: Times New Roman, Times, Serif;
	font-size: 11pt;
	font-weight: 500;
   }

.desc {display: none;
   }

/*keep old content for reference*/
.oldref {display: none;
   }

/*change color of heading text to purple*/
.altcolor {color: #506438;
   }

/*position logo in top corner*/
#logo {display: none;
   }

/*position cbscreative.com text only logo in top corner*/
#cbscreative {display: none;
   }

/*position top of page navigation*/
#topnav {display: none;
   }

/*position top of page navigation overlay for mouseover effect*/
#topnavover {display: none;
   }

/*This positions drop menus (sort of) but see below for the rest of the controls*/
#headnav {display: none;
	}

/*position body text background graphic*/
#textbackgrd {display: none;
   }

/*This positions text links above pagebody*/
#primelinks h6 {
	display: none;
	}

#search {display: none;
	}

/*position easel graphic*/
#easel {display: none;
   }

/*List of services on Home page*/
#indexlist {display: none;
   }

/*position bank card logos on top **not currently used**/
#cardlogos p {position: absolute;
	top: 6px;
	right: 8px;
	font-family: Arial, Helvetica Bold, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	color: #755089;
   }

/*page body ***these settings tested, seem to work best for printing***/
#pagebody {position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
   }

/*Standard footer for pages, but inside of pagebody above*/
#footer p {color: #002927;
	background-color: transparent;
	font-family: "Verdana, Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	}

/*Standard footer navigation for pages, also inside of pagebody*/
#footernav p {display: none;
	}

/*content on left side of screen, but below pagebody in html code*/
#leftscreen {display: none;
   }

.story p {color: #506438;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11pt;
	line-height: 125%;
   }

.form p {display: none;
	}

.contactinfo p {text-align: center;
	color: #506438;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	}

.logo p {text-align: center;
	}

.white {
	color: white;
	}

.lh2col {
	width: 50%;
	background-color: #103c90;
	}

.rh2col {
	width: 50%;
	background-color: #80a058;
	}






