@charset "utf-8";
/* ---- basic styling ----- */
* {
	margin: 0px;
    padding: 0px;
  }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	text-align: center;*/ /*for older IE browsers*/
	font-size: 90%; /*90% of default browser size*/
  background:url(bkgnd.gif) repeat-x; 
	margin: 0px;
  background-color:#0000FF;
  color:#000066;
}

#wrapper {
  position: relative; /*setup zero point for rest of boxes*/
  width: 780px;
  margin: 10px auto; /*centers box on page*/
/*  text-align:left;*/ /*correct for older IE browsers*/
  padding: 0;
  background:url(icon_images/bg_nav_780.gif) ;
  background-color:#ffffff;
  border-color:#0000FF;
  border-style:solid; 
  border-width: 0px 4px;
  }
  
#clear {
	clear:both; /*will be used to end float*/
    }    

/* ---- Top blue banner box ---- */

#banner {
  position: relative;
  background-color: #0000FF;
  padding: 10px 0 0 0;
  text-align:center;
  width: 780px;
    }
#banner #erdabanner {
  padding-bottom:10px;
  border:0;
  }	 
#banner #mauiflag {
  background:url(image_erda/maui_diveflag120x91.gif) no-repeat;
  position:absolute;
  top:32px;
  left:10px;
  width:120px;
  height:91px;
	}
#banner #redlogo {
  background:url(image_erda/erda-red_logo120x120b.gif) no-repeat;
  position:absolute;
  top:18px;
  right:10px;
  width:120px;
  height:120px;
	}		
	/*----to the top button----*/
	#totop {
	width:112px;
	padding:10px 0;
	text-align:center;
	display:block;
	position:fixed;
	bottom:30px;
	}
div#menubar {
  display:block;
  margin:0 auto;
  }	       
/*----left side navigation bar----*/
 
#navbar {
	float: left;
  width: 112px;
  padding: 0;
    }
    
div#backdol {
	text-align:center;
	padding: 10px 0;
	border:0;
	display:block;
	width: 112px;
  }  
  
div#backdol a {
	text-decoration:none;
  }  
div#backdol a:hover {
	width:112px;
	display:block;
	background-color:#00FFFF;
    }    
    
div#menulist ul {
	padding-left:0;
	padding-top:20px;
  display:block;
  list-style:none;
  }
  
div#menulist li {
  display:block;
  width:108px;
  padding:4px 2px;
  font-size: 11px;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#800000;
  border-bottom:1px solid #999;
  }

div#menulist li.blanksep {
  color: #FFFFFF;
  background: #0000FF;
  text-align: center;
}
div#menulist li.sectionhead {
	font-size: 11px;
  text-align: center;
  margin-top: 10px;
}
    
div#menulist a {
	display:block;
  width:108px;
	text-decoration:none;
  color:#000066;
  }
div#menulist .menuselect a {
  background-color: #00FFFF;
  color: #FF0000;
  }  
 div#menulist a:hover {
 	display:block;
  width:108px;
 	background-color:#00FFFF;
  }
         
/*----Main Content box----*/         
         
#content {
	position:relative;
	padding: 3px 5px 3px 0;
	float:right;
  width: 655px;
  }
  
#heading {
  position:relative;
  display:block;
  text-align:center;
  width: 655px;
  padding:0 0 10px 0;
  font-family:"Times New Roman", Times, serif;
    }     

#center550 {
  width: 550px;
  position: relative;
  padding:0;
  margin:0 auto;
}
    
#footer {
	background-color:#0000FF;
  padding: 5px 0;
	text-align:center;
	color:#CCCCCC;
	letter-spacing:.3em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }
#footer a {
	color:#CCCCCC;
	text-decoration: none;
	display: block;
	}
#footer a:hover {
	text-decoration: underline;
	display: block;
	}	
#letsgodive {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
  font-size:2.5em;
  font-weight:bold;
  font-style:italic;
  text-align:center; 
  color:#000066;
  }
  /*---- IMAGE POSITION ----*/
  img.floright {
  clear:right;
  float:right;
  margin: 0 0 1em 1em;
    }

img.floleft {
  clear:left;
  float:left;
  margin:0 1em 1em 0;
  }    
  /* ---- style type ---- */
div#copyright {
    font-family:Arial, Helvetica, sans-serif;  
    font-size:.8em;
    text-align:right;
    padding:3px;    
    }
div#copyright a {
  text-decoration:none;
	color:#000;
	  }
div#copyright a:hover {
	text-decoration: underline;
    } 
    
/*---- TEXT STYLES ----*/			
p {
	line-height: 1.3em;
	padding-bottom:1em;
	text-indent: 1em;
	text-align: left;
    }
a {
  color:#000066;
  }
a:visited {
	color:#000066;
  }
a:hover {
	color:#FF0000;
  }      
.justify {
	text-align:justify;
  }
  
.center {
  text-align:center;
  text-indent: 0px;
  }  

.align-left { text-align: left; }
.noindent {
  text-indent: 0px;
}

.clearBoth {
	clear:both;
	}
.clearLeft {
		clear:left;
		}
.clearRight {
	clear:right;
	}		
.colorMaroon {
	color:#800000;
	}

.colorRed { color: #FF0000; }

.colorRed-italic {
  font-style: italic;
  color: #FF0000;
  font-weight: bold;
}

.maroon-italic {
  font-style: italic;
  font-weight: bold;
  color: #800000;
}

.redbold  {
  font-weight: bold;
  color: #FF0000;
}

.redbold a, .redbold a:visited {
	color:#FF0000;
	}
	
.redbold a:hover {
	color: #993300;
	text-decoration:none;
	}	

.textUnderline {
	text-decoration:underline;
  }

div.bigletter p:first-letter {
  font-size: larger;
  font-weight: bold;
}
.reduceSize-sixty {
	font-size:60%;
  }  

.increaseSize150 {
  font-size: 150%;
  font-weight: bold;
}

.indentTextBlock {
  text-indent: 0px;
  margin-left: 15px;
}

.h2o {
  font-size: smaller;
  vertical-align: sub;
}
h1, h2 {
	font-family:"Times New Roman", Times, serif;
  }      
h1 {
  font-size: 2.5em;
  line-height: 2em;
    }
h2 {
  font-size: 1.75em;
  margin: 0.5em 0;
    }
h3 {
  font-size: 1.2em;
  line-height: 1em;
  margin: 0.5em 0;
    }
h4 {
  font-size: 0.9em;
  line-height: 1.1em;
  margin: .9em 0;
    } 
/*----------------------------- LISTS ----------------------*/      
ul.blueball, ul.diveball, ul.fishicon {
	list-style-type:none;
  }
ul.blueball  li, ul.diveball li, ul.fishicon li {
  padding-left:25px;
  padding-bottom:0;
  margin-bottom:.5em;
  }  
ul.blueball li {
		background :url(icon_work/blueball.gif) left .2em no-repeat;
    } 
ul.diveball li {
	    background :url(icon_work/divedot.gif) left .3em  no-repeat;
      }	
ul.fishicon li {
   background:url(icon_work/idolicon.gif) left top no-repeat;
   padding-bottom: .2em;    
    }		
ul.fishicon li a, ul.blueball li a, ul.diveball li a {
	text-decoration:none;  
    }
ul.fishicon li a {
   font-weight: bold;
}
ul.fishicon li a:hover, ul.blueball li a:hover, ul.diveball li a:hover {
		text-decoration:underline;
    background-color:#00FFFF;
    }			
/*ul.blueball li a:hover {
	background:url(icon_work/yellowball.gif) left center no-repeat;
  }*/
dl.fishicon {
   margin-bottom:10px;
}

dl.fishicon dt {
   font-family:"Times New Roman", Times, serif;
   color:#800000;
   font-size:1.8em;
   font-weight: bold;
   font-style: italic;
}

dl.fishicon dd {
   background:url(icon_work/idolicon.gif) no-repeat;
   color:#000066;
   margin:4px 0 4px 30px;
   padding-left:25px;
   padding-bottom:5px;
   font-size:1.1em;
   font-weight:bold;
}  
dl.fishicon dd a {
   	text-decoration: none;
}
dl.fishicon dd a:hover {
   	background-color:#99FFFF;
     text-decoration: underline;
}
ul  {
  padding-bottom: 1em;
  padding-left: 4em;
}      
ol {
  padding-bottom: 1em;
  padding-left: 4em;
}
li {
  padding-bottom: .8em;
}
/* randsco credits */
.randsco { 
text-decoration:none; 
font:10px sans-serif; 
color:#aaa;
display:block;
text-align:center;
}
