/* Peter Le Marchant Trust Style Sheet */

  body { color: rgb(102, 102, 102);
    font-size: 11px;     /* All font sizings below relative to this size using em's and %'s  */
    font-family: verdana,geneva,arial,helvetica,sans-serif,sans-serif;
	background: rgb(255, 255, 255) url(images/gradient.gif) repeat-x fixed left bottom;
    margin: 0px;
    padding: 0px;
	text-align: center;
	padding-bottom: 25px;
	padding-left: 10px;
 	text-align: center;     /* Centers the page in IE */
   }

  p, h1, h2, h3, h4, td {
  	/* Use margins in these rather than padding in blocks to avoid IE box sizing problems  */
	margin: 0px 10px 15px 10px;
	color: #000000;
    }
	
  h1 { font-weight: bold;
    font-size: 160%;
    }

  h2 {
	font-weight: bold;
	font-size: 140%;
    }

  h3 { font-weight: bold;
    font-size: 120%;
    }

  h4 { font-weight: bold;
    font-size: 100%;
    }
		
  li {
  	margin: 5px 10px 0px 0px;
  }
   
  a img {
  	border: none;
  }

  #menu { border-top: 1px solid rgb(144, 186, 222);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.2em;
	background-color:rgb(26,93,150);
	position: absolute;
	left: 4px;
	top: 115px;
    margin: 0;
	padding: 0;
	border: 0;
	width: 155px;
    }

  #menu ul { 
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    }

  #menu li { border-bottom: 1px solid rgb(144, 186, 222);
    margin: 0px;
    }

  #menu li a {
	border-left: 10px solid rgb(70, 70, 141);
	border-right: 10px solid rgb(80, 143, 196);
	padding: 5px 5px 5px 0.5em;
	display: block;
	color: rgb(255, 255, 255);
	text-decoration: none;
	width: 100%;
    /* Need width 100% above for IE to make links active for whole block but this doesn't  */
    /* work for Mozilla/Opera.                                                             */
    /* The hack below cannot be parsed by IE and sets the right value for other browsers.  */
    }


  html>body #menu li a { 
    width: auto;
    }

  #menu li a:hover { 
    /* Show menu tip when hovering over menu link  */
    border-left: 10px solid rgb(28, 100, 209);
    border-right: 10px solid rgb(91, 163, 224);
    background-color: rgb(37, 134, 215);
    color: rgb(255, 255, 255);
   }

  #menu li a span { 
    display: none;
    /* Hides menu item tips initially  */
    }

  #menu li a:hover span { margin: 0pt 10px 10px 0pt;
    display: block;
    position: absolute;
    text-align: center;
    color: rgb(255, 255, 255);
	background-color:rgb(26,93,150);
    z-index: 100;
    font-style: normal;
    font-size: 0.8em;
    font-weight: normal;
    top: 25em;  /* change this when new menu items added */
    left: 0px;
    width: 120px;
	margin: 10px;
    }
	
  #container { width: 700px;
	background-color:rgb(26,93,150);         /* Left hand column colour  */
	margin: 10px auto;                       /* Centers the window in Mozilla/Opera  */
	padding: 0px;
    background-position: left top;
    background-repeat: no-repeat;
	text-align: left;
	position: relative;   
	/* All contained divs with absolute coordinates are now relative to this block  */
    }

  #header {
	height: 115px;
  	padding: 0px;
  }

  #header_logo{
	height: 115px;
	width: 160px;
	position:absolute;
	left: 4px;
	top: 4px;
	background-image: url(images/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
    }
	
  #header_image{
	height: 107px;
	width: 531px;
	position:absolute;
	left: 164px;
	top: 4px;
    background-image: url(images/symphony_header_faded.jpg);
	background-position: left top;
	background-repeat: no-repeat;
    }
	
  #t1 { font-size: 370%; /* 400 */
    font-weight: normal;
	color: #000000;
    position:absolute;
    left: 8px;
    top: 36px;
    }
	
  #t2 { font-size: 110%;
    font-weight: bold;
	color: #000000;
    position:absolute;
    left: 298px;
    top: 80px;
    }
	
  #content {
	border-left: 1px solid rgb(122, 122, 122);
	border-right: 1px solid rgb(122, 122, 122);
	background: rgb(255, 255, 255) none repeat scroll 0% 50%;
	/* White background covers blue container background  */
	/* This padding is needed so the content hieght is 100% of area between header and footer */
	margin-left: 163px;        /* Leave space for menu  */
    padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	overflow:hidden
    }


  #footer { 
    border: 1px solid rgb(122, 122, 122);
    background-color: rgb(242, 242, 242);
    font-size: 0.8em;
    }

  #donation { border-style: solid;
    border-width: 1px;
    margin: 0px 8px 10px 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: right;
    background-color: rgb(242, 242, 242);
    width: 240px;
	text-align: left;
    }
	
  #booking { border-style: solid;
    border-width: 1px;
    margin: 0px 8px 10px 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgb(242, 242, 242);
    width: 410px;
    height: 120px;
	text-align: left;
    }
	
  #photos { 
    margin: 0px 8px 10px 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgb(255, 255, 255);
    width: 510px;
    height: 1008px;
/*	
	text-align: left;
*/
    }
	
    div.left {
	  margin-left: 20px;  
  	  margin-right: 20px;
	  width: 200px;
      margin-bottom: 10px;
	  float: left;
    }
    div.left p {
	  text-align: center;
    }
    img {
	  border: 0px none; 
    }
    div.center {
	  width: 510px;
    } 


  #newsletters { border-style: solid;
    border-width: 1px;
    margin: 0px 8px 10px 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgb(242, 242, 242);
    width: 410px;
    height: 320px;   
	text-align: left;
    }

  #getacro { text-align: right;
    margin-right: 10px;
    }
	
  #styles {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(242, 242, 242);
	width: 173px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
	float: right;
	color: rgb(80, 80, 80);
	}
	
  #styles h1 { font-size: 1em;
/*	display:  inline;  don't know what display inline is meant to do
*/
    }
	
  #styles ul { 
    margin: 0px;
    padding: 0px;
/*	display: inline;
*/
    list-style-type: none;
    list-style-image: none;
    }

  #styles ul li {
    margin: 0px;
    margin-left: 2px;
    padding: 0px;
	list-style: none;
/*	display: inline; 
*/
	}
	
  #styles li a {
    margin: 0px;
    padding: 0px;
	border-style: solid;
    border-width: 1px;
    border-color: rgb(122, 122, 122);
	text-decoration: none;
	color: rgb(102, 102, 102);
	}
  
  #styles li a:hover {
    padding: 0px;
  	background-color: #CCCCCC;
	}

  table { border: 1px solid rgb(102, 102, 102);
    margin: 0px 10px 10px;
    color: rgb(84, 84, 84);
    font-size: 0.8em;
    }

  td { border-left: 1px solid rgb(204, 204, 204);
    padding: 3px 5px;
    text-align: center;
    font-weight: bold;
    }

  th { padding: 3px 10px 3px 5px;
    font-weight: bold;
    color: rgb(102, 102, 102);
    background-color: rgb(243, 243, 243);
	border-left: 1px solid rgb(204, 204, 204);
    }
	
  .boatdesc { border : 1px solid rgb(102, 102, 102);
    margin: 10px 10px 10px 10px;
	height: 100px;
    color: rgb(84, 84, 84);
    }
	
  .boatdesc h3 {
    color: rgb(84, 84, 84);
	margin-left: 10px; 
	margin-top: 10px;   
	float: left;  
	width: 100px;
    font-size: 1.4em;
	}
	
  .boatdesc h3 a {
	text-decoration: none;
    }
	
  .boatdesc p {
    color: rgb(84, 84, 84);
	float: left; 
	margin-left: 10px;  
	margin-right: 10px;  
	margin-top: 15px; 
    width: 150px;
    }
	
  .boatdesc img {
    color: rgb(84, 84, 84);
	float: right;
	margin-right: -4px;
	width: 200px;
	height: 100px;
	padding: 0;
    }

  /* Reset 	margin-right for Mozilla, because Explorer can't parse this */
  html>body .boatdesc img { 
	margin-right: 0;
    }

  #footnote {
    font-size: 1.2em;
    }
	
  #address {
    font-size: 0.9em;
	text-align: right;
    }

  #copyright { 
    display: block;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-align: left;
	overflow:hidden;
	height:40px
    }
	

