/* Beach Horizon LLP Style Sheet */

  body { color: #000099;
    font-size: 11px;	/* All fonts relative to this size */
    font-family: verdana,geneva,arial,helvetica,sans-serif,sans-serif;
    margin: 0px;
    padding: 0px;
	text-align: center;		/* Centers the page in IE */
	margin-bottom: 50px;
    }

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

  h2 { font-weight: bold;
    font-size: 120%;
	border-bottom: 1px solid #0099CC;
	margin-top: 25px;
    }

  h3 { font-weight: bold;
    font-size: 110%;
	margin-top: 25px;
    }

  h4 { font-weight: bold;
    font-size: 100%;
    }
	
  ul {
     list-style-type: square;
  }
	
  li {
  	margin: 5px 10px 0px 0px;
  }
  
  a {
  	text-decoration: none;
  }

  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;
    }

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

  #menu li { border-bottom: 1px solid rgb(144, 186, 222);
    margin: 10px;
    list-style-type: none;
    list-style-image: none;
	display: inline;
    }

  #menu li a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
    }

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

  #menu li a span { display: none;
    }


  #container { 
	background-color: rgb(26,93,150);
	padding: 0px;
	text-align: left;
	position: relative;		/* All contained divs with absolute coordinates are now relative to this block */
	border: 1px solid rgb(122, 122, 122);
    }

  #header { 
    height: 80px;
    background-image: url(images/earch-curve-sun.jpg);
    background-position: left top;
    background-repeat: no-repeat;
	border-bottom: 1px solid rgb(122, 122, 122);
    }

  #header h1 {
	display: none;    
	}
	

  #content {
	border-left: 1px solid rgb(122, 122, 122);
	background: rgb(255, 255, 255) none repeat scroll 0% 50%;
	margin: 0px;
	padding: 1px;	/* Fill area */
	padding-top: 15px;
	text-align: justify;
    }

  html>body #content {
	width: auto;	/* Override in Mozilla */
	}

  #reg-text {
	border: 1px solid rgb(122, 122, 122);
	background: rgb(255, 255, 255) none repeat scroll 0% 50%;
	left: 0px;
	margin: 10px;
	text-align: center;
	font-size: 0.8em;
    }

	/* Avoid box model problems */
  #reg-text span { margin: 4px;
    display: block;
    }

  #footer { 
 display: none;    }


  .doclinkblock {
	border: 1px solid #0099CC;
   	margin: 30px 20px 20px 20px;
	text-align: left;
    }

  .doclinkblock img {
  	float: left;
  	margin: 10px 20px 20px 10px;
	}

  #styles {
	 display: none;
	}
	
  #quicklinks {
	 display: none;
  }

  .graphicstrip {
  	display: none;
  }
  

