* {
  margin: 0;
  padding: 0;
  }

body {
  font-size:100%;
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  text-align:center;
  background:#FFF;
}

#container {
  width:1000px;
  background:#FFF;
  margin:0 auto 0 auto;
}

#body_space {
  padding:8px 8px 0 8px;
}
 

/* logo and small slogan */

#logo-block {
  height:126px;
  width:601px;
  float:left;
  text-align:left;
  
}

#logo {
  padding-top:44px;
  line-height:40px;
  font:48px Arial, "Times New Roman", Times;
  padding-left:27px;
  color:#5A5A5A;
}

#slogan {
  font:14px Arial, "Times New Roman", Times;
  color:#5A5A5A;
  padding-left:97px;
}

#definels {
  width:383px;
  float:right;
}

/* top navigation bar */

#top-nav-bg  {
  background:transparent url(images/topnavbar.gif) no-repeat top left;
  height:38px;
  width:984px;
}

	
#top-nav {
	
  height:38px;
  width:984px;
}
  
#top-nav ul {
  list-style:none;

  padding-left:20px;
}
  
#top-nav ul a {
  background-image: url(images/topnavdivider.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 18px;
  padding-left: 16px;
  display: block;
  line-height: 38px;
  text-decoration: none;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 17px;
  color: #FFF;
}
	
#top-nav ul a:hover {
  color: #8EC0D4;
  text-decoration: underline;
}
 
  #top-nav li {
    float:left;
	}
	
/* end top navigation bar */


/* image of clouds with large header */

#slogan {
  background:url(images/cochlear1.jpg) no-repeat top left;
  width:984px;
  height:156px;
  text-shadow:1px 1px 1px #000;
  margin-top:9px;
}

#slogan-line1 {
  font:48px Georgia, Arial, "Times New Roman", Times;
  padding:25px 0px 0px 130px;
  color:#000;
  text-align:left;
  letter-spacing:-2px;
}
#slogan-line2 {
  font:48px Georgia, Arial, "Times New Roman", Times;
  padding:0px 0px 0px 350px;
  color:#000;
  text-align:left;
  letter-spacing:-2px;
}

/* end image of clouds with large header */


#page {
  width:1000px;
  min-height:206px;
  margin:0 auto 0 auto;
  background:#FFF;
  padding-top:8px;
}

#page-padding {
  padding:3px 8px 0px 8px;
}

/* main page content */

#caption {
  padding:0px 5px 10px 5px;
  font:15px Arial, "Times New Roman", Times;
  text-align:middle;
  color:#494949;
}

#content {
  float:middle;
  width:984px;
  background:#FFF url(images/page-background.jpg) no-repeat top left;
}

#content-padding {
  padding:15px;
}

#caption {
  padding:0px 5px 10px 5px;
  font:15px Arial, "Times New Roman", Times;
  font-style:italic;
  text-align:middle;
  color:#494949;
}

#content h1 {
  padding:5px 5px 10px 5px;
  font:32px Arial, "Times New Roman", Times, serif;
  color:#494949;
  text-align:middle;
}

#content h2,h3,h4,h5 {
  padding:5px 5px 10px 5px;
  font:26px Arial, "Times New Roman", Times, serif;
  color:#494949;
  text-align:left;
}

#content p {
  padding:0px 5px 10px 5px;
  font:15px Arial, "Times New Roman", Times;
  text-align:justify;
}

#content ul {
	font:15px Arial, "Times New Roman", Times;
	color:#494949;
	text-align:left;
	width: 984px;
	padding: 6px;
	margin: 2px;
}

#content img {
	style="vertical-align:top"
}
	

#content a {
  text-decoration: underline;
  color:#0B3E70;
}
	
#content a:hover {
  text-decoration:none;
  text-shadow:0px 0px 4px #FDA041;
}

.grey {
  color:#494949;
}
.blue {
  color:#005795;
}

/* end main page content */


/* footer */

#footer {
  clear:both;
  background:#000 url(images/footer.gif) repeat-x top left;
  width:1000px;
  height:80px;
  margin:0 auto 0 auto;
  text-align:left;
}

#footer-pad {
  width:984px;
  padding:50px 0px 0px 0px;
  text-align:center;
}

#footer p {
  font:14px Arial, "Times New Roman", Times;
  color:#929292;
}

#footer a {
  color:#FFF;
  text-decoration:underline;
}

#footer a:hover {
  color:#C46A00;
  text-decoration:none;
}

/* end footer */