@charset "utf-8";



/* PAGE HEADER (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../images/aboutpagehead.jpg) no-repeat;
}





/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 1133px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 1133px;
	background: #666 url(../images/leftnav.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#contact a:link, #contact a:visited {
	color: #666;
	background-color: #FFF;
}



/* CONTENT WRAPPER (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 462px;
	background: transparent;
}

#content p {
	line-height: 16px;
}


/* CONTENT
-------------------------------------------------------------------*/
#neheader {
	width: 462px;
	height: 25px;
	background: #333;
	border-bottom: 1px solid #FFF;
	margin: 12px 0 0 0;
}

#map {
	width: 462px;
	height: 308px;
	background: #CCC;
	margin: 14px 0 0 0;
}



/* SIDE BAR
-------------------------------------------------------------------*/
.sidebartext {
    font-size: 11px;
	padding: 10px 0 0 10px;
}

.sidebarspan {
	font-weight: bold;
}

#sidebarwrap {
	position: absolute;
	top: 84px;
	left: 712px;
	width: 170px;
	height: 800px;
	background: transparent;
}

#locationheader {
	width: 170px;
	height: 24px;
	background: #333;
	border: 1px solid #4D4D4D;
	margin: 0 0 1px 0;
}

#kc {
	width: 170px;
	height: 155px;	
	background: #F2F2F2;
	border: 1px solid #CCC;
}

#nj, #ne, #lv {
	width: 170px;
	height: 115px;	
	background: #F2F2F2;
	margin: 5px 0 0 0;
	border: 1px solid #CCC;
}


/* FOOTER AND GOODBYE (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 1327px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 1377px;
	left: 0;
}