body { 
	font-family : verdana, arial, sans-serif;
	margin: 0px; padding: 0px; 
	color: black; background: white; 
	font-weight: normal;
	font-size: 0.7em; 
	width: 100%; 
	height: 100%; 
}

#headspace { 
	background: gray; 
	margin: 0px; padding: 10px; 
}
#footspace { 
	background: none; 
	float: none;
	padding: 1.0em; 
	text-align: center;
	width: auto;
}
#portfoliospace { 
	border-style: solid; border-width: 7px; border-color: #999999;
	text-align: center;
}

table {
	height: 92%;
	font-size: 1.0em; 
	margin: 0 auto;
}

td {
	vertical-align: middle;
	text-align: center;
}
td.navigation {
	vertical-align: bottom;
}

#centerwrapper { 
	position: relative;
	width: 770px;
	height: 450px;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/processcircle.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#problem_icon, #solutions_icon, #explanation_icon, #reflection_icon { 
	position: absolute;
	background: red; 
	border-style: solid; border-width: 1px; 
	padding: 0.4em; 
	z-index: 50;
	width: auto;
	height: auto;
	float: left; 
}
#problem_icon { 
	top: 0%; 
	left: 0%; 
}
#solutions_icon { 
	top: 0%; 
	right: 0%; 
}
#explanation_icon { 
	bottom: 0%; 
	right: 0%; 
}
#reflection_icon { 
	bottom: 0%;  
	left: 0%; 
}

#problem_label, #solutions_label, #explanation_label, #reflection_label { 
	position: absolute;
	background: #666666; 
	border-style: solid; border-width: 1px; border-color: black;
	width: 200px; 
	z-index: 90;
	font-weight: bold;
	color: white;
	font-size: 1.4em;
	padding: 0.5em; 
	margin: 0px;
	display: none; 
}
#problem_label { 
	top: 20%; 
	left: 100%; /* in Windows IE, this should be 101% */
}
#solutions_label { 
	top: 20%; 
	right: 100%; 
}
#explanation_label { 
	bottom: 20%; 
	right: 100%; 
}
#reflection_label { 
	bottom: 20%; 
	left: 100%;  /* in Windows IE, this should be 101% */
}

#problem_connector, #solutions_connector, #explanation_connector, #reflection_connector { 
	position: absolute;
	background: black; 
	border-width: 0px;
	width: 1px; 
	z-index: 90;
	padding: 0px; 
	margin: 0px;
	display: none; 
}
#problem_connector { 
	top: 100%; 
	left: 80%; 
	height: 9.0em;
}
#solutions_connector { 
	top: 100%; 
	left: 20%; 
	height: 9.0em;
}
#explanation_connector { 
	bottom: 100%; 
	left: 20%; 
	height: 9.0em;
}
#reflection_connector { 
	bottom: 100%; 
	left: 80%; 
	height: 9.0em;
}

#introduction { 
	position: absolute;
	background: white; 
	border-width: 0px; 
	width: 400px;
	margin-left: auto; 
	margin-right: auto; 
	top: 35%; 
	left: 25%; 
	z-index: 1;
	padding: 1.0em; 
	text-align: left;
	line-height: 1.8em;
	color: #666666;
	display: block; 
}
#overviewLinks {
	text-align: center;
	top: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 2.0em; 
}
#overviewLinks a {
	color: red;
}

#problem_description, #solutions_description, #explanation_description, #reflection_description { 
	position: absolute;
	background: white; 
	border-style: solid; border-width: 1px; 
	width: 57%; /* in Windows IE, this should be 60% */
	height: auto;
	top: 28%; 
	left: 20%; 
	z-index: 100;
	padding: 1.0em; 
	text-align: left;
	line-height: 1.8em;
	display: none; 
}

a.descriptionLink {
	display: block;
	color: red;
	text-align: right;
	margin-top: 1.8em;
}

#iconspace { 
	position: absolute;
	background: red; 
	border-style: solid; border-width: 1px; 
	padding: 0.4em; 
	z-index: 20;
	width: auto;
	height: auto;
	float: left; 
	margin-top: 15px; 
	margin-left: 10px; 
}
#smalliconspace { 
	position: absolute;
	background: none; 
	border: 0; 
	border-top-width: 1px; 
	margin: 0.0em; 
	margin-left: -0.4em; 
	padding: 0.2em; 
	padding-left: 0.4em; 
	padding-top: 0.0em; 
	z-index: 20;
	width: 111%;
	top: 100%; 
	left: -1%; 
	height: 80px;
}
#smallicon1, #smallicon2, #smallicon3 { 
	background: white; 
	padding: 0.0em; 
	z-index: 20;
	width: auto;
	height: 58px;
	float: left;
	margin-top: 0.1em;
	margin-right: 2px;
}
#iconspacer { 
	background: red; 
	border-style: solid; border-width: 1px; 
	border-top: 0; 
	padding: 0.0em; 
	margin: 0.0em; 
	z-index: 101;
	width: 11px;
	height: 69px;
	float: left;
}

#sectionNav1, #sectionNav2 { 
	position: absolute;
	background: #ffffff; 
	border-style: dashed; border-width: 1px; border-color: #999999;
	z-index: 90;
	font-weight: normal;
	color: black;
	font-size: 0.7em;
	padding-top: 0.2em; 
	padding-bottom: 0.2em; 
	padding-right: 1em; 
	padding-left: 1em; 
	margin: 0px;
	bottom: 120%; 
}
#sectionNav1 { 
	left: 6%; 
	width: 6em; 
}
#sectionNav2 { 
	left: 83%;
	width: 12em; 
}

#labelspace { 
	position: absolute;
	background: #666666; 
	border-style: solid; border-width: 1px; border-color: black;
	width: 480px; 
	height: 45px;
	z-index: 90;
	font-weight: bold;
	color: white;
	font-size: 1.4em;
	padding: 0em; 
	margin: 0px;
	top: 10%; 
	left: 101%; 
	text-align: center;
}
table.label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 1.0em; 
	margin: 0 auto;
}
td.labeltitle { 
	background: #666666; 
	font-weight: bold;
	color: white;
	font-size: 1.0em;
	width: 33%;
}
td.labeldescription { 
	background: white; 
	font-weight: normal;
	color: #666666;
	font-size: 0.6em;
}

#connectorN1, #connectorN2, #connector1, #connector2 { 
	position: absolute;
	background: black; 
	border-width: 0px;
	z-index: 1;
	padding: 0px; 
	margin: 0px;
}
#connectorN1, #connectorN2 { 
	bottom: 100%; 
	width: 1px; 
	height: 1.0em;
}
#connectorN1 { 
	left: 13%; 
}
#connectorN2 { 
	left: 94%; 
}
#connector1 { 
	top: 100%; 
	left: 94%; 
	width: 1px; 
	height: 20.0em;
}
#connector2 { 
	top: 155px; 
	left: 620px; 
	width: 1px; 
	height: 20.0em;
	display: block; 
}

#projectsNavX { 
	position: absolute;
	background: #cccccc; 
	border-style: solid; border-width: 1px; 
	width: 72%;
	height: auto;
	bottom: 12%; 
	right: 5%;
	z-index: 51;
	padding: 1.0em; 
	text-align: center;
	display: none; 
}
#projectsNav { 
	border-width: 0px; 
	z-index: 1051;
	padding: 1.0em; 
	text-align: center;
}
#projectsNav a {
	color: #333333;
	font-size: 0.9em;
}

#samplenavigation { 
	z-index: 110;
	position: absolute;
	background: #eeeeee; 
	border-style: solid; border-width: 1px; border-color: black;
	font-size: 0.95em;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 1.0em 2.0em; 
	width: auto;
	top: 135px; 
	left: 400px;
	margin-left: 7%;
	margin-right: 3%;
	display: block; 
}

#sample_01, #sample_02, #sample_03, #sample_04, #sample_05, #sample_06, #sample_07 { 
	position: absolute;
	background: white; 
	border-style: solid; border-width: 1px; 
	width: 700px;
	height: 350px;
	bottom: 15%; 
	right: 8%;
	z-index: 50;
	padding: 1.0em; 
	text-align: left;
	line-height: 1.8em;
	margin: auto;
	display: none; 
}
#sample_01 { 
	display: block; 
}
#sample_01_description, #sample_02_description, #sample_03_description, #sample_04_description, 
#sample_05_description, #sample_06_description, #sample_07_description { 
	position: absolute;
	background: white; 
	top: 5%; 
	left: 5%; 
	padding: 0em; 
	text-align: left;
	font-size: 0.95em;
	line-height: 1.8em;
	border-width: 0px; 
	width: 60%;
	padding-right: 2.0em;
}
.project {
	display: block;
	font-size: 0.7em;
	line-height: 2.5em;
	color: #999999;
}
h3 {
	font-size: 1.6em;
}
#sample_01_image, #sample_02_image, #sample_03_image, #sample_04_image, #sample_05_image, #sample_06_image, #sample_07_image { 
	position: absolute;
	background: red; 
	border-style: solid; border-width: 1px; 
	padding: 0.4em; 
	top: 12%; 
	right: 5%; 
	width: auto;
	height: auto;
}
#sample_01_previous, #sample_02_previous, #sample_03_previous, #sample_04_previous, 
#sample_05_previous, #sample_06_previous, #sample_07_previous,
#sample_01_next, #sample_02_next, #sample_03_next, #sample_04_next, 
#sample_05_next, #sample_06_next, #sample_07_next { 
	position: absolute;
	background: red; 
	border-style: solid; border-width: 1px; 
	bottom: 15%; 
	padding: 0.5em;
	padding-right: 1.0em; 
	padding-left: 1.0em; 
	text-align: center;
	line-height: 1.8em;
	width: 2.0em;
	z-index: 101;
}
#sample_01_previous, #sample_02_previous, #sample_03_previous, #sample_04_previous, 
#sample_05_previous, #sample_06_previous, #sample_07_previous { 
	right: 98%; 
}
#sample_01_next, #sample_02_next, #sample_03_next, #sample_04_next, 
#sample_05_next, #sample_06_next, #sample_07_next { 
	left: 98%; 
}

#sample_01_previous a, #sample_02_previous a, #sample_03_previous a, #sample_04_previous a, 
#sample_05_previous a, #sample_06_previous a, #sample_07_previous a,
#sample_01_next a, #sample_02_next a, #sample_03_next a, #sample_04_next a, 
#sample_05_next a, #sample_06_next a, #sample_07_next a { 
	color: white;
	font-weight: bolder;
	font-size: 1.5em;
	letter-spacing: -0.5em;
}

p { 
	line-height: 1.5em; 
}

.emphasize {
	font-weight: bold;
	color: white;
}

.emailAddress { 
	letter-spacing: -0.2em;
}

.mytitle {
	color: #CCCCCC;
}

a { 
	color: #666666;
	text-decoration: none; 
}
a:hover {  
	text-decoration: underline; 
} /* has no effect in netscape 4x */ 

.links { 
	text-align: right;
	float: right;
}
.links a { 
	color: black;
}
.links a:hover {  
	color: white;
} /* has no effect in netscape 4x */ 


/*
	display: inline; 
	visibility: hidden;
	top: 0; margin: 0; padding: 0; 
  	border-style: solid; border-width: 1px; 
	width: 140px; top: 18ex; 
	visibility: visible; 
	z-index: 99;
	text-transform: lowercase;
	vtext-align: center; 
	display: none; 
	vertical-align : middle;
	letter-spacing : 0.2em;
	text-decoration: underline; 
*/

