body {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
}
/* javascript by sonsofsuckerfish.org */
/* - WRAPS ALL PAGES ALL LEVELS */
#allWrap {
}
/* - HEADER AND TOP NAVIGATION */
#headerTopNav {
height:25px; min-heigh:25px;
background-color: #fff; 
padding: 0 0 0 198px; /* aligns menus over the image */
}
#headerBluespace {
height: 109px;
background-image:   url(../images/_bkg/bkg_header_bluespace.gif);
background-repeat: repeat-x;
padding: 0 0 0 200px;
}
#headerBluespace a {
color: #99f;
text-decoration: none;
}
#headerhomelink {
float: left;
clear: none;
margin: 3px 110px 0px 0px;
}
/* - TOP NAVIGATION */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	color: #333;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
	padding-top: .5em;
	/* added */
	border-top: 3px solid #eef;
	border-left: 1px solid #eef;
	padding-left: .2em;
	background-color: #fff;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: none;
	width: 256px;
	left: -999em;
	height: 79px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
		list-style-image:   url(../images/_bullets/bullet_index_li_arrow2.gif);
		list-style-position: outside;
 
}
#nav img {
	border: none;
}
.navTopItem {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
	line-height: 1.25;
	background-color: #fff;
	padding-top:0;
}
.navBottomli {
	border-bottom: 20px solid #ccd;
}
/* - SECOND LEVEL PAGES ONLY*/
#secondLevelContainer {
float: left;
clear: none;
width:100%; min-width:700px;
background-image:   url(../images/_bkg/bkg_2nd_level.jpg);
/* - ../images/content_2nd_Level.jpg - */
background-repeat: repeat-y;
background-color: #fff;
margin: 0px;
/* padding: 0px 20px 0px 330px; */
}
#content {
padding: 30px 10em 20em 200px;
}
/* - SECOND LEVEL PAGE CONTENT FOR TEXT */
#content h1 {
	margin: 0 0 .5em 0;;
	padding: 0 0 .5em 0;
	color: #3A6DAB;
	font-size: 170%;
	font-weight: normal;
	font-family: verdana, Helvetica, sans-serif;
	border-bottom-style: double;
	border-bottom-color: #eef;
	
}
#content h2 {
	margin: 0;
	padding: 1.5em 0 1em 0;
	color: #3A6DAB;
	font-size: 130%;
	font-weight: normal;
	font-family: verdana, Helvetica, sans-serif;
}
#content h3 {
	margin: 0;
	padding: 1.5em 0 1em 0;
	color: #3A6DAB;
	font-size: 120%;
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
}
#content p {
	margin: 0;
	padding: 0 0 1em 0;
	color: #334432;
	font-size: 120%;
	font-weight: normal;
	font-family: Helvetica, verdana, sans-serif;
	orphans: 3;
	line-height: 1.5;
	text-indent: 1em;
}
#content ul {
	list-style-image:   url(../images/_bullets/bullet_box_clear.gif);
	list-style-type: none;
	
}
#content li {
	list-style-image:   url(../images/_bullets/bullet_box_clear.gif);
	list-style-type: none;
	line-height: 1.5;
}
#content a {
	color: #334432;
}
.expandedList {
	line-height: 2;
}
/* (within) content 
#tabHeader ul {
	list-style: none;
	padding:0 0 0 200px;
	margin:0;
}
#tabHeader li {
	/* display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0; */
/*		border-color: #66f;
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}
#tabHeader li a {
	padding: 0 1em;
	text-decoration: none;
}
#tabHeader #selected {
	padding-bottom: 1px; 
	position: relative;
	top: 1px;
	background: white;
	color:#f33;
}
#tabContent {
	border: 1px solid;
	clear: both;
	border-color: #ccf;
}*/
/* - HOME PAGE ONLY */
#homeblock {
float: left;
clear: none;
width:100%; min-width:700px;
height: 414px;
background-image:  url(../images/index/homePg_branding_full.gif);
background-repeat: no-repeat;
background-color: #444;
border: 1px dotted #fc0;
margin: 0px;
}
/* - FOOTER */
#footer {
border: 1px dotted #fc0;
height: 134px;
background-image:   url(../images/_bkg/bkg_header.gif);
background-repeat: repeat-x;
padding: 0 0 0 215px; 
vertical-align: text-bottom;
font-size: 70%;
	/* I added this to keep the footer out of the tab menu */
	clear: both;
	float: none;
}
/* - AWARDS PAGE ONLY */
.awards {
	clear: none;
	float: left;
	margin: 5px;
	padding: 15px;
}
/* JOB PAGE SAMPLES */
.samplefield {
	background-image: url(../images/jobs/bkg_sample.gif);
}
#currentposition {
	background-color: #6C8FD0;
	/* background-image: url(../images/jobs/bkg_current_jobs.jpg); */
	width: 40%;
}
#currentposition h2 {
	padding: 10px;
	margin: 0px;
	color: #fff;
}
#currentposition a {
	font-size: 12pt;
	color: #fff;
}



