a:link {
        color: #003399;
        text-decoration: none;
        }

a:visited {
        color: #1a2b54;
        text-decoration: none;
        }

a:hover {
        color: #003399;
        text-decoration: underline;
        }


body {
        background: #1a2b54;
        }
        
#page {
        text-align: left;
        background: #ffffff;
        width: 800px;
        position: relative;
        margin: 30px auto; /*Top margin of 10px*/
        border: 1px solid #cadbeb;
        }

.highlight {
        background: #f5f48a;
        }

/* HEADER CONTAINER */

#header {
        background: #ffffff;
        padding: 10px 0px 0px 10px;

        /*border: 1px solid #cadbeb;*/
        }


/* LOGO / HEADER CONTAINER */

#header_logo {
        background: #ffffff;
        position:relative;
        width: 790px;
        height: 70px;
        /*float: left;*/  /*Float makes navbar disappear in IE6*/
        z-index: 0;
        /*border: 1px solid #CC0000;*/
        }

#header_logo img {
       border: none;
       }

#top-nav {
        background: #ffffff;
        position:relative;
        width: 800px;
        height: 50px;
        float: left;
        margin: 0 auto;
        z-index: 0;
        /*border: 1px solid #green;*/
        }

#main-area {
        background: #ffffff;
        position: relative;
        width: 800px;
        }


#content {
        float: left;
        width: 550px;
        margin: 30px 0px 20px 10px;
        font-family: Verdana, Helvetica, sans-serif;
        color: #333333;
        line-height: 1.6;
        z-index: +1;
        /*border: 1px solid #cc0000;*/
        }

#content h1 {
        display: block;
        text-align: left;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #000066;
        line-height: 1.6;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 5px;
        padding-bottom: 8px;
        }

#content h2 {
        display: block;
        text-align: left;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 5px;
        padding-bottom: 8px;
        }

#content h3 {
        display: block;
        text-align: left;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 5px;
        padding-bottom: 8px;
        }

#content blockquote {
        display: block;
        text-align: left;
        font-size: 14px;
        margin-left: 20px;
        margin-right: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        }

#content table { border: solid #666666;
	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 0px ; 
        font-size: 12px;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 5px;
        padding-top: 5px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        }

#content table.noborder {border: none;
        font-size: 12px;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        }

#content table th { background: #617898;
        color: #ffffff;
        text-align: left;
        vertical-align: top;
        font-weight: bold;
        border-bottom: #000; 
        border-width: 0 0 1px 0; 
        border-style: none none solid none; 
        }

#content table.nanoparticles {border: solid #666666;
	border-width: thin;
	border-collapse: collapse ;
	border-spacing: 0px ; 
        font-size: 10px;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        }

#content table.nanoparticles th { background: #617898;
        text-align: center;
        vertical-align: top;
        color: #ffffff;
        font-weight: bold;
        border-bottom: #000; 
        border-width: 0 0 1px 0; 
        border-style: none none solid none; 
        }

.white_row { 
        background: #ffffff;
        vertical-align: top;
        text-align: left;
        border-bottom: #CCC;
        border-width: 0 0 1px 0; 
        border-style: none none solid none; 
        padding: 3px;
        }

.blue_row { 
        background: #cadbeb;
        vertical-align: top;
        text-align: left;
        border-bottom: #CCC; 
        border-width: 0 0 1px 0; 
        border-style: none none solid none; 
        padding: 3px;
        }

.white_row_center { background: #ffffff; 
        vertical-align: top;
        text-align: center;
        border-bottom: #CCC; 
        border-width: 0 0 1px 0; 
        border-style: none none solid none; 
        padding: 3px;
        }

.blue_row_center { background: #cadbeb; 
        vertical-align: top;
        text-align: center;
        border-bottom: #CCC; 
        border-width: 0 0 1px 0; 
        border-style: none none solid none; 
        padding: 3px;
        }

.white_row_right { background: #ffffff; 
        vertical-align: top;
        text-align: right;
        border-bottom: #CCC; 
        border-width: 0 0 1px 0; 
        border-style: none none solid none; 
        padding: 3px;
        }

.cell_borders_white { background: #ffffff; 
        vertical-align: top;
        text-align: left;
        border: #CCC; 
        border-width: 0 1px 1px 0; 
        border-style: none solid solid none; 
        padding: 3px;
        }

.cell_borders_white_center { background: #ffffff; 
        vertical-align: top;
        text-align: center;
        border: #CCC; 
        border-width: 0 1px 1px 0; 
        border-style: none solid solid none; 
        padding: 3px;
        }

.cell_borders_white_right { background: #ffffff; 
        vertical-align: top;
        text-align: right;
        border: #CCC; 
        border-width: 0 1px 1px 0; 
        border-style: none solid solid none; 
        padding: 3px;
        }

.cell_borders_blue { background: #cadbeb; 
        vertical-align: top;
        text-align: left;
        border: #CCC; 
        border-width: 0 1px 1px 0; 
        border-style: none solid solid none; 
        padding: 3px;
        }

.cell_borders_blue_center { background: #cadbeb; 
        vertical-align: top;
        text-align: center;
        border: #CCC; 
        border-width: 0 1px 1px 0; 
        border-style: none solid solid none; 
        padding: 3px;
        }

.cell_borders_blue_right { background: #cadbeb; 
        vertical-align: top;
        text-align: right;
        border: #CCC; 
        border-width: 0 1px 1px 0; 
        border-style: none solid solid none; 
        padding: 3px;
        }

.cell_border_bottom_row_white { background: #ffffff; 
        vertical-align: top;
        text-align: left;
        border: #CCC; 
        border-width: 0 1px 0 0; 
        border-style: none solid none none; 
        padding: 3px;
        }

.cell_border_bottom_row_white_right { background: #ffffff; 
        vertical-align: top;
        text-align: right;
        border: #CCC; 
        border-width: 0 1px 0 0; 
        border-style: none solid none none; 
        padding: 3px;
        }

.cell_border_bottom_row_blue { background: #cadbeb; 
        vertical-align: top;
        text-align: left;
        border: #CCC; 
        border-width: 0 1px 0 0; 
        border-style: none solid none none; 
        padding: 3px;
        }

.cell_border_bottom_row_blue_end { background: #cadbeb; 
        vertical-align: top;
        text-align: left;
        border: #CCC; 
        border-width: 0 0 0 0; 
        border-style: none none none none; 
        padding: 3px;
        }

.cell_border_bottom_row_blue_right { background: #cadbeb; 
        vertical-align: top;
        text-align: right;
        border: #CCC; 
        border-width: 0 1px 0 0; 
        border-style: none solid none none; 
        padding: 3px;
        }

.cell_border_bottom_row_blue_center { background: #cadbeb; 
        vertical-align: top;
        text-align: center;
        border: #CCC; 
        border-width: 0 1px 0 0; 
        border-style: none solid none none; 
        padding: 3px;
        }

#content table ul {
        width: auto; 
        font-size: 12px;
                margin: -0px;
        border: none; 
        list-style-type: disc;
        list-style-position: outside;
        }



#content p {
        display: block;
        text-align: left;
        font-size: 12px;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        }

#content p.bio {
        display: block;
        text-align: left;
        font-size: 12px;
        margin-left: 140px;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        }

#content ul {
        width: auto; 
        font-size: 12px;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 8px;
        border: none; 
        list-style-type: disc;
        list-style-position: outside;
        }

#content ol {
        width: auto; 
        font-size: 12px;
        margin: 2em;
        border: none; 
        list-style-position: outside;
        }

#content img.header {
        width: 510px;
        margin-left: 10px;
        padding: 0px 0px 0px 5px;
        border-left: 1px solid #1A2B54;
        }
/*
#content img.portrait {
        width: auto;
        margin-left: 10px;

        border: 1px solid #1A2B54;
        }*/

.img-shadow {
       float:left;
       background:  url("../images/drop_shadow_1.png") no-repeat bottom right !important;
       background:  url("../images/drop_shadow_1.gif") no-repeat bottom right;
       margin: 10px 0 0 10px !important;
       margin: 10px 0 0 5px;
       }

.img-shadow img {
 display: block;
 position: relative;
 background-color: #fff;
 border: 1px solid #333333;
 margin: -6px 6px 6px -6px;
 padding: 0px;
 }


#content img.figure {
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 8px 12px 8px 12px;
        border: 1px solid #999999;
        }

#left-column {
        float: left;
        width: 220px;
        margin: 30px auto;
        /*border: 1px solid #cadbeb;*/
        }

.left-column-box {
        float: left;
        width: 196px;
        margin: 0px 10px 30px 10px;
        border: 1px solid #999999;
        }

.left-column-box h1 {
        background:  url("../images/left_column_box_hdr.png") no-repeat top left;
        height: 24px;
        margin: 0 auto;
        padding: 3px 0px 0px 4px;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 14px;
        color: #333333;
        border-bottom: 1px solid #999999;
        }

.left-column-box p {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        line-height: 1.6;
        padding: 2px 4px 0px 4px;
        }

.left-column-box ul {
        margin-left: 0;
        padding-left: 18px;
        }

.left-column-box li {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 1.2;
        color: #333333;
        }

#content .tiny-text {
        font-size: 10px;
        line-height: 1.6;
        margin-left: 10px;
        }

#pdf_link {
        text-align: right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        color: #333333;
        }

.indent-1 {
        margin-left: 30px;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
        padding-bottom: 8px;        
        }

.bottom-container {
        position: relative;
        width: 800px;
        height: 34px;
        margin: 0px 0px 10px 0px;
        clear: both;
        text-align: center;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        line-height: 1.6;
        border-top: 1px solid #999999;
        }

.bottom-container span {  /* blanks out html text on page */
        display: none;
        }

/* HOME PAGE SPECIFIC CSS */

#content-hp {
        float: left;
        width: 800px;
        margin: 30px 0px 20px 10px;
        }

.row-container {
        float: left;
        width: 770px;
        margin-top: 20px;
        /*border: 1px solid #cadbeb;*/
        }
.row-container h1 {
        background:  url("../images/home_page_box_hdr.png") no-repeat top left;
        height: 24px;
        margin: 0 auto;
        padding: 0px 0px 0px 4px;
        margin-bottom: 0px;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 16px;
        color: #333333;
        border-bottom: 1px solid #999999;
        }

.row-container p {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        line-height: 1.6;
        margin-top: 5px;
        margin-bottom: 10px;
        padding: 0px 5px 0px 5px;
        }

.row-container img {
        width: 95px;
        margin-left: 10px;
        padding: 9px 9px 0px 0px;
        }

.home-left-box {
        float: left;
        width: 370px;
        height: 230px;
        margin: 0px 0px 10px 5px;
        border: 1px solid #999999;
        }

.home-right-box {
        float: right;
        width: 370px;
        height: 230px;
        margin: 0px 0px 10px 5px;
        border: 1px solid #999999;
        }

#navbox-hp {
	position: absolute;
	top: 60px;
	left: 203px;
	padding-bottom: 10px; /*padding below the first level nav boxes*/
	margin-left: 15px; /*margin of nav box*/
	width: 570px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;  /*centers the text in the box */
	line-height: 2em;
	z-index: +3;
	/*border: 1px solid #cc0000;*/
	}

/* NAVIGATION CODE */

#navbox {
	position: absolute;
	top: 60px;
	left: 63px;
	padding-bottom: 10px; /*padding below the first level nav boxes*/
	margin-left: 15px; /*margin of nav box*/
	width: 705px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;  /*centers the text in the box */
	line-height: 2em;
	z-index: +3;
	/*border: 1px solid #cc0000;*/
	}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	/*width: 10em;*/
width: 129px;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
width: 130px;
margin-right: 4px; /*margin between top nav boxes - my code*/
margin-left: 4px; /*margin between top nav boxes - my code*/
border: 1px solid #cccccc;
background: #ffffff;  /*background - not hovered */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #cadbeb;
	/*width: 10em;*/
width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
text-align: left;  /*left justifies the text in the boxes - my code  */
}

#nav li ul li { /* format second level boxes */
margin-left: 0px;
padding-left: 6px; /* pads text within boxes */
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 13em; /* positions flyout 3rd level boxes */
padding-left: 6px; /* pads text within boxes */
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {/* hover styles - my code */
border-top: 1px solid #cccccc;
background: #cadbeb;
}

	

div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
	}


