/* body - layout control for entire site */
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

/* container - dictates positioning of entire site */  
#container {
  position: relative;
  width: 800px;
  margin: 15px auto;
}

/* header - KP flash banner at the top of the page */ 
#header {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
  
/* Content holder */
#contentholder {
	background-image: url(../images/bck.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

/* centralcontent - content area positioned centrally*/ 
#centralcontent {
	margin: 0px;
	padding: 0px;
	color: #999999;
	width: 670px;
	float: right;
}

/* Floating picture */	
.picture {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 125px;
	height: 125px;
}
	
/* Content Holder */		
#content {
	margin: 0px 0px 0px 130px;
	padding: 0px;
}


/* left column - positioned at left of page, containing navigation and misc items */ 
#leftcol {
	float: left;
	background-color: #666699;
	width: 120px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#navigation {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#navigation ul{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#navigation ul li{
	padding: 3px 6px;
	margin: 0px;
	display: block;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#navigation ul li a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:focus{
	color: #333333;
}	
#navigation h1 {
	margin: 0px;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}


#contact {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
#contact ul{
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	list-style-type: none;
	font-size: 12px;
}
#contact ul li{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	padding: 3px 6px;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}	
#contact h1 {
	margin: 0px;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
#contact ul li a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#contact ul li a:hover, #contact ul li a:focus{
	color: #333333;
}


#testimonial {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
#testimonial p{
	padding: 3px 6px;
	margin: 0px;
	font-size: 12px;
	padding: 3px 6px;
	color: #FFFFFF;
}	
#testimonial h1 {
	margin: 0px;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}

	
/* footer - positioned at the bottom of the page to provide clear finish to site */ 
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #CCCCCC;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	width: 780px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus{
	text-decoration: none;
}


/* clearing div */ 
.clearit {
	clear: both;
	padding: 0px;
	margin: 0px;
}


/* misc */
.textholder {
	width: 188px;
	paddin: 0px;
	margin: 0px;
	float: right;
}
/* Left column of central content*/
#textblock {
	margin: 0px 15px 0px 0px;
	width: 340px;
}
#textblock h1 {
	color: #666699;
	padding: 1px 0px 5px 0px;
	margin: 0px;
	font-size: 20px;
}
#textblock h2 {
	color: #666699;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 16px;
}
#textblock p {
	color: #666666;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 12px;
}
#textblock a{
	color: #666699;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
}
#textblock a:hover, #textblock a:focus{
	color: #666699;
	text-decoration: underline;
}
#textblock ul{
	color: #666666;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}#textblock ul li{
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	list-style: circle;
}


/* Two Column table for text content*/
#textcolumns {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 340px;
}
#textcolumnsleft {
	float: left;
	width: 165px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
#textcolumns ul{
	color: #666666;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}#textcolumns ul li{
	display: block;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
}
#textcolumns ul li strong{
	color: #666699;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/* Right column of central content*/
#pictureblock {
	float: right;
	margin: 0px;
	width: 315px;
}
#pictureblock img {
	margin: 0px 0px 10px 0px;
}

