@charset "UTF-8";
/* CSS Document */


/* INTRO BOXES */

#whatwedo_img {
	display: block;
	width: 202px;
	height: 202px;
	background-image: url(../images/about_whatwedo.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#whatwedo {
	display: block;
	width: 202px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}


#history_img {
	display: block;
	width: 202px;
	height: 202px;
	background-image: url(../images/about_history.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#history {
	display: block;
	width: 202px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}
	
#mission_img {
	display: block;
	width: 202px;
	height: 202px;
	background-image: url(../images/about_mission.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#mission {
	display: block;
	width: 202px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}

#board_img {
	display: block;
	width: 202px;
	height: 202px;
	background-image: url(../images/about_board.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#board {
	display: block;
	width: 202px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}
	
#staff_img {
	display: block;
	width: 202px;
	height: 202px;
	background-image: url(../images/about_staff.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#staff {
	display: block;
	width: 202px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}

#careers_img {
	display: block;
	width: 202px;
	height: 202px;
	background-image: url(../images/about_careers.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#careers {
	display: block;
	width: 202px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}



/* SIDEBAR */


.pageTitle {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: #C60;
	padding: 20px 10px 10px 35px;
	border-right: solid #fff 30px;
}

.sidebar_intro {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	background-color: #C60;
	padding: 0px 6px 25px 35px;
	border-right: solid #fff 30px;
}

.sidebar_intro a:link {
	color: #000;
}

.sidebar_intro a:hover {
	color: fff;
}

.sidebar_intro a:visited {
	color: #036;
}

.sidebar_nav1 {
	color: #036;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 35px 30px 10px 4px;
}

.sidebar_nav1 a:link {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 31px;
}

.sidebar_nav1 a:hover {
	color: #c60;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 31px;
}

.sidebar_nav1 a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 31px;
}

.sidebar_nav1 a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 31px;
}


/* MAIN COLUMN */

.subhead_about {
	color:#fff;
	font-weight: bold;
	background-color:#c60;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	width: 150px;
	margin-top: 10px;
}

.subhead_about a:link {
	color:#fff;
	text-decoration: none;
}

.subhead_about a:hover {
	color:#fff;
	text-decoration: none;
}

.subhead_about a:active {
	color:#fff;
	text-decoration: none;
}

.subhead_about a:visited {
	color:#fff;
	text-decoration: none;
}

.subhead_aboutWide {
	color:#fff;
	font-weight: bold;
	background-color:#c60;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	width: 372px;
	margin-top: 10px;
}

.subhead_aboutWidest {
	color:#fff;
	font-weight: bold;
	background-color:#c60;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	margin-top: 10px;
}

.text_staffCell {
	line-height: 14px;
	background-color: #ccc;
	padding: 10px 6px 10px 10px;
}

.text_staffCell a:link {
	color: #000;
}


/* GENERAL */

p {
	padding:0;
}

.link {
	color: #036;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.link a:link {
	color: #999;
}

.link a:hover {
	color: #c60;
}

.link a:active {
	color: #999;
}

.link a:visited {
	color: #036;
}

#more {
	font-size: 9px;
	color: #C60;
	font-weight: bold;
	text-decoration: none;
}
