/* Start of CMSMS style sheet 'Goodwood imagemenu dropdown V1' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */




/* The wrapper clears the floating elements of the menu, not used on this menu, you can use it if you need to */




#menuwrapper {
        }




/* Set the width of the menu elements at second and third level. Leaving first level flexible. */




#imap li li { 
        width: 150px; 
       }




/* Unless you know what you do, do not touch this */ 




#imap{
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    }
#imap ul { 
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    }
#imap ul {
    position: absolute; 
    top: auto; 
    }
#imap ul ul { 
    margin-top: 1px; /* this is normally 0px but for this menu we wanted the white line around the main image to show above the drop downs  */
    margin-left: -1px;
    left: 100%; 
    top: 0px; 
    }   
#imap li { 
    margin-left: -1px;
    float: left;
    }
#imap li li { 
    margin-left: -50px;
    margin-top: 1px;
    position: relative; 

    }
#imap li li li { 
    margin-left: 0px;
    margin-top: 1px; 
    }

#imap li li a{ 
    margin-left: 0px;
    margin-top: -1px;
    position: relative; 
    }


/* Styling the basic apperance of the menu elements */



#imap a { 
    display: block; 
    padding: 0px 0px; 
    text-decoration: none; 
    font-size:8pt;
    }
#imap li a {text-indent:-9000px; /* this moves the words (menutext) of the first layer, images, out of the way which you will need if you have only one layer/no drop downs */
    }
#imap li li a {
    text-indent:0px; /*this makes the second level words in the drop downs show up or else they will inherit the action of the line above*/
    background-color: #00b374;   /* before */
    padding: 4px 10px;
    border-left:5px solid #78d7b5;   /* fat border on left */
    border-bottom:1px solid #78d7b5;    
    color:#fff;    /* color of link text */
    }    
#imap li li :hover{
	background-color: #666666;   /* second and third layer drop down hover color */
	color:#fff000
}








/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#imap ul, #imap li:hover ul, #imap li:hover ul ul, 
#imap li.menuparenth ul, #imap li.menuparenth ul ul { 
    display: none; 
    }
#imap li:hover ul, #imap ul li:hover ul, #imap ul ul li:hover ul, 
#imap li.menuparenth ul, #imap ul li.menuparenth ul, #imap ul ul li.menuparenth ul { 
    display: block; 
    }




/* IE Hacks */
/* Fix IE. Hide from IE Mac \*/
/* html ul li { float: left; height: 1%; }*/
/* html ul li a { height: 1%; }*/
/* End */




#imap li li { 
    float: left; 
    clear: both; 
    background-color: #00b374;   /* before */
    }




#imap li li a { 
    height: 1%; 
    }











/* End of 'Goodwood imagemenu dropdown V1' */

/* Start of CMSMS style sheet 'Goodwood imagemenu setup V1' */
/* set the size of the unordered list <ul> and add the background image */ /*these are to comment out the comments, so they don't get read by the browser, if you don't need the comments you can delete it.*/
#imap {
  display:block;
  width:620px;
  height:79px;
  background: url(uploads/images/menubg.gif) no-repeat;/* main image*/
  position:relative;
  margin-left:85px;
  }
  /* set up the unordered list <ul><a> to hold the background image for the hover state */
#imap a#title {
  display:block;
  width:620px;
  height:0px;
  padding-top:0px;
  verflow:hidden;
  position:absolute;
  left:0;
  top:0;
  background:transparent 480px 400px;
  cursor:default;

  }
/* the hack for IE pre IE6 */
* html #imap a#title {
  height:85px;
  he\ight:0;
  }
  /* the <ul><a> hover style to move the background image to position 0 0 */
#imap a#title:hover {
  background-position: 0 0;
  z-index:10;
  }
  /* place the <li>s in the correct absolute position */
#imap li{
  position:absolute;
  padding:0;
  margin:0;
  }
#imap #pic51 {/* this is the first id= */
  left:0px; /* because this is a horizontal menu we are going to move the blocks to the left, the next one is 'left' as many 'px' as the width of the image, plus the '1px'. just keep adding the last one on for the next one, even if they are not the same size. if this was a vertical menu we would be using the " top:0px " to move them from the top down */
  top:0px;
  z-index:20;
  }
#imap #pic52 {
  left:155px;
  top:0px;
  z-index:20;
  }
#imap #pic53 {
  left:310px;
  top:0px;
  z-index:20;
  }
#imap #pic54 {
  left:465px;
  top:0px;
  z-index:20;
  }

  /* style the <li><a> links physical size and the background image for the hover */
#imap a#a51{  /*this is the second id=*/
  display:block;  /*this is so the link is as big as the box it's in and the size of the image.*/
  width:155px;
  height:79px;
  background:transparent url(uploads/images/button1.gif) -100px -100px no-repeat;   this moves them up and left, out of the way till we need them.
  text-decoration:none;
  z-index:20;
  }
  #imap a#a52 {
  display:block;
  width:155px;
  height:79px;
background:transparent url(uploads/images/button2.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
  #imap a#a53 {
  display:block;
  width:155px;
  height:79px;
background:transparent url(uploads/images/button3.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
  #imap a#a54 {
  display:block;
  width:155px;
  height:79px;
  background:transparent url(uploads/images/button4.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

  /* move the link background image to position 0 0 when hovered, back in front so we can see the :hover image, */
#imap a#a51:hover, #imap a#a52:hover, #imap a#a53:hover, #imap a#a54:hover {
  background-position:0 0;
  }


/* End of 'Goodwood imagemenu setup V1' */

/* Start of CMSMS style sheet 'goodwood layout V1' */
body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

a img{
border-color:black
}


#header {
  position:absolute; 
  top:0; 
  left:0; 
 width:100%; 
  height:174px; 
/* overflow: hidden; */
  text-align:center;
  z-index:30;
  }
  
#myframe{height:12000px; overflow-x:visible}
#contents {
  position:fixed;   top:174px;
  left:0px;
  bottom:0px; 
  right:0px; 
  overflow-y:scroll; 
  z-index:10;
  
  }
  
#contents ul li{
line-height:180%;
}

  
html, body, p, th, td, li, dd, dt {
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
p  {line-height:180%}
h1 { font-size: 1.7em; color: #d82121; text-transform:uppercase;   font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; font-weight:normal}
h2 { font-size: 1.5em; color: #2b50b1}
h3 { font-size: 1.2em; color: #2b50b1; }
h4 { font-size: 1.0em; color: #2b50b1;}
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
.footer {font-size: 8pt; font-family: tahoma, verdana; line-height:110%}
.footer a {font-size: 8pt}
a{color: #42749e}

a:hover{text-decoration:none}
  /* for internet explorer */

* html body {
  padding:174px 0 0px 0px; 
  }

* html #contents {
  height:100%; 
  width:100%;
  padding:0px 0px 0px 0px; 
  }

.thumb img{
border:1px solid black;
}

.contactform textarea {
width: 180px; /* <-- change this to whatever works for you */
height: 60px; /* <-- change this to whatever works for you */
}

/* End of 'goodwood layout V1' */

/* Start of CMSMS style sheet 'Goodwood Navigation: CSSMenu - Vertical V1' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 167px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: 0px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0px; 
   left: 100%; 
   display: none; 
   border-left:4px solid #ffffff;

}
#primary-nav li { 
   margin-bottom: -2px; 
   position: relative; 
}



/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 8px 25px; 
   color: #ffffff;
   text-decoration: none; 
   font-family:Verdana;
   text-transform:uppercase;
   font-size:8pt;
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   background: url(uploads/images/leftbandbullet.gif) no-repeat 10px 10px; 
   border-top: 1px dotted #ffffff; }

#primary-nav a:hover { 
    color: #ffb251;
   background-color: #666666; 
}


#primary-nav li, #primary-nav li.menuparent { 
   background-color: #955b98; 

   min-height:1em; /* Fixes IE7 bug*/
}

#primary-nav li li, #primary-nav li li.menuparent { 
   border-bottom: 0px solid #000000; 
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #955b98; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(uploads/images/wbullet.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #666666; 

}
#primary-nav li:hover a:hover, 
#primary-nav li.menuh a:hover, 
#primary-nav li.menuparenth a:hover, 
#primary-nav li.menuactiveh a:hover { 
    color: #ffb251;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 

}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 

}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #666666;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'Goodwood Navigation: CSSMenu - Vertical V1' */

