﻿@import "cssreset.css";

/* HTML styles */

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background-position: 100px 10px;
	background-color: #FEFEFE;
	background-image: url('../images/kmheader800w.png' );
	background-repeat: no-repeat;
	width: 80%;
	padding-left: 100px;
	padding-right: 10%;
	padding-top: 100px;
	line-height: 1.8em;
	font-size: 87%;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

a
{
	color: #06c;
	text-decoration: none ;
}

a:hover
{
	color: #006;
	text-decoration: underline;
}

h2
{
	font-size: 150% ;
}

h3
{
	font-size: 120%;
	letter-spacing: 0.1em;
}

h4
{
	font-size: 110%;
}


/* Page styles */

.header
{
	margin-top: -5px;
	font-size: 200%;
	line-height: 3em;
	letter-spacing: 0.3em;
	font-variant: small-caps;
	text-align: left;
}


#footer
{
	width: 100%;
	margin-top: 50px;
	float: left;
	border: 1px solid #d3d3d3;
	background-color: #eeeeee;
	text-align: center;
}

/* Navigation */

#topdivouter
{
	border: 0.1em solid #d3d3d3;
	padding: 0.2em;
	margin-bottom: 20px;
	background-color: rgb(235,235,235);
	float: left;
}

#topdivinner
{
	border: 0.1em solid #A44;
	padding: 0.1em;
	background-color: #aaa;
	float: left ;
}

.clearfloats
{
	clear: both;
}

.topnav
{
	margin: 0 -0.15em;
}

.topnav li
{
	float: left;
	list-style-type: none;
	cursor: default;
	display: inline;
	background: none;
}

.topnav li a
{
	height: 2em;
	line-height: 2em;
	width: 6.5em;
	border: 1px solid #a44;
	text-decoration: none;
	text-align: center;
	background-color: rgb(235, 235, 235);
	display: block;
	margin: 0.1em;
}

.topnav a:hover, topnav a:visited
{
	background-color: rgb(220, 220, 220);
	color: blue;
	border: 1px solid #06c;
	text-decoration: none ;
}

ul.basiclist
{
	list-style-type: disc;
}

ul.basiclist li
{
	list-style-position: inside;
	margin: 0.1em 0;
}



#header a, header a:visited, header a:hover
{
	text-decoration: none;
	color: Black;
}



/* FAQ */

h3.question
{
	padding: 20px 0 5px 0 ;
	margin-bottom: 5px ;
	border-bottom: 1px solid #d3d3d3;
}

.sublist
{
	margin-top: 0.5em ;
}

.sublist li
{
	margin-bottom: 0.5em;
	padding-left: 25px;
	list-style-type: none;
	background: transparent url("../images/chevron.gif") no-repeat;
	background-position: 0 8px;
}

#contents
{
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 10px ;
}

