@charset "utf-8";

html,body {
  margin:0;
  padding:0;
  height:100%;
  background:ffffff;
  font-family:arial,sans-serif;
  font-size:small;
  color:#ffffff;
  background-image: url(../00_images/main_bg.png);
  background-repeat:repeat-x;
}

.list {
  color:#009dda;
  font-size:12px;
}

#header_text {
  top:3px;
  position:absolute;
  color:#011f41;
  font-size:14px;
  font-family:Arial;
  font-style:normal;
  text-decoration:none;
  text-transform:uppercase;
}

#heading_text {
  color:#009dda;
  font-size:15px;
  font-family:Helvetica;
  font-style:normal;
  text-decoration:none;
}

#normal_text {
  color: #333333;
  font-size:12px;
  font-family:Helvetica;
  font-style:normal;
  text-decoration:none;
  line-height: 13pt;
}


#normal_text A:link {text-decoration: underline; color: #333333} 
#normal_text A:visited {text-decoration: underline; color: #333333} 
#normal_text A:hover {text-decoration: underline; color: #999999} 
#normal_text A:active {text-decoration: underline; color: #333333} 


#personnel_intro_text {
  color: #009dda;
  font-size:14px;
  font-family:Helvetica;
  font-style:normal;  text-decoration:none;
  line-height: 14pt;
}

#personnel_normal_text {
  color: #000000;
  font-size:12px;
  font-family:Helvetica;
  font-style:normal;  text-decoration:none;
}

#personnel_bold_text {
  color: #000000;
  font-size:11px;
  font-weight:bold;  
  font-family:Helvetica;
  font-style:normal;  text-decoration:none;
}

#personnel_blue_text {
  color: #011f41;
  font-size:14px;
  font-weight:bold;  
  font-family:Helvetica;
  font-style:normal;  text-decoration:none;
}

#captions{
  color: #333333;
  font-size:10px;
  font-family:Helvetica;
  font-style:normal;
  text-decoration:none;
}

  #safety_policy{
  color: #333333;
  font-size:11px;
  font-family:Helvetica;
  font-style:italic;
  text-decoration:none;
  line-height: 12pt;
  padding-left:50px;
  padding-right:50px;
   }
  

#container {
  position:relative;
  margin:0 auto;
  width:960px;
  background:#d6e8f6;
  height:auto !important;
  height:100%;
  min-height:100%;
}

#header_top {
  top:0px;
  height:28px;
  background-image: url(../00_images/header_top.png);
}

#header {
  top:28px;
  height:150px;
  background-image: url(../00_images/header.png);
}

#seperator {
  height:5px;
  width:99%;
  color:#333333;
  border-top:1px solid #bcdbf3;
}


#left_shade {
  left:-30px;
  top:28px;
  width:30px;
  height:678px;
  position:absolute;
  background-image: url(../00_images/left_shade.png);
}

#right_shade {
  left:960px;
  top:28px;
  width:30px;
  height:678px;
  position:absolute;
  background-image: url(../00_images/right_shade.png);
}

#content {
  padding:0px 0px 236px;
  background-color:#d1e6f7;  
  background-image: url(../00_images/content_bg1.bmp);
  background-repeat:repeat-x;
}

#left {
  left:12px;
  top:235px;
  width:203px;
/*  height:380px;*/
  height:50%;
  color: #000000;
  font-size:11px;
  font-weight:bold;
  font-family:Helvetica;
  font-style:normal;
  background:#d1e6f7;
  position:absolute;
}

  #left_head {
	width:203px;
	height:21px;
	background-image: url(../00_images/left_head.png);
   }

  #menu_section {
    left:10px;
	top:3px;
	color:#FFFFFF;
	position:relative;
   }   

#main {
  left:228px;
  top:8px;
  width:719px;
  position:relative;
  background-image: url(../00_images/main_border.png);
  background-repeat:repeat-y;
}

  #main_head {
	width:719px;
	height:21px;
	background-image: url(../00_images/main_head.png);
  }

  #main_bottom {
	width:719px;
	height:10px;
	background-image: url(../00_images/main_bottom.png);
	background-position:bottom;
  }

  #wrapper {
    min-height:351px;
    height:100%;
  }

  #doc_main {
    padding:10px 10px 0px;
	width:460px;
  }
  
  #main_doc {
    padding:10px 10px 0px;
	width:700px;
  }  

  #doc_image1_wrapper {
    left:480px;
    top:40px;
    border-width:1px;
    border-style:solid;
    border-color:#bcdbf3;
	padding:4px;
    position:absolute;
  }
  
    #doc_image1 {
	  height:276px;
	  width:221px;
	  background-image: url(../00_images/history_image1.png);
    }
  
  #doc_image2_wrapper {
    left:480px;
    top:335px;
    border-width:1px;
    border-style:solid;
    border-color:#bcdbf3;
	padding:4px;
    position:absolute;
  }
  
    #doc_image2 {
      height:148px;
      width:221px;
  	  background-image: url(../00_images/history_image2.png);
    }
  
#menu_bg {
  width:960px;
  height:24px;
  background-image: url(../00_images/menu_bg.png);
}



#crumb_bg {
  width:960px;
  height:24px;
  background-image: url(../00_images/crumb_bg.png);
}

#footer {
	color: #ffffff;
	font-size:9px;
	font-weight:bold;
	font-family:Helvetica;
	font-style:normal;
	text-decoration:none;
	position:absolute;
	width:960px;
	height:218px;
	bottom:0px;
	background-image: url(../00_images/footer.png);
}

  #footer_text {
    left:23px;
	top:155px;
    position:absolute;
  }


