/* CSS Document */


/* Body Style */

* {
  margin:0;
  padding:0;
}

body {
	font-family: Arial, Helvetica;
	background-image: url(images/woodbkgrd.jpg);
	background-repeat: repeat;
}

p {
  font-family: Arial, Helvetica;
  font-size: 10px;
  text-align: left;
  color: black;
  line-height: normal;
	}
 
ul {
  font-family:Arial, Helvetica, sans-serif;
  list-style-type:disc;
  margin-left: 35px
}
 
 li {
  font-family:Arial, Helvetica, sans-serif;
  line-height: normal;
  margin-left: auto;
}
 .greenmenu {color: #33FF00}

 .greentext {color: #009900}

 .teenytiny {font-size: x-small}
 
 .boldslightlylarger {
 	font-size: large;
  font-weight: bold;
  }

 .subhead {
  font-size: x-large;
  font-weight: bold;
}

 .style1 {
  font-size: x-large;
  font-weight: bold;
  line-height: 120%;
}

.style2 {
  font-size: 24px;
  font-weight: bold;
	}

.style3 { 
  font-size: small; 
  }

.style5 { 
	font-size: medium 
  }


/* header styles */


h1, h2, h3, h4 {font-family: Arial, Helvetica}

h1 {
	font-size: 14px;
	text-align: left; 
	font-weight: bold;
	color:  #000000;
	}
	
h2 {
	font-size: 12px;
	text-align: left; 
	font-weight: bold;
	color:  #000000;
	}
	
h3 {
	font-size: 10px; 
	text-align: left; 
	font-weight: bold;
	color:  #000000;
	}


/* standard link styles */

a:link, a:visited, a:hover, a:active {
  font-family: Arial, Helvetica;
  font-size: small;
  font-weight: normal;
	}

a:link {
		text-decoration: none;
    color: #000000;
	}
	
a:visited {
		text-decoration: none;
    color: #666666;
	}
	
a:hover {
	text-decoration: none;
  color: #00CC00;
	}

a:active {
	text-decoration: none;
  color: #00CC00;
	}
	

/* formatting for testimonial text */
	
.testimonial{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-style: italic;
  text-align: center; /* adjusts line spacing */
  line-height: 12px;
  padding-left: 30px;
  padding-right: 20px;
  color: black;
}	
	
.testimonialfooter{
	font-family: Arial, Helvetica; 
	font-size: 8px;
	font-style: normal; 
	text-align: center; 
	padding-left: 20px;
	padding-right: 10px;
	color: black;
}	
	
		
/* main body text format*/
	
.content{
  font-family: Arial, Helvetica;
  font-size: small;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
}	
.next{
  font-family: Arial, Helvetica;
  font-size: small;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  padding-top: 420px;
}	
.associations{
  font-family: Arial, Helvetica;
  font-size: small;
  padding-left: 260px;
  padding-right: 20px;
  color: #000000;
  padding-top: 40px;
}	

/* Main Nav - This section is for formatting the main navigation bar   */

div#headernav ul {
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 39px;
	white-space: nowrap;
  margin-left:auto
}

div#headernav li {
	list-style-type: none;
	font-size: 12px;
	display: inline;
	color: #FFFFFF;
}

div#headernav li a {
	text-decoration: none;
	font-weight: bold;
	padding: 0px 17px;  /* ADJUST SPACE BETWEEN LINKS  */
	color: #FFFFFF;
}

div#headernav li a:link {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

div#headernav li a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

div#headernav li a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}


/* The following are the divisions for the complete structure of the site  */

#container {
  position: relative;
  width: 810px;
  margin:auto;
}

div#headernav {
	position: relative;
	height: 40px;
	width: 810px;
	background-image:  url("images/NavBar.png");
	background-repeat: no-repeat;
}

#headerleft {
	position: relative;
	display: relative;
	float: left;
	height: 85px;
	width: 558px;
	white-space: nowrap;
	background-image:  url("images/SpencerLogoL.png");
	background-repeat: no-repeat;}

#headerright {
	position: relative;
	display: relative;
	float: left;
	text-align:center;
	height: 85px;
	width: 252px;
	line-height: 85px;
	white-space: nowrap;
	background-image:  url("images/SpencerLogoR.png");
	background-repeat: no-repeat;}

#mainleft {
	position: relative; 
	float: left;
	width: 168px;
	height: 449px;
	background-image:  url("images/TestimonialLeft.png");
	background-repeat: no-repeat
}

#mainleftnotestimonial {
	position: relative; 
	float: left;
	width: 168px;
	height: 449px;
	background-image:  url("images/NoTestimonialLeft.png");
	background-repeat: no-repeat
}

#mainbody {
  position: relative;
  display: block;
  text-align: left;
  float: left;
  width: 627px;
  height: 449px;
  margin-top: 0px;
  line-height: 110%;
}

#mainright {
	position: relative; 
	display: block;
	text-align: center;
	float: left;
	width: 15px;
	height: 449px;
	background-image:  url("images/RightShadow.png");
	background-repeat: repeat-y
}

#footer {
	display: relative;
	float: left;
	padding-top: 15px;
	font-family: Arial, Geneva, Arial;
	font-size: 10px;
	text-align: center;
	height: 45px;
	width: 810px;
	color: #000000;
	background-image: url("images/footer.png");
	background-repeat: no-repeat
}
    

