/*
   Main Laboratory for Microbial Oceanography style sheet
*/


a:link     {color: #0033FF; text-decoration: none}
a:visited  {color: #0000AA; text-decoration: none}
a:active   {color: #0033FF; text-decoration: none}
a:hover    {text-decoration: underline}


/* general layout */
body       {
        background: url(/DeLongsem.jpg);
        font-family: Arial, Helvetica, sans-serif;
}

.site-main {
        background: white; 
        width: 700pt; 
        border: solid 1pt black;
        margin: 10pt auto 0pt auto;
        padding: 5pt 0pt 0pt 0pt;
}

.top-menu {
	height: 25pt
}

.bread-crumb-bar {
	font-size: 10pt;
        padding: 5pt 5pt 5pt 10pt;
        vertical-align: center;
}

.below-menu {
	padding: 0pt 20pt 30pt 20pt
}

.topic_header_box {
	border: solid 1pt black; 
	width: 100%
}

.topic_header_highlite {
	background: #FFB
}

.topic_header_item {
	font: bold 12pt helvetica; 
	color: black
}

.panel-banner {
	padding: 0pt 20pt 0pt 20pt
}

.panel-left {
	padding: 0pt 10pt 10pt 10pt;
	vertical-align: top
}

.panel-right {
	padding: 10pt;
	vertical-align: top
}


/* pull-down menu */    
option.o1  {background-color: white; color: black}
option.o2  {background-color: #ffffcc; color: black}
option.o3  {background-color: white; color: black; height: 25px; line-height: 25px}
form.f1    {margin-bottom: 0pt; margin-right: 20pt;}

.menu-pulldown {
	width: 50%
}


/* site header, footer and highlight */ 

.site-header-menu {
        background: white;
	color: black;
        border-collapse: collapse;
        width: 100%;
}

.site-header-title {
	color: black;
	font-size: 24pt;
}

.site-header-subtitle {
	color: #000099;
	font-size: 9pt;
}

.site-bottom-highlight {
        margin: 0pt; 
        border: 0pt; 
        color: white; 
        background: #000088; 
        height: 8pt;
}

.site-footer {
        width: 700pt;
        border: solid 1pt black;
        margin: 0pt auto 10pt auto; 
}

.site-footer-menu {
        background: white;
	color: black;
        border-collapse: collapse;
        width: 100%;
}

.site-footer-item {
	font-size: 10pt;
        padding: 5pt 0pt 5pt 0pt;
        text-align: left;
        vertical-align: top;
}


/* text modifiers */
h1         {font-size: 18pt}
h2         {font-size: 16pt}
h3         {font-size: 14pt}
