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


/***********************************************************/
/* menu links */
/***********************************************************/

#columnOne {
	color: #000;
	background: #aaaaaa url(../images/process/details.png) no-repeat center 400px;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 210px;
	height: 905px;
}

/*.menuSel {
	color: #000;
	text-decoration: none;
	width: 100px;
	display: block;
	margin-bottom: 15px;
}

#menu {
	color: #FFF;
	padding: 28px 0px 0px 30px;
	font-size: 80%;
	letter-spacing: .005em;
}


#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	display: block;
	margin-bottom: 15px;
}

#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	margin-bottom: 15px;
	display: block;
}

#menu a:hover {
	text-decoration: none;
	color: #000;
	display: block;
}
#menu a:active {
	
	text-decoration: none;
	width: 100px;
	margin-bottom: 15px;
	display: block;
}*/


#photoBoxAbout {
	height: 550px;
	width: 736px;
	padding: 0px 24px 0px 30px;
}


#pcol1 {
	background: #FFF;
	height: auto;
	width: 155px;
	float: left;
	margin-top: 188px;
	text-align: center;
}

#pcol2 {
	background: #FFF;
	height: auto;
	width: 155px;
	float: left;
	margin: 0px 22px;
	text-align: center;
}

#pcol3 {
	background: #FFF;
	height: auto;
	width: 155px;
	float: left;
	margin: 0px 22px 0px 0px;
	text-align: center;
}

#pcol4 {
	background: #FFF;
	height: auto;
	width: 155px;
	float: left;
	margin-top: 188px;
	text-align: center;
}


.pcaption {
	font-size: 90%;
	font-weight: bold;
	color: #000;
	padding-top: 10px;	
}


#textBox {
	background: #FFF;
	height: auto;
	width: 736px;
	margin-top: 15px;
	padding: 0px 24px 0px 30px;
	margin-bottom: 20px;
}

#textBox p {
	font-size: 95%;
	line-height: 1.5em;
}

ul {
	list-style: square url(../css/none) inside;
	padding-left: 8px;
	font-size: 95%;
	padding-top: 6px;
	line-height: 1.5em;
	padding-bottom: 6px;
}

.photoBorder {
	border: 1px solid #000;	
}

.pheader {
	font: italic bold normal 95% Arial, Helvetica, sans-serif;
	color: #000;
}

#credits {
	font-size: 75%;
	width: 300px;
	display: block;
	margin-top: 50px;
	line-height: 140%;
	color: #AAA;
}

#credits a:link {
	color: #AAA;
	margin: 0px;
	text-decoration: none;
}
#credits a:visited {
	color: #AAA;
	text-decoration: none;
}
#credits a:hover {
	color: #AAA;
	text-decoration: underline;
}
#credits a:active {
	color: #AAA;
	text-decoration: none;
}