/* ############# STRUCTURE STUFF GOES HERE ##################### */

body {
  background-color: #eee;
  text-align: left;
  margin: auto;
  }

#header {
  padding: 0px 0px 0px 0px;
  margin: auto;
  background-image: url(images/KVN-header.jpg);
  background-repeat: no-repeat;
  width: 800px;
  height: 107px;
  border-left: solid 1px #B7A3C7;
  border-right: solid 1px #B7A3C7;
  }
  
#header2 {
  padding: 0px 0px 0px 0px;
  margin: auto;
  background-image: url(images/KVN-2nd-header.jpg);
  background-repeat: no-repeat;
  width: 800px;
  height: 107px;
  border-left: solid 1px #B7A3C7;
  border-right: solid 1px #B7A3C7;
  }
  
#content {
  width: 800px;
  margin: auto;
  }
  
#main {
    padding: 40px;
    margin: 0px 0px 20px -1px;
    background: #fff;
    background-image: url(images/KVN-background-figure.gif);
    background-repeat: no-repeat;
    width: 470px;
    color: #000;
    float: left;
    border-left: solid 1px #B7A3C7;
    border-bottom: solid 1px #B7A3C7;
    border-right: solid 1px #B7A3C7;
  }
  
#rightmain {
    padding: 40px;
    margin: 0px -1px 20px 0px;
    background: #98C4AB;
    background-image: url(images/sidebar-bg.jpg);
    background-repeat: repeat-x;
    width: 470px;
    color: #000;
    float: right;
    border-left: solid 1px #B7A3C7;
    border-bottom: solid 1px #B7A3C7;
    border-right: solid 1px #B7A3C7;
    
  }
  
  
#sidebar {
  margin: 0px -1px 20px 0px;
  float: right;
  width: 248px;
  background: #98C4AB;
  background-image: url(images/sidebar-bg.jpg);
  background-repeat: repeat-x;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #000;
  border-right: solid 1px #B7A3C7;
  border-bottom: solid 1px #B7A3C7;
  border-left: solid 1px #B7A3C7;
  }
  
#leftsidebar {
  margin: 0px 0px 20px -1px;
  float: left;
  width: 248px;
  background: #fff;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #000;
  border-right: solid 1px #B7A3C7;
  border-bottom: solid 1px #B7A3C7;
  border-left: solid 1px #B7A3C7;
  }
  
#aboutbox {
  padding: 10px;
  margin-left: 15px;
  width: 198px;
  background: #F1F5CF;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #000;
  font-size: 9px;
  border: solid 1px #602192;
  }
  
#teaserbox {
  padding: 10px;
  margin: 20px 0px 20px 15px;
  width: 198px;
  background: #fff;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #000;
  font-size: 9px;
  border: solid 1px #DCD1E5;
  }
  
.freestuffbox {
  padding: 10px;
  margin: 20px 0px 20px 15px;
  width: 198px;
  background: #fff;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #000;
  font-size: 9px;
  }

#emailbox {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-left: 15px;
  width: 198px;
  background: #DCD1E5;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #000;
  font-size: 9px;
  }
  
/* html body> #emailbox {
  padding-bottom: 10px;
  } */
  
#teaser {
  margin-left: 15px;
  }


/* ############# FORM STUFF ##################### */

  
.searchbutton {
   width: 50px;
   height: 18px;
   margin-top: 3px;
   padding: 0px;
   border: 1px solid #fff;
   background: transparent url(images/KVN-button-fade-1pix.gif) repeat-x;
   color: #fff;
   font-size: 8px;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
  }
  
.freeofferbutton {
   width: 240px;
   height: 20px;
   margin-top: 3px;
   padding: 0px;
   border: 1px solid #fff;
   background: transparent url(images/KVN-button-fade-1pix.gif) repeat-x;
   color: #fff;
   font-size: 9px;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
  }
  
.searchbox {
  color: #000;
  font-size: 9px;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  padding: 2px 2px 1px 2px;
  background: #fff;
}

form {
  margin: 5px 0px 0px 0px;
  }
  


/* ############# IMAGE STUFF GOES HERE ##################### */

.mugimg {
  border: none;
  margin: 0px 5px 5px 0px;
  }
  
.emailimg {
  border: none;
  margin: 0px;
  }
  
.teaserimg {
  margin: 0px;
  }

/* huh? seriously. */ 
/*img {
  margin: 10px;
  }*/

/** added to fix the broke-ish corpservices.php layout - 20070126 */
.corpservicesimg {
 	padding: 10px;
}

/** improve the layout of the items on the profproducts page - 20070126 */
.profproductsimg {
	padding: 0 0 0 10px;
}
 
/* ############# TEXT STUFF GOES HERE ##################### */


a:link {
  color: #602192;
  text-decoration: underline;
  }
  
a:hover {
  color: #003333;
  }
  
a:visited {
  color: #333;
  }
  
.posthead {
  font-family: Georgia, Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #003333;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  float: left;
  }
  
.postdate {
   font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
   text-decoration: none;
   padding-left: 10px;
   color: #000;
   font-size: 10px;
   font-style: italic;
   display: inline;
  }
  
.postbody {
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  text-decoration: none;
  margin: 20px 0px 20px 0px;
  color: #000;
  font-size: 12px;
  display: block;
  }
  
.sidebartext {
  font-size: 10px;
}
  
#moreblogs {
  margin: 0px;
  color: #000;
  display: block;
  }
  
h2 {
  font-family: Georgia, Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #003333;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  float: left;
  }
  
h3 {
  font-family: Georgia, Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #003333;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  margin: 0px;
  }
  
h4 {
  font-family: Georgia, Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #003333;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  }
  
h5 {
  font-family: Georgia, Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #003333;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  }
  
#main ul {
  
  }

#main ul li a{
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #602192;
  font-size: 12px;
  text-decoration: underline;
  }
  
#main ul li a:visited{
  color: #333;
  }
  
#main ul li a:hover{
  color: #003333;
  }


#sidebar ul, #leftsidebar ul {
  border-left: 6px solid #003333;
  list-style-type: none;
  list-style-image: url(images/arrowpink.gif);
  margin-left: 0px;
  margin-top: 20px;
  padding-left: 40px;
  }
  
#sidebar ul li, #leftsidebar ul li {
  padding-bottom: 5px;
  }
 
#sidebar ul li:hover, #leftsidebar ul li:hover {
  list-style-type: none;
  list-style-image: url(images/arrowgreen.gif);
  }

#sidebar ul li a, #leftsidebar ul li a{
  font-family: Georgia, Verdana,'Lucida Grande', Arial, Sans-Serif;
  color: #602192;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-left: -10px;
  }
  
#sidebar ul li a:visited, #leftsidebar ul li a:visited{
  }
  
#sidebar ul li a:hover, #leftsidebar ul li a:hover{
  color: #003333;
  }
  
  
  
  
  
  
  
  
  
  .paragraph {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal; 
 color: #000000;
 padding-left: 10px;
 
}
.headingLink {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-style: italic;
 line-height: normal;
 font-weight: bolder; 
 font-variant: normal;
 color: #67418C;
 padding-left: 10px;
}
.style1 {color: #67418C;
  padding-left: 10px;}
.links {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-style: italic;
 font-weight: bolder;
 font-variant: normal;
 color: #67418C;
 text-decoration: underline;
}
.normalText {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt; 
 font-style: italic;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 color: #000000;
 text-decoration: none;
}
.blackHeading {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10pt;
 font-style: normal;
 line-height: normal;
 font-weight: bolder;
 font-variant: normal;
 color: #000000;
 padding-left: 10px;
}

h1.headerText {
font-size: 14px;
font-weight: bold;
color: #666666;
float: right;
margin-right: 260px;

}