/* CSS Document */

/*normal paragraph text throughout the site*/
p{
font-family: Verdana; font-size:11px; color: black;
}

.norm{
text-align:justify;
margin-left: 10px;
margin-right: 10px;
margin-top:2px;
margin-bottom:6px;
}
/*paragraph text without top or bottom margins*/
.tight {
text-align: justify;
margin-left:10px;
margin-right: 0px;
margin-top:0px;
margin-bottom:4px;
}
/*text for inside the table on the Experience page*/
p.e_cell {
text-align:justify;
margin-left: 5px;
margin-right: 0px;
margin-top:10px;
margin-bottom:10px:
}
p.copywrite {
font-family: Verdana; font-size:10px; color:#999999;
text-align: center;
margin-left: 10px;
margin-top:0px;
margin-bottom:0px;
}
/*currently only used for the img caption on homepage*/
p.capt {
font-size:10px; color:#777777;
text-align: left;
margin-left:10px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}

/*paragraph tag to be used to horizontally align images with text*/
p.image { 
text-align: justify;
margin-left: 8px;
margin-right: 10px;
margin-top:5px;
margin-bottom:0px;
}
p.image-centered { 
text-align: center;
margin-left: 8px;
margin-right: 10px;
margin-top:5px;
margin-bottom:0px;
}
/*paragraph immediately before a bulleted list- this paragraph should sit vertically closer to the list*/
p.lhead { 
text-align: justify;
margin-left: 10px;
margin-right: 10px;
margin-top:2px;
margin-bottom:2px;
}
#footer_nav {font-family: Verdana; font-size: 11px;}

/*STYLES TO BE USED FOR THE MAIN WEBSITE PAGES OF JEFFPARMET.COM*/
a:link {
color:#1E5463;
text-decoration:none;
}
a:visited {
color:#6B9AAF;
text-decoration:none;
}
a:visited:hover {
color:#91A5AF;
text-decoration: underline;
}
a:hover {
color:#91A5AF;
text-decoration: underline;
}

/*STYLES TO BE USED WITHIN PAGES WHERE THEY DO NOT NEED TO STAND OUT, SHOULD BE MORE DISCRETE*/
a.shhh:link {
color:#000;
text-decoration: none;
}
a.shhh:visited {
color:#000;
text-decoration: none;
}
a.shhh:visited:hover {
color:#000;
text-decoration: none;
}
a.shhh:hover {
color:#000;
text-decoration: none ;
}



/*Un-numbered lists*/
ul {
margin-top:0px;
margin-bottom:0px;
}
/*list items*/
li {
font-family: Verdana; font-size:11px; color: black;
text-align: justify;
margin-left: 10px;
margin-right: 10px;
margin-top:0px;
margin-bottom:4px;
}
/*use to indent list item text one level*/
li.ind{
font-family: Verdana; font-size:11px; color: black;
text-align: justify;
margin-left: 25px;
margin-right: 10px;
margin-top:0px;
margin-bottom:4px;;
}
h1 { 	
font-family: Verdana; font-size:18px; color: black; 
margin-left: 9px;
margin-top:5px;
margin-bottom:5px;
}
/*used in the "Publications" section for subheads (type of publication)
used int the "Experience" section for subhead above table*/
h2 {
font-family: Verdana; font-size:12px; color:black;
font-weight:bold;
margin-left: 9px;
margin-top:12px;
margin-bottom:0px;
}
/*h3 currently used in the "Cases" section for the subheads*/
h3 {
font-family:Verdana; color:black; font-size: 11px;
font-weight:bold;
margin-left:9px;
margin-top:5px;
margin-bottom:0px;
}
/*currently only used for the date headings on the news section of the site*/
h4 {
font-family:Verdana; font-size: 11px; color:black;
font-weight:bold;
margin-left:9px;
margin-top:5px;
margin-bottom:0px;
}
/*h5 currently only used inside a table for the "Experience"*/
h5  { color: black; font-size: 11px; font-family: Verdana; font-weight: bold; margin-top: 10px; margin-bottom: 0; margin-left: 0 }
/*------------------------------------------------------------------*/
/*mini text too be used for SiteMap link*/
a.sm:link {
	font-size:9px;
	color:#dddddd;
	text-decoration:none;
}
a.sm:hover {
	font-size:9px;
	color:#dddddd;
	text-decoration: none;
}
a.sm:visited {
	font-size: 9px;
	color:#dddddd;
	text-decoration:none;
}
a.sm:visited:hover {
	font-size: 9px;
	color:#dddddd;
	text-decoration: none;
}
/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/
/*tags for flash ticker*/
object.flsh {
margin-left: 9px;;
margin-top:8px;
margin-bottom:10px;
}
embed.flsh{
margin-left: 9px;
margin-top:8px;
margin-bottom:10px;
}
/*------------------------------------------------------------------*/
