﻿html{
    background-color: #F0F0F0;
    overflow-y: scroll;
}

body {
    font: 13px arial, helvetica, verdana;
    line-height: 1.75;
    width:890px;
    margin:0 auto;
    border:1px solid #AAA;
    background-color: #FFFFFF;
    padding:0px 20px 10px;
    position:relative;
    overflow:hidden;
    color: #333333;
}
div#bg {
    margin:-20px; 
    padding:0;
    z-index:0;
    position:absolute;
    top:0;
    bottom:0;
    width: 100%;
    height:800px;
    background: #114362; /* Old browsers */
    background: -moz-linear-gradient(top, #114362 0%, #22516d 25%, #c8d5db 60%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#114362), color-stop(25%,#22516d), color-stop(60%,#c8d5db), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #114362 0%,#22516d 25%,#c8d5db 60%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #114362 0%,#22516d 25%,#c8d5db 60%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #114362 0%,#22516d 25%,#c8d5db 60%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #114362 0%,#22516d 25%,#c8d5db 60%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114362', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
header {
    z-index:1;
    background-color: #FFF;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    height:80px;
}
img#WindserverLogo {
    margin:10px 15px;
    height: 50px;
    top:0px;
    left:0px;
    position:absolute;
}
img#WspLogo {
    margin:10px 15px;
    height:25px;
    top:0px;
    right:0px;
    position:absolute;
}
div#headerMenu {
    margin: 5px 5px 5px 15px;
    bottom:0px;
    right:0px;
    position:absolute;
}
div#headerMenu a {
    text-decoration: none;
    color: #0B4499;
    font-weight: normal;
    font-size:1.15em;
    text-transform: uppercase;
    font-family: Gill Sans MT, arial, helvetica, verdana;
    padding: 10px; /* Give a bigger click target*/
}
div#headerMenu a:visited {
    color: #0B4499;
}
div#headerMenu a:hover {
    color: #0098D8;
}
div#body {
    position:relative;
}
div#navPane {
    float:right;
    width:170px;
    margin: 0 0 0 10px;
    background-color: #FFFFFF;
    border: 1px solid #AAA;
    line-height: 1.5;
}
div.main-content {
    background-color: #FFFFFF;
    width: 700px;
    border: 1px solid #AAA;
    margin: 0 10px 0 0;
}
div.majorSection {
    margin: 2em;
}

        
        #navMenu {
          font-size: 0.85em;
          font-weight: bold;
          color: #57554D;
        }
        
        #navMenu ul {
          list-style-image:none;
          list-style-position:inside;
          list-style-type:none;
          padding-left: 1.5em;
          padding-right: 1em;
          margin: 0;
          padding-bottom: 0.3em;
        }
        
        #navMenu ul li {
          padding: 5px 0px;
          margin: 0;
        }
        
        #navMenu ul li a {
          text-decoration: none;
          color: #57554D;
        }
        
        #navMenu ul li a:hover {
          color: #3DB7E4;
          background: transparent;
        }
        
        #navMenu ul li a.active {
          color: #000000;
          font-size: 1.1em;
          background-image
        }
footer {
    z-index:1;
    position:relative;
    bottom: 0;
    margin: 40px -20px -10px;
    width: 860px;
    border-top: 1px solid #D3D3D3;
    padding: 40px 40px 0;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div#copyright {
    margin-top: 2em;
    margin-bottom:5px;
}
.clear {
    clear: both;
    height: 0px;
}

h1,h2,h3 {
    font-family: Gill Sans MT, Arial, sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 1.4em;
    font-weight:normal;
}
h2 {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 3em;
}
h3 {
    font-size: 1em;
    font-weight: normal;
    margin-top: 2em;
}


div.pubTitle {
    font-weight:bold;
    font-size:1em;
    color: #333;
    margin-top: 0.5em;
}
div.pubInfo {
    font-size:0.85em;
    font-weight:normal;
    margin-left:0.5em;
}
span.pubAuthor {
    color: #333;
}
span.pubDetails {
    color: #57554D;
}

.sidebar-block {
    width: 145px; 
    float: right; 
    margin: 0px 0 10px 20px;
    font: 0.95em arial, helvetica, verdana;
}
.sidebar-block ul {
    list-style-type: circle;
    padding: 0 0 0 15px;
    margin: 0;
}
.sidebar-block-header {
    height: 110px; 
    background: url(../images/gen_bg_sidebar_block_header.png) no-repeat; 
    color: #FFF; 
    font-size: 0.9em; 
    font-weight: bold; 
    overflow: hidden;
    position: relative;
}
.sidebar-block-header-content{
    position:absolute;
    bottom: 0px;
    margin: 8px;
}
.sidebar-block-content {
    padding: 5px; 
    padding-bottom: 20px;
    background-color: #FFF;
    border-left: 1px solid #8C9294;
    border-right: 1px solid #8C9294;
    font-size: 0.85em;
}
.sidebar-block-footer {
    height: 3px; 
    width: 100%; 
    background: url(../images/gen_bg_sidebar_block_footer.png) no-repeat; 
    font-size: 0.01em;
}

a.expander {
    cursor: pointer;
    font-size: 0.85em;
    text-decoration: underline;
    color: #3db7e4;
}

img.left {
    margin-right: 4px;
}

#legal {
    float: right;

}

#legal a {
    margin-left: 2em;
    color: #57554D;
    text-decoration: none;
}

#legal a:hover {
    color: #3DB7E4;
}

#legal, #copyright {
    font-size: 0.9em;
}

p {
    max-width: 60em;
}