/* --- CSS for Karapoti Consulting---
Light orang/brown (active colour) = #FED281
*/
.body {
	background-color: #ffffff;
	background-image:url(body_bg.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}
.footer {
	/* position:absolute; */
	/* bottom:0; */
	width:100%;
	background-image:url(footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height:36px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 11px;
	color: #333;
}
.footer a:link,
.footer a:visited {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 11px;
	color: #333;
}
.banner {
	background-image: url('gearwheel_banner.png');
	background-repeat:no-repeat;
}
.banner2 {
	background-image: url('KarapotiConsulting_banner.png');
	background-repeat:no-repeat;
	background-position: bottom left;
	height:128px;
}
.content {
	font-size: 10pt; 
	line-height:108%;
	color: #000000;
	font-family: arial;
	text-align: left;
	padding: 3px 6px 0px 6px;
}
.content a {
	color: #0066ff;
}
.content a:hover {
	color: #0066FF;
}
.content H3 {
	font-size: 11pt; 
	color: #0066FF;
	font-family: arial;
	line-height:11px;
	padding-top:4px;
	padding-bottom:0px;
}
.content H2  {
	font-size: 11pt; 
	color: #fff;
	font-family: arial;
	line-height:11px;
	padding:4px 12px; 4px; 12px;
	background:#E86A16;
	text-align:center;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
}
.content H2 a {
	color: #fff;
}
.content H2 a:hover { 
	color:#0066ff; 
} 
.sidebar {
	background-color: #EEE;
	padding: 4px;
	font-size: 11pt; 
	color: #000;
	font-style: italic;
	font-family: arial;
	text-align: left;
}
.leftsidebar {
	background-color: #EEE;
	padding: 4px;
	font-size: 9pt; 
	color: #333333;
	font-family: arial;
	text-align: left;
}
.leftsidebar H2 {
	font-size: 11pt; 
	color: #333333;
	font-family: arial;
	text-align: left;
}
.leftsidebar a {
	font-size: 8pt; 
	color: #333333;
}
.TagLine {
	font-size: 12pt; 
	color: #0066ff;
	font-family: arial;
	font-style: italic;
	font-weight:bold;
	text-align: left;
}
#nav {
	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	}
#nav li { 
	list-style: none;
	padding-right:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant:small-caps; 
	float:left;
} 
#nav a:link, 
#nav a:visited { 
	color:#ffffff; 
	width:auto; 
	text-decoration:none; 
} 
#nav #current { 
	color:#0066ff; 
	width:auto; 
	text-decoration:none; 
} 
#nav a:hover { 
	color:#0066ff; 
} 
.EmphasiseParagraph {
	border: 1px solid #897865;
	background: #FED281;
	padding: 10px;
}
.SSS {
	font-size: 14pt; 
	color: #0066FF;
	font-family: arial;
	font-style: italic;
	text-align: center;
	padding: 6px 24px 4px 0px;
}


