@charset "UTF-8";
/* CSS Document */
.body {
	width:100%;
}

.topshader {
	width:100%;
	height:17px;
	position:fixed;
	background-image:url(../images/top_shade.png);
}

.titleStyle {
	width:100%;
	position:fixed;
	margin-top:19px;	
}

.navigationStyle {
	position:fixed;
	width: 100%;
	height:24px;
	margin-top:44px;
}

.top_borderStyle {
	position:fixed;
	padding:0;
	margin-top:60px;
	height:12px;
	width:100%;
	border:hidden;
	background-image:url(../images/top_border.gif);
	background-repeat: repeat-x;
}

.bottom_borderStyle {
	position:fixed;
	padding:0;
	margin-top:592px;
	height:12px;
	width:100%;
	border:hidden;
	background-image:url(../images/bottom_border.gif);
}

.footerStyle {
	position:fixed;
	padding:0;
	margin-top:603px;
	width:100%;
	font:"Georgia", "Times", "serif";
	font-size:12px;
}

.image_td {
	padding: 100px 35px 20px 35px;
    vertical-align: top;
}

.par {
	padding: 0;
	font:Georgia, Times, serif;
	font-size:12px;
	line-height:15px;
	height:100%;
}

.img {
	-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

.bioContainer {
    position: absolute;
	width: 100%;
	
	padding: 0px 40px 0px 40px;
	margin-top:-200px;
	
	font:Georgia, Times, serif;
	font-size:12px;
	line-height:15px;
}

.column_1 {
    position: absolute;
	width: 340px;
}

.verticalline_1 {
	position:absolute;
	width:1px;
	height:465px;
	background-color:#CCC;
	margin-left:380px;
}

.column_2 {
	position: absolute;
	width: 340px;
	padding-left:420px;
}

.verticalline_2 {
	position:absolute;
	width:1px;
	height:465px;
	background-color:#CCC;
	margin-left:840px;
}

.column_3 {
	position: absolute;
    width: 340px;
	padding-left:880px;
}

.verticalline_3 {
	position:absolute;
	width:1px;
	height:465px;
	background-color:#CCC;
	margin-left:1260px;
}

.column_4 {
    width: 340px;
	position: absolute;
	padding-left:1300px; 
}

.verticalline_4 {
	position:absolute;
	width:1px;
	height:465px;
	background-color:#CCC;
	margin-left:1680px;
}

.column_5 {
    position: absolute;
	width: 340px;
	padding-left:1720px;
}

.verticalline_5 {
	position:absolute;
	width:1px;
	height:465px;
	background-color:#CCC;
	margin-left:2100px;
}

.column_6 {
    position: absolute;
	width: 340px;
	padding-left:2140px;
}

.verticalline_6 {
	position:absolute;
	width:1px;
	height:465px;
	background-color:#CCC;
	margin-left:2520px;
}

.column_7 {
    position: absolute;
	width: 340px;
	padding-left:2560px;
}

.verticalline_7 {
	position:absolute;
	width:1px;
	height:465px;
	background-color:#CCC;
	margin-left:2940px;
}

.column_8 {
	position: absolute;
	width: 570px;
	padding-left:2980px;
}

.column_9 {
	position: absolute;
	width: 340px;
	padding-left:3600px;
}

.column_1 p:first-child,
.column_2 p:first-child,
.column_3 p:first-child,
.column_4 p:first-child,
.column_5 p:first-child,
.column_6 p:first-child,
.column_7 p:first-child,
.column_8 p:first-child,
.column_9 p:first-child {
    margin-top: 0;
}


a.imagesID
{
  display: block;
  width: 66px;
  height: 12px;
  background:url(../images/button_images_states.gif);
}

a.imagesID:hover
{ 
  background-position: -66px 0px;
}

a.imagesID:active
{ 
  background-position: -132px 0px;
}

a.bioID
{
  display: block;
  width: 92px;
  height: 12px;
  background:url(../images/button_biography_states.gif);
}

a.bioID:hover
{ 
  background-position: -92px 0px;
}

a.bioID:active
{ 
  background-position: -184px 0px;
}

a.contactID
{
  display: block;
  width: 80px;
  height: 12px;
  background:url(../images/button_contact_states.gif);
}

a.contactID:hover
{ 
  background-position: -80px 0px;
}

a.contactID:active
{ 
  background-position: -160px 0px;
}

.displace
{
  display: none;
}

a.noActivity
{
	text-decoration:none;
	color:#000;
}

a.noActivity:hover {
	color:#000;
	text-decoration:none;
}

a.noActivity:active {
	color:#000;
	text-decoration:none;
}