html, body {
    margin: 0;
    padding: 0;
}

body { 
    background: #000;
}

p {
    padding: 4em; 
}

#wrapper {
    width: 100%;
    background: #000;
    border: 0px solid #000;
    margin-top: 0px;
}

#insetbox{
    padding: 1em;
    text-align: left;
    position: relative;
    width: 50%;
    background-color: #FFFFCC;
    border: 2px solid #FF0000;
}

#banner {
    position: relative;
    width: auto;
    margin: 0px 0px 0px 0px;
    background: #000 url(/css/img/lsst_long_banner1.jpg) top left no-repeat;
    height: 150px;
}


#banner h1 {
    margin-top: 0px; 
    text-indent: -9999px;
    line-height: 0px;
}

#banner h1 a {
    margin-top: 0px; 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 120px;
    border: none;
    text-decoration: none;
}

#topnav {
    position: relative;
    background-color: black;
    overflow: hidden;
    margin: 0px 0px 0px 4px;
    padding: 0px;
}

#topnav ul {
    border: 4px groove #D2B84C;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 0.7em;
}

#topnav ul li {
    display: inline;
    font: bold italic 12px/14px Arial, Helvetica, Verdana,
    Geneva, sans-serif;    
}

#topnav ul li a, #topnav ul li span.here, #topnav ul li span.first_here_lock {
    float: left;
    padding: 8px;
    font-weight: bold;
    color: #D2B84C;
    white-space: nowrap;
    border-right: 1px solid #BF9900;
}

#topnav ul li a {
    text-decoration: none;
    border-bottom: 0px none;
}

#topnav ul li a.first {
    text-decoration: none;
    border-bottom: 0px none;
    padding-left: 8px;
    background-color: #CCAD33;
    color: #000;
/*    background-image: url(../img/starnav.gif); */
/*    background-repeat: no-repeat;              */
/*    background-position: left center;          */
}

#topnav ul li a:hover {
    background-color: #CCAD33;
    color: #000000;
}

#topnav ul li a.first:hover {
    background-color: #CCAD33;
    color: #000;
}

#topnav ul li span.here {
    background-color: #CCAD33;
    color: #8B6000;
}

#topnav ul li span.right {
    text-align:right;    
}

#topnav ul li span.first_here {
    padding-left: 28px;
    background-color: #CCAD33;
    color: #8B6000;
/*    background-image: url(../img/starnav.gif); */
/*    background-repeat: no-repeat;*/
/*    background-position: left center;*/
}

#topnav ul li a.lock:hover {
    background-image: url(/css/img/lock.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#secondnav {
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0 10px 0 0px;
    width: auto;
    border-bottom: 10px solid #000099;
}

#secondnav ul {
    margin: 0;
    padding: 10px 5px 0px 0;
    display: inline;
    font: bold italic 12px/14px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: 600; 
} 

#secondnav ul li {
    list-style: none;
    display: inline;
    background: url(/css/img/tab_r.png) top right no-repeat;
    float: left;
    padding: 0 0 6px 0;
    margin: 0px 0px 0px 0px;
}

#secondnav ul li a {
    color: #CCCCCC;
    background: url(/css/img/tab_l.png) top left no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 5px 10px;
    list-style: none;
    display: inline;
    text-decoration: none;
}

#secondnav ul li.here span.two {
    color: #9999CC;
    background: url(/css/img/tab_r_here.png) top right no-repeat;
    float: left;
    padding: 0px 10px 6px 0px;
    list-style: none;
    display: inline;
    text-decoration: underline;
}

#secondnav ul li.here {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    background: url(/css/img/tab_l_here.png) top left no-repeat;
    list-style: none;
    display: inline;
}

#secondnav a:hover {
    color: yellow;
    text-decoration: underline;
}

#thirdnav {
    background-color: #000099;  
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0 10px 0 30px;
    width: auto;
    
}


#thirdnav ul {
    margin-left: 0;
    padding: 5px 5px 5px 20px;
    display: inline;
    font: bold italic 12px/14px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: 600; 
} 

#thirdnav ul li {
    list-style: none;
    display: inline;
    background: url(/css/img/tab_r_2.png) top right no-repeat;
    float: left;
    padding: 0 0 5px 0;
}

#thirdnav ul li a {
    color: #CCCCCC;
    background: url(/css/img/tab_l_2.png) top left no-repeat;
    margin: 0;
    padding: 1px 10px 5px 10px;
    list-style: none;
    display: inline;
    text-decoration: none;
}

#thirdnav ul li.here span.two {
    background: url(/css/img/tab_r_2_here.png) top right no-repeat;
    float: left;
    padding: 0px 10px 5px 0px;
    list-style: none;
    display: inline;
    text-decoration: none;
}

#thirdnav ul li.here {
    color: black; 
    margin: 0px 0 0 0px;
    padding: 1px 0px 0 10px;
    background: url(/css/img/tab_l_2_here.png) top left no-repeat;
    list-style: none;
    display: inline;
}

#thirdnav a:hover {
    color: yellow;
    text-decoration: underline;
}


#main {
    background:#E6E6E6;
    position:relative;        
    width:auto;
    margin: 0px 10px 0px 10px;
    padding: 20px
    border: 1px solid #6699CC;
}

#pagenav { 
    position: relative;
    overflow: hidden;
    margin: 0px 10px 10px 10px;
    padding: 0px;
}

#pagenav ul {
    width:auto;
    padding: 0;
    margin: 0;
}

#pagenav ul li {
    display: inline;
    font: 0.8em/1.2em 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    
}

#pagenav ul li a:link, #pagenav ul li a:visited, #pagenav ul li span.here   {
    text-decoration: none;
    border-bottom: 0px none;
    padding: 0 2.0em 1px 2.0em;
    border-right: 1px solid blue;
    font-weight: bold;
    color: blue;
    white-space: nowrap;
}


#pagenav ul li a:hover { 
    color: #000;
    text-decoration: underline;
}


#pagenav ul li span.here {
    color: #000;
    text-decoration: none;
}

#fsnav { 
    position: relative;
    overflow: hidden;
    margin: 0px 10px 10px 5px;
    padding: 0px;
}

#fsnav ul {
    width:auto;
    padding: 0;
    margin: 0;
}

#fsnav ul li {
    display: inline;
    font: 0.8em/1.2em 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    
}

#fsnav ul li a:link, #fsnav ul li a:visited, #fsnav ul li span.here   {
    text-decoration: none;
    border-bottom: 0px none;
    padding: 4px;
    border-right: 1px solid blue;
    font-weight: bold;
    color: blue;
    white-space: nowrap;
}

#fsnav ul li a:hover { 
    color: #000;
    text-decoration: underline;
}

#fsnav ul li span.here {
    color: #000;
    text-decoration: none;
}	

#jobs {
    width:auto;
    padding: 20px;
    margin: 0px;
    padding-bottom: 30px;
}

#jobs p {
    font: 0.95em/1.0em 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    float:left;
    width:25%;
    padding: 0;
    margin: 0;
}

#jobs a p {
    color:blue;
    width:24%;
    padding: 0 1% 0 0;
    margin: 0;
}

#main h1 {
    text-align: center;
    font: bold 1.5em/1.8em Arial, Helvetica, Verdana,
    Geneva, sans-serif;
    color: maroon;
    margin: 0px;
    padding: 10px;
}

#pressbox {
    position: auto;
    width: 100%;
}


#topimage {
    position: top;
    width: 30%;
    float: left;
    padding: 20px;
}

#topimage img {
    valign: top;
    position:top;
}

#pressbox p.presstext{
    font: 1em 'Lucida Grande', Lucida, Verdana Geneca, sans-serif;
    width: 90%;
}

#main
h2 {
    font: bold italic 1.3em/1.5em Arial, Helvetica, Verdana,
    Geneva, sans-serif;
    color: maroon;
    margin: 0px;
    padding: 10px;
}

h3 {
    font: bold italic 1.3em/1.5em Arial, Helvetica, Verdana,
    Geneva, sans-serif;
    color: maroon;
    margin: 0px;
    padding: 10px;
    text-align: left;
}

p {
    font: 1.0em/1.4em 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    color: black;
    margin: 0;
    padding: 0.7em;
}

.caption { 
    padding:10px;
    font-size: 9pt;
    text-align: center;
}

.excerpt {
    float: left;
    display: inline;
    width: 30%;
    margin: 5px 5px 30px 5px;
    padding: 10px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12pt;
    color : Black;
    line-height : 20pt;
    font-style : italic;
}

#excerpt {
    position: static;
    float: left;
    display: inline;
    width: 30%;
    margin: 5px 5px 30px 5px;
    padding: 10px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12pt;
    color : black;
    line-height : 20pt;
    font-style : italic;
}

#excerpt ul li {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 10pt;
    color : black;
    font-style : italic;
    margin: 5px 0 1px 10px;
    padding: 0 0 0 10px;
    list-style: none;
}

.left {
    position: static;
    display: inline;
    width: 200px;
    left:5%;
    margin: 30px 5px 30px 5px;
    padding: 10px;
}

.monogram {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20pt;
    color : maroon;
    line-height : 40pt;
    font-style : normal;
    vertical-align : baseline;
}

.subheading {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12pt;
    font-weight:  bold;	
    color : maroon;
}

#main ul {
    margin: 5px 0 1px 10px;
    padding: 0 0 0 10px;
    list-style: none;
}

#main li {
    font: 1.0em/1.4em 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    color: black;
    margin: 0;
    padding: 0.0em;
}

#main ul.strong {
    margin: 5px 0 1px 25px;
    padding: 0 0 0 30px;
    list-style: disc;
}

#main ul.strong li {
    font: bold 1.0em/1.4em 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    color: black;
    margin: 0;
    padding: 3px;
}

#main dl {
    display: block;
    margin: 5px 0 1px 20px;
    padding: 15px;
    list-style: none;
}

#main dt {
    font: bold italic 1.0em/1.4em 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    color: black;
    margin: 1.0em 0 0 0;
    padding: 5px;
}

#main dl dd {
    font: 1.0em/1.4em 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    color: black;
    margin: 0;
    padding: 0;
}

#main img { 
    display: block;
    padding: 25px;
}

#main #key {
    float: left;
    margin: 0px 0px 0 10px;
    width: 30%;
    border-style: groove;
    border-color: #D2B84C;
    background: #000;
    padding: 0 0 5px 0;
    display: inline;
}

#main #key dt {
    font: bold italic 0.9em/1.2em Arial, Helvetic, Verdana, Geneva, sans-serif;
    background: #D2B84C;
    padding: 3px;
}

#main #key dd {
    font: 0.8em/1.2em Arial, Helvetic, Verdana, Geneva, sans-serif;
    color: #D2B84C;
    margin: 0 0 2px 5px;
    padding: 8px 0 0 0;
}

#main #key a:link, #content #key a:visited {
    color: #D2B84C; 
    font-weight: normal;
    border-bottom: 1px dotted #D2B84C;
    text-decoration: none;
}

#main #key a:hover {
    color: yellow;
    text-decoration: underline;
    background-image: none;
    border-bottom: none;
}

#centerfold {
    position:relative;
}

#centerfold h3 {
    font: bold italic 1.3em/1.5em Arial, Helvetica, Verdana,
    Geneva, sans-serif;
    color: maroon;
    margin: 0px;
    text-align: center;
    background-color: #FFCCCC;
    width: 75%;
    padding: 0.6em;
}

#centerfold p {
    font: 1.0em/1.4em italic 'Lucida Grande', Lucida, Verdana,
    Geneva, sans-serif;
    background-color: #FFCCCC;
    color: black;
    width: 75%;
    padding: 0.9em;
    text-align: left;
}

#main #right {
    float: right;
    margin: 10px;
    width: 30%;
    border-style: groove;
    border-color: blue;
    padding: 5px;
    display: inline;
}


#main #right dt {
    font: bold italic 0.9em/1.2em Arial, Helvetic, Verdana, Geneva, sans-serif;
    padding: 3px;
}

#main #right dd {
    font: 0.8em/1.2em Arial, Helvetic, Verdana, Geneva, sans-serif;
    color: #000;
    margin: 0 0 2px 5px;
    padding: 8px 0 0 0;
}

#main #right a:link, #main #right a:visited {
    text-align:center;
    color: blue; 
    font-weight: normal;
    border-bottom: 1px dotted blue;
    text-decoration: none;
}

#main #right a:hover {
    color: purple;
    text-decoration: underline;
    background-image: none;
    border-bottom: none;
}

#main #inline {
    margin: 10px;
    padding: 5px;
    display: inline;
}

#main #inline img {
    margin: 10px;
    display: inline;
}

#main #inline a:link, #main #inline a:visited {
    margin: 10px;
    text-align:left;
    color: blue; 
    font-weight: normal;
    text-decoration: none;
    border-bottom: none;
}

#main #inline a:hover {
    color: purple;
    text-decoration: underline;
    background-image: none;
    border-bottom: none;
}

#main a:link {
    color: blue; 
    font-weight: normal;
    border-bottom: 1px dotted blue;
    text-decoration: none;
}

#main a:visited {
    color: #9E1803;
    font-weight: normal;
    text-decoration: underline;
}

#main a:hover {
    color: purple;
    text-decoration: underline;
    background-image: none;
    border-bottom: none;
}

#footer {
    position:relative;
    width: auto;
    margin: 10px;
    background: #E6E6E6;
}

html>body #footer {
    position: relative;
    margin: 60px 10px 10px 10px;
}

#footer p {
    padding: 10px;
    font: italic 12px/15px Arial, Helvetica, Verdana, Geneva, sans-serif;
    color: black;
    text-align: left;
    width: auto;
    margin: 5px;
}

#footer a {
    font-style: normal;
}

#footer a:link, #footer a:visited {
    color: blue;
    text-decoration: none;
}

#footer a:hover {
    color: blue;
    text-decoration: underline;
    border-bottom: none;
}

#footer hr {
    color: #6699CC;
    text-align: center;
    width: 80%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
