
body,html,h1,h2,h3,h4,h5,h6,ol,p,ul,form{
	padding: 0px;
	margin:	0px;
}

body {
  margin-left: 	2px;
  margin-right:	2px;
  margin-top:		2px;
  margin-bottom:	2px;
  font-size: 		14px;
  background-image:url('backgrounds/Puerto_beach.jpg');
  
  background-size: 100%;	
  background-repeat:repeat-x;
  background-attachment: fixed; 
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  padding-left: 1%;
  position: static;  
}




h1 {
	font-size: 52px;
	text-align: left;
	
	font-weight: normal;
	margin-left: 5px;
	margin-top: 15px;
}

h2 {
	font-size: 22px;
	margin-left: 0px;
	padding-bottom:	3px;

  	font-weight: bold;
	text-indent:	0px;
}

h4 
	{
	font-size:16px;
	color: lightblue;	
	}
	
h5 {
	font-size: 18px;
	margin-left:	8px;

  	font-weight: bold;
}	

h6 {
	font-size: 12px;
	margin-left:	8px;

  	font-weight: bold;
	
	}

}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;/* get rid of arrow in select menus */
    -moz-appearance: treeview;
    -o-appearance:none;
    appearance: none;
    
    padding-top: 2px;
    padding-bottom:0px;
    padding-left: 0px;
    padding-right: 0px;
    
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    
    font-size: 12px;
    border:2px solid black;
    background-color: white;
    height: 30px;
    text-align: justify;
    color: purple;
}

audio{
width:800px;
height:30px;
}

audio.small{
width:600px;
height:62px;
margin-left: 4px;
margin-top: 0px;
margin-bottom: 15px;

}

img.title {
	width: 300px;
	height: 200px;
}

.noteheader {
	font-size: 15px;
	text-align:left;
}

/* image definition for ICONS so doesn't conflict with standard page images definition */



.expand-down {
  font-family:Arial, Helvetica, sans-serif;
  line-height:normal;
  margin-left: 10px;  
  margin-top:10px;
  height:135px;
  width:994px;
  margin-bottom:0px;
}
/* reset margins and paddings */
.expand-down * {
  margin: 5px;
  padding: 0px;
}
.expand-down ul {
  padding-top:10px;
  margin-left:10px;
}
.expand-down ul li {
  float:left;
  list-style-type:none;
}
.expand-down ul li a {
  text-decoration:none;
}
.expand-down ul li a img {
  width:50px;  /* initial width of images, 50% of width */
  height:50px; /* initial height of images, 50% of height */
  border:none;
}
/* initially, do!! show the label inside <span> tag */
.expand-down ul li a span {
  display:block;
  font-size:12px;
  text-align:center;

}
.expand-down ul li:hover a span {
  /* show label on mouse hover */
  display:block;
  font-size:16px;
  text-align:center;

  margin-bottom: -30px;
}
/* expand the image to 100% on mouse hover.
** an image becomes active when mouse hovers it
** ideally, the image should have same width and height as below 
*/
.expand-down ul li:hover a img {
  width:100px;
  height:100px;
  
}
/* expand the image next to the right of the active image to 60% using + selector */
.expand-down ul li:hover + li a img {
  width:60px;
  height:60px;
}
/* expand the image second to the right of the active image to 55% using + selectors */
.expand-down ul li:hover + li + li a img {
  width:55px;
  height:55px;
}




/* make paper style background to modify container */

#container  
{  
    position: static;  
    width: 95%;  /* 994px before auto sizing*/
    padding-top: 50px;  
    padding-left:30px;
    padding-right:60px;
    padding-bottom:20px;
    margin: 0 auto;  
   
    background-color:  rgba(255, 255, 255, 1); 
   /* 
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    */
}  

.instructions ul
{
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	margin-left :5%;	
	list-style-type: circle;
}



.alert-box {
	 position:relative;
    top: 50%;
    left: 82%;
    width:140px;
    height:20px;
    
	 text-align: center;
	 font-size: 18px;
    border: 2px solid transparent;
    border-radius: 8px; 
    padding:13px;
}



#primary_nav_wrap
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin-bottom:15px;
	margin-left: 0;
	margin-right: 0;
	padding-top:10px;
	padding:0;
	font-variant: small-caps;
}

#primary_nav_wrap ul a
{
	display:block;
	color:black;
	text-align: center; 
	text-decoration:none;
	font-weight:bolder;
	font-size:14px;
	line-height:30px;
	width:110px;
	
	padding-left: 12px;
	padding-right: 12px;
	
	border: 2px solid black;

	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:2px;
	padding:0;

}


#primary_nav_wrap ul li:hover
{
	background:lightgray;

	
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	background:#fff;

}

#primary_nav_wrap ul ul li
{
	text-align: center;
	float:none;
	width:120px;
}

#primary_nav_wrap ul ul a
{
	line-height:100%;
	padding-top:10px ;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}	

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
	
}

.tools { 
	margin-bottom: 10px; 
}
	
.tools a {
   border: 1px solid black;
   height: 30px; 
   line-height: 30px; 
   padding: 0 10px; 
   vertical-align: middle; 
   text-align: center; 
   text-decoration: none; 
   display: inline-block; 
   color: black; 
   font-weight: bold;
}
 	
 				

table
{
width:100%;
}

form {
	text-align: right;
}

form.contact {
	text-align: left;
}

form.google {
	text-align: center;
}




ul {
	list-style-type: none;
}



p {
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  text-indent: 0px;
}

 

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
 } 
a :visited{
  text-decoration: none;
  color: #335DB7;
  font-variant: small-caps;
}

a:active, a:focus, input[type="image"] {
outline: 0;
}

label:{
  text-decoration: none;
  color: #335DB7;
  font-variant: small-caps;
}

img.diagram{
	width: 800px;
	height: 600px;
}
