/* KCHRC CSS Document */

body img { display: block; }

body {
	background: #E9E9E9 url("assets/grey-lines_bg.gif");
	margin: 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
}

div#header {
	position: absolute;
	z-index: 6000;
	left: 81px;
	right: 80px;
	top: 20px;
	margin: 0 80px 0 0;
	visibility: visible;
}

div#nojoy {
	background-color: #FFFFFF;
	border: 1px solid #990000;
	padding: 5px;
	margin: 0px 0px 5px;
}

div#content {
	position: absolute;
	left: 81px; right: 80px; top: 57px;
	margin: 0 80px auto 0; 
	border: 2px solid black;
	background: white url("http://www.teachinkane.org/assets/wrap-bg.gif") top left repeat-y;	
	z-index: 100;
	padding: 0 0 2em 0;
}

div#content img.curve {
	float: left;
	clear: left;
	margin: 0 15px 0 0;
	padding: 0px;
	height: 20px;
}

div#footer img.logo {
	float: left;
	padding: 0px 4px 0px 0px;
	height: auto;
	margin: 0px;
}

div#menu {
	position: absolute; z-index: 7;
	width: 9em; top: 220px; left: 0;
	margin-left: -3.5em;
	padding: 1em;
	border: 2px solid black;
	background:	#FFFFFF;
}

div#menu b { display: none; }

div#content a {
	color: #5B5B00;
}

div#content a:hover {
	color: #FF0000;
}

div#menu a {
	display: block;
	color: black;
	margin: 0; 
	padding: 0 8px;
	text-align: right;
	text-decoration: none;
}

div#menu a:hover {
	color: #996600;
	padding-right: 4px;
	border-right: 4px solid #996600;
}

div#prop {
	height: 400px;
	width: 1px;
	float: right;
}

div#clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#footer {
	font-size: 75%;
}

div#footer, div#text { margin: 1em 30px 1em 176px; }

div.thumbnail img {
	padding: 3px;
	border: 2px dashed #666666;
	margin-bottom: 5px;
}

div.thumbnail {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 8px;
}

h2 {
	font-size: 150%;
	margin: 1em;
}

h3 {
	font-size: 120%;
	margin: 1em 1em 1em 0em;
	border: none;
	font-weight: bold;
	background-image:  url("assets/h3bg.jpg");
	background-repeat: no-repeat;
}

div.faqQuestion {
	color: #5B5B00;
	padding-bottom: 15px;
}

div.faqQuestion a {
	text-decoration: none;
}

div.faqAnswer {
	display: none;
	padding-bottom: 15px;
	margin-left: 30px;
}


@media print {

	div#header {
		left: 0;
		right: 0;
		top: 0;
	}
	div#content { 
		position: absolute;
		left: 0; right: 0; top: 37px;
		margin: 0 0 0 0; 
		border: none;
		background: none;
		z-index: 100;
		padding: none;	
	}
	div#content img.curve { display: none; }
	div#menu { display: none; }
	div#footer, div#text { margin: 0 0 0 0; }
	div#footer img.logo { display: none; }
	h2 {
		font-size: 150%;
		margin: 1em 0em 0em 0em;
	}
	h3 {
		font-size: 120%;
		margin: 1em 0em 0em 0em;
		border: none;
		font-weight: bold;
		background-image:  none;
	}
}
