* {
	margin: 0;
	padding: 0;
}
body {
	font-size: .75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #273D30;
	margin: 30px 0 30px 0;
}

#page {
	background: #fff;
	padding: 10px;
	margin: 0 auto 0 auto;
	width: 835px;
}

p,  #flash-notice{
	font-size: 13px;
	color: #726257;
	margin: 0 0 10px 0;
	text-align: justify;
}
	#tag p {
		margin-bottom: 20px;
	}
	#footer p {
		color: #a9bdb4;
		font-size: 10px;
	}
	#albums p {
		margin: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0;
	color: #6D8876;
	font-style: italic;
}
	#tag h3 {
		margin-bottom: 14px;
	}
	.event h3, .event h4, .event h5 {
		margin-bottom: 2px;
	}
	.event h3 {
		color: #534640;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
	}
h4 {
	font-size: 11px;
	text-transform: uppercase;
	color: #6d8876;
	font-weight: normal;
	margin-bottom: 4px;
}
	.event h4 {
		text-transform: none;
		color: #534640;
		font-style: italic;
	}
.event h5 {
	color: #6d8876;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

ul, ol {
	font-size: 13px;
	color: #726257;
	margin-bottom: 10px;
	padding-left: 15px;
}
	ol {
		padding-left: 18px;
	}
	ul li, ol li {
		color: #726257;
		line-height: 21px;
		margin-bottom: 4px;
	}
	ul.user_event_list {
		list-style: none;
		margin-bottom: 18px;
	}
	ul.user_event_list li {
		margin-bottom: 12px;
		font-size: 12px;
		color: #726257;
	}
small {
	font-size: 10px;
}
	h3 small {
		font-size: 12px;
	}
	#tag p small {
		font-size: 10px;
	}

#footer a {
	color: #A9BDB4;
	text-decoration: none;
}

	#footer a:hover {
		color: #6D8876;
	}
	#nav a {
		font-size: 19px;
	}
	#nav .subnav li a {
		font-size: 11px;
	}
	.photo a {
		display: block;
		width: 207px;
		height: 134px;
		overflow: hidden;
	}

#updates ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#updates ul li {
	margin-bottom: 2px;
}

	.resources_list li {
		list-style: none;
		color: #534640;
		font-weight: bold;
		margin-bottom: 20px;
	}
		.resources_list li a {
			color: #6d8876;
			text-transform: uppercase;
			font-weight: normal;
		}
	.resources_list li ul, .resources_list li ul li {
		
		font-weight: normal;
		font-style: italic;
	}
		.resources_list li ul li ul {
			margin-left: 10px;
		}
		.resources_list li ul li {
			margin-bottom: 0;
		}

	form li {
	list-style: none;
}

form li label {
	color: #64816f;
	font-size: 14px;
	font-style: italic;
}
form .inputbox {
	width: 440px;
}
form .datepicker {
	width: 440px;
}
form .timepicker {
	width: 440px;
}
form .title {
	
}
form .textbox {
	width: 440px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* HEADER */

#header {
	height: 135px;
	background: #eceedd;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 6px;
	left: 62px;
	height: 88px;
	width: 505px;
	overflow: hidden;
}
#header h1 a {
	height: 88px;
	width: 505px;
	overflow: hidden;
	display: block;
	background: transparent url(KMC_logo.gif) no-repeat;
	text-indent: -10000px;
}

#preserve_the_future {
	position: absolute;
	right: 52px;
	top: 12px;
}
	#preserve_the_future a {
		display: block;
		background: url(preserve_the_future.gif) no-repeat;
		height: 34px;
		width: 166px;
		overflow: hidden;
		text-indent: -10000px;
	}

#nav {
	border-bottom: 1px solid #988675;
	border-top: 1px solid #988675;
	position: absolute;
	top: 100px;
	left: 0;
	width: 835px;
}

#nav .center {
	width: 765px;
	margin: 0 auto;
}

#nav ul, #nav ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: block;
	margin-right: 11px;
	position: relative;
	
	padding: 6px 0 6px 0;
}
	#nav ul li a {
		border-right: 1px solid #988675;
		padding-right: 10px;
	}
	#nav ul li a:hover, #nav ul li.active a {
		color: #669933;
	}
	#nav ul li.last {
		margin-right: 0;
		border-right: none;
		padding-right: 0;
	}
	#nav ul li.last a {
		border-right: none;
		padding-right: 0;
	}

#nav ul li a {
	text-decoration: none;
}

#nav ul li.sep {
	padding: 0 !important;
	margin: 0 11px !important; 
	display: block;
	background: #988675;
	width: 1px;
	height: 20px;
}


/* SUBNAV */

#nav .subnav {
	
	position: absolute;
	left: 0;
	top: 35px;
	padding: 0;
	height: 32px;
	width: 500px;
	display: none;
	z-index: 1000;
	
}
	#nav ul li:hover #nav .subnav {
		display: block;
	}
#nav .subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(bg_subnav.gif) repeat-x;
}

#nav .subnav ul li {
	float: left;
	margin: 0 12px;
	padding: 8px 0;
	border: none;
	position: static;
}

#nav .subnav ul li a {
	font-style: italic;
	text-decoration: none;
	color: #534640;
	border: none;
	padding: 0;
}

#nav .subnav ul li a:hover, #nav .subnav ul li a:hover.active, #nav .subnav ul li.active a {
	text-decoration: underline;
}

/* CONTENT */

#content {
	padding: 0 28px 0 28px;
	background: #E4E5D5 url(bg_content.jpg) no-repeat;
}

	#main_content {
		position: relative;
	}
#content hr, #content div.solid_spacer {
	border: none;
	display: block;
	margin: 10px 0 10px 0;
	height: 1px;
	background: #534640;
	line-height: 1px;
	overflow: hidden;
}

.area {
	margin: 0 0 0px 0;
}

.copy {
	font-size: 12px;
	line-height: 21px;
}

#left {
	margin: 25px 34px 0 0;
	width: 445px;
	float: left;
}



#right {
	margin: 25px 0 0 0;
	width: 290px;
	float: left;
}
	#photo_gallery {
		position: absolute;
		height: 226px;
		right: -20px;
		top: 50px;
		width: 325px;
		height: 244px;
	}

	#photo_gallery a#completed_dwelling {
		display: block;
		background: url('photo.jpg') no-repeat;
		width: 325px;
		height: 244px;
		line-height: 1000em;
		overflow: hidden;
	}
	
	#photo_gallery a#greenest_homes {
		display: block;
		width: 125px;
		height: 114px;
		line-height: 1000em;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	#contact_form_container {
		padding-top: 238px;
	}
.page {
	padding-top: 30px;
	z-index: 1;
}
	.gallery .page {
		padding-top: 55px;
	}

/** ALBUMS **/
#albums {
	list-style: none;
	padding-top: 10px;
	padding-left: 10px;
}
	#albums li {
		float: left;
		margin-right: 25px;
		margin-bottom: 12px;
		height: 200px;
	}
	div.photo {
		padding: 8px 15px 12px 8px;
		margin-bottom: 10px;
		background: url('photo_bg.png') no-repeat;
	}

/**SLIDESHOW**/
#slideshow {
	width: 480px;
	margin: 0 auto;
}
#slideshow .photo_lg {
	background: url('photo_bg_lg.png') no-repeat center top;
	padding: 9px 0 9px 0;
	margin-bottom: 28px;
	text-align: center;
}
	#slideshow .slideshow_thumbs {
		list-style: none;
		margin: 0 auto;
	}
	#slideshow .slideshow_thumbs li {
		float: left;		
		margin-right: 10px;
	}
	#slideshow .slideshow_thumbs li img {
		border: 2px solid #fff;
	}


/*RSS FEED */ 

#feeds {
	margin: 38px 0 0 17px;
}

.feed {
	margin: 0 0 20px 0;
	color: #6D8876;
}

.feed h4 {
	font-size: 14px;
	margin: 0 0 3px 0;
}

.from {
	font-weight: normal;
	font-style: italic;
}

/* FOOTER */
#footer {
	clear: both;
	margin-top: 60px;
	padding-bottom: 20px;
}



/* TEXT */

.dkbrown {
	color: #534640;
}

.ltbrown {
	color: #726257;
}

.green {
	color: #6D8876;
}




/* LINKS */

.sans {
	font-family: verdana, arial, sans-serif;
	font-size: 9px !important;
}

.sans a {
	color: #726257;
}

.sc {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 90%;
}

.u {
	text-decoration: underline;
}

a {
	color: #64816F;
	text-decoration: none;
}

a:hover, .selected a {
	color: #669933;
}

/* FORMS */

#member {
	
}

#member p {
	margin: 0 0 5px 0 ;
	padding: 0;
}

.text {
	color: #6D8876;
	font-style: italic;
}
	p.text label {
		font-size: 10px;
	}
#member .text {
	color: #6D8876;
	font-style: italic;
}

#member .text input, .text textarea {
	margin: 0 0 0 10px;
}

#member .check {
	margin: 0 0 0 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

#member .check input {
	margin: 0 5px 6px 0;
}

form li.clearfix {
	margin-bottom: 4px;
}

form li.clearfix label {
	display: block;
	width: 80px;
	float: left;
}

form li.clearfix .inputbox {
	width: 200px;
}
#std_form label {
	color: #6D8876;
	font-style: italic;
	font-size: 13px;
}

/** Quick Cal **/
#quick-cal {
	background: #eff0dd;
	padding: 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
}
.quick-cal-table {
	position: relative;
	left: 3px;
	background-position: 36px 18px;
	background-repeat: no-repeat;
	color: #82bb35;
	background-image: url('cal_lines.gif');
}
	.quick-cal-table thead .monthName {
		display: none;
	}
		.quick-cal-table td, .quick-cal-table th {
			text-align: center;
			font-size: 12px;
			padding: 3px 7px 3px 6px;
			background: none;
			color: #6d8876;
		}
		
		.quick-cal-table td a span, .quick-cal-table td span {
			display: block;
			padding: 3px 7px;
			width: 14px;
			font-size: 12px;
		}
		
		#quick-cal .quick-cal-table th {
			margin: 0;
			padding: 5px 0 0 0;
		}
		
		#quick-cal .quick-cal-nav {
			text-align: left;
			position: relative;
			margin: 0 15px;
		}

		#quick-cal .quick-cal-nav h4 {
			font-size: .75em;
			text-align: left;
			padding: 3px 6px;
			margin: 0 13px;
			position: relative;
			color: #f5f5f4;
			height: 1%;
			color: #eceedd;
			background: #6d8876 url('grey-grad-horizontal-sm.jpg') no-repeat;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			text-transform: none;
		}

		#quick-cal .quick-cal-nav .prev {
			position: absolute;
			top: 8px;
			display: block;
			line-height: 1000em;
			overflow: hidden;
			width: 7px;
			height: 11px;
		}
		
		#quick-cal .quick-cal-nav .next {
			position: absolute;
			top: 8px;
			left: 252px;
			text-indent: -30000px;
			width: 7px;
			line-height: 1000em;
			overflow: hidden;
			height: 11px;
		}
		
		#quick-cal-dropdown {
			position: absolute;
			z-index: 10000;
			left: 13px;
			width: 232px;
			font-size: 12px;
		}
		
		#quick-cal-dropdown-wrapper {
			padding-top: 5px;
		}
		
		#quick-cal-dropdown table, #quick-cal-dropdown table td {
			background: none;
		}
		
		#quick-cal-table-wrapper {
			position: relative;
		}
		
		#quick-cal-dropdown {
			position: absolute;
			z-index: 200000;
			top: 0;
		}
		
		#quick-cal-dropdown-nav-table {
			width: 100%;
		}
		
		#quick-cal-dropdown-nav-table td {
			vertical-align: top;
			padding: 3px 0 3px 10px;
		}
		
		
		
		#quick-cal-dropdown-nav-table tr.buttons {
			text-align: center;
		}

		#quick-cal-dropdown-nav-table tr.buttons button {
			margin-right: 5px;
		}

		.ok, .cancel {
			color: #f5f5f4;
			cursor: pointer;
			font-size: 11px;
			padding: 1px 3px;
			text-align:center;
			text-decoration: none !important;
			border-width: 1px;
			border-style: solid;
		}

		#quick-cal .quick-cal-nav .prev {
			background: url('arrow_left.gif') no-repeat;
			display: block;
		}
		
		#quick-cal .quick-cal-nav .next {
			background: url('arrow_right.gif') no-repeat;
			display: block;
		}
		
		
		#quick-cal table td.valid a span {
			background: #bdc8b8;
			color: #f2f2f2;
		}
		
		#quick-cal-dropdown-nav-table td.sep {
			background: url('grey-column.gif') no-repeat right;
		}
		
.errorExplanation h2, .errorExplanation p {
	display: none;
}

/** UTILITY **/

.hide {
	display: none;
}

img {
	border: none;
}

.hide {
	display: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.margin4 {
	margin-bottom: 4px;
}

.margin18 {
		margin-bottom: 18px;
	}
.timeEntry_control {
	display: none;
}
.timeEntry_wrap .timepicker {

}
/* CLEARFIX */
.clearfix:after, .galleria:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .galleria {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .galleria {display:block;}
/* End hide from IE Mac */

/** image gallery **/
.galleria{list-style:none;width:700px; text-align:center; margin: 0 0 0 75px;}
.galleria li{display:block;height:80px;float:left;width:85px;}
.galleria li img {width: 75px; height: 75px;}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em; position: absolute; top: 0;}
* html .galleria li div span{width:400px} /* MSIE bug */
.jcarousel_container {
	position: relative;
}
.jcarousel_container .next {
	position: absolute;
	background: url("arrow_next.gif") no-repeat;
	right: 0px;
	top: 25px;
	height: 25px;
	width: 25px;
	text-indent: -10000px;
}
.jcarousel_container .prev {
	position: absolute;
	background: url("arrow_prev.gif") no-repeat;
	left: 0px;
	top: 25px;
	text-indent: -10000px;
	height: 25px;
	width: 25px;
}
.disabled {
	display: none;
}
#img_shadow {
	text-align: center;
}
#main_image {
	text-align: center;
	position: relative;
}
.galleria_wrapper {
	height: 333px;
	margin-bottom: 25px;
	width: 300px;
	margin: 0 auto 25px auto;
	background: #fff url(photo_bg.gif) no-repeat bottom right !important;
	padding: 0 0 10px 0;
	position: relative;
}
.galleria_wrapper img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 5px solid #fff;
	top: -5px;
	left: -5px;
}
	.galleria_wrapper .next, .galleria_wrapper .prev {
		position: absolute;
		top: 25px;
		padding: 11px 12px 10px 12px;
		background: #fff;
		color: #78a44a;
		display: none;
	}
	.galleria_wrapper .prev {
		left: 0;
	}
	.galleria_wrapper .next {
		right: 5px;
	}

.caption{display:block;
	font-size: 11px;
	font-family: Georgia, serif;
	color: #6d8876;
	text-transform: uppercase;
	margin-bottom: 2px;
	}
