body {
	background-color: #fdf5df;   /* #333;  Charcoal  */
	margin: 0px;
	background-image: url(/images/back_left_col.png);
	background-repeat: repeat-y;
}
#wrap {
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
#head {
	background-image: url(/images/head_band.png);
	background-repeat: repeat-x;
	background-color: #92997b;
	height: 131px;
}
#topLogo {
	position: absolute;
	left: 365px;
}

#topCorner {
	position: absolute;
	width: 70px;
	top: 129px;
/*	background-image: url(/alt_images/nav_line.png);
	background-repeat: repeat-x; */
	height: 60px;
	left: 145px;
}

h1 { /*  H1 tags should ONLY be used for page haeaders */
	margin: 0px 0px 8px 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important; /*  for the good browsers */
	height /**/ :35px; /* for that nasty IE5 */
	font-size: 5px;
	padding: 50px 0 0 0;
	}

h1#leader {
	padding: 45px 0 0 0; /* Intro pages for each section */
	background-image: url(/images/leading.gif);
}
h1#charity {background-image: url(/images/t_charity.gif);}
h1#services {background-image: url(/images/t_services.gif);}
h1#awards {background-image: url(/images/t_award.gif);}
h1#about {background-image: url(/images/t_about.gif);}
h1#testimonial {background-image: url(/images/t_testimonial.gif);}
h1#faq {background-image: url(/images/t_faqs.gif);}
h1#path {background-image: url(/images/t_g_path.gif);}
h1#land {background-image: url(/images/t_g_land.gif);}
h1#entry {background-image: url(/images/t_g_entry.gif);}
h1#arch {background-image: url(/images/t_g_arch.gif);}
h1#outdoor {background-image: url(/images/t_g_outdoor.gif);}
h1#art {background-image: url(/images/t_g_art.gif);}
h1#back {background-image: url(/images/t_g_back.gif);}
h1#down {background-image: url(/images/t_g_down.gif);}
h1#water {background-image: url(/images/t_g_water.gif);}
h1#fixture {background-image: url(/images/t_g_fixture.gif);}
h1#before {background-image: url(/images/t_g_before.png);}

h2#intro { /* bold copy on section front pages - follows KC Leader */
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

h3 {   /*  Left Column  */
	font-size: 14px;
}

h3 a {
	font-size: 16px;
	line-height: 18px;
}
h3 .email  {
	font-size: 14px;
	line-height: 18px;
}


#topNav {
	height: 30px;
	width: 500px;
	position: absolute;
	left: 299px;
	top: 108px;
	font-size: 13px;
}
#topNav a {
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

#topNav a:link {
	text-decoration: none;
}

#leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
	left: 5px;
	position: absolute;
	top: 160px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
	z-index: 1;
}

#leftNav a:link, #leftNav a:visited {
	color: #FCF3D8;
	text-decoration: none;
}

#leftNav a:hover {
	color: #FFF;
	text-decoration: none;
}

#leftNav  a:active {
	color: #D0D0D0;
	text-decoration: none;
}

#content {
	position: absolute;
	left: 191px;
	top: 156px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 700px;
}

#content dt {
	font-weight: bold;
	padding-left: 40px;
}

#content dd {
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 60px;
	margin-left: 0px;
}

#content li {
	padding-bottom: 8px;
	margin-left: 60px;
}

#footer {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #909090;
	padding-top: 20px;
	clear: both;
}
#footer a {
	text-align: center;
	color: #909090;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
}

#footer .phone {
	margin-right: 25px;
}
#resPortfolioLinks {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 250px;
}
#resPortfolioLinks h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#resPortfolioLinks p a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#resPortfolioLinks p a:hover {
	color: #CCC;
}


#resPortfolioImage {
	width: 400px;
	float: right;
}
p.title {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 40px;
}
p.titleFirst {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 40px;
}

p.title strong {
	font-weight: bold;
	font-size: 14px;
}
p.bodyCopy {
	padding-left: 60px;
	margin-bottom: 0px;
	margin-top: 8px;
	padding-right: 50px;
}
div.hr {
	background-image: url(/images/rule.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
}
div.hr hr{
	display: none;
}








#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #909090;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 700px;
	clear: both;
}
p.titleFirst strong {
	font-weight: bold;
	font-size: 14px;
}

