body {
	padding: 0;
	margin: 0;
	background: url(images/background_white_rule.png) repeat-x 0px 0px;
	background-color: #ffffff; 
}

h1, p, ol, ul, li {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878787;
}
.writing {
	font-family: Georgia, Garamond, Serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 16px;
	color: #676767;
	width: 500px;
}

.indent {
	padding-left: 40px;
	width: 450px;
}
.indent_more {
	padding-left: 100px;
	width: 450px;
}
.indent_most {
	padding-left: 150px;
	width: 450px;
}
.subhead {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #565656;
	padding-top: 8px;
}

.center_text {
	text-align: center;
}

ul {
	list-style: none;
}
a:link, a:visited {
	text-decoration: none;
	border: 0px;
	color:#000000;
}

/* this one gets rid of link border in firefox */
a:link, a:visited, a:hover, a:active {
	-moz-outline-style: none;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 590px;
}

#pageWrap {
	position: absolute;
	top: 65px;
	left: 0px;
}
#navWrap {
	float: left;
}

/* individual nav areas and menu rollovers*/




a#HomeEyeLink {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/home_eye/eye_subnav_full.png) no-repeat 0px 0px;
	display: block;
	width: 254px;
	height: 130px;
	text-decoration: none;
}
a:hover#HomeEyeLink {
	background-position: 0px -130px;
	z-index: 102;
}




#NavColumn1 {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 279px;
	height: 63px;
}


#NavColumn3 {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 279px;
	height: 130px;
}
a#shapeLink {
	background: url(images/nav/nav_3.png) no-repeat 0px -74px;
	width: 184px;
	height: 74px;
	text-decoration: none;
}
a:hover#shapeLink {
	background-position: 0px 0px;
}

#NavColumn4 {
	position: absolute;
	left: 0px;
	top: 184px;
	width: 279px;
	height: 65px;
}
a#formLink {
	background: url(images/nav/nav_4.png) no-repeat 0px -65px;
	width: 184px;
	height: 65px;
	text-decoration: none;
}
a:hover#formLink {
	background-position: 0px 0px;
}


a#starLink {
	position: absolute;
	top: 435px;
	left: 165px;
	background: url(images/nav/star_black.png) no-repeat 0px -80px;
	width: 90px;
	height: 80px;
	display: block;
	text-decoration: none;
}
a:hover#starLink {
	background-position: 0px 0px;
}

/* on state of the category menu */

.SubNavBaseOn {
	color: #676767;
	border: 1px solid #ff00ff;
	display: block;
	width: 129px;
	height: 10px;
	padding: 4px 0px 5px 11px;
	background-color: #ffffff;
}
.SubNavBaseOn li {
	float: left;
	width: 129px;
}

.SubNavBase li {
	float: left;
	width: 184px;
}
.SubNavBase a {
	display: block;
	width: 184px;
}

/* text based subnav */

.NavColumnWrapper {
	position: absolute;
	top: 0px;
	left: 75px;
	width: 95px;
}

.SubNav li {
	float: left;
	width: 95px;
	height: 20px;
	padding: 0px 0px 4px 1px;
	text-align: center;
}

.SubNav a:link, .SubNav a:visited {
	color: #898989;
	display: block;
	width: 95px;
	height: 10px;
}
.SubNav a:hover {
	color: #000000;
}
.SubNav_ON {
	color: #000000;
}


/* IE Fixes for text menus */
/* remove annoying gaps */
#li {	
	display: inline; 
}

.SubNavTop li {	
	display: inline; 
}

.SubNavUp li {	
	display: inline; 
}


#copyright_subnav {
	position: absolute;
	left: 0px;
	top: 390px;
	width: 250px;
	height: 50px;
	text-align: center;
;
}
.dark_gray {
	color: #676767;
	line-height: 16px;
}
.dark_gray a:link, a:visited {
	color: #676767;
}
.dark_gray a:hover {
	color: #000000;
}


#thumbWrap {
	position: absolute;
	top: 450px;
	left: 279px;
	overflow:hidden;
	width: 685px; 
	height: 60px;
	margin: 0px;
}

#thumbNav {
	height: 60px;
	z-index: 10;
	
}
ul#thumbNav {
	list-style: none;
	padding-left: 1px;
}
#thumbNav li {
	float: left;
	width: 75px;
	height: 60px;
	border-right: 1px solid #ffffff;
}
#thumbNav a {
	display: block;
	border: 0px;
}
#thumbNav li a:hover, #thumbNav li.selected a {
	position:absolute;
	top: -60px;
}

#thumbNavText {
	height: 60px;
	z-index: 10;
	background-color:#000000;
}

ul#thumbNavText {
	list-style: none;
	padding-left: 1px;
}
#thumbNavText li {
	float: left;
	width: 75px;
	height: 60px;
	border-right: 1px solid #000000;
	padding-top: 20px;
}
#thumbNavText a {
	display: block;
	border: 0px;
	color: #787878;
	text-align: center;
}
#thumbNavText li a:hover, #thumbNav li.selected a {
	color: #cfd5d8;
	text-align: center;
}

#hang_on {
	position:absolute;
	left:500px;
	top:260px;
}

#loadingGraphic {
  position: absolute;
  left: 500px; 
  top: 197px;
  margin: 0px;
}


#photo {
	position: absolute;
	left: 295px;
	top: 57px;
	width: 684px; 
	height: 441px;
}
#picText {
	position: absolute;
	left: 531px;
	top: 30px;
	width: 150px;
	height: 400px;
}
#pic_gallery {
	positon: absolute;
	width: 500px;
	height: 441px;
	overflow: hidden;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
border: none;
}

#thumb_select_dashes {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 77px;
	height: 60px;
}

#vertical_rule_l {
	position: absolute;
	top: 6px;
	left: 278px;
}
#vertical_rule_r {
	position: absolute;
	top: 14px;
	left: 515px;
}
#vertical_rule {
	position: absolute;
	top: 6px;
	left: 278px;
	border: 1px dashed pink;
}
#scroll_vertical_rule {
	position: absolute;
	top: 0px;
	left: 500px;
}
.right_rule {
	padding-left: 15px;
	padding-top: 14px;
}


.hScroller {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 685px; 
  height: 60px;
  margin: 0px;
}


/* next arrow buttons : up down left right and scroll positions */
.btn {
  position:absolute;
  overflow:hidden;
  width: 45px; 
  height: 24px;
  border: 0px;
  cursor:default;
}


.vScroller {
  position:absolute;
  left: 0px;
  top: 10px;
  overflow:hidden;
  width:520px; 
  height:416px;
  margin: 0px;
}
.vScrollee {
  position:absolute;
  width:480px; /* to get this number, subtract scrollee's padding from scroller's width */
  left: 0px; 
  top: 0px;
  margin: 0px;
}

.btnH {
  position: absolute;
  left: 960px;
  top: 515px;
  overflow: hidden;
  width: 20px; 
  height: 24px;
  margin-left: 20px;
  cursor: default;
}
.btnH2 {
  position: absolute;
  left: 960px;
  top: 552px;
  overflow: hidden;
  width: 20px; 
  height: 24px;
  margin-left: 20px;
  cursor: default;
}

.btnU {
  position: absolute;
  left: 820px;
  top: 425px;
  overflow: hidden;
  width: 40px; 
  height: 24px;
  cursor: default;
}
.btnD {
  position: absolute;
  left: 820px;
  top: 460px;
  overflow: hidden;
  width: 40px; 
  height: 24px;
  cursor: default;
}
.btnUtext {
  position: absolute;
  left: 524px;
  top: 368px;
  overflow: hidden;
  width: 40px; 
  height: 24px;
  cursor: default;
}
.btnDtext {
  position: absolute;
  left: 524px;
  top: 403px;
  overflow: hidden;
  width: 40px; 
  height: 24px;
  cursor: default;
}

.writing a:link, .writing a:visited {
	color: #676767;
}
.writing a:hover{
	color: #000000;
}
.col_wide {
	width:370px;
}
.col_narrow {
	width:130px;
}
.head_nospace {
	color: #bababa;
	padding-bottom: 0px;
	font-weight: bold;
}
.subhead_left {
	text-align: left;
	padding-top: 22px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #878787;
	clear: both;
}

.left_column_title {
	float:left;
	font-family: Georgia, Garamond, Serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0px;
	color: #565656;
	font-weight: bold;
	width: 355px;
}
.left_column {
	float:left;
	width: 355px;
}
.right_column_emphasized {
	float: right;
	font-family: Georgia, Garamond, Serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0px;
	color: #565656;
	font-weight: bold;
	width: 120px;
}
.right_column {
	float: right;
	width: 115px;
}
.full_column {
	clear: both;
	min-height: 1px;
}

#multiple_links {
	position: absolute;
	left:531px;
	top:400px;
	width: 150px;
	z-index:500;
	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul#multiple_links {
	list-style: none;
}
#multiple_links li {
	float: left;
	width: 18px;
	height: 20px;
}
#multiple_links a {
	display: block;
	border: 0px;
	color: #787878;
}
#multiple_links li a:hover, #multiple_links li.selected a {
	color: #343434;
}

#photo2 {
	position: absolute;
	left: 295px;
	top: 57px;
	width: 684px; 
	height: 441px;
}
#pic_gallery2 {
	positon: absolute;
	width: 500px;
	height: 441px;
	overflow: hidden;
	z-index: 100;
	background: url(../images/loading_mrniii.gif) no-repeat 205px 204px;
	background-color: #ffffff;
}
#pic_gallery2text {
	positon: absolute;
	width: 500px;
	height: 441px;
	overflow: hidden;
	z-index: 100;
	background-color: #ffffff;
}

body#core a#subNavCore,
body#purpose a#subNavPurpose,
body#cv a#subNavCV,
body#spheres a#subNavSpheres {
	color: #000000;
}