/* CSS Document */
body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  }

.clearboth {/*Clears floating divs*/
  display: block;
  clear: both;
  width: 15px;
}

.inline {
  display: inline;
}

#main {/*all content*/
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 0px;
  background: url(images/background1.jpg) repeat-y;
  }
  
#header {/*header image*/
  position: relative;
  padding: 0;
  margin: 0;
  background: url(images/headercollage.jpg);
  width: 900px;
  height: 315px;
  margin-bottom: 10px;
  }

 #sidebar {/*sidebar*/
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  width: 149px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  }

#sidebar ul { /*general attributes*/
  list-style-type: none;
  width: 135px;
  margin: 0;
  padding: 0;
}

#sidebar ul li { /*background behind tabs*/
  display: block;
  text-align: center;
  width: 109px;
  height: 34px;
  margin: 0px;
  padding: 0;
  margin-left: 20px;
  }
*html #sidebar ul {
margin-left: -15px;
}

#sidebar ul li a, a.active { /*actual tabs*/
  display:block;
  color: white;
  background: ;
  text-decoration: none;
  width: 100%;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #FFFFC7;
  font-weight: bold;
  margin: 0;
} 

#sidebar ul a:hover {
  background: #FFFFC7;
  font-weight: bold;
  color: #603A2F;
}

#sidebar ul a.active:hover {
  background: #FFFFC7;
  color: #603A2F;
}

#sidebar ul a:active {
  background: #F88068;
  font-weight: bold;
  color: #603A2F;
}

#sidebar ul a.active { /*differences in active tab*/
  color: #603A2F;
  font-weight: bold;
  background: #FFFFC7;
} 

.sidebarpic { /*container in sidebar*/
  border: 1px solid #FFFFC7;
  width: 136px;
  padding: 2px;
  margin-left: 5px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.sidebarpic img {
  border: 2px solid white;
  margin-top: 0px;
  margin-left: 2px;
}

.sidebarpic p {
  color: #FFFFC7;
  margin-top: 0px;
}

.sidebarpic a {
  color: #FFFFC7;
}

.sidebarpic a:hover {
  color: #603A2F;
}

#content {/*main column*/
  position: relative;
  float: right;
  width: 720px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  margin-top: -10px;
  margin-left: 10px;
  text-align: left;
  color: #603A2F;
  line-height: 1.3em;
  text-align: justify;
}

#content h2 {
  padding: 0px;
  margin: 0;
  font-size: 1.5em;
}

*html #content {
  width: 737px;
  padding-bottom: 10px;
}

*html #content h2 {
  padding-top: 10px;
}

#content a {
  color: #603A2F;
}

#content a:hover {
  color: #D65500;
}

.newsy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-left: 2px solid #603A2F;
  padding-left: 10px;
  padding-right: 10px;
}

.newsy h3 {
  margin-bottom: 10px;
}

.newsy p {
  margin-top: 0;
}

.box {
  border: 2px dashed #603A2F;
  padding: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box p {
  margin: 0;
}

.productnav a {
  color: #603A2F;
}

.productnav a:hover {
  color: #F88068;
}

.sectionband {
  background-color: #F88068;
  width: 100%;
  padding: 3px;
  margin: 0;
  margin-bottom: 5px;
}

h3.section {
  font-size: 1.3em;
  color: white;
  font-style: normal;
  padding: 0px;
  margin: 0;
  padding-left: 5px;
}

#content h3.section a {
  color: white;
}

#content a.top {
  color:#603A2F;
}

#content a.top:hover {
  color:#F88068;
}

.photo {
  margin-top: 10px;
  margin-bottom: -10px;
}

.photo img {
  margin-right: 3px;
  margin-bottom: 3px;
  border: 2px solid white;
}

#content hr {
  margin-top: -20px;
}

#address {/*on contact form*/
float: left;
}

#form { /*input fields on contact form*/
  text-align: right;
}

p.note {/*at end of contact form*/
  font-style: italic;
  font-size: .8em;
  color: #603A2F;
  margin:0;
  padding: 0;
}

#content ul.links {/*on links page*/
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.7em;
}

ul.links a {/*actual links on links page*/
  font-size: 1.1em;
  font-style: normal;
}

*html ul.links a {
  font-size: 1.4em;
}

.insetphotorightnarrow {/*tall floating photos at right*/
  float: right;
  width: 110px;
  background-color: white;
  border: 2px solid white;
  border-top: 8px solid white;
  text-align: center;
  margin: 3px;
  margin-left: 8px;
  margin-right: 0px;
}

.insetphotorightnarrow p {/*text of tall, right floating photos*/
  margin-top: -1px;
  margin-bottom: 0px;
}

.insetphotoleftnarrow {/*tall floating photos at left*/
  float: left;
  width: 110px;
  background-color: white;
  border: 2px solid white;
  border-top: 8px solid white;
  text-align: center;
  margin: 3px;
  margin-right: 8px;
  margin-left: 0px;
}

.insetphotoleftnarrow p {/*text of tall, left floating photos*/
  margin-top: -1px;
  margin-bottom: 0px;
}

#footer {
  position: relative;
  clear: both;
  background-color: #F88068;
  text-align: center;
  margin: 0px;
  padding: 0px;
  border-bottom: 6px solid white;
  border-top: 10px solid white;
  }
  
*html #footer { 
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  width: 100%;
  right: 0px;
}

  
#footer p.foot {
  font-style: italic;
  font-size: .9em;
  padding: 8px;
  margin: 0px;
}

*html #footer p.foot {
  padding: 0px; 
  margin: 0px;
}

#footer a:link {
  color: #603A2F;
    text-decoration: none;
}

#footer a:visited {
  color: #603A2F;
    text-decoration: none;
}


#footer a:hover {
  color: #FFFFC7;;

}

#main #footer a.current {
  color: black;
  font-style: normal;
}

#footer a.current:hover {
  color: black;
}

*html {
  font-size: 1.2em;
}