





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAGS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background-color: #5F1820;
	margin: 0;
	padding: 0 0 30px 0;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	font-size: 100%; /* 16px */
	}
#mother {
	font-size: .75em; /* 16*.75=12px */
	}
td, pre, input, textarea, select {
	font-size: 1em; /* 12*1=12px */
	}
body, td, pre, input, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	}
a:link {
	color: #05478e;
	}
a:visited {
	color: #05478e;
	}
a:hover {
	text-decoration: none;
	color: #002e5e;
	}
a:active {
	color: #05478e;
	}
a img {
	border: 0 none;
	}
code {
	color: #f09;
	}
	
	
p, li, pre {
	line-height: 1.3;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre {
	margin-top: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 30px;
	}
h1 {
	font-size: 2.67em; /* 12*2.67=32px */
	color: #425B6D;
	margin: 0 0 24px 0;
	font-style: italic;
	font-weight: normal;
	font-family: "Arial Black", "Arial Rounded MT Bold", Impact, sans-serif;
	letter-spacing: -.05em;
	}
h2 {
	font-size: 1.67em; /* 12*1.67=20px */
	color: #002e5e;
	margin: 0 0 20px 0;
	}
h3 {
	font-size: 1.5em; /* 12*1.5=18px */
	color: #05478e;
	margin: 0 0 18px 0;
	}
h4 {
	font-size: 1.33em; /* 12*1.33=16px */
	color: #6F8991;
	margin: 0 0 10px 0;
	}
ul {
	list-style-type: square;
	margin-left: 0;
	padding-left: 30px;
	}
li {
	margin-bottom: 6px;
	}
li ol,
li ul {
	margin-top: 4px;
	}
th {
	text-align: left;
	}
object, embed {
	margin: 0;
	padding: 0;
	outline: none;
	}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN DIVISIONS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
p#skipNav {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}
#mother {
	width: 1007px;
	margin: 0 auto;
	background-image: url(../images/mother_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	}

#videoTranscript #mother {
	width: 90%;
	background-image: none;
	background-color: #fff;
	}
#videoTranscript #footer {
	background-image: none;
	background-color: #fff;
	}
#banner {
	padding: 0 22px;
	}
#banner p {
	margin: 0;
	}
	
#footer {
	margin: 0;
	padding: 20px 42px 20px 42px;
	clear: both;
	color: #666;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: .92em; /* 12*.92=11px */
	}
#footer .inner {
	border-top: 1px dashed #aaa;
	padding: 20px 0 0 0;
	clear: both;
	height: 1%;	
	}

#addThis {
	width: 120px;
	float: left;
	padding: 30px 0 0 0;
	}
#footer .credits {
	padding: 30px 0 30px 0;
	text-align: right;
	color: #999;
	}
#footer .credits a:link,
#footer .credits a:visited,
#footer .credits a:active,
#footer .credits a:hover {
	color: #999;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin: 0 0 10px 0;
	}
#footer li {
	display: inline;
	padding: 0 5px;
	}
ul#insidelinks {
	padding: 15px 0 0 0;
	}
#outsidelinks {
	width: 300px;
	float: right;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#content {
	padding: 0 42px;
	
	}
#videoTranscript #content {
	padding: 20px;
	}
#videoPlayerFind {
	height: 190px;
	
	}

#videoPlayer {
	height: 384px;
	}

#resultHeader {
	
	height: 25px;
	}	
#resultTable {
	
	
	}
.resultRow {
	display: block;
	height: 75px;
	background-image: url('../images/video_row.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}

.rowcap {
	padding: 8px;	
	margin-left: 6px;
}

#resultFooter {
	margin-top: 25px;
	height: 125px;
	
}

.videoname {
	margin-left: 8px;
	font-family: Arial Black, Arial, Helvetica, sans-serif	;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #2C393F;
}

.videoname a,
.videoname a:link,
.videoname a:visited,
.videoname a:active,
.videoname a:hover {
	color: #2C393F;
	text-decoration: none;
	}

.videodesc {
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif	;
	font-size: 12px;
	color: #000;
	
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */		
#menu {
	height: 50px;
	background-image: url(../images/genomic_careers_logo.gif);
	background-repeat: no-repeat;
	background-position: 22px 0%;
	}
#homePage #menu {
	background-image: none;
	}
#menu ul {
	list-style-type: none;
	padding: 0 0 0 280px;
	margin: 0;
	}
#menu li {
	background-image: none;
	margin: 0;
	float: left;
	white-space: nowrap;
	padding: 0;
	border-top: 1px solid #ccc;
	line-height: normal;
	width: 10px;
	}
html>body #menu li {
	width: auto;
	}
#menu a {
	display: block;
	height: 16px;
	padding: 3px 10px 12px 10px;
	}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	color: #5F5F5F;
	text-decoration: none;
	}
#menu a:hover {
	text-decoration: underline;
	}
#menu li.selected {
	background-image: url(../images/menu_bg_li.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#menu .selected a {
	background-image: url(../images/menu_bg_a.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px 22px 12px 12px;	
	}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	VIDEO PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#signInOut {
	text-align: right;
	color: #999;
	font-size: .92em; /* 12*.92=11px */
	margin: 0;
	list-style-type: none;
	padding: 0;
	}
#signInOut li {
	line-height: normal;
	margin: 0;
	}
#signInOut a:link,
#signInOut a:visited,
#signInOut a:active,
#signInOut a:hover {
	color: #999;
	}
#careerDescription {
	width: 359px;
	background-image: url(../images/career_desc_bg_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 0 30px 0;
	}
#careerDescription ul {
	margin: 0;
	padding: 0 0 20px 50px;
	}
/*html>body #careerDescription {
	height: 50px;
	height: auto;
	min-height: 100px;
	}*/
#careerDescription h4 {
	padding-left: 20px;
	}
#careerDescription dl {
	/*background-image: url(../images/career_desc_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding: 0 20px 0 30px;
	margin: 0;
	}
#careerDescription dt {
	color: #1F4755;
	margin: 0 0 10px 0;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	}
#careerDescription dd {
	margin: 0;
	}
#careerDescription p {
	margin: 0 0 12px 0;
	}
#careerDescription #findOutMore {
	color: #1F4755;
	font-weight: bold;
	margin: 20px 0;
	}
#findOutMore,
#findOutMore a,
#findOutMore img {
	color: #1F4755;
	vertical-align: middle;
	}


#videoPage .twoColumn .col1 {
	background-image: url(../images/video_col1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 0 0 12px;
	width: 378px;
	}



#videoExtras {
	width: 520px;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
	font-size: .83em; /* 12*.83=10px */
	}
#videoExtras table {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	}
#videoExtras table td {
	vertical-align: top;
	width: 105px;
	padding: 0;
	}
#videoExtras dl {
	margin: 0;
	/*height: 150px;*/
	}
#videoExtras dt {
	height: 30px;
	width: 115px;
	text-indent: -9999px;
	white-space: nowrap;
	/*float: left;*/
	}
#askOthersDT {
	background-image: url(../images/ask_others_bg.gif);
	background-repeat: no-repeat;
	}
#relatedVideosDT {
	background-image: url(../images/related_videos_bg.gif);
	background-repeat: no-repeat;
	}
#favoritesDT {
	background-image: url(../images/favorites_bg.gif);
	background-repeat: no-repeat;
	}
#videoExtras dd {
	/*position: absolute;	
	left: 0;
	top: 30px;
	width: 100%;
	clear: left;*/
	padding: 0;
	margin: 0;
	background-image: url(../images/video_extras_bg_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#videoExtras dd div {
	background-repeat: no-repeat;
	background-image: url(../images/video_extras_bg_top.gif);
	background-position: left top;
	padding: 10px 0 10px 10px;
	}
	

#askOthers ul,
#relatedVideos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#askOthers li,
#relatedVideos li {
	width: 100px;
	padding: 0 10px 0 0;
	float: left;
	}
#askOthers img,
#relatedVideos img {
	display: block;
	}
#askOthers br,
#relatedVideos br {
	display: none;
	}
	
	
	

#search {
	padding: 10px 0 10px 0;
	width: 250px;
	margin: 0;
	/*float: right;*/
	}
#search input {
	vertical-align: middle;
	}

.viewTranscript {
	text-align: right;
	color: #999;
	font-size: .92em; /* 12*.92=11px */
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.viewTranscript a:link,
.viewTranscript a:visited,
.viewTranscript a:active,
.viewTranscript a:hover {
	color: #999;
	}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	HOME PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#genomicCareers {
	}
#genomicContent {
	height: 307px;
	width: 630px;
	}
#genomicCareers h2 {
	padding-top: 20px;
	}

#genomicCareersNEW {
	
	}
#genomicContentNEW {
	height: 307px;
	width: 630px;
	}
#genomicCareersNEW h2 {
	
	}
	
#options {
	width: 289px;
	padding: 0;
	float: right;
	/*position: absolute;
	left: 676px;*/
	}
#options ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#options li {
	padding: 0 0 0 36px;
	position: relative;
	width: 253px;
	margin: 0;
	}
#options .optionsContent {
	background-image: url(../images/options_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 60px;
	height: 86px;
	background-color: #fff;
	}
html>body #options .optionsContent {
	height: auto;
	min-height: 86px;
	}
#options #find .optionsContent {
	height: 120px;
	}
#options p {
	padding: 0 0 10px 0;
	margin: 0;
	}
#options h3 {
	color: #0F4556;
	font-family: "Arial Black", "Arial Rounded MT Bold", Impact, sans-serif;
	font-weight: normal;
	font-size: 1.17em; /* 12*1.17=14px */
	margin: 0 0 0 0;
	}
	
#options p.optionIcon {
	margin: 0;
	padding: 0;
	width: 82px;
	position: absolute;
	left: 0;
	}
#options h2 {
	width: 245px;
	font-size: 1.33em; /* 12*1.33=16px */
	color: #fff;
	margin: 0;
	padding: 3px 3px 3px 5px;
	background-image: url(../images/options_title_bg.jpg);
	background-repeat: repeat-y;
	line-height: normal;
	height: 16px;
	}
html>body #options h2 {
	height: auto;
	min-height: 16px;
	}
#signInReg {
	position: absolute;
	width: 110px;
	left: 150px;
	top: 3px;
	margin: 0;
	font-size: .92em; /* 12*.92=11px */
	color: #fff;
	text-align: right;
	}
#signInReg a:link,
#signInReg a:visited,
#signInReg a:active,
#signInReg a:hover {
	color: #fff;
	}
	
	
#homePage h1 {
	display: none;
	}
#homePage h1 span {
	display: block;
	text-indent: -9999px;
	}


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	GENOMICS CHALLENGE PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#genomicsChallengePage h1 {
	margin: 0;
	padding: 0;
	}
#genomicsChallengePage h1 span {
	display: block;
	text-indent: -9999px;
	width: 924px;
	height: 75px;
	background-image: url(../images/h1_gen_challenge.gif);
	background-image: url(../images/h1_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0% -300px;
	}

#challenge {
	width: 924px;
	height: 550px;

	}
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ORIENTATION PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#orientationPage h1 {
	margin: 0;
	padding: 0;
	}
#orientationPage h1 span {
	display: block;
	text-indent: -9999px;
	width: 924px;
	height: 80px;
	background-image: url(../images/h1_orientation.gif);
	background-image: url(../images/h1_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
#orientationPage #innerContent {
	background-image: url(../images/gradient_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 30px 0 30px;
	height: auto;
	}
html>body#orientationPage #innerContent {
	min-height: 0;
	}
#orientationPage #innerContent .twoColumn .col1 {
	width: 264px;
	}
#orientationPage #innerContent .twoColumn .dialog {
	background-image: url(../images/box1_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 264px;
	margin: 0 0 20px 0;
	}
#orientationPage #innerContent .twoColumn .dialog .inner {
	background-image: url(../images/box1_top.gif);
	background-repeat: no-repeat;
	padding: 30px;
	}
#orientationPage #innerContent .twoColumn .dialog .inner p,
#orientationPage #innerContent .twoColumn .dialog .inner h2 {
	margin: 0 0 10px ;
	}
	
#orientationPage #innerContent .twoColumn .col2 {
	background-image: url(../images/box2_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 550px;
	margin: 0 0 0 30px;
	}
#orientationPage #innerContent .twoColumn .col2 .inner {
	background-image: url(../images/box2_top.gif);
	background-repeat: no-repeat;
	padding: 30px;
	}



#orientationOptions {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px 0;
	padding: 0 0 0 40px;
	}
#orientationOptions li {
	width: 224px;
	padding: 0 45px 20px 20px;
	float: left;
	background-image: url(../images/orientation_options_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 43px;
	}
#orientationOptions li .itemLink {
	text-align: center;
	font-size: 16px;
	margin: 0 0 10px 0;
	}
#orientationOptions li .itemLink a:link,
#orientationOptions li .itemLink a:visited,
#orientationOptions li .itemLink a:active,
#orientationOptions li .itemLink a:hover {
	text-decoration: none;
	}

#videoLinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
/*#videoLinks a {
	display: block;
	padding: 0 0 0 10px;
	background-position: 0% .2em;
	}*/
.orientLink {
	display: block; 
	height: 22px;
	width: 160px;
	text-align: center;
	margin: 5px auto 15px auto;
	background-image: url(../images/orient_title_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 22px;
	}
#ieDiv #videoLinks a {
	height: 1%;
	}
#videoLinks .selected {
	background-image: url(../images/orient_vid_selected.gif);
	background-repeat: no-repeat;
	background-position: 155px 15px;
	}
#videoLinks a:link,
#videoLinks a:visited,
#videoLinks a:active,
#videoLinks a:hover {
	text-decoration: none;
	outline: none;
	}
/*#videoLinks a.selected:link,
#videoLinks a.selected:visited,
#videoLinks a.selected:active,
#videoLinks a.selected:hover {
	text-decoration: underline;
	color: #000;
	}
*/


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CAREERS PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#careersPage h1,
#careersDetailPage h1 {
	margin: 0;
	padding: 0;
	}
#careersPage h1 span,
#careersDetailPage h1 span {
	display: block;
	text-indent: -9999px;
	/*width: 924px;
	height: 75px;*/
	padding: 58px 0 0 0;
	line-height: 1;
	background-image: url(../images/h1_careers_db.gif);
	background-image: url(../images/h1_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0% -200px;
	}



.instrux {
	text-align: center;
	margin: 20px 0 0 0;
	}
#instruxOLD {
	width: 759px;
	height: 97px;
	padding: 40px 50px 0 115px;
	background-image: url(../images/instrux_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
	font-size: 1.17em; /* 12*1.17=14px */
	margin: 20px 0 0 0;
	}
#pageNumbers {
	width: 924px;
	height: 78px;
	background-image: url(../images/page_num_bg.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	}
#pageNumbers ul {
	margin: 0;
	padding: 23px 25px 0 0;
	list-style-type: none;
	float: right;
	}
#pageNumbers ul li {
	width: 28px;
	float: left;
	margin: 0 3px 0 0;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	}
#pageNumbers ul li a {
	display: block;
	width: 28px;
	height: 23px;
	padding-top: 5px;
	background-image: url(../images/number_bg.gif);
	background-repeat: no-repeat;
	}
#pageNumbers ul li.next a,
#pageNumbers ul li.previous a {
	padding: 0;
	height: auto;
	width: auto;
	background-image: none;
	}
#pageNumbers ul li a:link,
#pageNumbers ul li a:visited,
#pageNumbers ul li a:active,
#pageNumbers ul li a:hover {
	color: #666;
	text-decoration: none;
	}
#pageNumbers ul li a:hover {
	background-position: 0% -28px;
	}
#pageNumbers ul li.selected a { 
	background-position: left bottom;
	}




/* CAREERS2.CFM */
#careersDetailPage #innerContent {
	background-image: url(../images/gradient_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 30px 0 30px;
	}
#careerHeader {
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #777;
	}
#careersDetailPage #innerContent h2 {
	float: left;
	width: 410px;
	color: #AFCA44;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 22px;
	padding: 5px 0 5px 30px;
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(../images/db_icon.gif);
	line-height: 1.1;
	}
#rateThisCareer {
	float: right;
	}
	

#backToSearchResults {
	float: right;
	width: 420px;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	
	}
#backToSearchResults a {
	font-size: 11px;
	}
#backToSearchResults a img {
	vertical-align: middle;
	text-decoration: none;
	}
#previousNextCareer {
	float: right;
	white-space: nowrap;
	margin: 0;
	padding: 4px 0 0 0
	}
#careersDetailPage #innerContent .twoColumn .col1 {
	width: 480px;
	}
#careersDetailPage #innerContent .twoColumn .col2 {
	width: 320px;
	margin-left: 30px;	
	}
	


#relatedVidList {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
	}
#fastfacts {
	margin: 0 0 0 0;
	}
	
	
	
	
	

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	INTERACTIVE VIDEOS PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#videoFindPage h1 {
	margin: 0;
	padding: 0;
	}
#videoFindPage h1 span {
	display: block;
	text-indent: -9999px;
	width: 924px;
	height: 75px;
	background-image: url(../images/h1_find_vids.gif);
	background-image: url(../images/h1_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0% -100px;
	}
.infoTable {
	border-collapse: collapse;
	width: 924px;
	}
.infoTable tr,
.infoTable td {
	padding: 0;
	text-align: center;
	}
.infoTable th {
	font-size: 11px;
	color: #5B666A;
	padding: 10px 15px 0 15px;
	font-weight: normal;
	}
.infoTable th.titleDesc, 
.infoTable td.titleDesc {
	text-align: left;
	}
.infoTable td.titleDesc p {
	margin: 0;
	}
.title,
.title a {
	font-style: italic;
	font-size: 14px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	height: 1%;
	}
#ieDiv .title {
	height: 1%;
	}
.title,
.title a,
.title a:link,
.title a:visited,
.title a:active,
.title a:hover {
	color: #2D393F;
	}
.infoTable tbody td {
	background-image: url(../images/tr_bottom.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	vertical-align: top;
	}
.infoTable tbody td div {
	background-repeat: repeat-x;
	background-image: url(../images/tr_top.jpg);
	padding: 20px 15px 15px 15px;
	}
.infoTable tbody td div div,
.infoTable tbody td div.title {
	background-repeat: no-repeat;
	background-image: none;
	padding: 0;
	}
.infoTable tbody td.colStart {
	background-image: url(../images/tr_lowleft.jpg);
	}
#careersPage .infoTable tbody td.colStart {
	height: 110px;
	}
#videoFindPage .infoTable tbody td.colStart {
	height: 54px;
	}
#videoFindPage .infoTable tbody td.colStart img {
	border: 1px solid #474747;
	}
.infoTable tbody td.colStart div {
	background-image: url(../images/tr_upleft.jpg);
	}
.infoTable tbody td.colEnd {
	background-image: url(../images/tr_lowright.jpg);
	background-position: right bottom;
	}
.infoTable tbody td.colEnd div {
	background-image: url(../images/tr_upright.jpg);
	background-position: right top;
	}




#theSelector {
	background-image: url(../images/form_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 15px 30px 15px;
	}
#theSelector ol {
	background-image: url(../images/find_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 0%;
	padding: 0 0 0 85px;
	list-style-type: none;
	margin: 0;
	}
#theSelector li {
	width: 190px;
	float: left;
	}
#theSelector label {
	font-size: 11px;
	color: #5A666A;
	}
#theSelector select {
	width: 170px;
	}
	
	
/* CAREERS SPECIFIC */
#careersPage #theSelector li {
	width: 170px;
	white-space: nowrap;
	}
#careersPage #theSelector select {
	width: 140px;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	GENETIC RESOURCES PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#geneticResourcesPage h1 {
	margin: 0;
	padding: 0;
	}
#geneticResourcesPage h1 span {
	display: block;
	text-indent: -9999px;
	width: 924px;
	height: 75px;
	background-image: url(../images/h1_gen_resources.gif);
	background-image: url(../images/h1_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0% -400px;
	}


#resourcesListing {
	padding: 30px;
	background-image: url(../images/gradient_bg.jpg);
	background-repeat: no-repeat;
	}
#resourcesListing h2 {
	margin: 0;
	font-size: 1.33em; /* 12*1.33=16px */
	}
#resourcesListing a {
	display: block;
	margin-bottom: 8px;
	width: 460px;
	}
#resourcesListing br {
	display: none;
	}



/* Styles applied dynamically by javaScript */
#resourceTopics {
	padding: 0 0 20px 0;
	}
#resourceTopics .col1,
#resourceTopics .col2,
#resourceTopics .col3 {
	width: 280px;
	}
#resourceTopics h2 {
	font-size: 12px;
	cursor: pointer;
	margin: 0;
	padding: 1px 2px;
	}
#resourceTopics h2.selected {
	color: #fff;
	background-color: #002e5e;
	}
#resourcesLinks {
	clear: both;
	margin: 0 0 15px 0;
	padding: 20px 0 10px 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	}
#resourcesLinks h2 {
	margin: 0 0 20px 0;
	}

#careerTopics {
	padding: 0;
	margin: 0 0 12px 0;
	width: 480px;
	height: 22px;
	border-left: 1px solid #ccc;
	white-space: nowrap;
	}
#careerTopics h3 {
	font-size: 12px;
	cursor: pointer;
	margin: 0;
	padding: 5px 14px 5px 14px;
	text-decoration: underline;
	border-right: 1px solid #ccc;
	line-height: 1;
	float: left;
	}
#careerTopics h3:hover {
	text-decoration: none;
	}
#careerTopics h3.selected {
	color: #fff;
	background-color: #002e5e;
	text-decoration: none;
	}
#careerLinks {
	clear: both;
	margin: 0 0 15px 0;
	padding: 15px 0 10px 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	}
#careerLinks h3 {
	margin: 0 0 20px 0;
	color: #002e5e;
	}

/* End styles applied dynamically by JavaScript */


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MY CAREERS PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#myCareersPage h1 {
	margin: 0;
	padding: 0;
	}
#myCareersPage h1 span {
	display: block;
	text-indent: -9999px;
	width: 924px;
	height: 75px;
	background-image: url(../images/h1_my_careers.gif);
	background-image: url(../images/h1_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0% -500px;
	}
#myCareers {
	background-image: url(../images/my_careers_tile_bg.jpg);
	background-repeat: repeat-y;
	}
#myCareers .inner {
	padding: 30px;
	background-image: url(../images/my_careers_bg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	}
html>body #myCareers .inner {
	height: auto;
	}
	
#myCareers1 h2 {
	margin: 0 0 10px 0;
	}	
#myCareers1 .col1 {
	width: 498px;
	}
#welcomeBack {
	background-image: url(../images/welcome_back_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: normal;
	padding: 15px 0 0 0;
	}
#welcomeBack p {
	margin: 0 0 12px 0;
	}
#welcomeBack ul {
	margin: 0;
	padding: 0 0 0 20px;
	}
#welcomeBack .inner {
	background-image: url(../images/welcome_back_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 180px 15px 15px;
	height: 1%;
	}
html>body #welcomeBack .inner {
	min-height: 170px;
	height: auto;
	}
#myCareers1 .col1 {
	width: 498px;
	}
#myCareers1 .col2 {
	margin-left: 40px;
	width: 320px;
	}

#chartMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	}
#ieDiv #chartMenu {
	height: 1%;
	}
#chartMenu li {
	background-image: url(../images/chart_tab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 20px;
	float: left;
	white-space: nowrap;
	margin: 0 5px 0 0;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	}
#chartMenu li a {
	display: block;
	background-image: url(../images/chart_tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 16px 20px 13px 0;
	color: #2C393F;
	}
html>body #chartMenu li a {
	min-width: 100px;
	}
#chartMenu li a:link,
#chartMenu li a:visited,
#chartMenu li a:active,
#chartMenu li a:hover {
	text-decoration: none;
	color: #2C393F;
	}
#chartMenu li a:hover {
	color: #000;
	}
#chartMenu li.selected {
	background-image: url(../images/chart_tab_sel_left.gif);
	font-size: 16px;
	}
#chartMenu li.selected a {
	background-image: url(../images/chart_tab_sel_right.gif);
	padding-top: 13px;
	padding-bottom: 14px;
	}
#chartContent {
	background-position: left top;
	background-image: url(../images/mycareer_table_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding: 10px 20px 20px 20px;
	width: 811px;
	}


/* Login and Register pages */
#myCareers .formBox {
	background-image: url(../images/form_box_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 359px;
	float: left;
	}
.formBox h2 {
	text-align: center;
	}
.formBox label {
	color: #000;
	vertical-align: middle;
	}
.formNote {
	color: #999;
	vertical-align: middle;
	}
.formBox p {
	margin: 0 0 15px 0;
	}
#username,
#password,
#secretAnswer,
#reTypePassword {
	width: 300px;
	background-color: #FBFBFB;
	border: 1px solid #e5e5e5;
	padding: 4px 0 4px 0;
	}
#rememberMe {
	vertical-align: middle;
	}
#myCareers .formBox .submitButton input {
	background-color: transparent;
	padding: 0;
	}
#myCareers .formBox .inner {
	background-image: url(../images/form_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	padding: 20px;
	}
#whyRegister,
#tipsForRegistering {
	margin: 0 0 0 50px;
	}
	
	
#registerIntro {
	background-image: url(../images/register_intro_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 501px;
	float: left;
	}
#registerIntro .inner {
	background-image: url(../images/register_intro_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 20px 20px 21px;
	}
#registerIntro .submitButton input {
	background-color: transparent;
	padding: 0;
	}



#signIn {
	background-image: url(../images/sign_in_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 297px;
	float: left;
	margin: 0 0 0 25px;
	}
#signIn .inner {
	background-image: url(../images/sign_in_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
	}
#signIn .submitButton input {
	background-color: transparent;
	padding: 0;
	}
#username,
#password {
	width: 230px;
	background-color: #FBFBFB;
	border: 1px solid #e5e5e5;
	padding: 4px 0 4px 0;
	}	




#chartsCapture {
	padding: 30px 0 0 0;
	clear: both;
	}
#tipsForRegistering ul {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
	}
#tipsForRegistering ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
#tipsForRegistering ul li {
	padding: 0 0 15px 30px;
	background-image: url(../images/bullet_big.gif);
	background-repeat: no-repeat;
	}
/* End Login and Register pages */



	
#userNameBox {
	padding: 10px;
	color: #2C393F;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}	
	
#myCareers1 .col3 ul {
	margin-left: 0;
	padding: 10px 25px 10px 25px;
	}

.colBG {
	background-image: url(../images/mycareers_box_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F1F3F3;
	}




	
	
#myStatChart {
	padding: 10px;
	}
#myStatChart table {
	width: 100%;
	border-collapse: collapse;
	}
#myStatChart table th {
	text-align: left;
	padding: 5px;
	}
#myStatChart table td {
	vertical-align: middle;
	padding: 5px;
	}
#myStatChart table p {
	margin: 0 0 0 30px;
	width: 70px;
	height: 9px;
	border: 1px solid #465F71;
	background-color: #E4D184;
	position: relative;
	background-image: url(../images/stat_bg.gif);
	background-repeat: no-repeat;
	}
#myStatChart table p span {
	display: block;
	width: 30px;
	position: absolute;
	left: -30px;
	top: -3px;
	}



#myCareers2 {
	}
#myCareers2 .inner {
	height: 350px;
	background-image: url(../images/interest_level_bg.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	}
#interestLevel {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	}
#interestLevel td {
	vertical-align: middle;
	padding: 0 0 4px 14px;
	}
#interestLevel th {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #2C393F;
	width: 200px;
	}
#interestLevel p {
	margin: 0;
	width: 554px;
	height: 30px;
	background-image: url(../images/results_bg.gif);
	background-repeat: no-repeat;
	}
#interestLevel .level5 p {
	background-position: left top;
	}
#interestLevel .level4 p {
	background-position: -110px 0%;
	}
#interestLevel .level3 p {
	background-position: -221px 0%;
	}
#interestLevel .level2 p {
	background-position: -332px 0%;
	}
#interestLevel .level1 p {
	background-position: -443px 0%;
	}
#interestLevel .level0 p {
	background-position: -554px 0%;
	}
#interestLevel p span {
	display: none;
	}



#assetsForm {
	white-space: nowrap;
	float: right;
	padding: 0 20px 0 0;
	}
#assetsForm select {
	width: 300px;
	}
.myCareersTable {
	}
.myCareersTable table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 30px 0;
	}
.myCareersTable table td {
	padding: 6px;
	border-bottom: 1px solid #D9DBDC;
	font-weight: bold;
	vertical-align: middle;
	}
.myCareersTable table td p {
	margin: 0;
	}


.myCareersTable .icon {
	width: 50px;
	}
.myCareersTable .item {
	width: 350px;
	}
.myCareersTable .career {
	
	}
.myCareersTable .rating {
	color: #999;
	text-align: right;
	width: 107px;
	}

.myCareersTable .rating p {
	margin: 0;
	width: 107px;
	height: 20px;
	background-image: url(../images/rating_bg.gif);
	background-repeat: no-repeat;
	}
.myCareersTable .level5 p {
	background-position: left top;
	}
.myCareersTable .level4 p {
	background-position: -21px 0%;
	}
.myCareersTable .level3 p {
	background-position: -42px 0%;
	}
.myCareersTable .level2 p {
	background-position: -63px 0%;
	}
.myCareersTable .level1 p {
	background-position: -84px 0%;
	}
.myCareersTable .rating p span {
	display: none;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TEACHER PAGE
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#teacherPageForm .columnize label {
	width: 140px;
	}

#teacherPageForm p.submitButton {
	text-align: left;
	padding-left: 150px;
	}




/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CREDITS PAGE
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#creditsPage h1 {
	margin-bottom: 5px;
	}
#creditsPage p#thankYou {
	margin-bottom: 20px;
	}
#creditsPage .twoColumn {
	margin-left: 20px;
	}
#creditsPage .twoColumn .col1 {
	width: 320px;
	border-right: 1px solid #dedede;
	padding-right: 30px;
	}
#creditsPage .twoColumn .col2 {
	width: 430px;
	margin-left: 40px;
	}
#creditThanks {
	font-size: 12px;
	}
#creditThanks h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
	}
#creditThanks ul {
	margin: 0;
	padding: 0 0 15px 20px;
	}
#creditThanks li {
	line-height: normal;
	margin: 0 0 2px 0;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	UTILTY CLASSES/MISC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#versionCheck {
	position: absolute;
	left: 0;
	top: 0;
	}

.photo {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;	
	}
.picRight {
	margin: 0 0 15px 15px;
	float: right;
	}
.picLeft {
	margin: 0 15px 15px 0;
	float: left;
	}
.picMiddle {
	text-align: center;
	}
.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
.unbulleted li {
	background-image: none;
	padding: 0;
	}	
.cl {
	clear: both;
	}
.note {
	font-size: 90%;
	color: #666;
	}
ul.note {
	padding: 0;
	margin-left: 0;
	}
ul.note li {
	padding: 0;
	margin: 0;
	background-image: none;
	}
	
	
/* COLUMNS */
.col1, .col2, .col3 {
	float: left;
	margin: 0 0 0 10px;
	}
	
/* TWO COLUMN */
.twoColumn {
	clear: both;
	margin: 0 0 30px 0;
	}
.twoColumn .col1 {
	width: 390px;
	margin: 0;
	}
.twoColumn .col2 {
	width: 515px;
	}
	
/* THREE COLUMN */
.threeColumn .col1 {
	clear: both;
	}
.threeColumn .col1 {
	width: 180px;
	margin: 0;
	}
.threeColumn .col2 {
	width: 180px;
	}
.threeColumn .col3 {
	width: 180px;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */



.error {
	font-weight: bold;
	color: #D00;
	}



	



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

form {
	margin: 0;
	}
fieldset {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 3px 10px 3px 10px;
	color: #333;
	}
.columnize label {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 290px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
.columnize p label,
.columnize p input,
.columnize p select,
.columnize p textarea {
	margin-bottom: 0;
	}
.columnize p em {
	display: block;
	margin: 0 0 20px 80px;
	font-size: .83em; /* 12*.83=10px */
	}

p.submitButton {
	text-align: center;
	clear: left;
	padding-top: 1.0em;
	padding: 0;
	}
p.submitButton input {
	background-color: #7796b1;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	margin: 0;
	cursor: pointer;
	}






.fontSizesInEmsForBase-12 {
	font-size: .83em; /* 12*.83=10px */
	font-size: .92em; /* 12*.92=11px */
	font-size: 1em; /* 12*1=12px */
	font-size: 1.17em; /* 12*1.17=14px */
	font-size: 1.33em; /* 12*1.33=16px */
	font-size: 1.5em; /* 12*1.5=18px */
	font-size: 1.67em; /* 12*1.67=20px */
	font-size: 2em; /* 12*2=24px */
	font-size: 2.67em; /* 12*2.67=32px */
	}

