/* common styles between /science/ /chemsitry/ /atmospheric/ /biology/ */

body	{
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: .95em;	
	background-color: #fff;
}

#printHeader {
	display: none;}
}

#fcsdBlock img	{ /* more in advanced styles */
	display: none;
}

#navCommon	{

	/* background color in advanced */
}	

#navCommon ul	{
	list-style-type: none;
}
#navCommon ul li	{
	display: inline;
}

#divisions	{
	background-color: #999;
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 0px 215px;
}
#divisions ul{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-image: url("/science/images/nav_bullet.gif");
}
#divisions ul li a:link, #divisions ul li a:visited	{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	font-family: 'helvetica neue bold condensed' 'arial narrow' arial;
	font-size: .95em;
}
#divisions ul li#biological a:hover	{
	color: #5FA600;
}
#divisions ul li#chemical a:hover	{
	color: #FC951F;
}
#divisions ul li#atmospheric a:hover	{
	color: #002ee6;
}

#tools	{
	background-color: #ccc;
	padding: 4px 0px 4px 10px;
	margin: 0px 0px 0px 215px;
/*	width: 525px; */
	font-size: .8em;
}
#tools ul	{
	padding: 0px;
	margin: 0px;
}
#tools ul li a:link, #tools ul li a:visited	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}
#tools form	{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#searchInput	{
	border: 0px;
}

#searchSubmit	{
	border: 0px;
	background-color: #000;
	color: #8820C2;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	
}
#searchSubmit:hover	{
	color: #fff;
}
#content	{
	margin: 10px 20px 5px 50px; /* left margin altered in advanced styles */
	padding: 0px;
}

#content img	{
	border: 1px solid #8820C2;
	padding: 2px;
}

#highlights, #researchFocus	{
	width: 206px; /* remember to add 6px to image container widths to account for padding and border around images */
/* floats in advanced */
	margin: 5px 10px 10px 10px;	
	background-color: #eee;
}
#highlights h2, #researchFocus h2	{
	font-size: .8em;
	background-color: #ccc;
	padding: 2px 2px 2px 5px;
	margin: 0px;
}

#researchFocus p	{
	font-size: .8em;
	padding: 5px 2px 2px 5px;
	margin: 0px;
}
#highlights p	{
	font-size: .75em;
	text-align: right;
	padding: 2px 5px 5px 5px;
	margin: 0px;
	background-color: #ccc;
}
 #highlights ul {
	padding: 5px 2px 2px 5px;
	margin: 0px 0px 0px 13px;
 }
 #highlights ul li	{
 	list-style-image: url(/science/images/bullet_purple.gif);
	padding: 0px 2px 5px 0px;
	margin: 0px;
	font-size: .8em;
 }
#director	{
	width: 156px;
/* floats in advanced */
	margin: 5px 10px 10px 10px;
}

#navGroup, #navAtmo, #navBio, #navChem, #navfcsd	{
	width: 200px;
	padding: 110px 0px 20px 40px;
	float: left;
}
#navGroup ul, #navAtmo ul, #navBio ul, #navChem ul, #navfcsd ul	{
	margin: 0px;
	padding: 0px;
}
#navGroup ul#navList li, #navAtmo ul#navList li, #navBio ul#navList li, #navChem ul#navList li, #navfcsd ul#navList li	{
	list-style-type: none;
	margin: 0px;
	padding: 5px 3px 5px 10px;
	font-size: .9em;
}
#navGroup ul li a, #navAtmo ul li a, #navBio ul li a, #navChem ul li a, #navfcsd ul li a	{
	display: block;
	text-decoration: none;
	color: #8820C2;
}

#subNavResearch, #subNavProjects, #subNavOrg, #subNavPublications, #subNavPeople, #subNavPrograms	{
	display: none;
}
#research #subNavResearch, #projects #subNavProjects, #organization #subNavOrg, #publications #subNavPublications, #people #subNavPeople, #programs #subNavPrograms	{
	display: block;
}
#research #subNavResearch a, #projects #subNavProjects a, #organization #subNavOrg a, #publications #subNavPublications a, #people #subNavPeople a, #programs #subNavPrograms a	{
	color: #555;
}

/* img styles in advanced */

#footer	{
	clear: both;
	margin: 10px 20px 10px 50px;
	padding:  5px 0px 0px 0px;
	color: #555;
	border-top: 1px solid #000;
	font-size: .8em;
}

#staff #content p, #staff #content li	{
	margin-left: 40px;
}	

.right	{
	float: right;
}
.center	{
	margin: 5px auto 5px auto;
	width: 406px;
}

.staffPhoto {
	float: left; margin: 0 1em 1em 0;
}

#content a:link, #content a:visited	{
	font-size: .95em;
}

#content a:hover	{
	background-color: #FFFFA2;
	color: #000;
}

.fileInfo	{
	font-size: .7em;
} 
 .centerText {
 	text-align: center;
}

table {
	/*border: solid #CCC 1px;
	border-width: 1px 0px 0px 1px;*/
}

th, td {
	/*border: solid #CCC 1px;
	border-width: 0px 1px 1px 0px;*/
	padding: 5px;
	vertical-align: top;
}

th {
	font-weight: bold;
	background-color: #999;
	color: white;
	border-color: white;
}

tr.secondary th {
	background-color: #CCC;
	color: black;
}

dt {
	font-weight: bold;
}

.greek	{
	font-family: serif;
}