﻿a {
	text-decoration: none;
	color: #ADC186;	
}

body { 
	min-width:1000px;
	height: 1200px;
	display: block;
	font-family: "Verdana";
	font-size: 12px;
	background-color: #EEEEEE;
	margin:0;
   	padding:0;
   	top:0;
}
html  {
  	margin:0;
   	padding:0;
   	top:0;
}

h1 {
	font-size:x-large;
	font-weight:normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size: large;
	font-weight:normal;
	margin: 0;
	color: #ADC186;
}
h3 {
	font-size: medium;
	font-weight:normal;
	margin: 0;
	color: black;
}

img {
	border-style:none;
}
li {
	list-style-position:inside;
}
p {
	margin:0;
}

.activeNav{
	color:gray;
}

.clearfloat {
	clear: both;
}
.horizontalBox {
	float: left;
	width: 250px;
	height: 150px;
}

.horizontalBox h1 {
	margin: 0;
}

.horizontalBox p {
	padding: 0px 15px 10px 0;
}
.horizontalBuffer {
	float:left;
	width:100px;
	height: 150px;
	text-align: center;
}
.horizontalBuffer img{
	height: 85%;
}
.imageHeader {
	text-align:center;
	width:100%;
}
.imageHeader img {
	height:180px
}
.leftText {
	float:left;
	text-align: left;
	padding-left: 20px;
}
.listHeader {
	font-weight:bold;
	list-style-type:none;
	list-style-position:outside;
}
.rightText {
	float:right;
	text-align: right;
	padding-right: 20px;
}

.verticalBox {
	height:130px;
	width: 340px;
}

.verticalBoxExpanded {
	height: 300px;
	width: 340px;
}

.verticalBoxContent {
	height:120px;
	width:340px;
	padding: 0 0 0 10px;
	
}
.verticalBoxContent h1 {
	font-size:x-large;
	font-weight:normal;
	margin: 0 0 5px 0;
}
.verticalBoxContent p {
	width:325px;	
}

.verticalBoxLeft {
	float:left;
	width:35px;
	height:100%;
	padding: 0 3px 0 3px;
}

.verticalBoxRight,
.verticalBoxRightOrder {
	float:right;
	width:290px;
	height:100%;
}

.verticalBoxRightOrder img {
	height:69px; 
	width:134px;
	border-style:none;
	padding-top: 3px;
}

.verticalBoxRight p,
.verticalBoxRightOrder p {
	width:250px;
}

.verticalBoxRight h2 {
	padding: 3px 0px 0px 3px;
}

.verticalBoxRight img {
	padding-left: 4px; 
	height:18px;
	border-style:none;
}

.vendorImg {
	height: 98px;
}

#divBody {
	left:0px; 
	top:0px;
	width:1000px; 
	height:1000px;
	text-align:left;	
	margin: auto;
	clear: both;
	position: relative;
	background-image:url('Images/bodyBackground.png');
	background-repeat:no-repeat;
	background-position:center;
	z-index: 50;
}

#divBodyExtend {
	position:absolute;
	top:945px; 
	left:2px; 
	width:998px; 
	height:1300px;
	background-color:white;
	z-index: -1;
}
#divBookAd img {
	padding: 0 0 25px 0;
}


#divContent {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 40;
}

#divFooter {
	width:100%;
	text-align:left;
}

#divFooterData {
	font-size:x-small;	
	text-align: right;
}

#divFooterQuote {
	height:289px;
	width:606px;
	margin:28px 24px 0 12px;
	background-image:url('Images/QuoteBG.png');
	background-repeat:no-repeat;
	background-position:left;
}

#divFooterQuote h1 {
	padding: 24px 12px 12px 24px;
}

#divFooterQuote p {
	 font-style:italic;
	 text-align: right;
	 padding-right:12px;
}

#divLogo {
	margin: 55px 0 0 12px;
	height:112px;
	width:976px;
	background-image:url('Images/KWoodLogo.png');
	background-repeat:no-repeat;
	background-position:left;
}
#divLogoHome a{
	position:absolute;
	left:13px;
	top:65px;
	height:80px;
	width:74px;
}

#divMain {	
	height:400px;
	width:100%;
	margin: 0 0 0 20px;
	z-index: 1;
}
#divMainContent {
	height:100%;
	width:100%;
	margin: 0 0 0 20px;
}

#divMainLeft {
	float:left;
	width:620px;
}

#divMainLeft p{
	margin: 10px;
}

#divMainRight {
	float:right;
	width:355px;
}

#divMainRightContent {
	float:right;
	width:375px;
	height: 650px;
	margin: -20px 0 0 0;
	padding: 30px 0 0 0;
	background-image:url('Images/rightBackground.png');
	background-repeat:no-repeat;
	background-position:left;
}

#divNav {
	text-align:right;
	height:25px;
	margin:25px 0 0 0;
	padding: 0 50px 0 0;	
	font-weight: bold;
	z-index: 30;
}

#divNav div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	z-index: 20;
}
#divNav div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align:center;
	text-decoration: none;
	background:#EEEEEE;
	color: #ADC186;
	font-size:12px;
	z-index: 20;
}

#divNav div a:hover{
	color:gray;
}

#divNav a:hover{
	color:gray;
}



