/* Start of CMSMS style sheet 'LPS home' */
html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #fcf8e2;
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link {
  color: #00457E;
}

a:visited {
  color: gray;
}

dfn {
  display: none;
}

h1 {
  margin-top: 0;
}

p {
  margin: 0;
}

div#wrapper {
  position: relative;
  width: 555px;
  min-height: 100%;
  margin: 0 auto;
  background-color: white;
}

div#header {
  position: absolute;
  width: 165px;
  height: 165px;
  left: 195px;
  top: 272px;
}

div#content,
div#content-top {
  width: 518px;
  margin: 0 auto;
}

div#content-top {
  height: 21px;
  background: #e4e2e4 url('/uploads/images/css/slogan-top.gif') no-repeat top left;
}

div#content {
  height: 48px;
  color: #00457e;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  background: #e4e2e4 url('/uploads/images/css/slogan-bottom.gif') no-repeat bottom left;
}

div#menu {
  /*height: 555px;*/
}

ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

li {
  width: 165px;
  height: 165px;
  float: left;
  margin: 15px 0 0 15px;
  background-image: url("/uploads/images/button.gif");
}

li.small {
  height: 55px;
  background-image: url("/uploads/images/button-small.gif");
}

li.middle {
  margin-left: 195px;
}

li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 5px;
}

li a span {
  position: absolute;
  width: 155px;
  padding: 0 5px;  
  bottom: 8px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

li.small a span {
  bottom: 21px;
}

/* ----------------------- footer ----------------------- */

div.clear {
  clear: both;
  height: 20px;
}

div#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 11px;
  color: grey;
}

div#footer p {
  margin: 0 5px;
}

p.lps {
  float: left;
}

p.nx {
  float: right;
}

p.meander {
  clear: both;
  float: right;
}

p.nx a,
p.meander a {
  color: grey;
  text-decoration: none;
}


/* End of 'LPS home' */

