
#debugWindow {
	display: none;
	clear: both;
	padding: 4px;
	margin-top: -128px;
	margin-bottom: 32px;
	display: none;
}

.debugConsole {
	margin-top: 0px;
	width: 100%;
	font-family: verdana;
	font-size: x-small;
	color: #FF6633;
	background-color: #FFF;
}

#bodyNode {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.bodyHomeColor {
	background-color: #000;
}

.baseFont {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#headerFrame {
	position: relative;
	width: 760px;
	height: 68px;
	padding-top: 20px;
}

div#dockFrame {
	position: relative;
}

#loadIndicator {
	margin-left: 6px;
	width: 31px;
	height: 23px;
	background-image:url(images/indicator.gif);
}

div#dockImg1 {
	position: absolute;
	width: 166px;
	height: 24px;
	background-repeat: no-repeat;
}

#dockImg2 {
	position: absolute;
	margin-left: 166px;
	width: 428px;
	height: 24px;
	background-repeat: no-repeat;
}

#dockImg3 {
	position: absolute;
	margin-left: 594px;
	width: 166px;
	height: 24px;
	background-repeat: no-repeat;
}

#contentNode {
	position: absolute;
	width: auto;
	height: auto;
}

#controlPanel {
	margin-top: 24px;
	height: 100px;
}

#footerNode {
	clear: both;
	margin-top: 2px;
	margin-bottom: 24px;
	margin-left: 1px;
	color: #666;
}
p.tagline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

#cleverTagline {
	text-transform: none;
}

#headerBox {
	width: 100%;
	height: 112px;
}

#contentLeftBox {
	width: 50%;
	height: 368px;
}

#contentRightBox {
	float: right;
	margin-top: -368px;
	width: 50%;
	height: 368px;
	background-position: 386px 0px;
	background-repeat: no-repeat;
}

div#outerFrame {
	position: absolute;
	width: 100%;
	top: 0px;
}

div#innerFrame {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

.header {
	margin-bottom: 2px;
}

#dockNavFrame {
	position: relative;
	width: 50px;
	top: 338px;
	left: 192px;
}

.dockArrowIcon {
	float: left;
}

div#contentFrame {
	position: relative;
	margin-top: 24px;
	height: 368px;
}

div#menuFrame {
	position: absolute;
	width: 166px;
	height: 368px;
}

.menuBranchNode {
	margin-top: 8px;
	margin-left: 6px;
}

.item {
	margin-bottom: 2px;
}

.menuItemImage {
	width: 153px;
	height: 27px;
}

#thumbFooterFrame {
	position: relative;
	width: 157px;
	height: 64px;
	clear: both;
	top: 12px;
}

.thumbGallery {
	margin-top: 2px;
	width: 157px;
}

.thumbItem {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 1px;
	height: 32px;
	width: 32px;
	border: 1px solid #CCCCCC;
}

.thumbNullItem {
	clear: both;
}

div#centerFrame {
	position: absolute;
	margin-left: 166px;
	width: 428px;
	height: 368px;
}

#fontSizeWidget {
}

.aboutHeader {
	display: none;
	clear: both;
	height: 30px;
	background-image:url(images/contentHeader20p01.png);
	
	/*filtered to work in IE only */
	* background-image: none;
 	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentHeader20p01.png', sizingMethod='scale');
}

.resumeHeader {
	display: none;
	clear: both;
	height: 30px;
	background-image:url(images/contentHeader20p02.png);
	
	/*filtered to work in IE only */
	* background-image: none;
 	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentHeader20p02.png', sizingMethod='scale');
}

.archiveHeader {
	display: none;
	clear: both;
	height: 30px;
	background-image:url(images/contentHeader20p03.png);
	
	/*filtered to work in IE only */
	* background-image: none;
 	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentHeader20p03.png', sizingMethod='scale');
}

div#dynamicContent {
	visibility: hidden;
	padding-top: 8px;
	padding-bottom: 24px; /* whitespace before footer */
	color: #FFCC00;
	background-image:url(images/white_20p.png);
	min-height: 100px;

	/*filtered to work in IE only */
	* height: 100%;
 	* background-image: none;
 	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/white_20p.png', sizingMethod='scale');
}

div#sidebarNode {
	position:relative;
	margin-left: 213px;
	width: auto;
	height: 368px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1000;
}

#metadataFrame {
	margin-top: 10px;
}

.metadata {
	background-color: #EEE;
	background-image:  url(images/creditsBlock_left2.gif);
	background-repeat: no-repeat;
	height: 46px;
	margin-bottom: 1px;
	margin-left: 3px;
	margin-right: 2px;
}

.metadataCaption {
	margin-top: 8px;
	margin-left: 4px;
	width: 84%;
}

.metadataHeaderText {
	width: 80%;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
}

.metadataLabelText {
	width: 80%;
	margin-top: -2px;
	margin-left: 20px;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
}

.metadataText {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6E6E6;
	padding-top: 4px;
	padding-bottom: 4px;
}

.metadataTitle {
	position: relative;
	width: 358px;
	height: 358px;
	margin-left: 70px;
}

.captionLinkNode {
}

#fileNode {
	margin-top: 4px;
}

.captionFileLinkNode {
	/*margin-top: -2px;*/
}

.metadataLink {
	font-size: 0.8em;
}

.metadataLinkOffset {
	margin-left: 18px;
}

.whiteText {
	color: #DDDDDD;
	font-weight: bold;
}

#fileDescriptor {
	position: relative;
}

img.file_icon {
	float: left;
	margin: 0;
}

.files {
	float: left;
	width: 186px;
	line-height: 10px;
	margin-top: 20px;
	margin-bottom: 4px;
}

.metadataFiles {
	clear: both;
	position: relative;
	line-height: 10px;
	margin-top: 8px;
	margin-bottom: 4px;
}

.dynamicContentFiles {
	float: left;
	width: 162px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.fileDetails {
	margin-bottom: 12px;
	margin-left: 36px;
	border-left: 1px #999 solid;
	padding-left: 2px;
}

.fileDetails p, .contact p {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}

.galleryFileDetails {
	border-left: 1px #CCC solid;
	padding-left: 2px;
	margin-left: 36px;
}

.galleryFileDetails p {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	margin: 0;
	padding: 0;
	margin-top: 1px;
}

.contact {
	float: left;
	width: 181px;
	line-height: 10px;
	margin-top: 20px;
}

.standardLeading {
	line-height: 1.5em;
}

.defaultLeading {
	line-height: normal;
}
.widerLeading {
	line-height: 1.5em;
}

.itemLink {
	vertical-align:middle;
}

.persistentChunk {
	float:left;
	margin-top: 4px;
	width: 162px;
	padding-right: 24px;
}

.contentPanelHeader {
	margin-bottom: 2px;
	text-transform: uppercase;
	display: block;
	color: #FF3300;
	cursor: default;
 	* cursor: hand;
}

.contentPanelSubhead {
	border-top: 1px #666 dashed;
	padding-top: 2px;
	font-weight: bold;
}

.caret {
	padding-left: 32px;
	background-image:  url(images/caret-down.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

ul.featureReleaseID {
	color: #999999;
	padding-left: 1.2em;
 	* padding-left: 1.5em;
	margin-bottom: 2.5em;
	list-style-position: outside;
}

.leftColumn {
	float: left;
}

.rightPanel {
	float: left;
	width: 162px;
	padding: 0px;
	margin-left: 47px;
}

.clearFloat {
	clear: both;
	width: 1px;
	height: 1px;
}

#resume {
	color: #ff0000;
	display: none;
	clear: both;
}

.jobCol1 {
	clear: both;
	float: left;
	width: 161px;
	margin-bottom: 4em;
	padding-left: 5px;
}

.jobTitle {
	font-size: 1.5em;/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}

.JobEmployer {
	text-transform: uppercase;
}

.jobLocation {
	margin-top: 8px;
	font-weight:normal;
	text-transform:uppercase;
}

.jobDate {
	margin-top: -.25em;
	font-size:0.9em;
	font-weight:normal;
	text-transform:uppercase;
}

.jobCol2 {
	float: left;
	width: 360px;
	margin-left: 20px;
	margin-bottom: 4em;
}

.jobDetails {
	margin-bottom: 1em;
}

.jobDetails p {
	margin-top: 0px;
	padding-top: 0px;
	font-family:Arial, Helvetica, sans;
	font-size:1.1em;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:1.5em;
	margin-bottom:2em;
}

.jobDetails p.lineItem {
}

.jobDetailsItem {
	margin-top: -.5em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
 	* padding-left: 8px;
}

.jobDetailsItem li {
	font-weight: none;
	padding-bottom: .5em;
	margin-left: 1em;
}

.jobDetailsSub {
	font-size: 0.9em;
	text-transform: uppercase;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	width: 158px;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 2em;
}

.creditHeader {
	font-weight: bold;
	list-style-type: none;
}

li.creditHeader {
	text-transform: uppercase;
	margin-top: 1em;
	padding-bottom: 4px;
}

.creditItem {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
	text-indent: -3.2em;
	margin-left: 3.2em;
}

div.feature {
	margin-bottom: 2em;
}

#about {
	display: none;
}

.bioTitle {
	font-weight: bold;
	margin-bottom: 2em;
}

.bioDetails {
	font-family: Arial, Helvetica, sans;
	font-size: 1.1em;
	margin-bottom: 2em;
	letter-spacing: .05em;
	line-height: 1.5em;
	font-weight: normal;
}

.aboutQuestion {
	font-size: 1.25em;
	word-spacing: .1em;
	text-transform: uppercase;
	color: #999999;
}

.aboutAnswer {
	position: relative;
	list-style-type: none;
	border-top-style: dashed;
	border-top-color: #666666;
	border-top-width: 1px;
	padding-top: 4px;
	line-height: 1.75em;
}

.aboutAnswer div {
	padding-bottom: 2em;
}

.bioDetailsBlock {
	list-style-type: none;
}

.bioDetailsBlock li {
	margin-bottom: 2em;
}

.bioQuestionHeader {
	font-weight: bold;
	margin-bottom: 2em;
}

.bioQuestion {
	list-style-type: none;
	border-top-style: dashed;
	border-top-color: #666666;
	border-top-width: 1px;
	padding-top: 4px;
	margin-top: 4px;
}

.bioQuestion li {
	font-weight: normal;
	list-style-type: none;
	margin-bottom: 1em;
}

.bioQuestion li.singleSpacedList {
	margin-bottom: 0;
}

#storage {
	clear: both;
	display: none;
}

.singleColumn {
	padding-left: 5px;
	width: 755px;
}

#emptyPanel {
	clear: both;
	display: block;
}

.bodyHomeImage {
	background-image: url(images/treeoflife_dark.jpg);
}

.bodyGalleryColor {
	background-color: #FFCC00;
}

.bodyGalleryImage {
	background-image: url(images/treeoflife_light.jpg);
}

.bodyNoImage {
	background-image: url(images/spacer.gif);
}

#tip {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 160px;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
	background-image:url(images/yellow_80p.png);
	z-index: 2424;
	* background-image: none;
 	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/yellow_80p.png', sizingMethod='scale');
}

.tipItemSelected {
	color: #333;
}

.tipItemActive {
	color: #333;
}

#tipTitle {
	font-size: 12px;
	font-weight: bold;
}

#tipSubtitle1 {
	font-size: 10px;
}

#tipSubtitle2 {
	font-size: 10px;
}

#sortHeader {
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #E6E6E6;
}

#sortInstruct {
	padding-bottom: 2px;
	border-bottom: 1px dashed #E6E6E6;
}

.sortHeaderBright {
	color: #333;
}

.sortHeaderDim {
	color: #999;
}

#sortCategoryFrame {
	position: relative;
}

.sortCategory {
	display: block;
	width: auto;
}

a.sortCategory:link {
	color: #FF3300;
	text-transform:none;
}

a.sortCategory:visited {
	color: #FF3300;
	text-transform:none;
}

a.sortCategory:hover {
	background-color: #FF3300;
	color: #FFFFFF;
	text-transform:none;
}

.sortIconAscend {
	width: 140px;
	height: 16px;
	padding-left: 10px;
	background-image:url(images/navigation/sort_arrow_up.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
}

.sortIconDescend {
	width: 140px;
	height: 16px;
	padding-left: 10px;
	background-image:url(images/navigation/sort_arrow_down.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
}

.sortIconInactive {
	width: 150px;
	height: 16px;
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 440px;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0px;
	margin:0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

a {
	padding: 0px;
	margin: 0px;
}

span {
	margin-top: 0px;
}

a:link {
	color: #FF3300;
	text-transform: uppercase;
	text-decoration: none;
}

a:visited {
	color: #FF3300;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FF3300;
}

.fileDetails a, .contact a {
	margin: 0;
	padding: 0;
}

.fileDetails a:link, .contact a:link {
	color: #FF3300;
	text-transform: uppercase;
	text-decoration: none;
}

.fileDetails a:visited, .contact a:visited {
	color: #FF3300;
	text-transform: uppercase;
	text-decoration: none;
}

.fileDetails a:hover, .contact a:hover {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.galleryFileDetails a:link {
	color: #FF3300;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
}

.galleryFileDetails a:visited {
	color: #FF3300;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
}

.galleryFileDetails a:hover {
	background-color: #FF3300;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
}

#updates {
	/*visibility: hidden;*/
	position: relative;
	margin-left: -217px;
	margin-top: -396px;
	z-index: 1000;
	/*height: 462px;*/
	/*background-image:url(images/home/style3/body_left01.jpg);*/
	background-repeat: repeat-y;
	/*border-left: 1px #000 solid;*/
	padding-left: 4px;
}

.calloutItem {
	float: left;
	margin-bottom: 16px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 8px;
	/*width: 187px;*/
	opacity: 0.0;
	
	/*filtered to work in IE only */
	* filter: alpha(Opacity=0);
}

.calloutDesc {
	
	font-size: 24px;
	color: #FFCC00;	
	clear: both;
	margin-bottom: 12px;
	
}

.calloutDescSubhead {
	
	font-size: 14px;
	color: #FFCC00;	
	clear: both;
	margin-bottom: 4px;
}


.calloutWide {
	width: 580px;
}

.col186px {
	width: 186px;
}

.col162px {
	width: 122px;
}

.col157px {
	width: 157px;
}

.colProportional {
	width: 100%;
}

.calloutItemVeryNarrow {
	float: left;
	width: 160px;
	margin-bottom: 16px;
	font-size: 10px;
	color: #999;
}

.calloutIdentifier {
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #FFCC00;
	font-size: 11px;
	z-index: 3000;
}

.calloutImageFrame {
	position: relative;
	float: left;
	margin-top: 2px;
	color: #CCC;
	font-size: 10px;
}

.calloutImageFrameVertical {
	position: relative;
	float: left;
	margin-top: 2px;
	color: #CCC;
	font-size: 10px;
}

.calloutImage {
	position: absolute;
	display: block;
}

.calloutImageVNarrow {
	display: block;
	float: left;
	margin-top: 2px;
	width: 32px;
	height: 32px;
}

.calloutImageOutlined {
	display: block;
	float: left;
	border: 1px #000 solid;
	margin-top: 0px;
}

a:hover .calloutImageOutlined {
	border: 1px #FF3300 solid;
}

.calloutTextFrame {
	position: absolute;
	left: 40px;
}

.liquid {
	width: 100%;
}

.calloutTextFrameVNarrow {
	float: left;
	width: 122px;
	height: 32px;
	margin-left: 6px;
}

.calloutItemVeryNarrow a {
	position: relative;
}

.calloutHeader {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}

.vNarrow {
	width: 122px;
}

.calloutCategory {
	margin-top: 0px;
	text-transform: uppercase;
	margin-top: -1px;
}

.calloutBody {
	margin-top: -1px;
}

.calloutHeadline {
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
}


