/* CSS Document */
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
}

.topbkg {
	background-image:url(images/top-bkg.gif);
	background-repeat:repeat-x;
}

.bottombkg {
	background-image:url(images/bottom-bkg.gif);
	background-repeat:repeat-x;
}

p {
	font-size:11px;
	line-height: 165%;
	margin: 6px 25px 12px 25px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

.light {
	color:#7FA1AA;
	margin: 15px 5px 10px 10px;
	text-align:right;
	font-weight: bold;
}

a {
	color: #666699;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color: #666699;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #666699;
	font-weight:bold;
	text-decoration: underline;
}

a.white, a.white:visited {
	color: #DDE3E5;
	text-decoration:none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 20px 25px 10px 25px;
}

h2 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #58949A;
	font-weight:bold;
	margin: 25px 25px 0px 25px;
}

h3 {
	font-size: 11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 25px 0px 10px 0px;
}

.green {
	color:#58949A;
}

ul{
	font-size: 11px;
	letter-spacing:0px;
	text-align:left;
	color:#666666;
	margin:0px 5px 30px 25px; /* Removes browser default margins applied to the lists. */
	padding:0px; /* Removes browser default padding applied to the lists. */
}
  
 
 li{
	margin:0px 5px 10px 40px; /* A left margin to indent the list items and give the menu a sense of structure. */
	padding:0; /* Removes browser default padding applied to the list items. */
	list-style-image:url(images/diamond-gray.gif);
	line-height:16px;
}


#footer {
	color: #BCD6D2;
	text-align:left;
	font-weight: normal;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#footer a, #footer a:visited {
	color: #BCD6D2;
	text-align:left;
	font-weight: bold;
}

#footer a:hover {
	color: #BCD6D2;
	text-align:left;
}

.red {
	color:#993366;
}

input, textarea
{ 
   background-color: #FFFFFF; 
   font-family:Arial, Helvetica, sans-serif;
   font-size: 8pt; 
   color: #666666;
}

#intro {
	margin: 105px 463px 100px 45px;
	text-align:left;
	font-weight: normal;
	line-height:190%;
}



#secondary {
	margin: 20px 24px 34px 24px;
	text-align:right;
	line-height:200%;
}

#secondary a, #secondary a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#secondary a:hover {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

/*had to remove this because the sidebar in bionic bands contains a link to website that must include index.dhtml, and the current applies to it also, so was also underlining. Removed: border-bottom-style: dotted;*/
#secondary a.current {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

table.fill{
	height: 100%;
}#links {
	position:absolute;
	left:20px;
	top:530px;
	width:900px;
	height:20px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BCD6D2;
	text-align: left;
	margin: auto;
}

/*Added 10/27/09 for thumbnails on rock medicine page*/
div.img
  {
	margin-left:10px;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
  }
  
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
  
div.img a:hover img
  {
  border:1px solid #89b7bc;
  }
  
  
div.desc
  {
	text-align:center;
	font-weight:normal;
	width:150px;
	margin:8px;
  }
  
  

.clear {clear: left;}
