@charset "utf-8";
body {
	font-family:  verdana, sans-serif;
    font-size: 9pt;
	line-height:1.35;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000000;
}

.column #container {
	width: 710px;
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.column #header {
	background: #FFF;
	background-image: url(../images/kb_home_header.gif);
	background-repeat:no-repeat;
	height: 0px;
	padding: 65px 0 0 0; /* the padding is necessary to move the content below the header image. */
}

.column #headLogo {
	margin: 0 10px 0 10px;
	float:left; /* this keeps the KB logo aligned to the left in the header. */
}

.column #headLinks {
	margin: 0 5px 0 0;
	padding:0;
	width:315px;
	float:right; /* this keeps the header links aligned to the right. */
}

img {
	border-style:none;
	}

.column #mainContent {
	margin: 0;
	padding: 80px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


#marketing {
	float:right;
	width:215px;
	padding: 0;
	vertical-align:top;
	}
	
#marketing h2 {
    font-size: 10pt;
	font-weight:bold;
	color:#000;
	}
	
.boxspace {
	margin:0;
	padding:0 5px 0 5px;
	
}
	
.blankBack {
	margin:0px;
	padding:5px 0 0 10px;
	background-image:url(../images/back_blank.jpg);
	background-repeat:no-repeat;
}

.listpad {
	margin:10px;
	padding:0px;
	font-size: 95%;
}

	


/* #########  MAIN KB BOX Styles ########## */

#mainKBbox {
	width:470px;
	float:left;
	border-right:1px solid #C8C4BE;
	}
	
.rowOne {
	background-color:#E1DEDA;
	}

.rowTwo {
	background-color:#F0EFED;
	}
	
td {
	padding:0px;
	vertical-align:top;
	}
	
.bottomLine {
	border-bottom:1px solid #C8C4BE;
}

.rightLine {
	border-right:1px solid #C8C4BE;
}


.newBack {
	margin:0px;
	padding:40px 5px 5px 5px;
	background-image:url(../images/back_new.jpg);
	background-repeat:no-repeat;
}

.popularBack {
	margin:0px;
	padding:40px 5px 5px 5px;
	background-image:url(../images/back_popular.jpg);
	background-repeat:no-repeat;
}

.specialBack {
	margin:0px;
	padding:25px 5px 5px 5px;
	background-image:url(../images/back_special.jpg);
	background-repeat:no-repeat;
}

.conversionBack {
	margin:0px;
	padding:60px 5px 0 5px;
	background-image:url(../images/back_conversion.jpg);
	background-repeat:no-repeat;
}

.taskbillBack {
	margin:0px;
	padding:60px 5px 0 5px;
	background-image:url(../images/back_taskbill.jpg);
	background-repeat:no-repeat;
}

.costBack {
	margin:0px;
	padding:60px 5px 0 5px;
	background-image:url(../images/back_cost.jpg);
	background-repeat:no-repeat;
}

.whatsNew {

	margin:0;
	padding:0;
	background-color:#f1f0ee;
	border-left: 1px solid #C8C4BE;
	border-bottom: 1px solid #C8C4BE;
	text-align:center;
	
}




/* #########  END MAIN KB BOX Styles ########## */
	
	

/* #########  Link Styles ########## */

a.header,  a.header:link, a.header:visited,  a.header:hover, a.header:active {
	text-decoration: none;
	color:#881122;
}

a.header:hover {
	text-decoration: underline;
}

a, a:link, a:visited, a:hover, a:active {
	color: #881122;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.linkText {
	line-height: 1.75em;
}

.linkbutton {
    margin: 0;
    padding: 0;
    list-style: none;
}
	
.linkbutton li {	
    padding: 0 0 5px 18px;
    background-image: url(../images/arrow_inverse.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

/* #########  END Link Styles ########## */



.column #footer {
	clear:both;
	padding: 0 10px;
	background:#FFF;
	border-top: 1px solid #000;
}

.column #footer p {
	font-size:85%;
	text-align:center;
	margin: 0;
	padding: 5px 0;
}

