/* ---------------------------------------------- */
/* colours, backgrounds, borders, link indication */
/* ---------------------------------------------- */

/* tags */

body {
  color: #000;
  background-color: #fff;
  background-image: url(../brittany-images/background.gif); 
}

a {
  font-weight: bold;
  color: #c00;
  background-color: #fff;
  text-decoration: none;
}
  
a:hover {
  color: #f00;
  background-color: #fff;
  text-decoration: underline;
}

/* sections */

    #header {
      background-color: transparent;
      border-top: 0;
      border-right: 0;
      border-bottom: 2px solid #f0027f;
      border-left: 0;
    }

        #logo, #logo a {
          background-color: #feeff7;
          border: 0;
        }
		
            #logo img { 
              border: 0;
            }
	
	    #menu {
          border: 0;
        }
		
		    #menu h2 {
              color: #fff;
			  background-color: #f0027f;
              border: 0;
            }
		
		    #menu a {
              color: #fff;
			  background-color: #f0027f;
              border-top: 1px solid #f891c7;
			  border-right: 1px solid #37001d;
			  border-bottom: 1px solid #37001d;
			  border-left: 1px solid #f445a1;
              text-decoration: none;
            }

            #menu a:hover {
              color: #fff;
              background-color: #f780bf;
              border-top: 1px solid #fbc8e3;
			  border-right: 1px solid #9b7f8e;
			  border-bottom: 1px solid #9b7f8e;
			  border-left: 1px solid #f9a2d0;
            }

            #menu a.thisPage {
              color: #fff;
			  background-color: #f780bf;
              border-top: 1px solid #fbc8e3;
			  border-right: 1px solid #9b7f8e;
			  border-bottom: 1px solid #9b7f8e;
			  border-left: 1px solid #f9a2d0;
            }

    #map {
      border: 0;
    }

    #main {
      border: 0;
    }
	
        .leftBlock {
          border: 0; 
        }

        .centreBlock {
          border: 0; 
        }

        .rightBlock {
          border: 0; 
        }

/* classes */

.image img {
  border: 1px solid #f0027f;
}

.imageLink img {
  border: 1px solid #f0027f; 
}

.imageLink a:link img {
  border: 1px solid #f0027f; 
}

.imageLink a:visited img {
  border: 1px solid #f0027f; 
}

.imageLink a:focus img {
  border: 1px solid #f0027f; 
}

.imageLink a:hover img {
  border: 1px solid #fff; 
}

.imageLink a:active img {
  border: 1px solid #f0027f; 
}

.tBlock img {
  border: 1px solid #333; 
}

.tBlock a:link img {
  border: 1px solid #333; 
}

.tBlock a:visited img {
  border: 1px solid #333; 
}

.tBlock a:focus img {
  border: 1px solid #333; 
}

.tBlock a:hover img {
  border: 1px solid #fff; 
}

.tBlock a:active img {
  border: 1px solid #333; 
}

.textBlock, .textBlock2, .textBlock3, .textBlock4, .footBlock {
  color: #000;
  background-color: #fff;
  border: 1px solid #f0027f;
}

.textBlock h1, .textBlock2 h1, .textBlock3 h1, .textBlock4 h1, .footBlock h1 {
  color: #fff;
  background-color: #f0027f;
  border: 0;
}

.textBlock p, .textBlock2 p, .textBlock3 p, .textBlock4 p, .footBlock p {
  border: 0;
}

.textBlock3 table {
  border-collapse: separate;
}

.textBlock3 td {
  border: 1px solid #999;
}

.thumbBlock{
  color: #000;
  background-color: #fff;
  border: 1px solid #f0027f;
}

.thumbBlock h1 {
  color: #fff;
  background-color: #f0027f;
  border: 0;
}

/* */

/* ------------------------------------------------------------------------------ */  
/* font and text properties, exclusive of link indication, alignment, text-indent */
/* ------------------------------------------------------------------------------ */

/* tags */

body {
  font-family: Arial, Helvetica, sans-serif; 
}

h1 {
  font-size: medium;
  font-weight: normal;
}

/* sections */

        #menu h2 {
          font-size: medium;
          font-weight: bold;
        }

/* classes */

.bold {
  font-weight: bold;
}

.size80 {
  font-size: 80%;
}

.textBlock h1, .textBlock2 h1, .textBlock3 h1, .textBlock4 h1, .footBlock h1 {
  font-size: medium;
  font-weight: bold;
}

.textBlock p, .textBlock2 p, .textBlock3 p, .textBlock4 p, .footBlock p {
  font-size: small;
  font-weight: normal;
}

.textBlock3 td {
  font-size: small;
  font-weight: normal;
}

.thumbBlock h1 {
  font-size: medium;
  font-weight: bold;
}
  
/* */

/* --------------------------------------------------------------------------------------- */
/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
/* --------------------------------------------------------------------------------------- */

/* tags */

body {
  margin: 0;
  padding: 0;
}

/* sections */

    #header {
      position: absolute;
	  top: 0px;
	  left: 0px;
      width: 760px;
	  height: 167px;
      z-index: 101;
      margin: 0;
      padding: 0;
    }

        #logo {
          float: left;
          z-index: 102;
          margin: 0;
          padding: 0;
        }
		
            #logo img { 
              width: 130px;
			  height: 137px;  
			  margin: 15px 0px 0px 15px;
              padding: 0; 
            }
	
	    #menu {
          float: right;
          z-index: 103;
          margin: 12px 0px 0px 0px;
          padding: 0;
        }
		
		    #menu h2 {
              margin: 0px 0px 9px 0px;
              padding: 0;
              text-align: center;
            }
		
		    #menu a {
              display: block;
	          padding: 1px .67em 0px .67em;
            }

    #map {
      position:absolute;
	  top: -10px;
	  left: 0px;
	  width: 760px;
	  height: 300px;
	  z-index: 001;
    }
	
        #map img {
     	  width: 760px;
	      height: 300px;
        }

    #main {
      position: absolute;
	  top: 184px;
      width: 760px;
      z-index: 301;
      margin: 0px 0px 20px 0px;
      padding: 0;
    }	
		
        .leftBlock {
          float: left;
          z-index: 302;
          margin: 0;
          padding: 0;
        } 	

        .centreBlock {
          float: left;
          z-index: 303;
          margin: 0;
          padding: 0;
        }

        .rightBlock {
          float: left;
          z-index: 303;
          margin: 0;
          padding: 0;
        }
		 
/* classes */

.centre {
  text-align: center;
}

.centreImage {
  margin: 0px 0px 16px 0px;
  text-align: center;
}

.centreTable table {
  margin: 16px auto;
  width: 50%;
}

.image img, .imageLink img {
  margin: 0px 0px 16px 14px;
  padding: 0;
}

.imageLink img {
  width: 138px;
  height: 125px;
}

.image img {
  width: 138px;
}

.nextRow {
  clear: both;
  margin: 0;
  padding: 0;
}

.size80 {
  line-height: 1.2
}

.tBlock {
  float: left;
}

.tBlock img {
  width: 48px;
  height: 65px;
  margin: 8px 0px 8px 14px;
  padding: 0; 
}

.textBlock {
  width: 436px;
  margin: 0px 0px 16px 14px; 
  padding: 0;
}


.textBlock2 {
  width: 210px;
  margin: 0px 0px 16px 14px; 
  padding: 0;
}

.textBlock3 {
  width: 410px;
  margin: 0px 0px 16px 14px; 
  padding: 0;
}

.textBlock4 {
  width: 164px;
  margin: 0px 0px 16px 14px; 
  padding: 0;
}

.textBlock h1, .textBlock2 h1, .textBlock3 h1, .textBlock4 h1, .footBlock h1 {
  margin: 0;
  padding: 2px .67em;
}

.textBlock p, .textBlock2 p, .textBlock3 p, .textBlock4 p {
  margin: .33em .33em .33em .33em;
  text-align: left;
  line-height: 1.4;
}

.textBlock3 td {
  margin: 0;
  padding: 2px .33em;
  text-align: center;
}

.footBlock p {
  margin: .33em .33em .33em .33em;
  text-align: right;
  line-height: 1.4;
}

.thumbBlock, .footBlock {
  width: 744px;
  margin: 0px 0px 16px 14px;
  padding: 0;
}

.thumbBlock h1 {
  margin: 0;
  padding: 2px .67em;
}

/* end of style sheet */
