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

body{
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p{
	font-size:12px;
	line-height:18px;
	margin-bottom:18px;
	color:#222222;
}

p.fraud{
	color:white;
	text-align:right;
	margin-right:10px;
	padding-top:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


h1{
	font-size:32px;
	font-weight:bold;
	color:#333333;
}

h2{
	font-size:16px;
	color:#333333;
	font-weight:bold;
}

h3{
	font-size:14px;
	color: #666666;
	font-style:italic;
}

.date{
	color:#333333;
	font-style: italic;
}

img.imgleft{
	clear:both;
	float:left;
	margin:10px;
	border:1px white solid;
}

img.imgright{
	float:right;
	clear:both;
	margin:10px;
	border:1px white solid;
}

img.career{
	float:left;
	clear:both;
}
/*********************************header and menu*********************************/
.header{
	height:126px;
	width:100%;
	background-image: url(images/header_bg.gif);
	background-repeat:repeat-x;
	
}

.header a{
	font-size:10px;
}

.header div{
	height:126px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.header ul{
	display:block;
	width:auto;
	margin-left:20px;
	position:absolute;
	top:107px;
	left: 10px;
}

.header ul li{
	float:left;
	width:auto;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 20px;
	color:white;
}

.header ul li a{
	color:white;
	font-size:12px;
	text-decoration:none;
	
}

.header ul li a:hover{
	color:#666666;
}

/**************************************end header and menu***************************************************/

/**************************************body***************************************************/

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

.left{
	width:210px;
	height:800px;
	position:absolute;
	top:128px;
	left:0px;
	background-image:url(images/leftbg.gif);
	background-repeat:repeat-y;
	padding-left:22px;
	padding-top:10px;
}

.left p, .left h2{
	padding-left:10px;
	padding-right:10px;
}

.left p a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.left p a:hover{
	text-decoration:underline;
}

.right{
	background-color: #999999;
	background-image:url(images/bodybg.gif);
	background-position:right;
	background-repeat:repeat-y;
	color:black;
	padding-left:240px;
	height:auto;
	min-height:800px;
	padding-top:10px;
	padding-right:150px;
}

div.imgholder_r, div.imgholder_l{
	float:right;
	clear:both;
	margin:10px;
	
	width:auto;
	height:auto;
	padding:1px;
}

div.imgholder_l{
	float:left;
}

div.imgholder_r img, div.imgholder_l img{
	border:1px white solid;
}

div.imgholder_r p, div.imgholder_l p{
	font-size:9px;
	font-style:italic;
	margin-bottom:0px;
	margin-left:2px;
}

/**************************************end body***************************************************/

.yellow{
	font-size:14px;
	color:#fcb216;
	font-weight:bold
}

.yellow1{
	color:#fcb216;
	font-weight:bold
}

/*****************webmail login**************************/

p label{
	width:140px;
	display:block;
	float:left;
	clear:both;
	font-size:14px;
}

p input{
	width:200px;
}

form{
}

.dropcap{
	float:left;
	font-size:60px;
	line-height:50px;
	padding-top:1px;
	margin-right:3px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


ul.locations{
	display:block;
	width:auto;
}

ul.locations li{
	width:250px;
	display:block;
	float:left;
	font-weight:bold;
	margin-bottom:15px;
}

ul.locations li ul{
	
}

ul.locations li ul li{
	font-weight:100;
	font-size:10px;
	line-height:15px;
	margin-bottom:0px;
}

.tel, .fax, .email{
	padding-left:22px;
	background-position:left;
	background-repeat:no-repeat;
}

.tel{
	background-image:url(images/phone1.gif);
}

.fax{
	background-image:url(images/fax3.gif);
}

.email{
	background-image:url(images/email3.gif);
}

img.homelink{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

table#certifications
{
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

table#certifications td
{
  padding: 5px;
}
