/* ----- basic elements ----- */
* {
  margin:0;
  padding:0;
}
body {
  color: #372A0A;
  background-color: #fff;
  margin: 0; 
  padding: 0;
  text-align: center;
  font-size: small;
}

a:link, a:visited, a:active {
  color: #826D3E;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #372A0A;
  text-decoration: none;
}

ul {
  list-style-type: square;
}

li {
  padding: 5px;
}

td {
  vertical-align: top;
}

img, a>img {
  border: none;
}

div.clear {clear:both}
div.clearL {clear:left}
div.clearR {clear:right}


/* ----- layout ----- */
#container {
  width: 940px;
  margin: 6px auto;
  position: relative;
  background-color: #edfd9a;
  border: 1px solid #cada77;
  overflow: hidden;
}
div.banner {
  background:url(/img/sprite.gif) -2px -1px scroll repeat-x;
  height:40px;
  margin:-1px 0 0;
  padding:0;
  width:940px;
}
a#logo {
  background:url(/img/sprite.gif) 0 -200px scroll no-repeat;
  display:block;
  height:111px;
  margin:2px 0 0 4px;
  width:135px;
}
div#lliTitle {
  background:url(/img/sprite.gif) 0 -100px scroll no-repeat;
  height:54px;
  margin:6px 0 0 -10px;
  width:723px;  
}
  

#leftCol {
  float:left;
  width:130px;
}
#rightCol {
  padding:10px 0;
  margin-left:150px;
}
#topnav {
  padding: 0; 
  font-size: 70%; 
  text-align: right; 
  margin: -6px 6px 0 0;
  float: right;
  font-family: sans-serif;
}
#topnav li {
  margin: 0 1px;
  list-style-type: none; 
  display:inline;
}
h1 {
  background-color: #eafa97;
  font-family: sans-serif;
}

/* ----- navigation ----- */
#menu {
  margin: 5px 38px 5px 50px;
  text-align: left;
}

#menu li {
  border-bottom: 1px solid #ccc;
  font-family: sans-serif;
  font-size: 85%;
  line-height: 95%;
  list-style-type: none;
  margin: 0 0 0 -42px;
  width:125px;
}
#menu ul.submenu {
  margin-left:48px;
}
#menu ul.submenu li {
  line-height:100%;
  width:100px;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
  font-weight: bold;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
  background-color: #fff;
}
#menu li:hover {
  background-color: #fff;
  border-bottom: 1px solid #574A2A;
}
#menu ul.submenu li {
  line-height: 105%;
  border: none;
}
#menu ul.submenu li a:hover {
  background-color: transparent;
  border-bottom: 1px solid #574A2A;
}

#menu #facebookShare {
  border:none;
  display:none;
  margin-top:30px;
  visibility:hidden; 
}
#menu li#facebookShare:hover {
  background-color:transparent;
}

/* ----- footer ----- */
#footer {
  border: 1px solid #cada77;
  border-width: 1px 0 0 0;
  width: 50em;
  max-width: 50em;
  min-width: 820px;
  margin: 6px auto;
}


#footer, #footer table {
  margin: 6px auto 2px;
}

#footer td, #footer th {
  vertical-align: top;
  text-align: left;
}
/* ----- other ----- */
#supportText {
  background-color: #C1D268;
  border: 1px solid #8a8a57;
  text-align: left;
  width:780px;
}
#supportText ul {
  margin-left: 50px;
}


/* New style during test */
body,#container {
  background-color:#edfd9a;
}
#container {
  border:1px solid #8a8a57;
  border-color:#edfd9a;
}
div.banner {
  width:100%;
}
#topnav {
  text-align:right;
  float:right;
  margin:-10px 2px 0;
}
#menu {
  margin-top: 20px;
}
a#logo {
  background:url(/img/sprite.gif) 0 -200px scroll no-repeat;
  display:block;
  height:111px;
  margin:8px 0 0 6px;
  width:135px;
}
#footer {
  border:none;
}
#supportText {min-height:450px;}
