@charset "UTF-8";
	 5:24 am on May 8, 2007 (utc 0)

html {height: 100%;} 
body {
	font: 12px  Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
	background: #e3ecf3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #454545;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

img {border:none;}

.oneColFixCtr #container {
	width: 723px; 
	background: #727375;
	margin: 20px auto; 
	border: none;
	text-align: left;
	
	
}
.oneColFixCtr #mainContent {
	padding: 0 0; 
	height: 100%;
	
}
#bottomband {
	height: 15px;
	line-height: 2px;
	}
	
#helix {
	background-image:url(../images/helix_bg.gif);
	background-repeat: repeat-y;
	width: 279px;
	vertical-align: top;
	}
	
.homecopy {
		font-size: 12px;
		line-height: 18px;
		width: 434px;
		vertical-align: top;
		}
	
.homecopyblock {
		padding: 40px 70px 70px 0;
		
		
		}	
		
.heading {
	font-weight: bold;
	color: #205b87;
	padding-bottom: 5px;
	}
	
.address {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	padding: 53px 20px 8px 0px;
	color:#666666;
	}

#contact {
	width: 434px;
	height: 80px;
	}	
		
.hometextleft {
	color: #023a64;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	line-height: 17px;
	padding: 40px;
	}

.hometextleft .header{
	border-bottom: 1px dotted #005696;
	color: #005696;
	font-size: 12px;
	}



#leftcolumn {
	width: 206px;
	vertical-align: top;
	background-color: #1466a2;
	float: left;
	height: 100%;

	}	
	
.orangeheading {
	font-weight: bold;
	color:#d45f00;
}
	
#rightcolumn {
	width: 517px;
	vertical-align: top;
	float: left;
	height: 100%;
	
	}			
	
.secondarycopy {
		font-size: 12px;
		line-height: 17px;
		padding: 27px 50px 60px 46px;
		min-height: 370px;
		}
	
.blueheading {
	font-weight: bold;
	color: #205b87;
	line-height: 22px;
	}	
	
	 .scontent {
	height: 100%;
	background-image:url(../images/bg_leftnav.gif);
	background-repeat: repeat-y;
	}
	
	.footer {
	font-size: 11px;
	color:#666666;
	line-height: 15px;
	}
	
td .leftnav {
	background-image: url(../images/bg_lefttd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 26px;
	background-color: #70b4e8;
	}	
	
.leftnavtext {
	padding: 6px 6px 3px 17px;
	line-height: 15px;
	font-size: 12px;
	
	}	

#Table_01 {
	border-collapse:collapse;
	}
	
/*
--------------------------------------------------
secondary page styles
--------------------------------------------------
*/
.twocolcopy_left{
		
		padding: 40px 10px 10px 45px;
		line-height: 16px;
		}	
		
.twocolcopy_right{
		
		padding: 10px 30px 10px 10px;
		line-height: 16px;
		}
		
ul {
	padding-left: 0;
	margin-left: 15px;
	margin-top: 5px;
	}
li {
	padding: 3px 0px;
	line-height: 15px;
	
	
	
	}	
	
/*
--------------------------------------------------
links
--------------------------------------------------
*/

a:link,
	a:visited {
		color: #0d8dc8;
		text-decoration: none;
		
}

a:hover,
	a:active {
		color: #3a6e81;
		text-decoration: underline;
}

.leftnavtext a:link,
  .leftnavtext a:visited {
    color: #FFF;
   text-decoration: none;
}

.leftnavtext a:hover,
  .leftnavtext a:active {
    color: #013259;
	text-decoration: none;
}	

.biophoto {
		float: right;
		padding: 0 0 20px 20px ;
}

.hometextleft a:link,
	.hometextleft a:visited {
		text-decoration: underline;
	}
	
.hometextleft a:hover {
		text-decoration: none;
		color:#C30;
	}	
	
	


/*
--------------------------------------------------
slideshow homepage
--------------------------------------------------
*/




ul.slideshow {
	list-style:none;
	width:723px;
	height:198px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	
}

ul.slideshow li.show {
	z-index:500;

}

ul img {
	border:none;
	margin-top: -3px;
	
}

#slideshow-caption {
	width:280px;
	height:198px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#005696;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:40px 40px 40px 40px ;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:16px;
	color:#FFF;
	font-weight: normal;
	color:#D4E8FB;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-size:13px;
	line-height: 17px;
	
}

