@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: 757px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 757px;
	background: #666 url(images/leftnav.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#overview a:link, #overview a:visited {
	color: #666;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 442px;
	background: transparent;
}

#content p {
	line-height: 16px;	
}


/* SIDEBAR CONTENT
-------------------------------------------------------------------*/
#sidebarwrap {
	position: absolute;
	top: 80px;
	left: 694px;
	width: 190px;
	height: 800px;
	background: transparent;
}

.headers {
    width: 190px;
	height: 24px;
	background: #333;
	border: 1px solid #4D4D4D;
	margin: 0 0 1px 0;		
}

.sidebartext {
	font-size: 11px;
	padding: 8px 8px 4px 8px;
}

.slinks {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	padding: 0 0 0 0;
}


#puzzle, #cars {
	margin: -10px 0 0 -10px;	
}


#puzzle, #cars{
	border-bottom: 1px solid #FFF;	
}


#corevalues, #ourhistory, #sidebarmap {
    width: 170px;
	background: #F2F2F2;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;	
	padding: 10px 10px 10px 10px;
}

#corevalues {
	display: none;	
}


/* QUOTE
-------------------------------------------------------------------*/
#quote {
	display: none;
    width: 442px;
	background: #FFF;
	margin: 30px 0 30px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
}

#quote blockquote p {
	display: none;
}



/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 951px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 1001px;
	left: 0;
}