/* VisEng screen media style sheet */
/* 2009-10-11 */

body {
 margin: 0;
 padding: 0;
 background-color: #e4f2fd;
 color: #041548;
 font-family: Verdana, sans-serif;
}

div#header {
 border-bottom: 16px solid #041548;
 background-image: url('http://www.viseng.com/header.jpg');
 background-repeat: no-repeat;
 background-color: #336ba4;
 color: #ffffff;
 font-family: Helvetica, Arial, sans-serif;
}

h1 {
 margin: 0;
 padding: 0.2em 1em 0.2em 1em;
 font-size: 5em;
 line-height: normal;
 font-style: italic;
 font-weight: bold;
}

h1 a {
 color: #ffffff;
 text-decoration: none;
}

div#main {
 clear: both;
 max-width: 900px;
 margin-left: auto;
 margin-right: auto;
 padding: 1.5em 2em 1.5em 2em;
 background-color: #ffffff;
}

ul#navlinks {
 float: left;
 width: 100%;
 margin: 0 0 1.5em 0;
 border-bottom: 6px solid #4488ff;
 padding: 8px 0 0 0;
 background-color: #ffffff;
 list-style: none;
 font-family: Helvetica, Arial, sans-serif;
}

ul#navlinks li {
 float: left;
 margin: 8px 6px 0 0;
 background: #94afca url('http://www.viseng.com/tabs.gif');
}

ul#navlinks li a {
 float: left;
 background: #94afca url('http://www.viseng.com/tabs.gif');
 margin: 0;
 padding-left: 10px;
 color: #041548;
 text-align: center;
 line-height: 2em;
 text-decoration: none;
 font-weight: bold;
}

ul#navlinks li span {
 background: url('http://www.viseng.com/tabs.gif') 100% 0;
 display: block;
 line-height: 2em;
 padding-right: 10px;
}

ul#navlinks li a:hover {
 background-color: #36a9ff;
 background-position: 0 -120px;
}

ul#navlinks li a:hover span {
 background-position: 100% -120px;
}

ul#navlinks li#current a {
 background-color: #4488ff;
 background-position: 0 -60px;
 color: #ffffff;
 font-weight: bold;
}

ul#navlinks li#current a span {
 background-position: 100% -60px;
 color: #ffffff;
 font-weight: bold;
}

h2 {
 color: #041548;
 font-family: Helvetica, Arial, sans-serif;
 font-weight: bold;
}

h3 {
 color: #041548;
 font-family: Helvetica, Arial, sans-serif;
 font-weight: bold;
}

table#industries {
 border-collapse: separate;
 border-spacing: 1em;
 *border-collapse: expression('separate', cellSpacing = '16px'); /* IE fix */
 text-align: center;
 font-family: Helvetica, Arial, sans-serif;
}

table#industries tr td {
 padding: 0 0 0.3em 0;
 background-color: #4488ff;
 color: #ffffff;
 font-size: 1.1em;
 font-weight: bold;
}

table#industries a {
 display: block;
 color: #ffffff;
 text-decoration: none;
}

table#industries tr td img {
 margin: 0 0 0.2em 0;
 border: 0;
}

ul#papers>li {
 margin-top: 1em;
 font-weight: bold;
}

ul#papers>li>ul>li {
 font-weight: normal;
}

div#footer {
 padding: 1.4em 1.7em 1.4em 1.7em;
 background-color: #336ba4;
 color: #ffffff;
 text-align: center;
 font-size: 0.9em
}