/******************************************************************************************
  Last Updated: Feb 2008
  Updated by: xxxxx
  Created On: Feb 2007
  Author: www.jimmycahill.com
******************************************************************************************/

body, h1, h2, h3, h4, h5, p, div, ul, ol, li, dl, dt, dd, form, img {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  background:#b8ae9c url("../uig/body_bg.gif") repeat-x center top;
  color: #555;
  font: 14px/20px Arial, Helvetica, sans-serif;
  }

a:link, a:visited {
  color: #555;
  text-decoration: underline;
  }
a:hover, a:active {
  color: #000;
  text-decoration: none;
  }




/************************************************/
#frame {
  text-align: left;  
  margin: 0 auto;
  padding: 0 0 20px;
  width: 740px;
  position: relative; /* set for absolute positioning relative to this div */
  }
  
  

/************************************************/
#header {
  background: #fff url("../uig/header.gif") no-repeat center top;
  height: 100px;  /* 110px minus top/bottom margin, padding, border */
  padding: 10px 0 0;
  }
#header h1 a {
  display: block;
  width: 400px;
  height: 85px;
  margin: 0 0 0 10px;
  text-decoration: none;
  }
#header h1 a:hover, #header h1 a:active {
  background: none;
  }
#header h1 a, #header p {
  text-indent: -9999px;
  }
#header #searchbox {
  position: absolute;
  right: 23px;
  top: 65px;
  }
#header #searchbox input {
  background: none;
  border: none;
  color: #555;
  }
#header #searchbox #s {
  width: 148px;
  }
#header #searchbox #searchsubmit {
  text-indent: -9999px;
  width: 78px;
  cursor: pointer;
  }
  

/************************************************/
#content {
  background: #fff url("../uig/content_bg.gif") repeat-y center top;
  padding: 0 10px 15px;
  min-height: 400px;
  }
#content h2 {
  font: 20px/26px Arial, Helvetica, sans-serif;
  letter-spacing: -0.5px;
  color: #BB777D;
  border-bottom: 1px solid #B2B2B2;
  }
  
#menu, #maincontent {
  float: left;
  margin: 5px 15px 0;
  /* border: 1px solid #000; */
  }
  
#maincontent {
  width: 460px;
  }
#maincontent h3 {
  font-size: 16px;
  margin: 3px 0 6px;
  color: #555;
  }
#maincontent p {
  margin: 4px 10px 8px 0;
  }
#maincontent ul {
  margin: 0 20px 25px 30px;
  color: #999;
  }
#maincontent ul li {
  padding: 0 0 3px;
  }
#maincontent img {
  padding: 6px;
  border: 1px solid #ccc;
  }
  
  
  

/************************************************/
#menu {
  width: 200px;
  }
#menu ul {
  list-style: none;
  }
#menu ul li {
  padding: 1px 0;
  border-bottom: 1px solid #B2B2B2;
  }
#menu ul li a:link, #menu ul li a:visited {
  display: block;
  padding: 2px 0 2px 4px;
  text-decoration: none;
  }
#menu ul li a:hover, #menu ul li a:active {
  background: #eee;
  color: #555;
  }
#menu ul li a.selected {
  background: #eee;
  color: #BB777D;
  }
  
  
#menu ol {
  list-style: none;
  }
#menu ol li {
  margin: 6px 0 3px;
  line-height: 16px;
  }
#menu ol li a:link, #menu ol li a:visited {
  background: url("../uig/submenu_arrow.gif") no-repeat 3px 4px;
  color: #aaa;
  display: block;
  padding: 0 0 0 16px;
  text-decoration: none;
  }  
#menu ol li a:hover, #menu ol li a:active {
  background: url("../uig/submenu_arrow_ov.gif") no-repeat 3px 4px;
  color:#BB777D;
  }
#menu ol li a.selected {
  background: url("../uig/submenu_arrow_ov.gif") no-repeat 3px 4px;
  color:#BB777D;
  }
  
  

/************************************************/
#footer {
  background: url("../uig/footer.jpg") no-repeat center top;
  color: #a9a59e;
  height: 175px;
  padding: 39px 10px 0;
  font-size: 12px;
  line-height: 16px;
  }
#footer h2 {
  display: none;
  }
#footer p {
  color: #696255;
  width: 325px;
  margin: 10px 10px 0;
  clear: both;
  }
#footer ul {
  float: left;
  list-style: none;
  width: 215px; /*set width in order to center floated list */
  height: 115px;
  /*  border: 1px solid #999;for testing */
  }
#footer ul li {
  border-bottom: 1px solid #837d71;
  margin: 0 5px 0 10px;
  padding: 1px 0;
  }
#footer ul li a:link, #footer ul li a:visited {
  color: #a29f99;
  display: block;
  background: url("../uig/footer_arrow.gif") no-repeat 2px 6px;
  padding: 2px 0 3px 15px;
  text-decoration: none;
  }
#footer ul li a:hover {
  background: #a29f99 url("../uig/footer_arrow_ov.gif") no-repeat 3px 6px;
  color: #302C23;
  }
  
#footer ul.help {
  width: 275px; 
  }
#footer ul.help li {
  padding: 3px 0 6px; 
  }
#footer ul.help li.last {
  border-bottom: none;
  padding: 5px 0 0;
  }
#footer ul.help li a:link, #footer ul.help li a:visited {
  background: none;
  background: url("../uig/underline.gif") repeat-x left 14px;
  display: inline;
  padding: 0;
  }
#footer ul.help li a:hover, #footer ul.help li a:active {
  background: none;
  padding: 0;
  color: #a29f99;
  background: none;
  }
