/* ------------------------------------ *
 CSS
 12 January 2005 20:50:34
 HAPedit 3.1.11.111
 SilkLink Developments - www.silklink.co.uk
 * ------------------------------------ */


/*Colour Schemes
* Background cream: #D9D8B8
* Main text dark green:  #130752
*/

body {
  margin: 0;
  padding: 0;
  font-size: 90%;
  background: #e1e3d4;
  font-family: "verdana", "trebuchet", "georgia";
  color: #425B48;
}

#headercont {
  margin: 0 auto;
  width: 100%;
  height: 125px;
  background: #e0e3d4 url('../../images/bg-header.png') repeat-x;
}

#header {
  margin: 0 auto;
  width: 100%;
  height: 125px;
}
#header p {
  text-align: center;
  margin: 0;
  padding: 20px 0px 20px 0px;
  font-size: 120%;
  color: #425B48;
  letter-spacing: 0.2px;
  font-weight: normal;
  white-space:nowrap;
}

#header span {
  color: #425B48 ;
  font-weight: bold;
  font-size: 180%;
  letter-spacing: -1px;
  white-space:nowrap;
}


#header img {
  border: none;
  vertical-align: middle;
}

#menucont{
  margin: 0 auto;
  width: 100%;
  height: 40px;
  background: #faa323 url('../../images/bg-menu.png') repeat-x;
}

#menu {
  margin: 0 auto;
  width: 800px;
  height: 40px;
}

#menu ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  float: left;
  padding: 11px 15px ;
  text-decoration: none;
  color: #6f4b06;
  background: #transparent;
}

#menu ul li a.active {
  background: #333 url('../../images/bg-menu-active.png') repeat-x;
}

#menu ul li a:hover {
  background: #333 url('../../images/bg-menu-hover.png') repeat-x;
}

#maincont {
  margin: 0 auto;
  width: 100%;
  background: #e1e3d4 url('../../images/bg-main.png') repeat-x;
  line-height: 150%;
}

#main {
  margin: 0 auto;
  width: 800px;
  padding: 40px 0 15px 0;
}

#main h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 200%;
  color: #6f4b06;
  letter-spacing: -1px;
  font-weight: normal;
  line-height:1em;
}

#main h2, h3, h4, h5 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 170%;
  color: #6f4b06;
  letter-spacing: -1px;
  font-weight: normal;
}

#main p {
  margin: 0 0 15px 0;
  padding: 0;
}

#main img {
  border: 0px;
}

#main a {
  color: #425B48;
  text-decoration: none;
  font-weight: bold;
}

#main a:hover {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

#footercont {
  margin: 0 auto;
  width: 100%;
  line-height: 150%;
  font-size: 75%;
  font-weight: bold;
}

#footer {
  margin: 0 auto;
  width: 800px;
  border-top: 1px solid #CCC;
  padding: 0 15px;
  color: #999;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer a {
  color: #425B48;
  text-decoration: none;
}

#footer a:hover {
  color: #333;
  text-decoration: none;
}

#footerleft {
  float: left;
  padding: 15px 0;
}

#footerright {
  float: right;
  padding: 15px 0;
  text-align: right;
}

#formsection {
  margin: 0 auto;
  width: 800px;
}

fieldset {  
  float: left;  
  clear: left;
  width: 100%;
  border: 0;
  margin: 0 0 1.5em 0;
  padding: 0;
} 
legend {  
  margin-left: 1em;
  color: #000000;
  font-weight: bold;
} 
fieldset ol {  
  padding: 1em 1em 0 1em;
  list-style: none;
} 
fieldset li {  
  float: left;  
  clear: left;
  width: 100%;
  padding-bottom: 0;
} 

fieldset.submit {  
  float: none;  
  width: auto;
  border: 0 none #FFF;
  padding-left: 12em;
}

fieldset img {
  position: absolute;
  margin-left: 100px;
}

#tip_msg {
  width: 100%;
  height: 100px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

label {
  float: left;
  width: 10em;
  margin-right: 1em;
}

label em {  
  display: block;
  color: #060;
  font-size: 85%;
  font-style: normal;
  text-transform: uppercase;
}

label strong {  
  display: block;
  color: #C00;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
}

#submit {
  float: right;
}

#cancelbut {
  float: left;
}

#backbut {
  float: left;
  margin-bottom: 1em;
}

input, textarea {
  font-size: 100%;
  color: #333;
  background-color: #fff;
  border-top-color:#333;
  border-left-color:#333;
}

select {
  font-size: 100%;
  color: #333;
  background-color: #fff;
  border-top-color:#333;
  border-left-color:#333;
}

.SLSubmit {
  font-size: 100%;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}  

.errormessage {
  color: red;
}

table.display {
  width:100%;
  padding: none;
  border-style: none;
  background-color: transparent;
  background-image:none;
  }


td.display {
  color:#333;
  text-align:left;
  font-size: 90%;
  vertical-align: top;
  background-color: transparent;
  background-image:none;
  }
td.displayRight {
  color: #333;
  text-align: right;
  font-size: 90%;
  vertical-align: top;
  background-color: transparent;
  background-image: none;
  }

a.display {
  color: #333;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold;
  }

a.display:hover {
  color:red;
  }



#ads {
  margin: 0 auto;
  width: 468px;
  height: 60;
}

span.noprint {
  color: #333;
  font-size: 100%;
}

img.print {
  display:none;
  }






