* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", trebuchet, arial, sans-serif;
	color: #333;
}

/* adds vertical scrollbar even on pages that don't need it */
/* prevents content shifting across pages */
html { min-height: 100%; margin-bottom: 1px; }

body {
	background: #333;
	margin: 20px 0;
}

#pageHolder {
	margin: 0 auto;
	width: 600px;
}

h1 {
	height: 70px;
	width: 600px;
	background: url(/images/header.gif) no-repeat top center;
	text-indent: -100em;
	margin-bottom: 20px;
}

h1 a {
	overflow: hidden;
	width: 600px;
	height: 70px; !important; 
	height /**/:70px; /* for IE5/Win */
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 24px;
	font-weight: normal;
	color: #82a151;
}

h3 {
	margin: 20px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 18px;
	font-weight: normal;
	color: #82a151;
}

p, ul, ol {
	margin-bottom: 15px;
}

.sectionContent ul, .sectionContent ol {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

li.navItem {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.nav, .nav div {
	display: block;
	width: 600px;
	line-height: 40px;
	height: 40px; !important; 
	height /**/:40px; /* for IE5/Win */
	cursor: pointer
}

.nav {
	overflow: hidden;
	text-indent: -100em;
	background: #a6cb6b;
	height: 40px;
}

#nav-about div {
	background: url(/images/nav-about.gif) no-repeat top left;
}

#nav-services div {
	background: url(/images/nav-services.gif) no-repeat top left;
}

#nav-contact div {
	background: url(/images/nav-contact.gif) no-repeat top left;
}

#kcd li:hover a div {
	background-position: 0 -40px;
}

#kcd li.selected a div {
	background-position: 0 -80px;
}

.selected #nav-about,
.selected #nav-services,
.selected #nav-contact {
	background-position: 0 -80px;
}

#kcd {
	height: 400px;
	overflow: hidden;
}

.sectionContentBG {
	background: #fff;
	height: 280px;
	width: 600px;
}

.sectionContent {
	padding: 20px 20px 0 20px;
	font-size: 15px;
}

.intro {
	font-size: 20px;
	text-align: justify;
}

.first {
	margin-top: 0;
	margin-bottom: 0;
}

.last {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sectionContent table tr td {
	padding: 3px 10px 3px 0;
	line-height: 30px;
}

.formInput {
	width: 350px;
	padding: 3px;
	font-size: 15px;
	border: 1px solid #ccc;
}

textarea.formInput {
	height: 60px;
}

.formInput:focus {
	border: 1px solid #333;
}

#footer {
	margin-top: 20px;
	text-align: center;
}

#footer, #footer a, #footer a:visited {
	font-size: 11px;
	color: #666;
}

