/* CSS Document */

#bd1wrapper{
	
   width:997px;
   margin:0 auto;
 
}

body {
	color:#333;
	background-image: url(images_home/blue_bg.gif);
	margin:5px;
	padding:0px;
	font:12px Geneva, Arial, Helvetica, san-serif;
	}
	/*/*/a{}
body,
body td,
body th,
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

.bodyst2 {
	color:#333;
	background-image:url(images/gradwide640topdarkbluelightbbfullwtline2u_nl.png);
	background-repeat:repeat-x;
	margin:11px 4px 4px 4px;
	padding:0px;
	
}
html>body,
html>body td,
html>body th
html>body p {
  font-size: small;
}  
/* */
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font:bold 14px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
h4 {
	font:bold 13px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}	
	
	.revsth2 {
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}	
p {
	font:11px/20px Geneva, Arial, Helvetica, san-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

pre{
font:normal 12px/10px monospace, Arial, Helvetica, sans-serif;
color:#2651A8;
}

a {
	color:#003399;
	font-size:90%;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-weight:400;
	text-decoration:underline;
	

	}
a:link {
	color:#003399;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 90%;
}
a:visited {color:#003399;}
a:hover {text-decoration:underline;
}
  


.content {
	position:relative; 
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3;
	}
	
.imgborder {
border: medium double #dcdcdc;
	
	}
	
.smimgborder {
border: medium double #dcdcdc;
	
	}		
	
.imgdiv {
margin-right:8px;
float:left;
	
	}		

#navAlpha {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;


	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
	
#photodivL {
	float:left;
	padding-right:6px;
	
	}
	
#photodivR {
	float:right;
	padding-left:6px;
	
	
	}
	
#phototextR {
	float:right;
	width:210px;
	
	
	
	}
	
#phototextL {
	float:left;
	width:210px;
	
	
	}		

.horizontalnav {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 90%;
	text-decoration: none;
	background-color: #cccccc;
}

.horizontalnav2 {
	color:#fff;
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-image: url(images/horizontal_gray2.jpg);
	background-repeat:repeat-x;
	
	
}
.contable {
	border: thin grooved #000000;
}

.skiplink {display:none}

.agbanner {
}
.maincontent {
}
.leftnav {
}
.breadcrumbs {
}

.topaglogobg {	
	background-image:url(images/bluegradbackgroundforbannerarea_lightgraybtm.jpg);
	background-repeat:repeat-x; }
	
#imgobject img {
	max-width:90%;
	height:auto !important;

}

.rightgrayyborder {
	
	border-right-style:solid;
	border-right-color:#E2E2E2;
	border-right-width:1px;	
}

.joblocationlist {
	margin:0px;
	padding:0px;
	
}

.joblocationlist li {
	
	list-style:none;
	list-style-type:none;
	display:inline;
	margin:7px;
}

.pcontentarea li {
	
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	
}

.presscontentdiv p {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.txtboxs_borderround { 
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-top-left-radius:5px;
-moz-border-top-right-radius:5px;
-moz-border-bottom-left-radius:5px;
-moz-border-bottom-right-radius:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px; 
border: 1px solid #7e7e7e;
} 

.txtbox_pad {
	
	padding:4px 0px 4px 3px;
	
}

/* ToolTip CSS classses */ 
.tooltip {
display: inline-block;    
}
.tooltip .tooltiptext {
    margin-left:9px;
    width : 220px;
    visibility: hidden;
    background-color: #FFF;
    border-radius:4px;
    border: 1px solid #aeaeae;
    position: absolute;
    z-index: 1;
    padding: 5px;
    margin-top : -15px; /* according to application */ 
   opacity: 0;
    transition: opacity 1s;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 27%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #aeaeae transparent transparent;
}


.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.texth textarea {
    
    border:2px solid #7e7e7e;
    border-radius:4px;
    padding:5px;
    margin-top:-2px;    
}

.texth input:focus { 
    outline:none;
	background-color:#d9e8f8;
	color:#000000;
    border-color:#9ecaed;
    box-shadow:0 0 4px #9ecaed;
}

.texth textarea:focus { 
    outline:none;
	background-color:#d9e8f8;
	color:#000000;
    border-color:#9ecaed;
    box-shadow:0 0 4px #9ecaed;
}


@media print {
 body {
   background: white; 
   font-size: 12pt;
   width:auto;
   }
    p {
   background: white;
   font-family:"san-serif"; 
   font-size: 12px;
   }
.agbanner {
   display: none;
   
   }
 .horizontalnav {
   display: none;
   
   }
 .leftnav {
   display: none;
   
   }
.breadcrumbs {
   display: none;
   
   }
.style1 {
   display: none;
   
   }
.style1 style1 {
   display: none;
   
   }  

