@charset "UTF-8";
/* CSS Document */

/* eric meyer clear */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size:62.5%;
	line-height: 1;
	color: black;
	background-color:#760815;
	margin:20px 0 0 0;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





/*end of eric meyer clear */

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	letter-spacing:0.1em;
	line-height:1.4em;
	margin:10px 5px 15px 0;
	
	
}

h3{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
}



.home-rightcol-margin{
	margin:20px 0 14px 0;	
}


.italics{
	font-style:italic;
	
}

#container{
	width:900px;
	height:700px;
	margin:0 auto;
	border: 4px solid #760815;
	background-color:#FFF;
	
	
}

#container-knowledge{
	width:900px;
	height:770px;
	margin:0 auto;
	border: 4px solid #760815;	
	background-color:#FFF;
	
	
}


#leftcol{
	width:410px;
	margin:20px 0 0 20px;
	float:left;
	
	
}


#branding {
	width: 144px;
	height: 252px;
	position: relative;
	float:left;
}

#branding span {
	background:url(../images/k2-logo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#nav{
	width:240px;
	margin:0 0 0 20px;
	float:left;	
}

#nav ul li{
	margin:29px 0;
	
	
	
}




#centerline{
	width:1px;
	height:650px;
	background-color:#000;
	float:left;
	margin:20px 20px;
}


#centerline-knowledge{
	width:1px;
	height:725px;
	background-color:#000;
	float:left;
	margin:20px 20px;
}

#rightcol{
	width:410px;
	margin:20px 0 0 5px;
	float:left;
	
}


#rightcol h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#760815;
	text-align:center;
	text-decoration:underline;
	font-size:1.6em;
	margin:10px 0 0 0;
	
}

#rightcol h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#760815;
	text-align:center;
	
	font-size:1.2em;
	margin:10px 0 0 0;
	
}

#thumbs{
	margin:10px 0 0 0;
	
}


#thumbs a img{
	margin: 5px 5px 0 0;
	
	
}


/*nav code*/


.keys {

	position: relative;
	background: url(../images/keys-over.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 240px;
	height: 40px;
	margin: 0px;
	padding: 0px;

}

.keys a {

	display: block;
	width: 240px;
	height: 40px;
	display: block;
	float: left;
	padding-left: 0px;

}

.keys img {

	width: 240px;
	height: 40px;
	border: 0;

}


.keys a:hover img {

visibility:hidden

}




.kinetics {

	position: relative;
	background: url(../images/kinetics-over.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 240px;
	height: 40px;
	margin: 0px;
	padding: 0px;

}

.kinetics a {

	display: block;
	width: 240px;
	height: 40px;
	display: block;
	float: left;
	padding-left: 0px;

}

.kinetics img {

	width: 240px;
	height: 40px;
	border: 0;

}


.kinetics a:hover img {

visibility:hidden

}




.knowledge {

	position: relative;
	background: url(../images/knowledge-over.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 240px;
	height: 40px;
	margin: 0px;
	padding: 0px;

}

.knowledge a {

	display: block;
	width: 240px;
	height: 40px;
	display: block;
	float: left;
	padding-left: 0px;

}

.knowledge img {

	width: 240px;
	height: 40px;
	border: 0;

}


.knowledge a:hover img {

visibility:hidden

}


/* home content */

#home-content{
	padding: 20px 0 0 0;
	clear:both;
	
	
	
}



/*knowledge content */

.projectlist{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	letter-spacing:0.1em;
	line-height:1.4em;
	margin:0 0 15px 0;
	
	
}




/*footer*/

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	clear:both;
	font-size:1.2em;
	letter-spacing:0.1em;
	margin:10px 0 0 0;
	
}



#footer a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
	
}

#footer a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
	
}


#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	background-color:#760815;
	
	
}



#footer a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
	
}
