/* the methods on this page are largely the hard work (freely given) of many people from the css-discuss list [http://www.css-discuss.org], including (but not limited to) Big John, Holly Bergevin, Douglas Livingstone, Scott Sauyet, Victor Caston, Mike Papageorge, and me, Alex Robinson [css-stuff@alex.cloudband.com] */

/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { 
min-width: 600px;
margin: 0px; 
padding: 0px; 
}

body {
margin: 5px 10px 10px 10px;
padding: 0px;
color: #000;
background: #fff;
font: .8em/1.35em verdana, helvetica, arial, sans-serif;
}

a:link {
color: #970f00;
background: transparent;
text-decoration: underline;
}

a:visited {
color: #0a50ff;
background: transparent;
text-decoration: none;
}

a:hover {
color: #000;
background: transparent;
text-decoration: none;
}

h1, h2, h3 {
margin: 0;
padding: 0 0 .125em 0;
}

h1 {
color: #970f00;
background: transparent;
font-size: 1.25em;
}

h2 {
color: #000;
background: transparent;
font-size: 1.15em;
}

p {
margin: 0;
padding: 0 0 1.0em 0; 
}

img {
border: 0;
}

table {
width: 100%;
margin-bottom: 1.0em;
}

td {
margin: 0;
padding: .25em;
vertical-align: top;
}

sup {
font-size: .8em;
vertical-align: super;
}

.all-caps {
text-transform: uppercase;
}

.clear {
clear: both;
}

.clear-l {
clear: left;
}

.clear-r {
clear: right;
}

.padding {
margin-bottom: 10px;
}

/* IE-Win hack to keep list background images from disappearing */
ul, ul.bullets, ol, dl {
position: relative;  
}

/* Opera hack: to keep the list item prior to the li.current from inheriting the font-weight of bold. */
html > body ul, html > body ol, html > body dl {
position: inherit; 
}


/* ====================================================================
CRUMBTRAIL
-------------------------------------------------------------------- */

.box-crumbtrail {
width: 800px;
color: #000;
background: #fff;
margin: 0 auto;
padding: 0;
font-size: .8em;
}

.box-crumbtrail a {
text-decoration: none;
}

.box-crumbtrail .search {
float: right;
width: 215px;
margin: 5px 0 0 0;
padding: 0;
text-align: right;
}

.box-crumbtrail .search form {
margin: 0;
padding: 0;
}

.box-crumbtrail .search input {
color: #000;
background: #fff;
border: 1px solid #808080;
margin: 0;
padding: .125em;
width: 150px;
height: 1.5em;
font: .80em/1.0em verdana, helvetica, arial, sans-serif;
text-transform: none;
}




/* ====================================================================
WRAPPERS
-------------------------------------------------------------------- */

div { 
margin: 0px; 
padding: 0px; 
}

.divclear { 
clear: both;
} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */

/*/*/ .divclear { display: none; } /* */

/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */

.box-wrap {
margin: 0 auto;
padding: 10px;
color : #000;
background: #fff;
width: 800px;
border-top: 1px solid #ffeb95; /*** Sets the external top side border. ***/
border-right: 2px outset #ffeb95; /*** Sets the external right side border. ***/
border-bottom: 2px outset #ffeb95; /*** Sets the external bottom border. ***/
border-left: 1px solid #ffeb95; /*** Sets the external left side border. ***/
}

.box-inner-wrap {
border: 0;
margin: 0;
padding: 0;
color: #000;
background: #fff;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

.main-wrap {
float: left;
width: 100%;
margin: 0;
padding: 0;
color: #000;
background: #ffeb95 url(../images/lbl-logo.png) 5px 99% no-repeat;
}

.main {
float: right;
width: 625px;
margin: 0;
padding: 0;
color: #000;
background: #fff;
}

.left-nav {
float: left;
width: 175px;
margin: 0;
padding: 0;
}

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 

/*/*/
.main-wrap, .main-wrap-noleft, .main, .main-home, .right-col { 
p\osition: relative; 
}
/* */


/* ====================================================================
HEADER and HEADER-HOME
-------------------------------------------------------------------- */

.header {
width: 565px;
margin: 0;
padding: 0;
}

.header h1 {
display: none;
}

.header h2 {
margin: 0;
padding: 7px 10px;
color: #0a50ff;
background: transparent;
font-size: 1.0em;
font-weight: normal;
}

.header ul {
width: 625px;
margin: 0 0 0 10px;
padding: 0;
text-align: center;
}

.header ul li {
list-style: none;
float: left;
width: 19%;
border: 1px solid #0a50ff;
border-right: none;
font: .9em/1.35em verdana, helvetica, arial, sans-serif;
white-space: nowrap;
}

.header ul li.last {
border-right: 1px solid #0a50ff;
}

.header ul li a {
display: block;
margin: 0;
padding: 3px 0;
color: #666;
background: #fff;
text-decoration: none;
}

.header ul li a:hover {
color: #000;
background: #e3bfbb;
}

.header ul li.current a {
color: #000;
background: #e3bfbb;
text-transform: uppercase;
}




/* ====================================================================
LEFT NAVIGATION
-------------------------------------------------------------------- */
.left-nav-content {
margin: 0;
padding: 32px 5px 5px 5px;
color: #000;
background: transparent;
}

.left-nav-content h2 {
color: #0a50ff;
background: transparent;
font-size: 1.0em;
font-weight: normal;
}

.left-nav-content ul {
list-style-type: none;
margin: 0;
padding: 0;
font: .9em/1.3em verdana, helvetica, arial, sans-serif;
}

.left-nav-content ul li {
color: #970f00;
background: transparent;
font-weight: bold;
}

.left-nav-content ul ul {
list-style-type: none;
margin: 2px 0 5px 0;
padding: 0 0 0 7px;
font: normal .9em/1.4em verdana, helvetica, arial, sans-serif;
}

.left-nav-content ul ul li {
margin: 0;
padding: 0 0 0 7px;
background: transparent url(../images/plus-sign.png) 0 4px no-repeat;
font-weight: normal;
border: 1px solid #ffeb95;
}

.left-nav-content a {
display: block;
text-decoration: none;
}

.left-nav-content ul li a {
color: #970f00;
background: transparent;
}

.left-nav-content ul li a:hover {
color: #000;
background: transparent;
}

.left-nav-content ul ul li a {
color: #000;
background: transparent;
}

.left-nav-content ul ul li a:hover {
color: #970f00;
background: transparent;
}

.left-nav-content ul li a.current {
font-weight: bold;
}

.left-nav-content img {
margin: 100px 0 0 0;
padding: 0;
}


/* ====================================================================
MAIN CONTENT TOP PAGE
-------------------------------------------------------------------- */
.main-content { 
margin: 0;
padding: 5px 0 50px 10px;
color: #000;
background: #fff;
}

.main-content .specifics {
margin: 0;
padding: 0 1.5em;
}

.main-content h2 { 
color: #970f00;
background: transparent;
font-size: 1.75em;
font-weight: normal;
line-height: 1.15em;
margin-top: 10px;
}

.main-content h3 { 
color: #000;
background: transparent;
font-size: 1.5em;
font-weight: normal;
}

.main-content h3 a:link, .main-content h3 a:visited, .main-content h3 a:hover { 
margin: 0;
padding: 0 0 0 20px;
background: transparent url(../images/lg-plus-sign.png) 0 50% no-repeat;
}

.main-content ul { 
margin: 0 0 1.0em 2.0em;
padding: 0;
}

.main-content ul li { 
margin: 0;
padding: 0;
list-style-image: url(../images/plus-sign.png);
}

.main-content .contact {
float: right;
width: 175px;
margin: 10px 0 10px 5px;
padding: 5px;
color: #000;
background: #ffeb95;
}

.main-content .contact h3 {
color: #0a50ff;
background: transparent;
font-size: 1.0em;
font-weight: normal;
text-transform: uppercase;
}

.main-content .contact ul {
margin: 0;
padding: 0 0 5px 0;
}

.main-content .contact ul li {
margin: 0 0 0 15px;
padding: 0;
list-style: none;
}

.main-content .contact ul li.first {
list-style-image: url(../images/plus-sign.png);
}


/* ====================================================================
													Image formatting
-------------------------------------------------------------------- */
.img-caption {
position: relative;
margin: 0;
padding: 0 1.0em .5em 0;
text-align: center;
}

p.img-caption  {
margin: 0;
padding: .5em 2.0em;
font-size: .8em;
line-height: 1.5em;
text-align: left;
}

p.equation img {
margin: 0;
padding: 0 10px 0 0;
vertical-align: bottom;
}


.l45, .l75, .l100, .l110, .l125, .l130, .l150, .l175, 
.l200, .l215, .l220, .l225, .r235, .l250, .l255, .l275, 
.l300, .l325, .l330, .l350, .l375, 
.l400, .l425, .l450,
.l500, .l525, .l555, .l575, 
.l600, .l625 {
margin: 0 5px 5px 0;
padding: 0;
}

.r45, .r75, .r100, .r110, .r125, .r130, .r150, .r175, 
.r200, .r215, .r220, .r225, .r235, .r250, .r255, .r275, 
.r300, .r325, .r350, .r375, 
.r400, .r425, .r450,
.r500, .r525, .r575,
.r600, .r625 {
margin: 0 0 5px 5px;
padding: 0;
}

.r45 {
float: right;
width: 45px;
}

.l100 {
float: left;
width: 100px;
}

.l130 {
float: left;
width: 130px;
}

.r130 {
float: right;
width: 130px;
}

.l150 {
float: left;
width: 150px;
}

.r150 {
float: right;
width: 150px;
}

.l175 {
float: left;
width: 175px;
}

.r175 {
float: right;
width: 175px;
}

.l200 {
float: left;
width: 200px;
}

.r200 {
float: right;
width: 200px;
}

.l215 {
float: left;
width: 215px;
}

.r215 {
float: right;
width: 215px;
}

.l250 {
float: left;
width: 250px;
}

.l255 {
float: left;
width: 255px;
}

.r255 {
float: right;
width: 255px;
}

.l300 {
float: right;
width: 300px;
}

.l400 {
float: right;
width: 400px;
}

.collage {
margin: 15px auto;
padding: 0;
text-align: center;
}



/* ====================================================================
													Table formatting
-------------------------------------------------------------------- */

.text-r {
text-align: right;
}

.staff th {
color: #666;
background: transparent;
border: 1px solid #0a50ff;
border-right: none;
}

.staff th.last-col {
border-right: 1px solid #0a50ff;
}

/*
.table-caption p {
margin: 0;
padding: .5em 0;
font-size: .8em;
line-height: 1.5em;
text-align: left;
}

.content table {
position: relative;
margin-bottom: 1.0em;
padding: 0;
width: 100%;
line-height: 1.2em;
}

.content table td {
margin: 0;
padding: .25em;
vertical-align: top;
}

.numeric {
text-align: center;
}

.align-left {
text-align: left;
}

.downloads tr td {
margin: 0;
padding: 3px 0;
text-align: left;
border-bottom: 1px solid #666;
}
*/

.border td, .border th {
border-top: 1px solid #000;
border-left: 1px solid #000;
}

.border td.last-col, .border th.last-col {
border-right: 1px solid #000;
}

.border tr.last-row td {
border-bottom: 1px solid #000;
}

.border td.last-row {
border-bottom: 1px solid #000;
}


/* ====================================================================
FOOTER
-------------------------------------------------------------------- */

.footer {
clear: both;
margin: 0 auto;
padding: 10px 0 0 0;
width: 100%;
font: .8em/1.5em verdana, helvetica, arial, sans-serif;
color: #000;
background: #fff;
text-align: left;
}

.footer a {
text-decoration: none;
}

.footer ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.footer ul li {
margin: 0;
padding: 0;
line-height: 1.15em;
}


