@charset "UTF-8";
/* CSS Document */

body{
	background-color:#111;
	margin-top:0px;
}

a:link    {
    text-decoration:  none;
  
  } 

Button:hover{
	 background:#09F;
}


.outsideContainer {
	width: 933px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;	
}





.innerContainer {
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 60%, rgb(250,250,250) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 60%, rgb(250,250,250) 80%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.60, rgb(240,240,240)), color-stop(0.80, rgb(250,250,250)));
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 60%, rgb(250,250,250) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 60%, rgb(250,250,250) 80%);
	background-image: linear-gradient(bottom, rgb(240,240,240) 60%, rgb(250,250,250) 80%);
	width:933px;
	height:562px;
	box-shadow:0px 0px 3px #333;
  	display:block;
  	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
  	border-top-left-radius:6px;
  	border-top-right-radius:6px;
  	border-bottom-right-radius:6px;
  	border-bottom-left-radius:6px;
	z-index:2;
	padding-top:13px;
	padding-right:20px;
	padding-bottom:25px;
	padding-left:20px;	


}

.contentHolder{
	height:100%;
	width:100%;
}

.innerNavHolder{
	height:35px;
	width:850px;
	border-top-right-radius:4px;
  	border-top-left-radius:4px;
	background: -moz-linear-gradient(top, #888, #444);
	padding-left:43px;
	padding-right:40px;
}

.upperMenu1{
	height:30px;
	width:340px;
	display:block;
	float:left;
	
	margin-left:7px;
	margin-bottom:0px;
}




.upperMenu2{
	height:30px;
	width:236px;

	display:block;
	float:right;
}

.tabOption {
	background-color:#666;
	width:30px;
	height:23px;
	float:right;
	margin-right:0px;
	border-top-right-radius:4px;
	box-shadow:0px -1px 2px #444;
}

.tabOption:hover {
	background-color:#09f;
	
}

.download_SD_Butt{
	height:20px;
	width:20px;
	padding-left:5px;
	padding-top:2px;
}

.menuButt{
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
	border:none;
	margin-top:13px;
	background-color:#666;
}

ul.tabStaff {  
    	margin-left:0px; 
	padding:0px;
	margin-top:12px;  
    	
	position:relative;
	left:0px;
	top:0px;	
}  
ul.tabStaff li {  
    list-style:none;  
    display:inline;
	margin-right:-2px;
	margin-left:-2px;
	
}  

ul.tabStaff li a {  
    background-color:#aaa;  
    color:#444;  
    padding:4px 11px 4px 11px;  
    text-decoration:none;  
    font-size:10px;  
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    <!--box-shadow:0px -1px 2px #444;  
    text-transform:uppercase;-->  
    
	
}  
ul.tabStaff li a:hover {  
    background-color:#09F;  
}  

ul.tabStaff li a.active {  
    background-color:#888;  
    color:#fff; 
   } 

#tab_1_A {
	border-top-left-radius:4px;
 	
}

#tab_2_A{
}
#tab_3_A{
}

#tab_4_A {
	border-top-right-radius:4px;
}

#tab_5_A {
	border-top-left-radius:4px;
}

#tab_6_A {
	border-top-right-radius:4px;
} 











#innerContentHolder_2{
	display:none;
}

.innerContentHolder{
	height:526px;
	width:100%;
	background-color:#666;
	padding-top:2px;
  	border-bottom-right-radius:4px;
  	border-bottom-left-radius:4px;
}


.leftHolder {
	width:314px;
	height:304px;
	float: left;
	border-color:#999;
	border-style:solid;
	border-width:thin;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;

	margin-top:18px;
	margin-bottom:20px;
	margin-left:20px;
	background-color:#888;
	
	<!--box-shadow:0px 0px 1px #333;-->
	
}

.testButtOff{
	width:18px;
	height:16px;
	background-color:#aaa;
	font-weight:bold;
	font-size:9px;
	color:#444;
	border:none;
	margin-bottom:1px;
	padding-bottom:2px;
	margin-left:0px
	margin-right:0px
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;

	
}

.testButtOn{
	width:18px;
	height:16px;
	background-color:#888;
	font-weight:bold;
	font-size:9px;
	color:#fff;
	border:none;
	margin-bottom:1px;
	padding-bottom:2px;
	margin-left:0px
	margin-right:0px	

	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;

}






 .nameBanner {
	width:211px;
	height:17px;
	background-color:#444;
 }
 
 .bannerText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#fff;
	float:left;
	margin-left:15px;
 }
 
 .nameContentHolder {
	 height:412px;
	 width:232px;
	 border-top-left-radius:4px;
	 border-bottom-left-radius:4px;
	 display:block;
	
 }
 
.selectorPanel{
	width:314px;
 	background-color:#CDCDCD;
	height:72px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;

}



.alphaIndexHolder {
	 background-color:#CDCDCD;
	 width:305px;
	 height:30px;
	float:left;
	margin-left:5px;
	padding-top:5px;
	border-top-style:solid;
	 border-top-color:#fff;
	 border-width:1px;

	 }

.nameListHeader{
	height:20px;
	width:305px;
	border-top-left-radius:3px;
  	border-top-right-radius:0px;
	background-color:#888888;
	/* fallback */ 
	background-color: #dedede; 
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#AAAAAA)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top,#CCCCCC, #AAAAAA); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #CCCCCC, #AAAAAA);
	
 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #CCCCCC, #AAAAAA); 
	/*IE 6,7,8*/
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCC', endColorstr='#AAAAAA'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCC', endColorstr='#AAAAAA')"; /* IE8 */

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #CCCCCC, #AAAAAA);

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444;
	padding-left:10px;
	padding-top:4px;


}









 
 .nameList {
	 width:211px;
	 height:410px;
	 float:left;
 }
 
 .listHolder {
	 width:210px;
	 margin-left:20px;
 }
	 
 
 .ListBox {
	background-color:#333;

	 padding-top:8px;
	 width:210px;
	 height:470px;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:14px;
	 color:#fff;
	 border:hidden;
	 overflow-y: hidden ! important; overflow-x: auto;
	 -webkit-user-select:text;
 }
 
 Option:hover{
	 background:#09F;
 }
 
 Option{
	 text-indent:12px;
	 padding-top:3px;
	 height:21px
 }
 
 .listHolder {
	 width:200px;
	 height:397px;
	 margin-left:10px;
 }
 
.rightHolder {
	width:500px;
	height:304px;
	float: left;
	display:block;

	margin-top:0px;
	margin-bottom:20px;
	margin-left:12px;
	
	
}

 .contactBlock {
	 width:350px;
	 height:125px;
	 border-bottom-style:solid;
	 border-bottom-color:#fff;
	 border-width:1px;
	 margin-left:0px;
	 margin-top:20px;
	 }
 
 .imageHolder {
	 width:125px;
	 height:125px;
	 float:left;
	 border:thin;
	 border-color:#ffffff;
	 border-style:solid;
 }
 
 .contentHold {
	 margin-top:8px;
	border-bottom:1px solid #444;

 }
 
 .contactInfo {
	float:left;
	display:block;
	margin-left:0px;

	 }


 
 .contactContent {
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:14px;
	 margin-top:3px;
	 color:#444;
 }
 
 
 
 .LastName {
	 float: left;
 }
 
 .FirstName {
	 float: left;
 }
	 
 
 .dynText {
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:14px;
	 margin-top:3px;
	 color:#444; 
 }
 
 
 .contactName {
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:28px;
	 color:#0061AD;
	 margin-top:0px;
	padding-bottom:3px;

	 line-height:22px;
 }

 .contactItem {
	 float:left;
 }
 
 .contactInfo{
	 float:left;
	 margin-left:10px;
 }


.vCardHolder{
	width:100px;
	height:25px;
	float:right;
	margin-right:7px;
	display:block;

	
	padding:3px
}

.download_VC_Butt {
	height:25px;
	width:25px;
	float:left;
	margin-right:7px;		
}

.download_VC_Label{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:14px;
	 color:#fff;
	margin-top:3px;
}




 

 .bioBlock {
	 width:585px;
	 height:215px;
	 margin-top:3px;
	 margin-left:10px;
	 margin-bottom:5px;
 }
 
 .bioItems {
	float:left;
	margin-top:3px;
 }
 
 .bioContent {
	 width:470px;
	 float:left;
	 margin-left:10px;
	margin-top:5px;
 }
 
 .bioItem {
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:14px;
	 margin-bottom:3px;
	color:#000;
 }
 
 .bioDynText {
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:14px;
	 margin-top:0px;
 }


.dynBioText{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:11px;
	 margin-top:0px;
	width:525px;
}


.rightHolder_2 {
	width:890px;
	height:487px;
	float: left;
	display:block;
	background-color:#333;
	border-color:#ccc;
	border-style:inset;
	border-width:thin;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;

	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	margin-top:18px;
	margin-bottom:20px;
	margin-left:20px;
	box-shadow:0px 0px 1px #333;
	
}




 
 