


/***********
   #content
 ***********/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1200 ? "1200px" : "98%");  
  max-width: 1200px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 98%;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 110px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 0px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFf;
}




/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;
border: none;
  top: 0;
  left: 0;
}

#a:hover img.left {  
border: none;
}

#header img.right {
  position: absolute;
  z-index: 0;
border: none;

  top: 0;
  right: 0;
}




/************
   #mainMenu
 ***********/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0px;
  padding: 5px 0.5em;
background:#fff8d9;



  font: 400 0.8em "verdana", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #660000;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #ffffee;
  background: #660000;
}

#mainMenu li a.last {
  margin-right: 0;
}




/***********
   .sideMenu
 ***********/

ul.sideMenu {
  margin: 0;
  padding: 0px 0px;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(/images/bg/foo.gif);
  font: 400 1.2em verdana, trebuchet ms, sans-serif;
}

.sideMenu li a {
  display: block;
  margin: 0.3em 0;
  padding: 0px 4px;    
  
  text-decoration: none;
  color: #600;
} 

.sideMenu li a:hover {
  color: #600;
  background: #ffffee;
}






/* Active menu item */
.sideMenu li.here {
display: block;  
  padding: 3px;
padding-right:5px;
  color: #600;
background: #ffffee;
  font: 600 12px georgia, serif;
  font-variant: small-caps;  
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 77% verdana, trebuchet ms, sans-serif; 
  color: #800;  
  background: url(../images/bg/leafx.jpg) no-repeat 10px 0px ;
}

.sideMenu li.here ul li a:hover {
  color: #ffffee;
  background: #660000 /*url(../images/bg/leafx.jpg)*/ no-repeat 10px 0px;
}

.sideMenu li.there ul li {
  padding-left: 35px;
  font: 400 77% verdana, trebuchet ms, sans-serif; 
  color: #800;  
  background: url(../images/bg/leafx.jpg) no-repeat 10px 0px ;
}

.sideMenu li.there ul li {
  color: #ffffee;
  background: #660000 /*url(../images/bg/leafx.jpg)*/ no-repeat 10px 0px;
}


/**********
   #page
 *********/

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 4em;
padding-top:1em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background: #ffe /* url(../images/bg/footer.jpg)*/ repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width78 {
  width: 76.5%;
}



.width22 {
  width: 21.7%;
}




/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatCentre {
  float: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}




.maintext {

  margin-bottom: 15px;

  background: #ffffee;
  
  
}





.regions ul
{
margin: 5;
padding: 10;
list-style-type: none;
}
.regions ul li { display: inline;   font: 700 0.85em "georgia", serif;
font-variant:small-caps;
  color: #a00;}


.custard 
{background: #F9F1DD;}


